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
| swift-system 1.4.x through 1.6.x | >= Swift 5.9 | >= Xcode 15.0 |
91
91
92
92
We'd like this package to quickly embrace Swift language and toolchain improvements that are relevant to its mandate. Accordingly, from time to time, new versions of this package require clients to upgrade to a more recent Swift toolchain release. (This allows the package to make use of new language/stdlib features, build on compiler bug fixes, and adopt new package manager functionality as soon as they are available.) Patch (i.e., bugfix) releases will not increase the required toolchain version, but any minor (i.e., new feature) release may do so.
93
93
@@ -105,11 +105,13 @@ Before contributing, please read [CONTRIBUTING.md](CONTRIBUTING.md).
105
105
106
106
We maintain separate branches for each active minor version of the package:
107
107
108
-
| Package version | Branch |
108
+
| Package version | Branch |
109
109
| ----------------------- | ----------- |
110
110
| swift-system 1.3.x | release/1.3 |
111
-
| swift-system 1.4.x (unreleased) | release/1.4 |
112
-
| swift-system 1.5.x (unreleased) | main |
111
+
| swift-system 1.4.x | release/1.4 |
112
+
| swift-system 1.5.x | release/1.5 |
113
+
| swift-system 1.6.x | release/1.6 |
114
+
| swift-system 1.7.x (unreleased) | main |
113
115
114
116
Changes must land on the branch corresponding to the earliest release that they will need to ship on. They are periodically propagated to subsequent branches, in the following direction:
0 commit comments