We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982e279 commit e2525b3Copy full SHA for e2525b3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
Note: This is in reverse chronological order, so newer entries are added to the top.
2
3
+* [#7530]
4
+
5
+ Makes it possible for packages to depend on each other if such dependence doesn't form any target-level cycles. For example,
6
+ package `A` can depend on `B` and `B` on `A` unless targets in `B` depend on products of `A` that depend on some of the same
7
+ targets from `B` and vice versa.
8
9
Swift 6.0
10
-----------
11
0 commit comments