The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-argument-parser, reference main (a54433), with Swift 6.1 for Wasm on 24 Apr 2026 05:38:47 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-argument-parser.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-argument-parser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a544331 Improve diagnostic for @Flag Bool? without inversion: (#892)
Cloned https://github.com/apple/swift-argument-parser.git
Revision (git rev-parse @):
a544331c431f0e7aabbd2b3a50fee2e43c6526e6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-argument-parser.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-argument-parser.git
https://github.com/apple/swift-argument-parser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/48] Write sources
[16/48] Write swift-version-24593BA9C3E375BF.txt
[18/52] Emitting module ArgumentParserToolInfo
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/52] Compiling ArgumentParserToolInfo ToolInfo.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
[21/53] Emitting module ArgumentParserToolInfo
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/53] Compiling ArgumentParserToolInfo ToolInfo.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
[23/54] Wrapping AST for ArgumentParserToolInfo for debugging
[26/148] Emitting module ArgumentParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[27/154] Compiling ArgumentParser ParentCommand.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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[28/154] Compiling ArgumentParser AsyncParsableCommand.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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[29/154] Compiling ArgumentParser CommandConfiguration.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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[30/154] Compiling ArgumentParser CommandGroup.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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[31/154] Compiling ArgumentParser EnumerableFlag.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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[32/154] Compiling ArgumentParser ExpressibleByArgument.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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[33/154] Compiling ArgumentParser ParsableArguments.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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[34/154] Emitting module ArgumentParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/160] Compiling ArgumentParser Mutex.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/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[36/160] Compiling ArgumentParser 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
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[37/160] Compiling ArgumentParser SequenceExtensions.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/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[38/160] Compiling ArgumentParser StringExtensions.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/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[39/160] Compiling ArgumentParser SwiftExtensions.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/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[40/160] Compiling ArgumentParser Tree.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/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[41/160] Compiling ArgumentParser Errors.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[42/160] Compiling ArgumentParser Flag.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[43/160] Compiling ArgumentParser NameSpecification.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[44/160] Compiling ArgumentParser Option.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[45/160] Compiling ArgumentParser OptionGroup.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[46/160] Compiling ArgumentParser BashCompletionsGenerator.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[53/160] Compiling ArgumentParser AsyncCompletionsValidator.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
[54/160] Compiling ArgumentParser CodingKeyValidator.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
[55/160] Compiling ArgumentParser NonsenseFlagsValidator.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
[56/160] Compiling ArgumentParser ParsableArgumentsValidation.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
[57/160] Compiling ArgumentParser PositionalArgumentsValidator.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
[58/160] Compiling ArgumentParser UniqueNamesValidator.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
[71/160] Compiling ArgumentParser HelpCommand.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
[72/160] Compiling ArgumentParser HelpGenerator.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
[73/160] Compiling ArgumentParser MessageInfo.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
[74/160] Compiling ArgumentParser UsageGenerator.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
[75/160] Compiling ArgumentParser CollectionExtensions.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
[76/160] Compiling ArgumentParser Foundation.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
[77/160] Compiling ArgumentParser Name.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[78/160] Compiling ArgumentParser Parsed.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[79/160] Compiling ArgumentParser ParsedValues.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[80/160] Compiling ArgumentParser ParserError.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[81/160] Compiling ArgumentParser SplitArguments.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[82/160] Compiling ArgumentParser DumpHelpGenerator.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/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/160] Compiling ArgumentParser CompletionsGenerator.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
[85/160] Compiling ArgumentParser FishCompletionsGenerator.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
[86/160] Compiling ArgumentParser ZshCompletionsGenerator.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
[87/160] Compiling ArgumentParser Argument.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
[88/160] Compiling ArgumentParser ArgumentDiscussion.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
[89/160] Compiling ArgumentParser ArgumentHelp.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
[90/160] Compiling ArgumentParser ParsableCommand.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
[91/160] Compiling ArgumentParser ArgumentDecoder.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
[92/160] Compiling ArgumentParser ArgumentDefinition.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
[93/160] Compiling ArgumentParser ArgumentSet.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
[94/160] Compiling ArgumentParser CommandParser.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
[95/160] Compiling ArgumentParser InputKey.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
[96/160] Compiling ArgumentParser InputOrigin.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
[97/160] Compiling ArgumentParser ArgumentVisibility.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
[98/160] Compiling ArgumentParser CompletionKind.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
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/166] Wrapping AST for ArgumentParser for debugging
[135/205] Emitting module math
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/205] Emitting module repeat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/205] Compiling repeat Repeat.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
[139/234] Compiling default_as_flag DefaultAsFlag.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
[140/234] Emitting module default_as_flag
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/234] Compiling color Color.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
[142/234] Emitting module color
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/236] Compiling roll SplitMix64.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
[146/236] Compiling roll main.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
[147/236] Emitting module roll
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/241] Wrapping AST for ArgumentParser for debugging
[149/242] Wrapping AST for roll for debugging
[150/243] Wrapping AST for repeat for debugging
[151/243] Write Objects.LinkFileList
[153/243] Emitting module generate_docc_reference
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/243] Wrapping AST for default-as-flag for debugging
[153/243] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[156/243] Emitting module ArgumentParserTestHelpers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/ArgumentParserTestHelpers/TestHelpers.swift:48:31: error: cannot find type 'XCTestExpectation' in scope
 46 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 47 | public protocol TestableParsableArguments: ParsableArguments {
 48 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 49 | }
 50 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:61:26: error: cannot find type 'XCTestExpectation' in scope
 59 |   TestableParsableArguments
 60 | {
 61 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 62 | }
 63 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:70:11: error: cannot find type 'XCTestExpectation' in scope
 68 | }
 69 |
 70 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 71 |   public convenience init(singleExpectation description: String) {
 72 |     self.init(description: description)
[157/243] Compiling generate_docc_reference ArgumentParser+Markdown.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
[158/243] Emitting module generate_manual
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/246] Wrapping AST for color for debugging
[160/246] Emitting module generate_docc_reference
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/246] Compiling generate_manual AuthorArgument.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
[162/246] Compiling generate_manual ArgumentSynopsis.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
[163/246] Compiling generate_manual Author.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
[164/246] Compiling generate_manual Authors.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
[165/246] Compiling generate_docc_reference ArgumentParser+Markdown.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
[166/246] Compiling generate_docc_reference GenerateDoccReference.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
[167/246] Compiling generate_docc_reference Process+SimpleAPI.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/Tools/generate-docc-reference/Extensions/Process+SimpleAPI.swift:41:17: error: cannot find 'Process' in scope
39 |   }
40 |
41 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
42 |   if #available(macOS 10.13, *) {
43 |     process.executableURL = executable
[168/246] Compiling math Math.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
[169/246] Compiling generate_manual Container.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
[170/246] Compiling generate_manual Empty.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
[171/246] Compiling generate_manual ForEach.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
[172/246] Compiling generate_manual MDocASTNodeWrapper.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
[173/250] Compiling ArgumentParserTestHelpers TestHelpers.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/ArgumentParserTestHelpers/TestHelpers.swift:48:31: error: cannot find type 'XCTestExpectation' in scope
 46 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 47 | public protocol TestableParsableArguments: ParsableArguments {
 48 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 49 | }
 50 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:61:26: error: cannot find type 'XCTestExpectation' in scope
 59 |   TestableParsableArguments
 60 | {
 61 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 62 | }
 63 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:70:11: error: cannot find type 'XCTestExpectation' in scope
 68 | }
 69 |
 70 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 71 |   public convenience init(singleExpectation description: String) {
 72 |     self.init(description: description)
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:382:19: error: cannot find 'Process' in scope
380 |
381 |     #if !canImport(Darwin) || os(macOS)
382 |     let process = Process()
    |                   `- error: cannot find 'Process' in scope
383 |     process.executableURL = commandURL
384 |     process.arguments = arguments
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[173/250] Linking repeat.wasm
[173/250] Linking roll.wasm
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/34] Write swift-version-24593BA9C3E375BF.txt
[4/38] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/38] Emitting module ArgumentParserToolInfo
[7/38] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/38] Emitting module ArgumentParserToolInfo
[10/132] Emitting module ArgumentParser
[11/138] Compiling ArgumentParser ParentCommand.swift
[12/138] Compiling ArgumentParser AsyncParsableCommand.swift
[13/138] Compiling ArgumentParser CommandConfiguration.swift
[14/138] Compiling ArgumentParser CommandGroup.swift
[15/138] Compiling ArgumentParser EnumerableFlag.swift
[16/138] Compiling ArgumentParser ExpressibleByArgument.swift
[17/138] Emitting module ArgumentParser
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[18/144] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[19/144] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[20/144] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[21/144] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[22/144] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[23/144] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Mutex.swift:43:30: warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 41 |     #endif
 42 |
 43 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                              `- warning: UnsafeMutablePointer<Void> has been replaced by UnsafeMutableRawPointer
 44 |     var _platformLock: PlatformLock
 45 |
[24/144] Compiling ArgumentParser AsyncCompletionsValidator.swift
[25/144] Compiling ArgumentParser CodingKeyValidator.swift
[26/144] Compiling ArgumentParser NonsenseFlagsValidator.swift
[27/144] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/144] Compiling ArgumentParser PositionalArgumentsValidator.swift
[29/144] Compiling ArgumentParser UniqueNamesValidator.swift
[30/144] Compiling ArgumentParser ArgumentVisibility.swift
[31/144] Compiling ArgumentParser CompletionKind.swift
[32/144] Compiling ArgumentParser Errors.swift
[33/144] Compiling ArgumentParser Flag.swift
[34/144] Compiling ArgumentParser NameSpecification.swift
[35/144] Compiling ArgumentParser Option.swift
[36/144] Compiling ArgumentParser OptionGroup.swift
[37/144] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[38/144] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[39/144] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[40/144] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[41/144] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[42/144] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[43/144] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[44/144] Compiling ArgumentParser BashCompletionsGenerator.swift
[45/144] Compiling ArgumentParser CompletionsGenerator.swift
[46/144] Compiling ArgumentParser FishCompletionsGenerator.swift
[47/144] Compiling ArgumentParser ZshCompletionsGenerator.swift
[48/144] Compiling ArgumentParser Argument.swift
[49/144] Compiling ArgumentParser ArgumentDiscussion.swift
[50/144] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[51/144] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[52/144] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[53/144] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[54/144] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[55/144] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
[56/144] Compiling ArgumentParser ArgumentHelp.swift
[63/144] Compiling ArgumentParser ParsableArguments.swift
[64/144] Compiling ArgumentParser HelpCommand.swift
[65/144] Compiling ArgumentParser HelpGenerator.swift
[66/144] Compiling ArgumentParser MessageInfo.swift
[67/144] Compiling ArgumentParser UsageGenerator.swift
[68/144] Compiling ArgumentParser CollectionExtensions.swift
[69/144] Compiling ArgumentParser Foundation.swift
[84/176] Emitting module generate_docc_reference
[85/176] Emitting module generate_manual
[86/179] Compiling generate_manual MDocMacro.swift
[87/179] Compiling generate_manual MDocSerializationContext.swift
[88/179] Compiling generate_manual String+Escaping.swift
[89/179] Compiling generate_docc_reference Process+SimpleAPI.swift
[90/179] Compiling generate_manual AuthorArgument.swift
[91/179] Compiling generate_manual ArgumentSynopsis.swift
[92/179] Compiling generate_manual Author.swift
[93/179] Compiling generate_manual Authors.swift
[94/179] Compiling generate_manual Container.swift
[95/179] Compiling generate_manual Empty.swift
[96/179] Compiling generate_manual ForEach.swift
[97/179] Compiling generate_manual MDocASTNodeWrapper.swift
[98/179] Compiling generate_manual SinglePageDescription.swift
[99/179] Compiling generate_manual Synopsis.swift
[100/179] Compiling generate_manual ArgumentParser+MDoc.swift
[101/179] Compiling generate_manual Date+ExpressibleByArgument.swift
[102/179] Compiling generate_manual MDocBuilder.swift
[103/179] Compiling generate_manual MDocComponent.swift
[104/179] Compiling generate_manual Discussion.swift
[105/179] Compiling generate_manual Document.swift
[106/179] Compiling generate_manual DocumentDate.swift
[107/179] Compiling generate_manual Exit.swift
[108/179] Compiling generate_manual List.swift
[109/179] Compiling generate_manual MultiPageDescription.swift
[110/179] Compiling generate_manual Name.swift
[111/179] Compiling generate_manual Preamble.swift
[112/179] Compiling generate_manual Section.swift
[113/179] Compiling generate_manual SeeAlso.swift
[114/179] Compiling generate_manual Process+SimpleAPI.swift
[115/179] Compiling generate_manual GenerateManual.swift
[116/179] Compiling generate_manual MDocASTNode.swift
[117/180] Compiling generate_docc_reference ArgumentParser+Markdown.swift
[118/180] Compiling generate_docc_reference GenerateDoccReference.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:208:15: warning: 'customDeprecated' is deprecated: Use custom instead.
206 |       self = .customAsync
207 |     case .customDeprecated(_):
208 |       self = .customDeprecated
    |               `- warning: 'customDeprecated' is deprecated: Use custom instead.
209 |     }
210 |   }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:76:8: warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 74 |   /// Defaults to `"\(_errorLabel): "`.
 75 |   public static var _errorPrefix: String {
 76 |     "\(_errorLabel): "
    |        `- warning: '_errorLabel' is deprecated: Use _errorPrefix instead.
 77 |   }
 78 | }
