The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build CLIKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/CLIKit.git
Reference: 0.3.7
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/nerdsupremacist/CLIKit
 * tag               0.3.7      -> FETCH_HEAD
HEAD is now at 826cabc Fixing compiler type check timeout error
Cloned https://github.com/nerdsupremacist/CLIKit.git
Revision (git rev-parse @):
826cabcebb429772d8dac84d562fca94b701bc46
SUCCESS checkout https://github.com/nerdsupremacist/CLIKit.git at 0.3.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nerdsupremacist/CLIKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/58] Emitting module CLIKit
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[4/65] Compiling CLIKit StandardEnvironmentVariable.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[5/65] Compiling CLIKit CStrings.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[6/65] Compiling CLIKit SubprocessAttributes.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[7/65] Compiling CLIKit SubprocessCaptureOutputThread.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[8/65] Compiling CLIKit SubprocessIO.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[9/65] Compiling CLIKit SubprocessPipe.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[10/65] Compiling CLIKit SubprocessStateMachine.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[11/65] Compiling CLIKit ReadEvaluatePrintLoop.swift
[12/65] Compiling CLIKit TerminalREPL.swift
[13/65] Compiling CLIKit TerminalREPLState.swift
[14/65] Compiling CLIKit StandardIO.swift
[15/65] Compiling CLIKit Terminal.swift
[16/65] Compiling CLIKit TerminalCode.swift
[17/65] Compiling CLIKit TerminalInputMode.swift
[18/65] Compiling CLIKit TerminalString.swift
[19/65] Compiling CLIKit Array+CommandArgumentValue.swift
[20/65] Compiling CLIKit Dictionary+CommandArgumentValue.swift
[21/65] Compiling CLIKit Double+CommandArgumentValue.swift
[22/65] Compiling CLIKit Float+CommandArgumentValue.swift
[23/65] Compiling CLIKit Int+CommandArgumentValue.swift
[24/65] Compiling CLIKit Set+CommandArgumentValue.swift
[25/65] Compiling CLIKit String+CommandArgumentValue.swift
[26/65] Compiling CLIKit UInt+CommandArgumentValue.swift
[27/65] Compiling CLIKit URL+CommandArgumentValue.swift
[28/65] Compiling CLIKit CommandArgumentSpecification.swift
[29/65] Compiling CLIKit CommandArgumentValue.swift
[30/65] Compiling CLIKit CommandFlag.swift
[31/65] Compiling CLIKit CommandInput.swift
[32/65] Compiling CLIKit CommandOption.swift
[33/65] Compiling CLIKit HelpFlag.swift
[34/65] Compiling CLIKit Command.swift
[35/65] Compiling CLIKit ExecutionMode.swift
[36/65] Compiling CLIKit ExecutableFinder.swift
[37/65] Compiling CLIKit Path+FileManagement.swift
[38/65] Compiling CLIKit Path.swift
[39/65] Compiling CLIKit Console.swift
[40/65] Compiling CLIKit IO.swift
[41/65] Compiling CLIKit BasicREPL.swift
[42/65] Compiling CLIKit CommandLineHistory.swift
[43/65] Compiling CLIKit CommandLineError.swift
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:402:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .noMoreArguments):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:404:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedFlag(let flag)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:406:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedOption(let option)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:408:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInput(let input, let value)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:410:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInvalidFlagOrOption):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:412:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedHelpFlag(let subcommand)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:414:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), _):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:417:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .noMoreArguments):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:419:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .scannedInput(let input, let value)):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:421:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), _):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[44/65] Compiling CLIKit CommandLineParser.swift
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:402:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .noMoreArguments):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:404:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedFlag(let flag)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:406:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedOption(let option)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:408:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInput(let input, let value)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:410:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInvalidFlagOrOption):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:412:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedHelpFlag(let subcommand)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:414:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), _):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:417:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .noMoreArguments):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:419:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .scannedInput(let input, let value)):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:421:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), _):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[45/65] Compiling CLIKit CommandUsage.swift
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:402:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .noMoreArguments):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:404:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedFlag(let flag)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:406:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedOption(let option)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:408:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInput(let input, let value)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:410:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInvalidFlagOrOption):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:412:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedHelpFlag(let subcommand)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:414:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), _):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:417:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .noMoreArguments):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:419:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .scannedInput(let input, let value)):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:421:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), _):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[46/65] Compiling CLIKit ParserContext.swift
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:402:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .noMoreArguments):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:404:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedFlag(let flag)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:406:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedOption(let option)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:408:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInput(let input, let value)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:410:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInvalidFlagOrOption):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:412:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedHelpFlag(let subcommand)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:414:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), _):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:417:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .noMoreArguments):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:419:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .scannedInput(let input, let value)):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:421:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), _):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[47/65] Compiling CLIKit ParserEvent.swift
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:402:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .noMoreArguments):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:404:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedFlag(let flag)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:406:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedOption(let option)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:408:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInput(let input, let value)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:410:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInvalidFlagOrOption):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:412:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedHelpFlag(let subcommand)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:414:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), _):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:417:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .noMoreArguments):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:419:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .scannedInput(let input, let value)):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:421:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), _):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[48/65] Compiling CLIKit ParserState.swift
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:402:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .noMoreArguments):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:404:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedFlag(let flag)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:406:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedOption(let option)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:408:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInput(let input, let value)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:410:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInvalidFlagOrOption):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:412:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedHelpFlag(let subcommand)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:414:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), _):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:417:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .noMoreArguments):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:419:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .scannedInput(let input, let value)):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:421:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), _):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[49/65] Compiling CLIKit ParserStateMachine.swift
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:402:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .noMoreArguments):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:404:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedFlag(let flag)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:406:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedOption(let option)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:408:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInput(let input, let value)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:410:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInvalidFlagOrOption):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:412:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedHelpFlag(let subcommand)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:414:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), _):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:417:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .noMoreArguments):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:419:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .scannedInput(let input, let value)):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:421:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), _):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[50/65] Compiling CLIKit Execution.swift
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:402:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .noMoreArguments):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:404:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedFlag(let flag)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:406:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedOption(let option)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:408:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInput(let input, let value)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:410:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedInvalidFlagOrOption):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:412:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), .scannedHelpFlag(let subcommand)):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:414:34: warning: enum case 'parsedOptionValue' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedOptionValue(_), _):
                                 ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:12:10: note: 'parsedOptionValue' declared here
    case parsedOptionValue(CommandOptionSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:417:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .noMoreArguments):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:419:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), .scannedInput(let input, let value)):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/CommandLineParser.swift:421:28: warning: enum case 'parsedInput' has 2 associated values; matching them as a tuple is deprecated
        case (.parsedInput(_), _):
                           ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserState.swift:13:10: note: 'parsedInput' declared here
    case parsedInput(CommandInputSpecification, String)
         ^
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[51/65] Compiling CLIKit LineReader.swift
[52/65] Compiling CLIKit WrapsFileHandle.swift
[53/65] Compiling CLIKit Lock.swift
[54/65] Compiling CLIKit Log.swift
[55/65] Compiling CLIKit Regex.swift
[56/65] Compiling CLIKit Sequence+Convenience.swift
[57/65] Compiling CLIKit String+Utilities.swift
[58/65] Compiling CLIKit Environment.swift
[59/65] Compiling CLIKit Subprocess.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
[60/65] Compiling CLIKit SubprocessError.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
[61/65] Compiling CLIKit SubprocessResult.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
[62/65] Compiling CLIKit Character+Inspection.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
[63/65] Compiling CLIKit SimpleWordCompletion.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
[64/65] Compiling CLIKit String+Words.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
[65/65] Compiling CLIKit TextCompletion.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling CLIKit SubprocessStateMachine.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
[3/15] Compiling CLIKit Subprocess.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
                                  cArguments.cStrings[0],
                                                     ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: coalesce using '??' to provide a default when the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                         ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
                                  cArguments.cStrings[0],
                                                     ^
                                                        !
