apple / swift-nio-ssh

SwiftNIO SSH is a programmatic implementation of SSH using SwiftNIO
Apache License 2.0
398 stars 49 forks source link

Drop Swift 5.5 support. #140

Closed Lukasa closed 1 year ago

Lukasa commented 1 year ago

Motivation:

Per our support policy, with the release of 5.8 we are no longer support Swift 5.5.

Modifications:

Drop infrastructure supporting 5.5 Remove conditional compilation guards.

Result:

Nice clean Swift 5.6+ repo.