[154/182] Wrapping AST for generate-docc-reference for debugging
[155/182] Write Objects.LinkFileList
[156/182] Wrapping AST for generate-manual for debugging
[157/182] Write Objects.LinkFileList
[158/191] Linking generate-docc-reference-tool
[159/192] Linking generate-manual-tool
[161/220] Compiling roll SplitMix64.swift
[162/226] Emitting module color
[163/226] Compiling color Color.swift
[164/227] Compiling generate_docc_reference Process+SimpleAPI.swift
/host/spi-builder-workspace/Tools/generate-docc-reference/Extensions/Process+SimpleAPI.swift:41:17: error: cannot find 'Process' in scope
39 |   }
40 |
41 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
42 |   if #available(macOS 10.13, *) {
43 |     process.executableURL = executable
[165/227] Compiling generate_manual Process+SimpleAPI.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
[166/227] Compiling generate_manual GenerateManual.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
[167/227] Compiling generate_manual MDocASTNode.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:49:17: error: cannot find 'Process' in scope
47 |   }
48 |
49 |   let process = Process()
   |                 `- error: cannot find 'Process' in scope
50 |   process.executableURL = executable
51 |   process.arguments = arguments
[168/230] Compiling repeat Repeat.swift
[169/230] Emitting module repeat
error: emit-module command failed with exit code 1 (use -v to see invocation)
[170/230] Emitting module ArgumentParserTestHelpers
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:48:31: error: cannot find type 'XCTestExpectation' in scope
 46 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 47 | public protocol TestableParsableArguments: ParsableArguments {
 48 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 49 | }
 50 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:61:26: error: cannot find type 'XCTestExpectation' in scope
 59 |   TestableParsableArguments
 60 | {
 61 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 62 | }
 63 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:70:11: error: cannot find type 'XCTestExpectation' in scope
 68 | }
 69 |
 70 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 71 |   public convenience init(singleExpectation description: String) {
 72 |     self.init(description: description)
[171/230] Compiling ArgumentParserTestHelpers TestHelpers.swift
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:48:31: error: cannot find type 'XCTestExpectation' in scope
 46 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
 47 | public protocol TestableParsableArguments: ParsableArguments {
 48 |   var didValidateExpectation: XCTestExpectation { get }
    |                               `- error: cannot find type 'XCTestExpectation' in scope
 49 | }
 50 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:61:26: error: cannot find type 'XCTestExpectation' in scope
 59 |   TestableParsableArguments
 60 | {
 61 |   var didRunExpectation: XCTestExpectation { get }
    |                          `- error: cannot find type 'XCTestExpectation' in scope
 62 | }
 63 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:70:11: error: cannot find type 'XCTestExpectation' in scope
 68 | }
 69 |
 70 | extension XCTestExpectation {
    |           `- error: cannot find type 'XCTestExpectation' in scope
 71 |   public convenience init(singleExpectation description: String) {
 72 |     self.init(description: description)
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:382:19: error: cannot find 'Process' in scope
380 |
381 |     #if !canImport(Darwin) || os(macOS)
382 |     let process = Process()
    |                   `- error: cannot find 'Process' in scope
383 |     process.executableURL = commandURL
384 |     process.arguments = arguments
[172/231] Emitting module roll
[173/231] Emitting module default_as_flag
BUILD FAILURE 6.1 wasm