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

Raise minimum Swift version for async/await #1379

Merged
merged 3 commits into from
Mar 29, 2022

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Mar 29, 2022

Motivation:

The latest 5.5 Swift compiler is not too pleased with some of the
Sendable annotations which causes the compiler to crash. This is fixed
in 5.6. Given we haven't released this to 'main' yet and Swift 5.6 has
been around for a little while we should just raise the minimum Swift
version which supports async/await.

Modifications:

  • Raise the minimum Swift version for async/await to 5.6.

Result:

Compiler is happier.

Motivation:

The latest 5.5 Swift compiler is not too pleased with some of the
`Sendable` annotations which causes the compiler to crash. This is fixed
in 5.6. Given we haven't released this to 'main' yet and Swift 5.6 has
been around for a little while we should just raise the minimum Swift
version which supports async/await.

Modifications:

- Raise the minimum Swift version for async/await to 5.6.

Result:

Compiler is happier.
@glbrntt glbrntt requested a review from FranzBusch March 29, 2022 14:13
@glbrntt glbrntt merged commit 8a11a2e into grpc:1.7.1-async-await Mar 29, 2022
@glbrntt glbrntt deleted the gb-min-swift-for-async-await branch March 29, 2022 14:47
@glbrntt glbrntt added the 🆕 semver/minor Adds new public API. label Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants