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 missing swift sdk install --checksum item
`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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,17 @@ 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
+
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
33
+
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.
34
+
30
35
*[#7535]
31
36
32
37
The `swift sdk configuration` subcommand is deprecated with a replacement named `configure` that has options that exactly match
33
38
[SE-0387 proposal text].
34
39
40
+
35
41
*[#7202]
36
42
37
43
Package manifests can now access information about the Git repository the given package is in via the context object's
0 commit comments