Skip to content

Commit 5494982

Browse files
authored
Update README.md's note about development toolchain requirements. (#911)
We are well past Swift 6.0 development toolchains. Update the readme to reflect that. Resolves #846. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 26ac6a3 commit 5494982

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,17 @@ incrementally, at your own pace.
112112

113113
## Documentation
114114

115-
> [!IMPORTANT]
116-
> This package is under active, ongoing development and requires a recent
117-
> **6.0 development snapshot** toolchain. Its contents and interfaces are still
118-
> considered experimental at this time and may change. See this
119-
> [Forum post](https://forums.swift.org/t/an-update-on-swift-testing-progress-and-stable-release-plans/71455)
120-
> for details about stable release plans.
121-
122115
Detailed documentation for Swift Testing can be found on the
123116
[Swift Package Index](https://swiftpackageindex.com/swiftlang/swift-testing/main/documentation/testing).
124117
There, you can delve into comprehensive guides, tutorials, and API references to
125118
make the most out of this package. Swift Testing is included with the Swift 6
126-
toolchain and Xcode 16.
119+
toolchain and Xcode 16. You do not need to add it as a package dependency to
120+
your Swift package or Xcode project.
121+
122+
> [!IMPORTANT]
123+
> Swift Testing depends on upcoming language and compiler features. If you are
124+
> building Swift Testing from source, be aware that the main branch of this
125+
> repository requires a recent **main-branch development snapshot** toolchain.
127126
128127
Other documentation resources for this project can be found in the
129128
[README](https://github.com/swiftlang/swift-testing/blob/main/Documentation/README.md)

0 commit comments

Comments
 (0)