Consolidate environment variables used to configuration SwiftPM#9958
Merged
bkhouri merged 1 commit intoApr 23, 2026
Merged
Conversation
2be5419 to
5a36b34
Compare
bkhouri
commented
Apr 17, 2026
5a36b34 to
3cc8777
Compare
plemarquand
reviewed
Apr 17, 2026
Contributor
Author
|
@swift-ci test |
3cc8777 to
7090991
Compare
Contributor
Author
|
@swift-ci test |
Contributor
Author
|
@swift-ci test windows |
7090991 to
72898f1
Compare
Contributor
Author
|
@swift-ci test |
Contributor
Author
|
@swift-ci test windows |
72898f1 to
942ba03
Compare
Contributor
Author
|
@swift-ci test |
Contributor
Author
|
@swift-ci test windows |
942ba03 to
c489277
Compare
Contributor
Author
|
@swift-ci test |
Contributor
Author
|
@swift-ci test windows |
2 similar comments
Contributor
Author
|
@swift-ci test windows |
Contributor
Author
|
@swift-ci test windows |
plemarquand
requested changes
Apr 22, 2026
PR swiftlang#9925 added new environment variables that would control authentication with the Package registry using environment variables. Move the newly added environment variables to the `ConfigurableEnvVar` enum, to have all configurable environment variables in a single location, so we can eventually generated documentation from this source.
c489277 to
823a74b
Compare
Contributor
Author
|
@swift-ci test |
Contributor
Author
|
@swift-ci test windows |
Contributor
Author
|
@swift-ci test self hosted windows |
Contributor
Author
|
@swift-ci test macOS |
plemarquand
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #9925 added new environment variables that would control authentication with the Package registry using environment variables.
Move the newly added environment variables to the
ConfigurableEnvVarenum, to have all configurable environment variables in a single location, so we can eventually generated documentation from this source.