pointfreeco / swift-identified-collections

A library of data structures for working with collections of identifiable elements in an ergonomic, performant way.
MIT License
531 stars 45 forks source link

Swift Language Support: Drop <5.9, Add 6.0 #73

Closed stephencelis closed 3 months ago

stephencelis commented 3 months ago

We can drop Swift <5.9 now that the App Store requires Xcode 15 for submissions, and we can add 6.0 language mode to keep our concurrency story in check.