Replies: 1 comment 5 replies
-
Hey! Thanks for trying out Piranha. I was wondering could you try the polyglot-piranha variant? We do not have have any maintainer for the legacy variants |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to build the code using
swift build && swift package generate-xcodeproj
but it throws an errorIf I change the version for swift syntax from 0.50500.0 to 0.50600.0, the error changes to
error: cannot find 'SyntaxParser' in scope
let parsed = try SyntaxParser.parse(sourceFileURL)
^~~~~~~~~~~~
and in version 510.0.1, there are multiple errors, can anyone help with this?
Beta Was this translation helpful? Give feedback.
All reactions