SwiftLint
SwiftLint copied to clipboard
Unable to fetch 0.57.1 via Swift Package Manager
New Issue Checklist
- [X] I've Updated SwiftLint to the latest version.
- [X] I've searched for existing GitHub issues.
Bug Description
Unable to use SwiftLint 0.57.1 with Swift Package Manager (SPM). When attempting to update the SwiftLint package via SPM, it fails to fetch the latest version (0.57.1). This causes inconsistencies between the CLI (working with 0.57.1) and SPM (stuck at 0.55.1). As a result, warnings introduced in 0.57.1 appear only in the CLI, not in the SPM-integrated builds.
Could you check on this ?
You need to be more specific. When it fails to fetch the latest version, what is the error message?
@SimplyDanny i don't know about about the OP bit I see:
and when i remove .git from the URL i just get this:
Is this still an issue with the latest version 0.59.1?