We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e832a commit 447b281Copy full SHA for 447b281
Sources/NIOPosix/PosixSingletons+ConcurrencyTakeOver.swift
@@ -39,7 +39,7 @@ extension NIOSingletons {
39
/// - warning: You may only call this method once.
40
@discardableResult
41
public static func unsafeTryInstallSingletonPosixEventLoopGroupAsConcurrencyGlobalExecutor() -> Bool {
42
- #if /* minimum supported */ compiler(>=5.9) && /* maximum tested */ swift(<5.11)
+ #if /* minimum supported */ compiler(>=5.9) && /* maximum tested */ compiler(<6.1)
43
guard #available(macOS 14.0, iOS 17.0, watchOS 10.0, tvOS 17.0, *) else {
44
return false
45
}
0 commit comments