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 Yes, I had that just the other day. If I remember correctly, it ended up being a corrupted cache under Swift.org in ~/Library somewhere. I can’t remember the exact location, and I’m not at my computer now, but if you search in your library for Swift.org you should find a cache there. Delete it, then try again

@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

@pdarcey Thanks. That fixed it for me.
@StewartLynch Great! I tore a lot of hair out before finding that solution. I wouldn’t want anyone else to have to do that