Xcode 12.5: SPM Dependency Cache Location
问题 Swift Package Manager got a new feature in Xcode 12.5: Swift Package Manager caches package dependencies on a per-user basis, which reduces the amount of network traffic and increases performance of dependency resolution for subsequent uses of the same package. If needed, you can disable cache use in xcodebuild by using the new -disablePackageRepositoryCache flag. (72204929) I would like to know where this is cached. Maybe we can use this to easily cache those dependencies in continuous