Skip to content

Commit e123c21

Browse files
authored
Add canImport(_Concurrency) for Xcode 13.0 (#2015)
1 parent b5c662a commit e123c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
#if compiler(>=5.5) && !compiler(>=5.5.2)
15+
#if compiler(>=5.5) && !compiler(>=5.5.2) && canImport(_Concurrency)
1616

1717
extension EventLoopFuture {
1818
/// Get the value/error from an `EventLoopFuture` in an `async` context.

0 commit comments

Comments
 (0)