apple / swift-nio-transport-services

Extensions for SwiftNIO to support Apple platforms as first-class citizens.
https://swiftpackageindex.com/apple/swift-nio-transport-services/main/documentation/niotransportservices
Apache License 2.0
282 stars 71 forks source link

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

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.

Modifications

Result

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