File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Note: This is in reverse chronological order, so newer entries are added to the
3
3
Swift 5.7
4
4
-----------
5
5
6
+ * [ SE-0292]
7
+
8
+ SwiftPM can now resolve deepndencies from a server compliant with the pacakge registry server API defined in SE-0292.
9
+
6
10
* [ SE-0339]
7
11
8
12
Module aliases can now be defined in the package manifest to disambiguate between modules with the same name originating from different packages.
@@ -213,6 +217,7 @@ Swift 3.0
213
217
[ SE-0201 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0201-package-manager-local-dependencies.md
214
218
[ SE-0208 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0208-package-manager-system-library-targets.md
215
219
[ SE-0209 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0209-package-manager-swift-lang-version-update.md
220
+ [ SE-0292 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0292-package-registry-service.md
216
221
[ SE-0303 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md
217
222
[ SE-0332 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md
218
223
[ SE-0339 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0339-module-aliasing-for-disambiguation.md
You can’t perform that action at this time.
0 commit comments