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

Raise minimum supported Swift version from 5.4 to 5.5 #401

Closed glbrntt closed 1 year ago

glbrntt commented 1 year ago

Motivation:

SwiftNIO periodically drops support for older Swift versions. Now that 5.7 has been released, 5.4 will be dropped.

Modifications:

Results:

Minimum Swift version is 5.5

glbrntt commented 1 year ago

~We should ship a release with https://github.com/apple/swift-nio-ssl/pull/400 in so any folks who can't upgrade beyond 5.4 have warning free builds.~

400 was a test-only fix.

yim-lee commented 1 year ago

CI (including performance jobs) updated. @swift-server-bot test this please