Last active
October 25, 2024 16:05
-
-
Save Carrione/31037fc62085d3cfbf79df5b45244dfa to your computer and use it in GitHub Desktop.
Script to remove SPM cache from macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf ~/Library/Caches/org.swift.swiftpm | |
rm -rf ~/Library/org.swift.swiftpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment