onevcat / Kingfisher

A lightweight, pure-Swift library for downloading and caching images from the web.
MIT License
23.13k stars 2.64k forks source link

Set Swift 5 for default language mode #2264

Closed onevcat closed 3 months ago

onevcat commented 3 months ago

As Swift Package Index server is trying to build the package with Xcode 15, setting the swift version in the scheme would fail the build, without bringing obvious benefit to Kingfisher, I guess it is better to keep it to Swift 5.0 for a while more.

Locally, we can set to 6.0 to make sure to get warnings from the new compiler and language version.