Post

Replies

Boosts

Views

Activity

Reply to XcodeCloud fails while Resolving Dependencies
After some more investigation I think I found a workaround. In our case he problem is definitely related to SPM packages that contain .swift in the URL. I tried url encoding the dot (.) to %2e and it seems to fix the problem. So https://github.com/auth0/JWTDecode.swift.git becomes https://github.com/auth0/JWTDecode%2eswift.git Now the packages are resolved successfully both on Xcode Cloud and locally using Xcode 16 beta. Could someone please verify this?
Jul ’24