Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Swift Concurrency Availability to macOS 10.15, iOS 13, tvOS 13, and watchOS 6 #118

Merged
merged 1 commit into from
Jan 6, 2022

Conversation

t089
Copy link
Contributor

@t089 t089 commented Jan 3, 2022

Adds Swift Concurrency Availability to macOS 10.15, iOS 13, tvOS 13, and watchOS 6.

(Shamelessly copying from apple/swift-nio#2004 @PSchmiedmayer)

Motivation:

With the support for Swift Concurrency coming to macOS 10.15, iOS 13, tvOS 13, and watchOS 6 with Xcode 13.2, the Swift Concurrency features should be available when compiling for these targets using Xcode 13.2.

Modifications:

Change the @available annotations to macOS 10.15, iOS 13, tvOS 13, and watchOS 6.

Result:

The Swift Concurrency features are marked with @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) and can therefore be used on macOS 10.15, iOS 13, tvOS 13, and watchOS 6.

@swift-server-bot
Copy link

Can one of the admins verify this patch?

7 similar comments
@swift-server-bot
Copy link

Can one of the admins verify this patch?

@swift-server-bot
Copy link

Can one of the admins verify this patch?

@swift-server-bot
Copy link

Can one of the admins verify this patch?

@swift-server-bot
Copy link

Can one of the admins verify this patch?

@swift-server-bot
Copy link

Can one of the admins verify this patch?

@swift-server-bot
Copy link

Can one of the admins verify this patch?

@swift-server-bot
Copy link

Can one of the admins verify this patch?

@tomerd
Copy link
Contributor

tomerd commented Jan 4, 2022

@swift-server-bot test this please

@tomerd tomerd merged commit 2bc97b0 into swift-server:main Jan 6, 2022
@tomerd
Copy link
Contributor

tomerd commented Jan 6, 2022

thanks @t089

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants