Is anyone else having issues adding Swift Packages to an Xcode 26.3 project? There is no problem with Source Control and GitHub on my projects, but all I get is a spinner when trying to add a new package from GitHub
@StewartLynch Sorry, I remembered incorrectly - the cache is at ~/Library/Caches/org.swift.swiftpm
If you quit Xcode, delete that cache, then restart Xcode and try adding a package, it should work. Good luck