-
Notifications
You must be signed in to change notification settings - Fork 138
Pull requests: swiftlang/swift-testing
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Drop support for older Apple releases.
build
🧱 Affects the project's build configuration or process
darwin
🍎 macOS, iOS, watchOS, tvOS, and visionOS support
tech-debt
💾 reduces technical debt
Move test repetition down to the test case level
#1528
opened Feb 5, 2026 by
harlanhaskins
Loading…
2 tasks done
Add documentation to Parallelization.md describing how the
.serialized trait can be applied to a test suite across different files.
#1526
opened Feb 4, 2026 by
gmedori
Loading…
2 tasks done
Install fallback event handler before running tests
interoperability
↔️ Work related to Swift Testing and XCTest interoperability
[WIP] 🖇️ Work related to attachments and/or activities
cross-import-overlays
🍰 Cross-import overlays (Foundation, Core Graphics, etc.)
enhancement
New feature or request
CoreTransferable attachments
attachments/activities
Extend ⌨️ enhancements to the command line interface
issue-handling
Related to Issue handling within the testing library
parameterized-testing
Related to parameterized testing functionality
public-api
Affects public API
traits
Issues and PRs related to the trait subsystem or built-in traits
CustomTestStringConvertible to ~Copyable and ~Escapable values.
command-line experience
Drop remaining Swift 6.2 support.
integration
⚙️ Integrating work to release branches
tech-debt
💾 reduces technical debt
[ST-0020] Promote Related to Issue handling within the testing library
public-api
Affects public API
tools integration
🛠️ Integration of swift-testing into tools/IDEs
SourceLocation.filePath to API.
issue-handling
[DNM, WIP] Introduce a macOS DocC soundness check
build
🧱 Affects the project's build configuration or process
documentation
📚 Improvements or additions to documentation
enhancement
New feature or request
[ST-0019] Augment JSON ABI
enhancement
New feature or request
public-api
Affects public API
tools integration
🛠️ Integration of swift-testing into tools/IDEs
traits
Issues and PRs related to the trait subsystem or built-in traits
Add failure summary to ConsoleOutputRecorder
command-line experience
⌨️ enhancements to the command line interface
enhancement
New feature or request
gsoc
☀️ Google Summer of Code contributions
issue-handling
Related to Issue handling within the testing library
[WIP, DNM] Enable exit tests on Android API level 28 and newer.
android
🤖 Android support
enhancement
New feature or request
exit-tests
☠️ Work related to exit tests
Use the new 🤖 Android support
cross-compilation
Compiling tests for other platforms than the host
tech-debt
💾 reduces technical debt
#available(Android API, *) instead to look for backtrace()
android
#1373
opened Oct 21, 2025 by
finagolfin
Loading…
Add a property to New feature or request
parameterized-testing
Related to parameterized testing functionality
public-api
Affects public API
traits
Issues and PRs related to the trait subsystem or built-in traits
Test.Case to get the values of its arguments.
enhancement
Adopt typed throws in the implementation of 📟 Embedded Swift issues
enhancement
New feature or request
exit-tests
☠️ Work related to exit tests
issue-handling
Related to Issue handling within the testing library
macros
🔭 Related to Swift macros such as @Test or #expect
public-api
Affects public API
#expect()/#require().
embedded-swift
Serialization traits for data dependencies
concurrency
🔀 Swift concurrency/sendability issues
enhancement
New feature or request
public-api
Affects public API
traits
Issues and PRs related to the trait subsystem or built-in traits
Infer a display name for tests and suites which have a raw identifier name consisting of a single token
discovery
🔎 test content discovery
enhancement
New feature or request
macros
🔭 Related to Swift macros such as @Test or #expect
raw-identifiers
🧅 Support for raw identifiers
Prefer using raw identifiers over display name parameters for tests and suites.
documentation
📚 Improvements or additions to documentation
enhancement
New feature or request
raw-identifiers
🧅 Support for raw identifiers
Add a test for property access on ~Escapable types
enhancement
New feature or request
macros
🔭 Related to Swift macros such as @Test or #expect
Organize discovered tests in a runner plan based on the module they're implemented in
bug
🪲 Something isn't working
discovery
🔎 test content discovery
tools integration
🛠️ Integration of swift-testing into tools/IDEs
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.