We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c662a commit e123c21Copy full SHA for e123c21
Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift
@@ -12,7 +12,7 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
-#if compiler(>=5.5) && !compiler(>=5.5.2)
+#if compiler(>=5.5) && !compiler(>=5.5.2) && canImport(_Concurrency)
16
17
extension EventLoopFuture {
18
/// Get the value/error from an `EventLoopFuture` in an `async` context.
0 commit comments