apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
385 stars 139 forks source link

Use underscore version of `NIOPreconcurrencySendable` to silence warning #427

Closed dnadoba closed 1 year ago

dnadoba commented 1 year ago

Motivation

swift-nio has deprecated NIOPreconcurrencySendable in 2.51.0. Removing the protocol conformance would be an API breaking change. Keeping the conformance is low cost and not worth the risk.

Changes

Result

We compile again with the latest swift-nio release without warnings