ezura / spell-checker-for-swift

This command line tool can check spelling and show proposed correction.
MIT License
74 stars 9 forks source link

Typokana fails to run after upgrading to Xcode 11.4 #16

Closed nicholaslythall closed 4 years ago

nicholaslythall commented 4 years ago

Running typokana produces the following output:

The operation couldn’t be completed. (SwiftSyntax.ParserError error 1.)

The problem was fairly easy to fix, just needed to update the version of apple/swift-syntax to0.50200.0 both here and ezura/SwiftSyntaxExtensions and do a few minor code changes.

I'm putting the PRs for these changes shortly.

Ahmad-Atef-Ali commented 4 years ago

Thank you 👍 waiting for your PR :)

ezura commented 4 years ago

Sorry for the inconvenience...! This issue has been resolved from 5.2.0. Thanks to @nicholaslythall !