pointfreeco / swift-custom-dump

A collection of tools for debugging, diffing, and testing your application's data structures.
MIT License
800 stars 89 forks source link

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

Closed stephencelis closed 4 months ago

stephencelis commented 4 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.