-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies to fix build on Xcode 13 and support Swift 5.5 #991
Update dependencies to fix build on Xcode 13 and support Swift 5.5 #991
Conversation
@4brunu thanks🙇 can you copy |
Thanks for the guidance, it's done. |
I found another issue with the |
@krzysztofzablocki after upgrading the dependency |
I tried to run locally |
I'll figure it out, I want to spend some time on sunday to get pr's in and make a new release |
Thanks 👍 |
Since PathKit had to be updated due to a breaking change, it also breaks compatibility the other way too. You have to update the circleci config to use Xcode 13: Line 6 in 2ed1c1b
|
Thanks for the tip, I have updated it, let's see if CI now passes 👍 |
That did help and we have some progress, but now it shows the error:
|
This tries to fix #989 and add support for Swift 5.5.
I think that I also need to update
lib_InternalSwiftSyntaxParser.dylib
but I don't know how.