The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-testing, reference main (77f84d), with Swift 6.1 for Wasm on 12 Sep 2025 23:00:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
[473/587] Compiling Testing TimeValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
[474/587] Compiling Testing NumericAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[475/587] Compiling Testing ResultAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[476/587] Compiling Testing TaskAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[477/587] Compiling Testing WinSDKAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[478/587] Compiling Testing CError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[479/587] Compiling Testing CartesianProduct.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[480/587] Compiling Testing CustomIssueRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[481/587] Compiling Testing Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[482/587] Compiling Testing FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[483/587] Compiling Testing GetSymbol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[484/587] Compiling Testing Graph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[485/587] Compiling Testing JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[486/587] Compiling Testing Locked+Platform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[487/587] Compiling Testing ExitStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[488/587] Compiling Testing ExitTest.CapturedValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[489/587] Compiling Testing ExitTest.Condition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[490/587] Compiling Testing ExitTest.Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[491/587] Compiling Testing ExitTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[492/587] Compiling Testing SpawnProcess.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[493/587] Compiling Testing WaitFor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[494/587] Compiling Testing Expectation+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[495/587] Compiling Testing Expectation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[496/587] Compiling Testing ExpectationChecking+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[497/587] Compiling Testing Confirmation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[498/587] Compiling Testing ErrorSnapshot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[499/587] Compiling Testing Issue+Recording.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[527/587] Compiling Testing Attachable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[555/587] Emitting module Testing
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[556/587] Compiling Testing ABI.Record+Streaming.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[557/587] Compiling Testing ABI.Record.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[558/587] Compiling Testing ABI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[559/587] Compiling Testing ABI.EncodedAttachment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[560/587] Compiling Testing ABI.EncodedBacktrace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[561/587] Compiling Testing ABI.EncodedError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[562/587] Compiling Testing ABI.EncodedEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[563/587] Compiling Testing ABI.EncodedInstant.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[564/587] Compiling Testing ABI.EncodedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[565/587] Compiling Testing ABI.EncodedMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[566/587] Compiling Testing ABI.EncodedTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[567/587] Compiling Testing ABIEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[568/587] Compiling Testing EntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[569/587] Compiling Testing SwiftPMEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/33] Compiling _TestingInternals Versions.cpp
[1/33] Compiling _TestingInternals Discovery.cpp
[2/33] Compiling _TestingInternals Versions.cpp
[3/33] Compiling _TestingInternals Discovery.cpp
[4/33] Write swift-version-24593BA9C3E375BF.txt
[5/33] Compiling _TestingInternals WillThrow.cpp
[7/45] Compiling SwiftSyntax509 Empty.swift
[8/48] Compiling SwiftSyntax603 Empty.swift
[9/49] Emitting module SwiftSyntax603
[10/52] Compiling SwiftSyntax600 Empty.swift
[11/52] Emitting module SwiftSyntax510
[12/52] Compiling SwiftSyntax510 Empty.swift
[13/52] Emitting module SwiftSyntax600
[13/54] Compiling _TestingInternals WillThrow.cpp
[15/54] Emitting module SwiftSyntax509
[16/55] Compiling SwiftSyntax601 Empty.swift
[17/55] Emitting module SwiftSyntax601
[18/56] Emitting module SwiftSyntax602
[19/56] Compiling SwiftSyntax602 Empty.swift
[26/57] Compiling _TestDiscovery WinSDKAdditions.swift
[27/57] Emitting module _TestDiscovery
[28/57] Compiling _TestDiscovery SectionBounds.swift
[29/57] Compiling _TestDiscovery DiscoverableAsTestContent.swift
[30/57] Compiling _TestDiscovery WinSDKAdditions.swift
[31/57] Emitting module _TestDiscovery
[32/57] Compiling _TestDiscovery DiscoverableAsTestContent.swift
[33/57] Compiling _TestDiscovery SectionBounds.swift
[34/120] Compiling _TestDiscovery TestContentRecord.swift
[35/120] Compiling _TestDiscovery TestContentKind.swift
[39/122] Compiling _TestDiscovery TestContentRecord.swift
[41/124] Write Objects.LinkFileList
[42/124] Archiving lib_TestDiscovery.a
[44/124] Emitting module SwiftSyntax
[45/132] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[46/132] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[47/132] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[48/132] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[49/132] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[50/132] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[51/132] Compiling SwiftSyntax RawSyntaxValidation.swift
[52/132] Compiling SwiftSyntax SyntaxNodesAB.swift
[53/132] Compiling SwiftSyntax SyntaxRewriter.swift
[54/132] Compiling SwiftSyntax SyntaxTraits.swift
[55/132] Compiling SwiftSyntax SyntaxVisitor.swift
[56/132] Compiling SwiftSyntax TokenKind.swift
[57/132] Compiling SwiftSyntax Tokens.swift
[58/132] Compiling SwiftSyntax TriviaPieces.swift
[59/132] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[60/132] Compiling SwiftSyntax RawSyntaxNodesC.swift
[61/132] Compiling SwiftSyntax RawSyntaxNodesD.swift
[62/132] Compiling SwiftSyntax SourceLength.swift
[63/132] Compiling SwiftSyntax SourceLocation.swift
[64/132] Compiling SwiftSyntax SourcePresence.swift
[65/132] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[66/132] Compiling SwiftSyntax Syntax.swift
[67/132] Compiling SwiftSyntax SyntaxChildren.swift
[68/132] Compiling SwiftSyntax SyntaxCollection.swift
[69/132] Compiling SwiftSyntax SyntaxHashable.swift
[70/132] Compiling SwiftSyntax SyntaxIdentifier.swift
[71/132] Compiling SwiftSyntax SyntaxNodeStructure.swift
[72/132] Compiling SwiftSyntax SyntaxProtocol.swift
[73/132] Compiling SwiftSyntax SyntaxText.swift
[74/132] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[75/132] Compiling SwiftSyntax TokenDiagnostic.swift
[76/132] Compiling SwiftSyntax TokenSequence.swift
[77/132] Compiling SwiftSyntax TokenSyntax.swift
[78/132] Compiling SwiftSyntax Trivia.swift
[79/132] Compiling SwiftSyntax Utils.swift
[80/132] Compiling SwiftSyntax AbsolutePosition.swift
[81/132] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[82/132] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[83/132] Compiling SwiftSyntax Assert.swift
[84/132] Compiling SwiftSyntax BumpPtrAllocator.swift
[85/132] Compiling SwiftSyntax CommonAncestor.swift
[86/132] Compiling SwiftSyntax Convenience.swift
[87/132] Compiling SwiftSyntax CustomTraits.swift
[88/132] Compiling SwiftSyntax EditorPlaceholder.swift
[89/132] Compiling SwiftSyntax Identifier.swift
[90/132] Compiling SwiftSyntax MemoryLayout.swift
[91/132] Compiling SwiftSyntax MissingNodeInitializers.swift
[92/132] Compiling SwiftSyntax RawSyntax.swift
[93/132] Compiling SwiftSyntax RawSyntaxArena.swift
[94/132] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[95/132] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[96/132] Compiling SwiftSyntax RawSyntaxTokenView.swift
[97/132] Compiling SwiftSyntax SourceEdit.swift
[98/132] Compiling SwiftSyntax ChildNameForKeyPath.swift
[99/132] Compiling SwiftSyntax Keyword.swift
[100/132] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[101/132] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[102/132] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[103/132] Compiling SwiftSyntax SyntaxBaseNodes.swift
[104/132] Compiling SwiftSyntax SyntaxCollections.swift
[105/132] Compiling SwiftSyntax SyntaxEnum.swift
[106/132] Compiling SwiftSyntax SyntaxKind.swift
[107/132] Compiling SwiftSyntax SyntaxNodesC.swift
[108/132] Compiling SwiftSyntax SyntaxNodesD.swift
[109/132] Compiling SwiftSyntax SyntaxNodesEF.swift
[110/132] Compiling SwiftSyntax SyntaxNodesGHI.swift
[111/132] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[112/132] Compiling SwiftSyntax SyntaxNodesOP.swift
[113/132] Compiling SwiftSyntax SyntaxNodesQRS.swift
[114/132] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[116/191] Compiling SwiftParser Attributes.swift
[117/191] Compiling SwiftParser Availability.swift
[118/192] Compiling SwiftParser CharacterInfo.swift
[119/192] Compiling SwiftParser CollectionNodes+Parsable.swift
[120/192] Emitting module SwiftDiagnostics
[121/192] Compiling SwiftDiagnostics Message.swift
[122/192] Compiling SwiftDiagnostics Note.swift
[123/192] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[124/192] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[125/192] Compiling SwiftBasicFormat Syntax+Extensions.swift
[126/192] Compiling SwiftBasicFormat InferIndentation.swift
[127/192] Compiling SwiftBasicFormat Indenter.swift
[128/192] Compiling SwiftDiagnostics FixIt.swift
[129/192] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[130/192] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[131/192] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[133/192] Compiling SwiftBasicFormat BasicFormat.swift
[134/192] Emitting module SwiftBasicFormat
[136/192] Compiling SwiftParser LoopProgressCondition.swift
[137/192] Compiling SwiftParser Modifiers.swift
[138/192] Compiling SwiftParser Names.swift
[139/192] Compiling SwiftParser Nominals.swift
[140/192] Compiling SwiftParser Parameters.swift
[141/192] Compiling SwiftParser ParseSourceFile.swift
[142/197] Compiling SwiftParser Lexeme.swift
[143/197] Compiling SwiftParser LexemeSequence.swift
[144/197] Compiling SwiftParser Lexer.swift
[145/197] Compiling SwiftParser RegexLiteralLexer.swift
[146/197] Compiling SwiftParser UnicodeScalarExtensions.swift
[147/197] Compiling SwiftParser Lookahead.swift
[148/197] Compiling SwiftParser StringLiterals.swift
[149/197] Compiling SwiftParser SwiftParserCompatibility.swift
[150/197] Compiling SwiftParser SwiftVersion.swift
[151/197] Compiling SwiftParser SyntaxUtils.swift
[152/197] Compiling SwiftParser TokenConsumer.swift
[153/197] Compiling SwiftParser TokenPrecedence.swift
[154/197] Compiling SwiftParser TokenSpec.swift
[155/197] Compiling SwiftParser TokenSpecSet.swift
[156/197] Compiling SwiftParser TopLevel.swift
[157/197] Compiling SwiftParser TriviaParser.swift
[158/197] Compiling SwiftParser Types.swift
[159/197] Emitting module SwiftParser
[160/197] Compiling SwiftParser Parser.swift
[161/197] Compiling SwiftParser Patterns.swift
[162/197] Compiling SwiftParser Recovery.swift
[163/197] Compiling SwiftParser Specifiers.swift
[164/197] Compiling SwiftParser Statements.swift
[165/197] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[170/197] Compiling SwiftParser CompilerFiles.swift
[171/197] Compiling SwiftParser Declarations.swift
[172/197] Compiling SwiftParser Directives.swift
[173/197] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[174/197] Compiling SwiftParser Expressions.swift
[175/197] Compiling SwiftParser IncrementalParseTransition.swift
[176/197] Compiling SwiftParser IsValidIdentifier.swift
[177/197] Compiling SwiftParser Cursor.swift
[178/197] Compiling SwiftParser ExperimentalFeatures.swift
[179/197] Compiling SwiftParser IsLexerClassified.swift
[180/197] Compiling SwiftParser LayoutNodes+Parsable.swift
[181/197] Compiling SwiftParser Parser+TokenSpecSet.swift
[182/197] Compiling SwiftParser TokenSpecStaticMembers.swift
[184/220] Compiling SwiftOperators PrecedenceGroup.swift
[185/221] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[186/222] Compiling SwiftOperators PrecedenceGraph.swift
[187/222] Compiling SwiftOperators OperatorTable.swift
[188/222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[189/222] Compiling SwiftOperators OperatorTable+Semantics.swift
[190/222] Compiling SwiftOperators SyntaxSynthesis.swift
[191/222] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[192/222] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[193/222] Emitting module SwiftOperators
[194/222] Compiling SwiftOperators OperatorTable+Folding.swift
[195/222] Compiling SwiftParserDiagnostics MissingNodesError.swift
[196/222] Compiling SwiftParserDiagnostics MissingTokenError.swift
[198/223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[199/223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[200/223] Compiling SwiftParserDiagnostics Utils.swift
[201/222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[202/222] Compiling SwiftParserDiagnostics PresenceUtils.swift
[205/222] Emitting module SwiftParserDiagnostics
[208/222] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[209/222] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[211/237] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[212/237] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[213/238] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[214/238] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[215/238] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[216/238] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[217/238] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[218/238] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[219/238] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[220/238] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[221/238] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[222/238] Compiling SwiftSyntaxBuilder Indenter.swift
[223/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[224/238] Emitting module SwiftSyntaxBuilder
[225/238] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[226/238] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[228/255] Compiling SwiftSyntaxMacros Macro.swift
[229/255] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[230/257] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[231/257] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[232/257] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[233/257] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[234/257] Compiling SwiftSyntaxMacros AccessorMacro.swift
[235/257] Compiling SwiftSyntaxMacros AttachedMacro.swift
[236/257] Compiling SwiftSyntaxMacros BodyMacro.swift
[237/257] Compiling SwiftSyntaxMacros MemberMacro.swift
[238/257] Compiling SwiftSyntaxMacros PeerMacro.swift
[239/257] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[240/257] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[241/257] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[242/257] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[243/257] Compiling SwiftSyntaxMacros Macro+Format.swift
[244/257] Emitting module SwiftSyntaxMacros
[245/257] Compiling SwiftSyntaxMacros PreambleMacro.swift
[246/257] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[248/266] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[249/267] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[250/267] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[251/267] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[252/267] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[253/267] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[254/267] Emitting module SwiftSyntaxMacroExpansion
[255/267] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[256/267] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[257/267] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[259/279] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[260/279] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[261/280] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[262/280] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[263/280] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[264/280] Emitting module SwiftCompilerPluginMessageHandling
[265/280] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[266/280] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[267/280] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[268/280] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[269/280] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[270/280] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[271/280] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[273/282] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[274/282] Emitting module SwiftCompilerPlugin
[276/311] Compiling TestingMacros ConditionMacro.swift
[277/311] Compiling TestingMacros ExitTestCapturedValueMacro.swift
[278/311] Compiling TestingMacros PragmaMacro.swift
[279/311] Compiling TestingMacros SourceLocationMacro.swift
[280/314] Compiling TestingMacros ConditionArgumentParsing.swift
[281/314] Compiling TestingMacros DiagnosticMessage+Diagnosing.swift
[282/314] Compiling TestingMacros DiagnosticMessage.swift
[283/314] Compiling TestingMacros EffectfulExpressionHandling.swift
[284/314] Compiling TestingMacros IntegerLiteralExprSyntaxAdditions.swift
[285/314] Compiling TestingMacros MacroExpansionContextAdditions.swift
[286/314] Compiling TestingMacros TokenSyntaxAdditions.swift
[287/314] Compiling TestingMacros TriviaPieceAdditions.swift
[288/314] Compiling TestingMacros SuiteDeclarationMacro.swift
[289/314] Compiling TestingMacros DeclGroupSyntaxAdditions.swift
[290/314] Compiling TestingMacros EditorPlaceholderExprSyntaxAdditions.swift
[291/314] Compiling TestingMacros FunctionDeclSyntaxAdditions.swift
[292/314] Compiling TestingMacros TypeSyntaxProtocolAdditions.swift
[293/314] Compiling TestingMacros VersionTupleSyntaxAdditions.swift
[294/314] Compiling TestingMacros WithAttributesSyntaxAdditions.swift
[295/314] Compiling TestingMacros Argument.swift
[296/314] Emitting module TestingMacros
[297/314] Compiling TestingMacros AttributeDiscovery.swift
[298/314] Compiling TestingMacros AvailabilityGuards.swift
[299/314] Compiling TestingMacros ClosureCaptureListParsing.swift
[300/314] Compiling TestingMacros CommentParsing.swift
[301/314] Compiling TestingMacros SHA256.swift
[302/314] Compiling TestingMacros SourceCodeCapturing.swift
[303/314] Compiling TestingMacros SourceLocationGeneration.swift
[304/314] Compiling TestingMacros TestContentGeneration.swift
[305/314] Compiling TestingMacros TagMacro.swift
[306/314] Compiling TestingMacros TestDeclarationMacro.swift
[307/314] Compiling TestingMacros TestingMacrosMain.swift
[308/314] Write Objects.LinkFileList
[309/314] Linking TestingMacros-tool
[311/504] Compiling Testing Runner.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[312/504] Compiling Testing SkipInfo.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[313/504] Compiling Testing Backtrace+Symbolication.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[314/504] Compiling Testing Backtrace.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[315/504] Compiling Testing CustomTestStringConvertible.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[316/504] Compiling Testing Expression+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[317/504] Compiling Testing Expression.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[318/504] Compiling Testing SourceContext.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[319/504] Compiling Testing SourceLocation+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[320/504] Compiling Testing SourceLocation.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[321/504] Compiling Testing ArrayAdditions.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[322/504] Compiling Testing CollectionDifferenceAdditions.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[323/504] Compiling Testing CommandLineAdditions.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[324/504] Compiling Testing Issue+Recording.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[325/504] Compiling Testing Issue.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[326/504] Compiling Testing KnownIssue.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[327/504] Compiling Testing CustomTestArgumentEncodable.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[328/504] Compiling Testing Test.Case.Generator.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[329/504] Compiling Testing Test.Case.ID.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[330/504] Compiling Testing Test.Case.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[331/504] Compiling Testing TypeInfo.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[332/504] Compiling Testing Configuration+EventHandling.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[333/504] Compiling Testing Configuration.TestFilter.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[334/504] Compiling Testing Configuration.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[335/504] Compiling Testing Runner.Plan+Dumping.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[336/504] Compiling Testing Runner.Plan.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[337/517] Compiling Testing ConditionTrait+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[338/517] Compiling Testing ConditionTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[339/517] Compiling Testing HiddenTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[340/517] Compiling Testing IssueHandlingTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[341/517] Compiling Testing ParallelizationTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[342/517] Compiling Testing Tag+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[343/517] Compiling Testing Tag+Predefined.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[344/517] Compiling Testing Tag.Color+Loading.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[345/517] Compiling Testing Tag.Color.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[346/517] Compiling Testing Tag.List.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[347/517] Compiling Testing Tag.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[348/517] Compiling Testing TimeLimitTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[349/517] Compiling Testing Trait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
[362/517] Compiling Testing Runner.RuntimeState.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
[363/517] Compiling Testing TimeValue.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[364/517] Compiling Testing ExitStatus.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[365/517] Compiling Testing ExitTest.CapturedValue.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[366/517] Compiling Testing ExitTest.Condition.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[367/517] Compiling Testing ExitTest.Result.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[368/517] Compiling Testing ExitTest.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[369/517] Compiling Testing SpawnProcess.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[370/517] Compiling Testing WaitFor.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[371/517] Compiling Testing Expectation+Macro.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[372/517] Compiling Testing Expectation.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[373/517] Compiling Testing ExpectationChecking+Macro.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[374/517] Compiling Testing Confirmation.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[375/517] Compiling Testing ErrorSnapshot.swift
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
[377/530] Compiling Testing TimeValue.swift
[378/530] Compiling Testing ExitStatus.swift
[379/530] Compiling Testing ExitTest.CapturedValue.swift
[380/530] Compiling Testing ExitTest.Condition.swift
[381/530] Compiling Testing ExitTest.Result.swift
[382/530] Compiling Testing ExitTest.swift
[383/530] Compiling Testing SpawnProcess.swift
[384/530] Compiling Testing WaitFor.swift
[385/530] Compiling Testing Expectation+Macro.swift
[386/530] Compiling Testing Expectation.swift
[387/530] Compiling Testing ExpectationChecking+Macro.swift
[388/530] Compiling Testing Confirmation.swift
[389/530] Compiling Testing ErrorSnapshot.swift
[390/530] Compiling Testing Event.Symbol.swift
[391/530] Compiling Testing ConditionTrait+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[392/530] Compiling Testing ConditionTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[393/530] Compiling Testing HiddenTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[394/530] Compiling Testing IssueHandlingTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[395/530] Compiling Testing ParallelizationTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[396/530] Compiling Testing Tag+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[397/530] Compiling Testing Tag+Predefined.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[398/530] Compiling Testing Tag.Color+Loading.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[399/530] Compiling Testing Tag.Color.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[400/530] Compiling Testing Tag.List.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[401/530] Compiling Testing Tag.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[402/530] Compiling Testing TimeLimitTrait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[403/530] Compiling Testing Trait.swift
/host/spi-builder-workspace/Sources/Testing/Traits/TimeLimitTrait.swift:286:25: error: extra argument 'name' in call
284 | ) async throws {
285 |   try await withThrowingTaskGroup { group in
286 |     group.addTask(name: decorateTaskName(taskName, withAction: "waiting for timeout")) {
    |                         `- error: extra argument 'name' in call
287 |       // If sleep() returns instead of throwing a CancellationError, that means
288 |       // the timeout was reached before this task could be cancelled, so call
[404/530] Compiling Testing Locked.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[405/530] Compiling Testing VersionNumber.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[406/530] Compiling Testing Versions.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[407/530] Compiling Testing Test+Cancellation.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[408/530] Compiling Testing Test+Discovery+Legacy.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[409/530] Compiling Testing Test+Discovery.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[410/530] Compiling Testing Test+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[411/530] Compiling Testing Test.ID.Selection.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[412/530] Compiling Testing Test.ID.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[413/530] Compiling Testing Test.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[414/530] Compiling Testing Bug.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[415/530] Compiling Testing Comment+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[416/530] Compiling Testing Comment.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[430/530] Compiling Testing NumericAdditions.swift
[431/530] Compiling Testing ResultAdditions.swift
[432/530] Compiling Testing TaskAdditions.swift
[433/530] Compiling Testing WinSDKAdditions.swift
[434/530] Compiling Testing CError.swift
[435/530] Compiling Testing CartesianProduct.swift
[436/530] Compiling Testing CustomIssueRepresentable.swift
[437/530] Compiling Testing Environment.swift
[438/530] Compiling Testing FileHandle.swift
[439/530] Compiling Testing GetSymbol.swift
[440/530] Compiling Testing Graph.swift
[441/530] Compiling Testing JSON.swift
[442/530] Compiling Testing Locked+Platform.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
/host/spi-builder-workspace/Sources/Testing/Running/Runner.Plan.swift:215:28: error: generic parameter 'ChildTaskResult' could not be inferred
213 |     // FIXME: Parallelize this work. Calling `prepare(...)` on all traits and
214 |     // evaluating all test arguments should be safely parallelizable.
215 |     (test, result) = await withTaskGroup(returning: (Test, Action).self) { [test] taskGroup in
    |                            `- error: generic parameter 'ChildTaskResult' could not be inferred
216 |       let testName = test.humanReadableName()
217 |       let (taskName, taskAction) = if test.isSuite {
_Concurrency.withTaskGroup:3:24: note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withTaskGroup<ChildTaskResult, GroupResult>(of childTaskResultType: ChildTaskResult.Type = ChildTaskResult.self, returning returnType: GroupResult.Type = GroupResult.self, isolation: isolated (any Actor)? = #isolation, body: (inout TaskGroup<ChildTaskResult>) async -> GroupResult) async -> GroupResult where ChildTaskResult : Sendable
  |                        `- note: in call to function 'withTaskGroup(of:returning:isolation:body:)'
[484/530] Emitting module Testing
[485/530] Compiling Testing ABI.Record+Streaming.swift
[486/530] Compiling Testing ABI.Record.swift
[487/530] Compiling Testing ABI.swift
[488/530] Compiling Testing ABI.EncodedAttachment.swift
[489/530] Compiling Testing ABI.EncodedBacktrace.swift
[490/530] Compiling Testing ABI.EncodedError.swift
[491/530] Compiling Testing ABI.EncodedEvent.swift
[492/530] Compiling Testing ABI.EncodedInstant.swift
[493/530] Compiling Testing ABI.EncodedIssue.swift
[494/530] Compiling Testing ABI.EncodedMessage.swift
[495/530] Compiling Testing ABI.EncodedTest.swift
[496/530] Compiling Testing ABIEntryPoint.swift
[497/530] Compiling Testing EntryPoint.swift
[498/530] Compiling Testing SwiftPMEntryPoint.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[526/530] Emitting module Testing
/host/spi-builder-workspace/Sources/Testing/ExitTests/ExitTest.swift:958:33: error: extra argument 'name' in call
 956 |
 957 |         // Await termination of the child process.
 958 |         taskGroup.addTask(name: decorateTaskName("exit test", withAction: "awaiting termination")) {
     |                                 `- error: extra argument 'name' in call
 959 |           let exitStatus = try await wait(for: processID)
 960 |           return { $0.exitStatus = exitStatus }
BUILD FAILURE 6.1 wasm