Skip to content

Tags: swiftlang/swift-testing

Tags

swift-DEVELOPMENT-SNAPSHOT-2024-10-27-a

Toggle swift-DEVELOPMENT-SNAPSHOT-2024-10-27-a's commit message
Tag build swift-DEVELOPMENT-SNAPSHOT-2024-10-27-a

swift-DEVELOPMENT-SNAPSHOT-2024-10-25-a

Toggle swift-DEVELOPMENT-SNAPSHOT-2024-10-25-a's commit message
Tag build swift-DEVELOPMENT-SNAPSHOT-2024-10-25-a

swift-DEVELOPMENT-SNAPSHOT-2024-10-08-a

Toggle swift-DEVELOPMENT-SNAPSHOT-2024-10-08-a's commit message
Tag build swift-DEVELOPMENT-SNAPSHOT-2024-10-08-a

swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-12-a

Toggle swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-12-a's commit message
Tag build swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-12-a

swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-08-a

Toggle swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-08-a's commit message
Tag build swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-08-a

swift-DEVELOPMENT-SNAPSHOT-2024-09-25-a

Toggle swift-DEVELOPMENT-SNAPSHOT-2024-09-25-a's commit message
Tag build swift-DEVELOPMENT-SNAPSHOT-2024-09-25-a

swift-DEVELOPMENT-SNAPSHOT-2024-09-24-a

Toggle swift-DEVELOPMENT-SNAPSHOT-2024-09-24-a's commit message
Tag build swift-DEVELOPMENT-SNAPSHOT-2024-09-24-a

6.0.2

Toggle 6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[6.0.2][CMake] Explicitly link Testing to Foundation (#713)

Cherry-pick #693 into `release/6.0.2`

* **Explanation**: Previously in CMake builds, when `Foundation` was not
in the regular search directory (e.g. resource directory or SDK search
paths) `#if canImport(Foundation)` used to fail, and the functionalities
are not included. This patch provides a way to provide `Foundation_DIR`
for `find_packgage(Foundation CONFIG)`, so that clients can correctly
link Testing to Foundation
* **Scope**: CMake builds
* **Risk**: Low. No actual code changes.
* **Testing**: Passes current test suite Also manually tested the build
toolchain
* **Issues**: N/A
* **Reviewer**: @stmontgomery

---------

Co-authored-by: Jonathan Grynspan <jgrynspan@apple.com>

swift-6.0.2-RELEASE

Toggle swift-6.0.2-RELEASE's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[6.0.2][CMake] Explicitly link Testing to Foundation (#713)

Cherry-pick #693 into `release/6.0.2`

* **Explanation**: Previously in CMake builds, when `Foundation` was not
in the regular search directory (e.g. resource directory or SDK search
paths) `#if canImport(Foundation)` used to fail, and the functionalities
are not included. This patch provides a way to provide `Foundation_DIR`
for `find_packgage(Foundation CONFIG)`, so that clients can correctly
link Testing to Foundation
* **Scope**: CMake builds
* **Risk**: Low. No actual code changes.
* **Testing**: Passes current test suite Also manually tested the build
toolchain
* **Issues**: N/A
* **Reviewer**: @stmontgomery

---------

Co-authored-by: Jonathan Grynspan <jgrynspan@apple.com>

6.0.1

Toggle 6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 6.0.1. (#720)

Update version to 6.0.1.