Skip to content

Commit de83b87

Browse files
committed
TestRunSummary doesn't need to be @_spi public, it can be private
1 parent 42d582d commit de83b87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Sources/Testing/Events/Recorder/Event.HumanReadableOutputRecorder.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ extension Event {
1313
///
1414
/// This type encapsulates the logic for collecting failed tests from a test
1515
/// data graph and formatting them into a human-readable failure summary.
16-
@_spi(ForToolsIntegrationOnly)
17-
public struct TestRunSummary: Sendable {
16+
private struct TestRunSummary: Sendable {
1817
/// Information about a single failed test.
1918
struct FailedTest: Sendable {
2019
/// The full hierarchical path to the test (e.g., suite names).

0 commit comments

Comments
 (0)