Adjust API Availability for Structured Concurrency Backport#18
Adjust API Availability for Structured Concurrency Backport#18ktoso merged 3 commits intoapple:mainfrom
Conversation
|
Can one of the admins verify this patch? |
3 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
slashmo
left a comment
There was a problem hiding this comment.
Thanks for your PR, @moritzsternemann! Looks good to me ✅ I'm wondering if we should also add #if compiler(>=5.5.2) && canImport(_Concurrency), because that's how it's currently handled in NIO. CC @ktoso, @fabianfett
|
@swift-server-bot test this please |
|
Yeah the |
|
Our "good friend" jazzy messing up builds again, I'll fix this. |
Now that DocC seems to be able to generate static websites as well (swiftlang/swift-docc#56), I think we can ditch Jazzy as soon as possible. |
|
Very true, to be honest perhaps let's not even waste energy on jazzy anymore. |
|
@swift-server-bot test this please |
|
I updated the check: 46faa2a Would you mind doing the same in the other repo @moritzsternemann ? |
|
@swift-server-bot add to allowlist |
As the Swift Structured Concurrency backport is now available with the release of Xcode 13.2, I adjusted the API availability guards to enable these features on previous OS versions.
I'll also open a follow-up PR in swift-distributed-tracing.