You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix link in CHANGELOG.md, add swift sdk install --checksum item (#7935)
`CHANGELOG.md` had a broken link. Additionally, `swift sdk install --checksum` change introduced in #7722 seems to be changelog-worthy, but was previously missing.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,16 @@ Swift 6.0
27
27
`--experimental-swift-sdks-path` options on `swift build` are deprecated with replacements that don't have the
28
28
`experimental` prefix.
29
29
30
+
*[#7722]
31
+
32
+
An additional `--checksum` option is now required for `swift sdk install` subcommand with remote URLs as arguments. `--checksum` allows users of a Swift SDK to specify a checksum provided by the SDK publisher. A checksum can be produced by running `swift package compute-checksum` command (introduced in [SE-0272]) with the Swift SDK bundle archive as an argument.
33
+
30
34
*[#7535]
31
35
32
36
The `swift sdk configuration` subcommand is deprecated with a replacement named `configure` that has options that exactly match
33
37
[SE-0387 proposal text].
34
38
39
+
35
40
*[#7202]
36
41
37
42
Package manifests can now access information about the Git repository the given package is in via the context object's
0 commit comments