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

Bump minimum Swift version to 5.7 #445

Closed rnro closed 9 months ago

rnro commented 9 months ago

Motivation:

Now that Swift 5.9 is GM we should update the supported versions and remove 5.6

Modifications:

Result:

Remove support for Swift 5.6, add 5.10

Lukasa commented 9 months ago

@yim-lee Can we update API breakage here to stop using 5.6?

yim-lee commented 9 months ago

CI updated. @swift-server-bot test this please