-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
SwiftLint v0.54.0 fails in CI with the error ComputeTargetDependencyGraph failed #5352
Comments
I'm also having the same issue on CI (GitHub actions) after updating to 0.54.0 |
# Fix Beta Deployment ## ⚙️ Release Notes - Updates dependencies to fix the beta deployment - Downgrade SwiftLint due to realm/SwiftLint#5352 ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
If you're using GitHub actions, SwiftLint v0.53.0 is installed on their https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#linters |
Hello. I am having the same issue INFO [2024-06-03 09:32:48.68]: ▸ Resolving Package Graph +----------------------------------------------+ |
Might be a version conflict as SwiftLint requires SwiftSyntax starting from version 510.0.2 while the log lists 509.1.1. |
In case you are using the SwiftLint plugin in your builds, please consume it from this dedicated repository. It comes without any dependencies and so doesn't cause such issues (given that I'm right with my previous comment). Anyway, since there hasn't been any activity in this thread for a while, I consider it resolved in one or the other way. |
New Issue Checklist
Describe the bug
Our CI fails to build the project after updating the SwiftLint version to 0.54.0. SwiftLint is the only package which we updated and the error seems to originate from this updation. Resolving the SwiftLint package to 0.53.0 seems to work fine.
We get the following error from the log:
PS: Unfortunately this is the only error that we get.
Environment
What did I try so far?
Please let me know if you need any further information. Thanks in advance. 🙏🏽
The text was updated successfully, but these errors were encountered: