Skip to content

Commit cd632ba

Browse files
committed
Fix a Sendable warning introduced in #298
rdar://147104792
1 parent 05d08fb commit cd632ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBUtil/Environment.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ extension Environment {
8585
// MARK: - Protocol Conformances
8686

8787
extension Environment: Collection {
88-
public struct Index: Comparable {
88+
public struct Index: Comparable, Sendable {
8989
public static func < (lhs: Self, rhs: Self) -> Bool {
9090
lhs.underlying < rhs.underlying
9191
}

0 commit comments

Comments
 (0)