apple / swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
https://apple.github.io/swift-crypto
Apache License 2.0
1.47k stars 165 forks source link

Drop support for Swift 5.8 #259

Closed simonjbeaumont closed 2 months ago

simonjbeaumont commented 2 months ago

Motivation:

Now that Swift 6.0 has been released we can drop support for Swift 5.8, as per our policy to support the last three released Swift versions, which are now: 5.9, 5.10, and 6.0.

Modifications:

Result:

No longer actively maintaining support for Swift 5.8.

simonjbeaumont commented 2 months ago

@Lukasa when you have time.