The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-testing, reference main (77f84d), with Swift 6.1 for Android on 12 Sep 2025 22:59:38 UTC.

Build Command

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

Build Log

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:)'
[438/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
/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:)'
[439/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
/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:)'
[440/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
/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:)'
[441/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
/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:)'
[442/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
/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:)'
[443/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
/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:)'
[444/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
/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:)'
[445/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
/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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
[459/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
[460/587] Compiling Testing Issue+Recording.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[461/587] Compiling Testing Runner.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
[462/587] Compiling Testing SkipInfo.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
[463/587] Compiling Testing Backtrace+Symbolication.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
[464/587] Compiling Testing Backtrace.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
[465/587] Compiling Testing CustomTestStringConvertible.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
[466/587] Compiling Testing Expression+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
[467/587] Compiling Testing Expression.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
[468/587] Compiling Testing SourceContext.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
[469/587] Compiling Testing SourceLocation+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
[470/587] Compiling Testing SourceLocation.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
[471/587] Compiling Testing ArrayAdditions.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
[472/587] Compiling Testing CollectionDifferenceAdditions.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)
[473/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 }
[474/587] Compiling Testing TimeValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[475/587] Compiling Testing ExitStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[476/587] Compiling Testing ExitTest.CapturedValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[477/587] Compiling Testing ExitTest.Condition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[478/587] Compiling Testing ExitTest.Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[479/587] Compiling Testing ExitTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[480/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
[481/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
[482/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
[483/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
[484/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
[485/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
[486/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
[487/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
[488/587] Compiling Testing Attachable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[502/587] Compiling Testing CommandLineAdditions.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
[503/587] Compiling Testing NumericAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[504/587] Compiling Testing ResultAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[505/587] Compiling Testing TaskAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[506/587] Compiling Testing WinSDKAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[507/587] Compiling Testing CError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[508/587] Compiling Testing CartesianProduct.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[509/587] Compiling Testing CustomIssueRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[510/587] Compiling Testing Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[511/587] Compiling Testing FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[512/587] Compiling Testing GetSymbol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[513/587] Compiling Testing Graph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[514/587] Compiling Testing JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[515/587] Compiling Testing Locked+Platform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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
[5/33] Compiling _TestingInternals WillThrow.cpp
[7/51] Compiling SwiftSyntax603 Empty.swift
[8/51] Emitting module SwiftSyntax601
[9/51] Compiling SwiftSyntax601 Empty.swift
[10/52] Emitting module SwiftSyntax603
[11/53] Emitting module SwiftSyntax602
[12/53] Compiling SwiftSyntax602 Empty.swift
[14/54] Compiling _TestingInternals WillThrow.cpp
[17/54] Compiling SwiftSyntax509 Empty.swift
[18/54] Emitting module SwiftSyntax509
[19/54] Emitting module SwiftSyntax510
[20/54] Compiling SwiftSyntax510 Empty.swift
[21/55] Compiling SwiftSyntax600 Empty.swift
[22/55] Emitting module SwiftSyntax600
[26/57] Compiling _TestDiscovery WinSDKAdditions.swift
[27/57] Emitting module _TestDiscovery
[28/57] Compiling _TestDiscovery DiscoverableAsTestContent.swift
[30/120] Compiling _TestDiscovery WinSDKAdditions.swift
[31/120] Emitting module _TestDiscovery
[32/120] Compiling _TestDiscovery SectionBounds.swift
[33/120] Compiling SwiftSyntax AbsolutePosition.swift
[34/120] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[35/120] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[36/120] Compiling SwiftSyntax Assert.swift
[37/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[38/120] Compiling SwiftSyntax CommonAncestor.swift
[39/120] Compiling SwiftSyntax Convenience.swift
[40/120] Compiling SwiftSyntax CustomTraits.swift
[41/120] Compiling SwiftSyntax EditorPlaceholder.swift
[42/128] Compiling SwiftSyntax SyntaxNodeStructure.swift
[43/128] Compiling SwiftSyntax SyntaxProtocol.swift
[44/128] Compiling SwiftSyntax SyntaxText.swift
[45/128] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[46/128] Compiling SwiftSyntax TokenDiagnostic.swift
[47/128] Compiling SwiftSyntax TokenSequence.swift
[48/128] Compiling SwiftSyntax TokenSyntax.swift
[49/128] Compiling SwiftSyntax Trivia.swift
[50/128] Compiling SwiftSyntax Utils.swift
[51/128] Compiling _TestDiscovery SectionBounds.swift
[52/128] Compiling _TestDiscovery TestContentRecord.swift
[53/128] Compiling _TestDiscovery TestContentKind.swift
[56/130] Compiling _TestDiscovery TestContentRecord.swift
[57/130] Compiling _TestDiscovery TestContentKind.swift
[58/132] Compiling SwiftSyntax Identifier.swift
[59/132] Compiling SwiftSyntax MemoryLayout.swift
[60/132] Compiling SwiftSyntax MissingNodeInitializers.swift
[61/132] Compiling SwiftSyntax RawSyntax.swift
[62/132] Compiling SwiftSyntax RawSyntaxArena.swift
[63/132] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[64/132] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[65/132] Compiling SwiftSyntax RawSyntaxTokenView.swift
[66/132] Compiling SwiftSyntax SourceEdit.swift
[67/132] Compiling SwiftSyntax SourceLength.swift
[68/132] Compiling SwiftSyntax SourceLocation.swift
[69/132] Compiling SwiftSyntax SourcePresence.swift
[70/132] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[71/132] Compiling SwiftSyntax Syntax.swift
[72/132] Compiling SwiftSyntax SyntaxChildren.swift
[73/132] Compiling SwiftSyntax SyntaxCollection.swift
[74/132] Compiling SwiftSyntax SyntaxHashable.swift
[75/132] Compiling SwiftSyntax SyntaxIdentifier.swift
[77/132] Write Objects.LinkFileList
[78/132] Archiving lib_TestDiscovery.a
[80/132] Emitting module SwiftSyntax
[81/132] Compiling SwiftSyntax SyntaxRewriter.swift
[82/132] Compiling SwiftSyntax SyntaxTraits.swift
[83/132] Compiling SwiftSyntax SyntaxVisitor.swift
[84/132] Compiling SwiftSyntax TokenKind.swift
[85/132] Compiling SwiftSyntax Tokens.swift
[86/132] Compiling SwiftSyntax TriviaPieces.swift
[87/132] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[88/132] Compiling SwiftSyntax RawSyntaxNodesC.swift
[89/132] Compiling SwiftSyntax RawSyntaxNodesD.swift
[90/132] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[91/132] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[92/132] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[93/132] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[94/132] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[95/132] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[96/132] Compiling SwiftSyntax RawSyntaxValidation.swift
[97/132] Compiling SwiftSyntax SyntaxNodesAB.swift
[98/132] Compiling SwiftSyntax ChildNameForKeyPath.swift
[99/132] Compiling SwiftSyntax Keyword.swift
[100/132] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[101/132] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[102/132] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[103/132] Compiling SwiftSyntax SyntaxBaseNodes.swift
[104/132] Compiling SwiftSyntax SyntaxCollections.swift
[105/132] Compiling SwiftSyntax SyntaxEnum.swift
[106/132] Compiling SwiftSyntax SyntaxKind.swift
[107/132] Compiling SwiftSyntax SyntaxNodesC.swift
[108/132] Compiling SwiftSyntax SyntaxNodesD.swift
[109/132] Compiling SwiftSyntax SyntaxNodesEF.swift
[110/132] Compiling SwiftSyntax SyntaxNodesGHI.swift
[111/132] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[112/132] Compiling SwiftSyntax SyntaxNodesOP.swift
[113/132] Compiling SwiftSyntax SyntaxNodesQRS.swift
[114/132] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[116/191] Compiling SwiftDiagnostics Message.swift
[117/192] Emitting module SwiftBasicFormat
[118/192] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[119/192] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[120/192] Compiling SwiftDiagnostics Note.swift
[121/192] Compiling SwiftBasicFormat Syntax+Extensions.swift
[122/192] Compiling SwiftBasicFormat Indenter.swift
[123/192] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[124/192] Compiling SwiftDiagnostics FixIt.swift
[125/192] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[126/192] Compiling SwiftParser Lexeme.swift
[127/192] Compiling SwiftParser LexemeSequence.swift
[128/192] Compiling SwiftParser Lexer.swift
[129/192] Compiling SwiftParser RegexLiteralLexer.swift
[130/192] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[131/192] Emitting module SwiftDiagnostics
[132/193] Compiling SwiftBasicFormat InferIndentation.swift
[134/192] Compiling SwiftBasicFormat BasicFormat.swift
[140/192] Compiling SwiftParser UnicodeScalarExtensions.swift
[141/192] Compiling SwiftParser Lookahead.swift
[142/197] Emitting module SwiftParser
[143/197] Compiling SwiftParser StringLiterals.swift
[144/197] Compiling SwiftParser SwiftParserCompatibility.swift
[145/197] Compiling SwiftParser SwiftVersion.swift
[146/197] Compiling SwiftParser SyntaxUtils.swift
[147/197] Compiling SwiftParser TokenConsumer.swift
[148/197] Compiling SwiftParser TokenPrecedence.swift
[149/197] Compiling SwiftParser TokenSpec.swift
[150/197] Compiling SwiftParser TokenSpecSet.swift
[151/197] Compiling SwiftParser TopLevel.swift
[152/197] Compiling SwiftParser TriviaParser.swift
[153/197] Compiling SwiftParser Types.swift
[154/197] Compiling SwiftParser LoopProgressCondition.swift
[155/197] Compiling SwiftParser Modifiers.swift
[156/197] Compiling SwiftParser Names.swift
[157/197] Compiling SwiftParser Nominals.swift
[158/197] Compiling SwiftParser Parameters.swift
[159/197] Compiling SwiftParser ParseSourceFile.swift
[160/197] Compiling SwiftParser Attributes.swift
[161/197] Compiling SwiftParser Availability.swift
[162/197] Compiling SwiftParser CharacterInfo.swift
[163/197] Compiling SwiftParser CollectionNodes+Parsable.swift
[164/197] Compiling SwiftParser CompilerFiles.swift
[165/197] Compiling SwiftParser Declarations.swift
[166/197] Compiling SwiftParser Parser.swift
[167/197] Compiling SwiftParser Patterns.swift
[168/197] Compiling SwiftParser Recovery.swift
[169/197] Compiling SwiftParser Specifiers.swift
[170/197] Compiling SwiftParser Statements.swift
[171/197] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[172/197] Compiling SwiftParser Directives.swift
[173/197] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[174/197] Compiling SwiftParser Expressions.swift
[175/197] Compiling SwiftParser IncrementalParseTransition.swift
[176/197] Compiling SwiftParser IsValidIdentifier.swift
[177/197] Compiling SwiftParser Cursor.swift
[178/197] Compiling SwiftParser ExperimentalFeatures.swift
[179/197] Compiling SwiftParser IsLexerClassified.swift
[180/197] Compiling SwiftParser LayoutNodes+Parsable.swift
[181/197] Compiling SwiftParser Parser+TokenSpecSet.swift
[182/197] Compiling SwiftParser TokenSpecStaticMembers.swift
[184/220] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[185/221] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[186/221] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[187/222] Compiling SwiftOperators PrecedenceGraph.swift
[188/222] Compiling SwiftOperators PrecedenceGroup.swift
[189/222] Compiling SwiftOperators OperatorTable.swift
[190/222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[191/222] Compiling SwiftParserDiagnostics MissingNodesError.swift
[192/222] Compiling SwiftParserDiagnostics MissingTokenError.swift
[193/222] Emitting module SwiftOperators
[194/222] Compiling SwiftOperators SyntaxSynthesis.swift
[195/222] Compiling SwiftOperators OperatorTable+Folding.swift
[196/222] Compiling SwiftOperators OperatorTable+Semantics.swift
[198/223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[199/223] Compiling SwiftParserDiagnostics Utils.swift
[200/223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[203/222] Emitting module SwiftParserDiagnostics
[206/222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[207/222] Compiling SwiftParserDiagnostics PresenceUtils.swift
[208/222] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[209/222] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[211/237] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[212/237] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[213/238] Compiling SwiftSyntaxBuilder Indenter.swift
[214/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[215/238] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[216/238] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[217/238] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[218/238] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[219/238] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[220/238] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[221/238] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[222/238] Emitting module SwiftSyntaxBuilder
[223/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[224/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[225/238] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[226/238] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[228/255] Emitting module SwiftSyntaxMacros
[229/257] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[230/257] Compiling SwiftSyntaxMacros Macro+Format.swift
[231/257] Compiling SwiftSyntaxMacros Macro.swift
[232/257] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[233/257] Compiling SwiftSyntaxMacros AccessorMacro.swift
[234/257] Compiling SwiftSyntaxMacros AttachedMacro.swift
[235/257] Compiling SwiftSyntaxMacros BodyMacro.swift
[236/257] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[237/257] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[238/257] Compiling SwiftSyntaxMacros MemberMacro.swift
[239/257] Compiling SwiftSyntaxMacros PeerMacro.swift
[240/257] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[241/257] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[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 MacroSpec.swift
[249/267] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[250/267] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[251/267] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[252/267] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[253/267] Emitting module SwiftSyntaxMacroExpansion
[254/267] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[255/267] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[256/267] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[257/267] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[259/279] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[260/279] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[261/280] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[262/280] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[263/280] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[264/280] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[265/280] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[266/280] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[267/280] Emitting module SwiftCompilerPluginMessageHandling
[268/280] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[269/280] Compiling SwiftCompilerPluginMessageHandling JSON.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/314] Compiling TestingMacros TypeSyntaxProtocolAdditions.swift
[281/314] Compiling TestingMacros VersionTupleSyntaxAdditions.swift
[282/314] Compiling TestingMacros WithAttributesSyntaxAdditions.swift
[283/314] Compiling TestingMacros Argument.swift
[284/314] Compiling TestingMacros ConditionMacro.swift
[285/314] Compiling TestingMacros ExitTestCapturedValueMacro.swift
[286/314] Compiling TestingMacros PragmaMacro.swift
[287/314] Compiling TestingMacros SourceLocationMacro.swift
[288/314] Compiling TestingMacros TagMacro.swift
[289/314] Compiling TestingMacros TestDeclarationMacro.swift
[290/314] Compiling TestingMacros TestingMacrosMain.swift
[291/314] Emitting module TestingMacros
[292/314] Compiling TestingMacros SHA256.swift
[293/314] Compiling TestingMacros SourceCodeCapturing.swift
[294/314] Compiling TestingMacros SourceLocationGeneration.swift
[295/314] Compiling TestingMacros TestContentGeneration.swift
[296/314] Compiling TestingMacros ConditionArgumentParsing.swift
[297/314] Compiling TestingMacros DiagnosticMessage+Diagnosing.swift
[298/314] Compiling TestingMacros DiagnosticMessage.swift
[299/314] Compiling TestingMacros EffectfulExpressionHandling.swift
[300/314] Compiling TestingMacros SuiteDeclarationMacro.swift
[301/314] Compiling TestingMacros DeclGroupSyntaxAdditions.swift
[302/314] Compiling TestingMacros EditorPlaceholderExprSyntaxAdditions.swift
[303/314] Compiling TestingMacros FunctionDeclSyntaxAdditions.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 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 |             }
[312/504] 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 |             }
[313/504] 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 |             }
[314/504] 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 |             }
[315/504] 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 |             }
[316/504] 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 |             }
[317/504] 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 |             }
[318/504] 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 |             }
[319/504] 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 |             }
[320/504] 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 |             }
[321/504] 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 |             }
[322/504] 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 |             }
[323/504] 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 |             }
[324/517] Compiling Testing NumericAdditions.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 ResultAdditions.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 TaskAdditions.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 WinSDKAdditions.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 CError.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 CartesianProduct.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 CustomIssueRepresentable.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 Environment.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 FileHandle.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 GetSymbol.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 Graph.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 JSON.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 Locked+Platform.swift
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:92:37: error: extra argument 'name' in call
 90 |         await withTaskGroup { taskGroup in
 91 |           for (i, generator) in generators.enumerated() {
 92 |             taskGroup.addTask(name: decorateTaskName("test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
 93 |               await generator.rawValue()
 94 |             }
/host/spi-builder-workspace/Sources/Testing/Test+Discovery.swift:106:37: error: extra argument 'name' in call
104 |         await withTaskGroup { taskGroup in
105 |           for (i, generator) in generators.enumerated() {
106 |             taskGroup.addTask(name: decorateTaskName("type-based test discovery", withAction: "loading test #\(i)")) {
    |                                     `- error: extra argument 'name' in call
107 |               await generator.rawValue()
108 |             }
[337/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:)'
[338/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:)'
[339/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:)'
[340/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:)'
[341/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:)'
[342/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:)'
[343/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:)'
[344/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:)'
[345/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:)'
[346/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:)'
[347/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:)'
[348/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:)'
[349/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:)'
[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 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
[365/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
[366/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
[367/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
[368/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
[369/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
[370/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
[371/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
[372/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
[373/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
[374/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
[375/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
[376/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
[390/530] Compiling Testing Runner.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[391/530] Compiling Testing SkipInfo.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[392/530] Compiling Testing Backtrace+Symbolication.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[393/530] Compiling Testing Backtrace.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[394/530] Compiling Testing CustomTestStringConvertible.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[395/530] Compiling Testing Expression+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[396/530] Compiling Testing Expression.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[397/530] Compiling Testing SourceContext.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[398/530] Compiling Testing SourceLocation+Macro.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[399/530] Compiling Testing SourceLocation.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[400/530] Compiling Testing ArrayAdditions.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[401/530] Compiling Testing CollectionDifferenceAdditions.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[402/530] Compiling Testing CommandLineAdditions.swift
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:166:33: error: extra argument 'name' in call
164 |         // Each element gets its own subtask to run in.
165 |         let taskName = taskNamer(element)
166 |         taskGroup.addTask(name: decorateTaskName(taskName?.taskName, withAction: taskName?.action)) {
    |                                 `- error: extra argument 'name' in call
167 |           try await body(element)
168 |         }
/host/spi-builder-workspace/Sources/Testing/Running/Runner.swift:456:54: error: extra argument 'name' in call
454 |             taskAction = "running iteration #\(iterationIndex + 1)"
455 |           }
456 |           _ = taskGroup.addTaskUnlessCancelled(name: decorateTaskName("test run", withAction: taskAction)) {
    |                                                      `- error: extra argument 'name' in call
457 |             try? await _runStep(atRootOf: runner.plan.stepGraph)
458 |           }
[416/530] Emitting module Testing
[417/530] Compiling Testing Event.Symbol.swift
[431/530] Compiling Testing Attachable.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:)'
[432/530] Compiling Testing AttachableWrapper.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:)'
[433/530] Compiling Testing Attachment.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:)'
[434/530] Compiling Testing AttachableImageFormat.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:)'
[435/530] Compiling Testing ImageAttachmentError.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:)'
[436/530] Compiling Testing _AttachableImageWrapper.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:)'
[437/530] Compiling Testing Discovery+Macro.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:)'
[438/530] Compiling Testing Clock.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:)'
[439/530] Compiling Testing Event.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:)'
[440/530] Compiling Testing Event.AdvancedConsoleOutputRecorder.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:)'
[441/530] Compiling Testing Event.ConsoleOutputRecorder.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:)'
[442/530] Compiling Testing Event.HumanReadableOutputRecorder.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:)'
[443/530] Compiling Testing Event.JUnitXMLRecorder.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:)'
[458/530] Compiling Testing SwiftPMEntryPoint.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 |           }
/host/spi-builder-workspace/Sources/Testing/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
/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/SourceAttribution/Backtrace.swift:70:56: error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
 68 | #elseif os(Android)
 69 |       initializedCount = addresses.withMemoryRebound(to: UnsafeMutableRawPointer.self) { addresses in
 70 |         .init(clamping: backtrace(addresses.baseAddress!, .init(clamping: addresses.count)))
    |                                                        |- error: cannot convert value of type 'UnsafeMutablePointer<UnsafeMutableRawPointer>' to expected argument type 'UnsafeMutablePointer<UnsafeMutableRawPointer?>'
    |                                                        `- note: arguments to generic parameter 'Pointee' ('UnsafeMutableRawPointer' and 'UnsafeMutableRawPointer?') are expected to be equal
 71 |       }
 72 | #elseif os(Linux) || os(FreeBSD) || os(OpenBSD)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[498/530] Compiling Testing ABI.Record+Streaming.swift
[499/530] Compiling Testing ABI.Record.swift
[500/530] Compiling Testing ABI.swift
[501/530] Compiling Testing ABI.EncodedAttachment.swift
[502/530] Compiling Testing ABI.EncodedBacktrace.swift
[503/530] Compiling Testing ABI.EncodedError.swift
[504/530] Compiling Testing ABI.EncodedEvent.swift
[505/530] Compiling Testing ABI.EncodedInstant.swift
[506/530] Compiling Testing ABI.EncodedIssue.swift
[507/530] Compiling Testing ABI.EncodedMessage.swift
[508/530] Compiling Testing ABI.EncodedTest.swift
[509/530] Compiling Testing ABIEntryPoint.swift
[510/530] Compiling Testing EntryPoint.swift
[512/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 android