In the course of trying to debug #3755 I've noticed that we're still tracking release/5.10 for SwiftPM. Updating this isn't entirely trivial, because it triggers concurrency errors in our packages CanonicalPackageURL and DependencyResolution, which aren't Swift 6 ready yet.
In the course of trying to debug #3755 I've noticed that we're still tracking
release/5.10for SwiftPM. Updating this isn't entirely trivial, because it triggers concurrency errors in our packagesCanonicalPackageURLandDependencyResolution, which aren't Swift 6 ready yet.