Skip to content

Update README.md's note about development toolchain requirements. #911

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,17 @@ incrementally, at your own pace.

## Documentation

> [!IMPORTANT]
> This package is under active, ongoing development and requires a recent
> **6.0 development snapshot** toolchain. Its contents and interfaces are still
> considered experimental at this time and may change. See this
> [Forum post](https://forums.swift.org/t/an-update-on-swift-testing-progress-and-stable-release-plans/71455)
> for details about stable release plans.

Detailed documentation for Swift Testing can be found on the
[Swift Package Index](https://swiftpackageindex.com/swiftlang/swift-testing/main/documentation/testing).
There, you can delve into comprehensive guides, tutorials, and API references to
make the most out of this package. Swift Testing is included with the Swift 6
toolchain and Xcode 16.
toolchain and Xcode 16. You do not need to add it as a package dependency to
your Swift package or Xcode project.

> [!IMPORTANT]
> Swift Testing depends on upcoming language and compiler features. If you are
> building Swift Testing from source, be aware that the main branch of this
> repository requires a recent **main-branch development snapshot** toolchain.

Other documentation resources for this project can be found in the
[README](https://github.com/swiftlang/swift-testing/blob/main/Documentation/README.md)
Expand Down