httpswift / swifter

Tiny http server engine written in Swift programming language.
BSD 3-Clause "New" or "Revised" License
3.9k stars 539 forks source link

Swift 5 and Xcode13 support #503

Open salvatoreboemia opened 3 years ago

salvatoreboemia commented 3 years ago

Hi, it's possibile to add this support?

If I performe "Swift Conversion" in my projet, swifter will it continue to work well?

Thanks

michaelenger commented 3 years ago

I'm currently using Xcode 13 to work on the project, so it shouldn't be a problem. I also tried running the Swift converter manually and it didn't find any targets to update, so running the converter on your project should be fine.

salvatoreboemia commented 2 years ago

I'm currently using Xcode 13 to work on the project, so it shouldn't be a problem. I also tried running the Swift converter manually and it didn't find any targets to update, so running the converter on your project should be fine.

yes, but I still have this conversion warning.

Screenshot 2021-11-02 at 15 26 01

Probably inside the pod SWIFT_VERSION is still 4.2

michaelenger commented 2 years ago

Aha, this has been changed in the podspec file so it should be sorted when the next version is released: https://github.com/httpswift/swifter/blob/stable/Swifter.podspec#L14

salvatoreboemia commented 2 years ago

Aha, this has been changed in the podspec file so it should be sorted when the next version is released: https://github.com/httpswift/swifter/blob/stable/Swifter.podspec#L14

Hi,

In which release will it be released? 1.5 or 1.6?

Thanks