Quantcast
Channel: Package Manager - Swift Forums
Viewing all articles
Browse latest Browse all 166

Has `Package.resolved` moved intentionally?

$
0
0

Using Xcode 16 beta, I've found that Package.resolved seems to have moved. Where it would previously be in the root of my package directory, I've found the new tooling putting it in .swiftpm/configuration/. Is this an intentional change?

I've tried multiple times, but I cannot find any mention of this change in Swift PM release notes, Swift PM commit notes, the Swift PM change log, Swift PM pull requests or issues, Swift forum discussions, or even Xcode beta release notes.

I don't mind if the default location has moved, and if the new tools simply picked a new default location when creating a new package, I wouldn't think much of it. However, even within my existing packages, the new tools seem to be creating a brand new Package.resolved in the new location without moving or removing the file from the old location. Now I have two Package.resolved files, which may be different, and I don't know what's going on.

I feel like I must have missed some note on this somewhere, as this change is immediately very visible (even if it's not the most important). Can anyone point me to any documentation, commit notes, etc.? Will this behavior be the new default?

4 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 166

Trending Articles