vinivendra / Gryphon

The Swift to Kotlin translator.
https://vinivendra.github.io/Gryphon/
Other
609 stars 46 forks source link

Swift 5.7 compability for the GryphonSwiftLibrary #119

Closed tfmart closed 1 year ago

tfmart commented 2 years ago

What's in this pull request?

This pull request includes the necessary changes that enabled the Gryphon package to be built with Swift 5.7/Xcode 14. These changes have been discussed at #117

I've also tested with the Release Candidate version of Xcode 14, release on September 7th

Does this resolve an open issue?

It partially resolvers #117. It fixed the build erros the project were having on newer Xcode versions, but it doesn't fix the translation script issues

Checklist for submitting a pull request:

vinivendra commented 1 year ago

Hey @tfmart, just downloaded Xcode 14.2 to test this and it seems to be working fine. Merging it into the development branch.