Skip to content

Commit 11d4812

Browse files
committed
[1.4.0] Updates to the README file
1 parent 5cd7ead commit 11d4812

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@ let package = Package(
5555

5656
## Source Stability
5757

58-
The Swift System package is source stable. The version numbers follow [Semantic Versioning][semver] -- source breaking changes to public API can only land in a new major version.
58+
The Swift System package supports three types of operating systems: Darwin, POSIX, and Windows. The source-stability status of the package differs according to the platform:
59+
60+
| Platform type | Stability |
61+
| ----------------- | --------------- |
62+
| Darwin | Source stable |
63+
| POSIX | Source stable |
64+
| Windows | Source unstable |
65+
66+
The package version numbers follow [Semantic Versioning][semver] -- source breaking changes to public API can only land in a new major version. However, platforms for which support has not reached source stability can have source-breaking changes in a new minor version.
5967

6068
[semver]: https://semver.org
6169

@@ -79,7 +87,7 @@ The following table maps existing package releases to their minimum required Swi
7987
| Package version | Swift version | Xcode release |
8088
| ----------------------- | --------------- | ------------- |
8189
| swift-system 1.3.x | >= Swift 5.8 | >= Xcode 14.3 |
82-
| swift-system 1.4.x (unreleased) | >= Swift 5.9 | >= Xcode 15.0 |
90+
| swift-system 1.4.x | >= Swift 5.9 | >= Xcode 15.0 |
8391

8492
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.
8593

0 commit comments

Comments
 (0)