Build Information
Failed to build swift-testing, reference main (77f84d
), with Swift 6.1 for Linux on 12 Sep 2025 23:00:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
<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
/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:)'
<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
<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
/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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
<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.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 | }
[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
[528/587] Compiling Testing AttachableWrapper.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
[529/587] Compiling Testing Attachment.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
[530/587] Compiling Testing AttachableImageFormat.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
[531/587] Compiling Testing ImageAttachmentError.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
[532/587] Compiling Testing _AttachableImageWrapper.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
[533/587] Compiling Testing Discovery+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
[534/587] Compiling Testing Clock.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
[535/587] Compiling Testing Event.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
[536/587] Compiling Testing Event.AdvancedConsoleOutputRecorder.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
[537/587] Compiling Testing Event.ConsoleOutputRecorder.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
[538/587] Compiling Testing Event.HumanReadableOutputRecorder.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
[539/587] Compiling Testing Event.JUnitXMLRecorder.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
[540/587] Compiling Testing Event.Symbol.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
[541/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
[542/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
[543/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
[544/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
[545/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
[546/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
[547/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
[548/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
[549/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
[550/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
[551/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
[552/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
[553/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
[554/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
<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
[569/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
/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 }
<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-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/33] Compiling _TestingInternals Versions.cpp
[2/33] Compiling _TestingInternals Discovery.cpp
[4/33] Write swift-version-24593BA9C3E375BF.txt
[6/39] Compiling SwiftSyntax603 Empty.swift
[7/39] Emitting module SwiftSyntax603
[7/40] Compiling _TestingInternals WillThrow.cpp
[9/42] Compiling SwiftSyntax601 Empty.swift
[10/42] Emitting module SwiftSyntax601
[11/42] Emitting module SwiftSyntax602
[13/47] Compiling SwiftSyntax509 Empty.swift
[14/46] Compiling SwiftSyntax602 Empty.swift
[15/47] Emitting module SwiftSyntax509
[16/49] Compiling _TestingInternals WillThrow.cpp
[18/53] Compiling SwiftSyntax510 Empty.swift
[19/53] Emitting module SwiftSyntax510
[21/53] Emitting module SwiftSyntax600
[22/54] Compiling SwiftSyntax600 Empty.swift
[26/57] Compiling _TestDiscovery WinSDKAdditions.swift
[27/57] Emitting module _TestDiscovery
[28/57] Compiling _TestDiscovery DiscoverableAsTestContent.swift
[29/57] Compiling _TestDiscovery TestContentKind.swift
[30/57] Compiling _TestDiscovery SectionBounds.swift
[31/57] Compiling _TestDiscovery DiscoverableAsTestContent.swift
[32/57] Compiling _TestDiscovery WinSDKAdditions.swift
[33/57] Compiling _TestDiscovery TestContentKind.swift
[34/57] Emitting module _TestDiscovery
[35/57] Compiling _TestDiscovery SectionBounds.swift
[36/120] Compiling SwiftSyntax AbsolutePosition.swift
[37/120] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/120] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[39/120] Compiling SwiftSyntax Assert.swift
[40/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[41/120] Compiling SwiftSyntax CommonAncestor.swift
[42/120] Compiling SwiftSyntax Convenience.swift
[43/120] Compiling SwiftSyntax CustomTraits.swift
[44/120] Compiling SwiftSyntax EditorPlaceholder.swift
[45/128] Compiling _TestDiscovery TestContentRecord.swift
[48/132] Write Objects.LinkFileList
[49/132] Archiving lib_TestDiscovery.a
[53/132] Compiling SwiftSyntax Identifier.swift
[54/132] Compiling SwiftSyntax MemoryLayout.swift
[55/132] Compiling SwiftSyntax MissingNodeInitializers.swift
[56/132] Compiling SwiftSyntax RawSyntax.swift
[57/132] Compiling SwiftSyntax RawSyntaxArena.swift
[58/132] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[59/132] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[60/132] Compiling SwiftSyntax RawSyntaxTokenView.swift
[61/132] Compiling SwiftSyntax SourceEdit.swift
[62/132] Emitting module SwiftSyntax
[63/132] Compiling SwiftSyntax SyntaxRewriter.swift
[64/132] Compiling SwiftSyntax SyntaxTraits.swift
[65/132] Compiling SwiftSyntax SyntaxVisitor.swift
[66/132] Compiling SwiftSyntax TokenKind.swift
[67/132] Compiling SwiftSyntax Tokens.swift
[68/132] Compiling SwiftSyntax TriviaPieces.swift
[69/132] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[70/132] Compiling SwiftSyntax RawSyntaxNodesC.swift
[71/132] Compiling SwiftSyntax RawSyntaxNodesD.swift
[72/132] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[73/132] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[74/132] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[75/132] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[76/132] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[77/132] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[78/132] Compiling SwiftSyntax RawSyntaxValidation.swift
[79/132] Compiling SwiftSyntax SyntaxNodesAB.swift
[80/132] Compiling SwiftSyntax SyntaxNodesC.swift
[81/132] Compiling SwiftSyntax SyntaxNodesD.swift
[82/132] Compiling SwiftSyntax SyntaxNodesEF.swift
[83/132] Compiling SwiftSyntax SyntaxNodesGHI.swift
[84/132] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[85/132] Compiling SwiftSyntax SyntaxNodesOP.swift
[86/132] Compiling SwiftSyntax SyntaxNodesQRS.swift
[87/132] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[88/132] Compiling SwiftSyntax SourceLength.swift
[89/132] Compiling SwiftSyntax SourceLocation.swift
[90/132] Compiling SwiftSyntax SourcePresence.swift
[91/132] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[92/132] Compiling SwiftSyntax Syntax.swift
[93/132] Compiling SwiftSyntax SyntaxChildren.swift
[94/132] Compiling SwiftSyntax SyntaxCollection.swift
[95/132] Compiling SwiftSyntax SyntaxHashable.swift
[96/132] Compiling SwiftSyntax SyntaxIdentifier.swift
[97/132] Compiling SwiftSyntax ChildNameForKeyPath.swift
[98/132] Compiling SwiftSyntax Keyword.swift
[99/132] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[100/132] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[101/132] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[102/132] Compiling SwiftSyntax SyntaxBaseNodes.swift
[103/132] Compiling SwiftSyntax SyntaxCollections.swift
[104/132] Compiling SwiftSyntax SyntaxEnum.swift
[105/132] Compiling SwiftSyntax SyntaxKind.swift
[106/132] Compiling SwiftSyntax SyntaxNodeStructure.swift
[107/132] Compiling SwiftSyntax SyntaxProtocol.swift
[108/132] Compiling SwiftSyntax SyntaxText.swift
[109/132] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[110/132] Compiling SwiftSyntax TokenDiagnostic.swift
[111/132] Compiling SwiftSyntax TokenSequence.swift
[112/132] Compiling SwiftSyntax TokenSyntax.swift
[113/132] Compiling SwiftSyntax Trivia.swift
[114/132] Compiling SwiftSyntax Utils.swift
[116/191] Emitting module SwiftDiagnostics
[117/192] Compiling SwiftDiagnostics Message.swift
[118/192] Compiling SwiftBasicFormat Syntax+Extensions.swift
[119/192] Compiling SwiftParser Directives.swift
[120/192] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[121/192] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[122/192] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[123/192] Compiling SwiftBasicFormat Indenter.swift
[124/192] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[125/192] Compiling SwiftDiagnostics FixIt.swift
[126/192] Compiling SwiftDiagnostics Note.swift
[127/192] Compiling SwiftParser Expressions.swift
[128/192] Compiling SwiftParser IncrementalParseTransition.swift
[129/192] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[130/192] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[131/193] Compiling SwiftBasicFormat InferIndentation.swift
[133/192] Emitting module SwiftBasicFormat
[134/192] Compiling SwiftBasicFormat BasicFormat.swift
[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 TokenSpec.swift
[149/197] Compiling SwiftParser TokenSpecSet.swift
[150/197] Compiling SwiftParser TopLevel.swift
[151/197] Compiling SwiftParser TriviaParser.swift
[152/197] Compiling SwiftParser Types.swift
[153/197] Compiling SwiftParser StringLiterals.swift
[154/197] Compiling SwiftParser SwiftParserCompatibility.swift
[155/197] Compiling SwiftParser SwiftVersion.swift
[156/197] Compiling SwiftParser SyntaxUtils.swift
[157/197] Compiling SwiftParser TokenConsumer.swift
[158/197] Compiling SwiftParser TokenPrecedence.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 IsValidIdentifier.swift
[171/197] Compiling SwiftParser Cursor.swift
[172/197] Compiling SwiftParser Attributes.swift
[173/197] Compiling SwiftParser Availability.swift
[174/197] Compiling SwiftParser CharacterInfo.swift
[175/197] Compiling SwiftParser CollectionNodes+Parsable.swift
[176/197] Compiling SwiftParser CompilerFiles.swift
[177/197] Compiling SwiftParser Declarations.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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[185/221] Compiling SwiftOperators PrecedenceGroup.swift
[186/221] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[187/221] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[188/222] Compiling SwiftOperators PrecedenceGraph.swift
[189/222] Compiling SwiftOperators OperatorTable.swift
[190/222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[191/222] Compiling SwiftOperators SyntaxSynthesis.swift
[192/222] Compiling SwiftOperators OperatorTable+Folding.swift
[193/222] Compiling SwiftOperators OperatorTable+Semantics.swift
[194/222] Compiling SwiftParserDiagnostics MissingNodesError.swift
[195/222] Compiling SwiftParserDiagnostics MissingTokenError.swift
[196/222] Emitting module SwiftOperators
[198/223] Emitting module SwiftParserDiagnostics
[199/222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[200/222] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[201/222] Compiling SwiftParserDiagnostics Utils.swift
[202/222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[203/222] Compiling SwiftParserDiagnostics PresenceUtils.swift
[208/222] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[209/222] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[211/237] Compiling SwiftSyntaxBuilder Indenter.swift
[212/237] Compiling SwiftSyntaxBuilder ListBuilder.swift
[213/238] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[214/238] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[215/238] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[216/238] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[217/238] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[218/238] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[219/238] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[220/238] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[221/238] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[222/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[223/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[224/238] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[225/238] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[226/238] Emitting module SwiftSyntaxBuilder
[228/255] Compiling SwiftSyntaxMacros Macro.swift
[229/255] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[230/255] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[231/255] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[232/255] Compiling SwiftSyntaxMacros MemberMacro.swift
[233/255] Compiling SwiftSyntaxMacros PeerMacro.swift
[234/255] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[235/255] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[236/257] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[237/257] Compiling SwiftSyntaxMacros Macro+Format.swift
[238/257] Compiling SwiftSyntaxMacros AccessorMacro.swift
[239/257] Compiling SwiftSyntaxMacros AttachedMacro.swift
[240/257] Compiling SwiftSyntaxMacros BodyMacro.swift
[241/257] Emitting module SwiftSyntaxMacros
[242/257] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[243/257] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[244/257] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[245/257] Compiling SwiftSyntaxMacros PreambleMacro.swift
[246/257] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[248/266] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[249/267] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[250/267] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[251/267] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[252/267] Emitting module SwiftSyntaxMacroExpansion
[253/267] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[254/267] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[255/267] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[256/267] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[257/267] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[259/279] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[260/280] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[261/280] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[262/280] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[263/280] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[264/280] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[265/280] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[266/280] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[267/280] Emitting module SwiftCompilerPluginMessageHandling
[268/280] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[269/280] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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 IntegerLiteralExprSyntaxAdditions.swift
[277/311] Compiling TestingMacros MacroExpansionContextAdditions.swift
[278/311] Compiling TestingMacros TokenSyntaxAdditions.swift
[279/311] Compiling TestingMacros TriviaPieceAdditions.swift
[280/311] Compiling TestingMacros TypeSyntaxProtocolAdditions.swift
[281/311] Compiling TestingMacros VersionTupleSyntaxAdditions.swift
[282/311] Compiling TestingMacros WithAttributesSyntaxAdditions.swift
[283/311] Compiling TestingMacros Argument.swift
[284/314] Compiling TestingMacros SHA256.swift
[285/314] Compiling TestingMacros SourceCodeCapturing.swift
[286/314] Compiling TestingMacros SourceLocationGeneration.swift
[287/314] Compiling TestingMacros TestContentGeneration.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 TagMacro.swift
[293/314] Compiling TestingMacros TestDeclarationMacro.swift
[294/314] Compiling TestingMacros TestingMacrosMain.swift
[295/314] Compiling TestingMacros ConditionMacro.swift
[296/314] Compiling TestingMacros ExitTestCapturedValueMacro.swift
[297/314] Compiling TestingMacros PragmaMacro.swift
[298/314] Compiling TestingMacros SourceLocationMacro.swift
[299/314] Emitting module TestingMacros
[300/314] Compiling TestingMacros ConditionArgumentParsing.swift
[301/314] Compiling TestingMacros DiagnosticMessage+Diagnosing.swift
[302/314] Compiling TestingMacros DiagnosticMessage.swift
[303/314] Compiling TestingMacros EffectfulExpressionHandling.swift
[304/314] Compiling TestingMacros AttributeDiscovery.swift
[305/314] Compiling TestingMacros AvailabilityGuards.swift
[306/314] Compiling TestingMacros ClosureCaptureListParsing.swift
[307/314] Compiling TestingMacros CommentParsing.swift
[308/314] Write Objects.LinkFileList
[309/314] Linking TestingMacros-tool
[311/504] Compiling Testing Runner.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 | }
[312/504] Compiling Testing SkipInfo.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 | }
[313/504] Compiling Testing Backtrace+Symbolication.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 | }
[314/504] Compiling Testing Backtrace.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 | }
[315/504] Compiling Testing CustomTestStringConvertible.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 | }
[316/504] Compiling Testing Expression+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 | }
[317/504] Compiling Testing Expression.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 | }
[318/504] Compiling Testing SourceContext.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 | }
[319/504] Compiling Testing SourceLocation+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 | }
[320/504] Compiling Testing SourceLocation.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 | }
[321/504] Compiling Testing ArrayAdditions.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 | }
[322/504] Compiling Testing CollectionDifferenceAdditions.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 | }
[323/504] Compiling Testing CommandLineAdditions.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 | }
[324/517] 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 | }
[325/517] 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 | }
[326/517] 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 | }
[327/517] 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 | }
[328/517] 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 | }
[329/517] 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 | }
[330/517] 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 | }
[331/517] 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 | }
[332/517] 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 | }
[333/517] 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 | }
[334/517] 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 | }
[335/517] 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 | }
[336/517] 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 | }
[350/530] 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 }
[351/530] 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 }
[352/530] 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 }
[353/530] 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 }
[354/530] 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 }
[355/530] 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 }
[356/530] 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 }
[357/530] 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 }
[358/530] 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 }
[359/530] 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 }
[360/530] 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 }
[361/530] 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 }
[362/530] 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 }
[363/530] Compiling Testing Issue+Recording.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/530] Compiling Testing Issue.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:)'
[365/530] Compiling Testing KnownIssue.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:)'
[366/530] Compiling Testing CustomTestArgumentEncodable.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:)'
[367/530] Compiling Testing Test.Case.Generator.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:)'
[368/530] Compiling Testing Test.Case.ID.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:)'
[369/530] Compiling Testing Test.Case.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:)'
[370/530] Compiling Testing TypeInfo.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:)'
[371/530] Compiling Testing Configuration+EventHandling.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:)'
[372/530] Compiling Testing Configuration.TestFilter.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:)'
[373/530] Compiling Testing Configuration.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:)'
[374/530] Compiling Testing Runner.Plan+Dumping.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:)'
[375/530] Compiling Testing Runner.Plan.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:)'
[376/530] 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:)'
[377/530] Compiling Testing Attachable.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 }
[378/530] Compiling Testing AttachableWrapper.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 }
[379/530] Compiling Testing Attachment.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 }
[380/530] Compiling Testing AttachableImageFormat.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 }
[381/530] Compiling Testing ImageAttachmentError.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 }
[382/530] Compiling Testing _AttachableImageWrapper.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 }
[383/530] Compiling Testing Discovery+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 }
[384/530] Compiling Testing Clock.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 }
[385/530] Compiling Testing Event.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 }
[386/530] Compiling Testing Event.AdvancedConsoleOutputRecorder.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 }
[387/530] Compiling Testing Event.ConsoleOutputRecorder.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 }
[388/530] Compiling Testing Event.HumanReadableOutputRecorder.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 }
[389/530] Compiling Testing Event.JUnitXMLRecorder.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 }
[390/530] Compiling Testing Event.Symbol.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 }
[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
/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/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/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/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/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/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/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/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/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/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/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/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/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
[430/530] Compiling Testing NumericAdditions.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 | }
[431/530] Compiling Testing ResultAdditions.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 | }
[432/530] Compiling Testing TaskAdditions.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 | }
[433/530] Compiling Testing WinSDKAdditions.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 | }
[434/530] Compiling Testing CError.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 | }
[435/530] Compiling Testing CartesianProduct.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 | }
[436/530] Compiling Testing CustomIssueRepresentable.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 | }
[437/530] Compiling Testing Environment.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 | }
[438/530] Compiling Testing FileHandle.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 | }
[439/530] Compiling Testing GetSymbol.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 | }
[440/530] Compiling Testing Graph.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 | }
[441/530] Compiling Testing JSON.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 | }
[442/530] Compiling Testing Locked+Platform.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 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[456/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 }
[457/530] Compiling Testing ABI.Record+Streaming.swift
[458/530] Compiling Testing ABI.Record.swift
[459/530] Compiling Testing ABI.swift
[460/530] Compiling Testing ABI.EncodedAttachment.swift
[461/530] Compiling Testing ABI.EncodedBacktrace.swift
[462/530] Compiling Testing ABI.EncodedError.swift
[463/530] Compiling Testing ABI.EncodedEvent.swift
[464/530] Compiling Testing ABI.EncodedInstant.swift
[465/530] Compiling Testing ABI.EncodedIssue.swift
[466/530] Compiling Testing ABI.EncodedMessage.swift
[467/530] Compiling Testing ABI.EncodedTest.swift
[468/530] Compiling Testing ABIEntryPoint.swift
[469/530] Compiling Testing EntryPoint.swift
[470/530] Compiling Testing SwiftPMEntryPoint.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:)'
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 linux