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

Fix compilation with Swift 5.5.0 and 5.5.1 #2234

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

dnadoba
Copy link
Member

@dnadoba dnadoba commented Aug 4, 2022

Motivation:

swift-nio does not compile with Swift 5.5.0 and Swift 5.5.1 as described in this issue: #2233
The underlying issue is described here swiftlang/swift#57346

Modifications:

  • use @unchecked Sendable in Swift 5.5.0 and 5.5.1

Result:

swift-nio compiles again with Swift 5.5.0 and 5.5.1

@dnadoba dnadoba added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Aug 4, 2022
@Lukasa Lukasa enabled auto-merge (squash) August 4, 2022 09:18
@Lukasa Lukasa merged commit b4e0a27 into apple:main Aug 4, 2022
@dnadoba dnadoba deleted the dn-sendable-fix-swift-5.5.1 branch August 4, 2022 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants