vinivendra / Gryphon

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

Swift 5.8 & Xcode 14.3 #129

Closed laosb closed 1 year ago

laosb commented 1 year ago

What's in this pull request?

This is an ongoing effort to bring Gryphon to Swift 5.8 and Xcode 14.3.

Dependencies are update to the latest and minimum macOS version requirement is bumped to macOS 12.0 due to a core dependency SourceKitten raised its requirement few versions ago.

This is pretty much WIP as it compiles but tests are not yet checked.

Does this resolve an open issue?

Yeah, it resolves #127.

Checklist for submitting a pull request:

rizkyyangpalsu commented 1 year ago

Is it any update? I've been tested all unit test and it passed with my M1 Ventura, Xcode 14.3.1

laosb commented 1 year ago

Yeah, personally I think it’s working correctly. Let’s see what’s @vinivendra‘s plan for this?