vinivendra / Gryphon

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

SwiftSyntax parser library isn't compatible #101

Closed Fritoo closed 3 years ago

Fritoo commented 3 years ago

Describe the bug SwiftSyntax parser library isn't compatible

Your environment (please complete the following information):

Screenshots and code snippets image image

Bonus: Gryphon's verbose output The --verbose option makes Gryphon print a lot of information that may help the maintainers find out what went wrong.

vinivendra commented 3 years ago

Hi, thanks for reporting this bug :)

It seems that you're using Gryphon with Swift 5.2, but your app uses the Swift 5.3 toolchain. This might be fixed by updating Gryphon, since newer versions don't use toolchains anymore. Can you try updating to Gryphon v0.13.1 and letting me know if it works?

Fritoo commented 3 years ago

@vinivendra That did it, thanks!