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
388 stars 139 forks source link

Replace `NIOSendable` with `Sendable` #405

Closed dnadoba closed 1 year ago

dnadoba commented 1 year ago

We now require Swift 5.5.2 which includes Sendable so we no longer require the NIOSendable workaround. NIOSendable is just a typealias of Sendable so this is a non source breaking change. This allows swift-nio to eventually deprecate NIOSendable.