From bf3de12d542765cc8dda675797a8840f2d38fec5 Mon Sep 17 00:00:00 2001 From: Owen Voorhees Date: Mon, 8 Dec 2025 14:56:47 -0800 Subject: [PATCH] Pseudo-namespace runner struct in test entrypoints --- .../TestEntryPointGenerationTaskAction.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SWBUniversalPlatform/TestEntryPointGenerationTaskAction.swift b/Sources/SWBUniversalPlatform/TestEntryPointGenerationTaskAction.swift index bad72bbd..ba2d27b5 100644 --- a/Sources/SWBUniversalPlatform/TestEntryPointGenerationTaskAction.swift +++ b/Sources/SWBUniversalPlatform/TestEntryPointGenerationTaskAction.swift @@ -63,7 +63,7 @@ class TestEntryPointGenerationTaskAction: TaskAction { @main @available(macOS 10.15, iOS 11, watchOS 4, tvOS 11, visionOS 1, *) @available(*, deprecated, message: "Not actually deprecated. Marked as deprecated to allow inclusion of deprecated tests (which test deprecated functionality) without warnings") - struct Runner { + struct __SwiftPMGeneratedTestRunner { private static func testingLibrary() -> String { var iterator = CommandLine.arguments.makeIterator() while let argument = iterator.next() {