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

Replace NIOSendable with Sendable #358

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

glbrntt
Copy link
Contributor

@glbrntt glbrntt commented Nov 1, 2022

Motivation:

NIOSendable was deprecated in apple/swift-nio#2291 as the earliest supported Swift version in NIO land is now 5.5.

Modifications:

  • s/NIOSendable/Sendable

Result:

Avoids deprecation warnings when the above patch is released.

Motivation:

NIOSendable was deprecated in apple/swift-nio#2291
as the earliest supported Swift version in NIO land is now 5.5.

Modifications:

- s/NIOSendable/Sendable

Result:

Avoids deprecation warnings when the above patch is released.
@glbrntt glbrntt added the semver/patch No public API change. label Nov 1, 2022
@Lukasa Lukasa enabled auto-merge (squash) November 1, 2022 08:37
@Lukasa Lukasa merged commit b1f1e68 into apple:main Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants