realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.45k stars 2.2k forks source link

skipping cache due to an error: https://github.com/realm/SwiftLint: The repository could not be found. Make sure a valid repository exists at the specified location and try again. #5632

Closed bukira closed 2 weeks ago

bukira commented 2 weeks ago

I am installing swift lint as a plugin for Xcode and I get the following error when checking out packages

skipping cache due to an error: https://github.com/realm/SwiftLint: The repository could not be found. Make sure a valid repository exists at the specified location and try again.

Screenshot 2024-06-17 at 16 35 34

SimplyDanny commented 2 weeks ago

Seems like the Swift cache is somehow corrupted. Try if it works again after running swift package purge-clean and swift package reset.