Skip to content

Commit 34f0ba7

Browse files
committed
Minor
1 parent 49ab95a commit 34f0ba7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SignalProtocol+Async.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ extension AsyncSequence {
8686
}
8787
}
8888

89+
#if swift(>=6.0)
8990
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, *)
9091
extension AsyncSequence {
9192

@@ -105,3 +106,4 @@ extension AsyncSequence {
105106
}
106107
}
107108
}
109+
#endif

0 commit comments

Comments
 (0)