Drop Swift Testing support for older Apple releases.#87042
Merged
Conversation
This PR drops Swift Testing's support for older Apple releases when Swift Testing is built as part of the toolchain.
Contributor
Author
|
@swift-ci build toolchain |
Contributor
Author
2 tasks
Contributor
Author
Contributor
Author
1 similar comment
Contributor
Author
Contributor
Author
Contributor
Author
|
swiftlang/swift-package-manager#9695 @swift-ci build toolchain macOS |
harlanhaskins
approved these changes
Feb 9, 2026
shahmishal
approved these changes
Feb 9, 2026
Contributor
Author
Contributor
Author
|
swiftlang/swift-package-manager#9695 @swift-ci build toolchain macOS |
stmontgomery
approved these changes
Feb 10, 2026
grynspan
added a commit
to swiftlang/swift-package-manager
that referenced
this pull request
Feb 10, 2026
…st that of _both_ XCTest and Swift Testing. (#9695) This PR changes the logic SwiftPM uses when bumping the minimum deployment target of a package so that it takes into account both XCTest and Swift Testing, not just XCTest. I have no new unit test for this because the only practical unit test is just tautological. Existing test coverage should ensure this doesn't break builds outright. Will be doing a full toolchain build to verify this change alongside swiftlang/swift#87042 and swiftlang/swift-testing#1533.
grynspan
added a commit
to swiftlang/swift-testing
that referenced
this pull request
Feb 11, 2026
This PR drops support for older Apple releases when Swift Testing is built as a package. See Also: swiftlang/swift#87042 ### 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.
Azoy
pushed a commit
to Azoy/swift
that referenced
this pull request
Feb 13, 2026
This PR drops Swift Testing's support for older Apple releases when Swift Testing is built as part of the toolchain. See Also: swiftlang/swift-testing#1533
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR drops Swift Testing's support for older Apple releases when Swift Testing is built as part of the toolchain.
See Also: swiftlang/swift-testing#1533