We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d08fb commit cd632baCopy full SHA for cd632ba
Sources/SWBUtil/Environment.swift
@@ -85,7 +85,7 @@ extension Environment {
85
// MARK: - Protocol Conformances
86
87
extension Environment: Collection {
88
- public struct Index: Comparable {
+ public struct Index: Comparable, Sendable {
89
public static func < (lhs: Self, rhs: Self) -> Bool {
90
lhs.underlying < rhs.underlying
91
}
0 commit comments