[4/15] Compiling CLIKit String+Words.swift
[5/15] Compiling CLIKit Character+Inspection.swift
[6/15] Compiling CLIKit SimpleWordCompletion.swift
[7/15] Compiling CLIKit SubprocessError.swift
[8/15] Compiling CLIKit SubprocessResult.swift
[9/19] Compiling CLIKit SubprocessIO.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[10/19] Compiling CLIKit SubprocessPipe.swift
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: coalesce using '??' to provide a default when the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                              ?? <#default value#>
/host/spi-builder-workspace/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
        posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
                                                      ^
                                                             !
[11/20] Compiling CLIKit TextCompletion.swift
[12/21] Compiling CLIKit Dictionary+CommandArgumentValue.swift
[13/21] Compiling CLIKit Array+CommandArgumentValue.swift
[14/21] Compiling CLIKit Set+CommandArgumentValue.swift
[15/24] Compiling CLIKit ExecutableFinder.swift
[16/25] Compiling CLIKit Path.swift
[17/26] Compiling CLIKit Console.swift
[18/26] Compiling CLIKit BasicREPL.swift
[19/26] Compiling CLIKit SubprocessAttributes.swift
[20/26] Compiling CLIKit SubprocessCaptureOutputThread.swift
[21/26] Emitting module CLIKit
/host/spi-builder-workspace/Sources/CLIKit/Command Line/Parser State Machine/ParserStateMachine.swift:49:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol ParserStateMachineDelegate: class {
                                     ^~~~~
                                     AnyObject
[22/26] Compiling CLIKit StandardEnvironmentVariable.swift
[23/26] Compiling CLIKit CStrings.swift
[24/26] Compiling CLIKit ReadEvaluatePrintLoop.swift
[25/26] Compiling CLIKit StandardIO.swift
[26/26] Compiling CLIKit TerminalREPL.swift
error: fatalError
BUILD FAILURE 5.10 linux