Skip to content
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

Fix link in CHANGELOG.md, add swift sdk install --checksum item #7935

Merged
merged 2 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@ Swift 6.0
`--experimental-swift-sdks-path` options on `swift build` are deprecated with replacements that don't have the
`experimental` prefix.

* [#7722]

For `swift sdk install` subcommand passed remote URLs as arguments, an additional `--checksum` option is now required, through which users of a Swift SDK can specify a checksum provided by
a publisher of the SDK. The latter can produce a checksum by running `swift package compute-checksum` command (introduced in [SE-0272]) with the Swift SDK bundle archive as an argument.

* [#7535]

The `swift sdk configuration` subcommand is deprecated with a replacement named `configure` that has options that exactly match
[SE-0387 proposal text].


* [#7202]

Package manifests can now access information about the Git repository the given package is in via the context object's
Expand Down Expand Up @@ -377,6 +383,7 @@ Swift 3.0
[SE-0201]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0201-package-manager-local-dependencies.md
[SE-0208]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0208-package-manager-system-library-targets.md
[SE-0209]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0209-package-manager-swift-lang-version-update.md
[SE-0272]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0272-swiftpm-binary-dependencies.md
[SE-0292]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0292-package-registry-service.md
[SE-0303]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md
[SE-0332]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md
Expand Down Expand Up @@ -439,4 +446,6 @@ Swift 3.0
[#7507]: https://github.com/swiftlang/swift-package-manager/pull/7507
[#7530]: https://github.com/swiftlang/swift-package-manager/pull/7530
[#7535]: https://github.com/swiftlang/swift-package-manager/pull/7535
[#7722]: https://github.com/swiftlang/swift-package-manager/pull/7722
[#7741]: https://github.com/swiftlang/swift-package-manager/pull/7741
[#7813]: https://github.com/swiftlang/swift-package-manager/pull/7813