-
Notifications
You must be signed in to change notification settings - Fork 1.4k
swift package-registry set doesn’t create .swiftpm on nightly version #6234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Tested with docker image
|
Running the subcommand locally from the latest |
may be related: #6247 |
#6254 seems to have fixed this. I tested with
|
It seems that indeed #6254 fixed this. But, in Package.swift, still no "dependencies" section appears. This is how Package.swift is in the nightly-jammy:
And this is how it looks in 5.7.1:
No "dependencies" section in the nightly-jammy |
The |
Description
There is an issue when you work with
SWIFT-DEVELOPMENT-SNAPSHOT-2023-03-02-a
and trying to log into a private registry, the swift package-registry set command does not create the .swiftpm that is expected. Therefore, requests are not sent to the remote registry.Furthermore, in Package.swift, no "dependencies" section appears.
Expected behavior
swift package-registry set command will create the .swiftpm
Actual behavior
swift package-registry set command does not create the .swiftpm
Steps to reproduce
Swift Package Manager version/commit hash
SWIFT-DEVELOPMENT-SNAPSHOT-2023-03-02-a
Swift & OS version (output of
swift --version && uname -a
)No response
The text was updated successfully, but these errors were encountered: