Build Information
Failed to build CLIKit with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
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.9
Building package at path: $PWD/checkout
https://github.com/nerdsupremacist/CLIKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/56] 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
[2/63] 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],
^
!
[3/63] 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],
^
!
[4/63] 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],
^
!
[5/63] 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],
^
!
[6/63] 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],
^
!
[7/63] 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],
^
!
[8/63] 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],
^
!
[9/63] Compiling CLIKit Array+CommandArgumentValue.swift
[10/63] Compiling CLIKit Dictionary+CommandArgumentValue.swift
[11/63] Compiling CLIKit Double+CommandArgumentValue.swift
[12/63] Compiling CLIKit Float+CommandArgumentValue.swift
[13/63] Compiling CLIKit Int+CommandArgumentValue.swift
[14/63] Compiling CLIKit Set+CommandArgumentValue.swift
[15/63] Compiling CLIKit String+CommandArgumentValue.swift
[16/63] Compiling CLIKit UInt+CommandArgumentValue.swift
[17/63] Compiling CLIKit URL+CommandArgumentValue.swift
[18/63] Compiling CLIKit CommandArgumentSpecification.swift
[19/63] Compiling CLIKit CommandArgumentValue.swift
[20/63] Compiling CLIKit CommandFlag.swift
[21/63] Compiling CLIKit CommandInput.swift
[22/63] Compiling CLIKit CommandOption.swift
[23/63] Compiling CLIKit HelpFlag.swift
[24/63] Compiling CLIKit Command.swift
[25/63] 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
[26/63] 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
[27/63] 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
[28/63] 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
[29/63] 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
[30/63] 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
[31/63] 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
[32/63] 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
[33/63] Compiling CLIKit ReadEvaluatePrintLoop.swift
[34/63] Compiling CLIKit TerminalREPL.swift
[35/63] Compiling CLIKit TerminalREPLState.swift
[36/63] Compiling CLIKit StandardIO.swift
[37/63] Compiling CLIKit Terminal.swift
[38/63] Compiling CLIKit TerminalCode.swift
[39/63] Compiling CLIKit TerminalInputMode.swift
[40/63] Compiling CLIKit TerminalString.swift
[41/63] Compiling CLIKit ExecutionMode.swift
[42/63] Compiling CLIKit ExecutableFinder.swift
[43/63] Compiling CLIKit Path+FileManagement.swift
[44/63] Compiling CLIKit Path.swift
[45/63] Compiling CLIKit Console.swift
[46/63] Compiling CLIKit IO.swift
[47/63] Compiling CLIKit BasicREPL.swift
[48/63] Compiling CLIKit CommandLineHistory.swift
[49/63] Compiling CLIKit LineReader.swift
[50/63] Compiling CLIKit WrapsFileHandle.swift
[51/63] Compiling CLIKit Lock.swift
[52/63] Compiling CLIKit Log.swift
[53/63] Compiling CLIKit Regex.swift
[54/63] Compiling CLIKit Sequence+Convenience.swift
[55/63] Compiling CLIKit String+Utilities.swift
[56/63] Compiling CLIKit Environment.swift
[57/63] 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)
^
!
[58/63] 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)
^
!
[59/63] 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)
^
!
[60/63] 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)
^
!
[61/63] 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)
^
!
[62/63] 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)
^
!
[63/63] 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)
^
!
error: fatalError
[0/1] Planning build
Building for debugging...
[1/14] 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)
^
!
[2/14] 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)
^
!
[3/15] Compiling CLIKit String+Words.swift
[4/15] Compiling CLIKit SubprocessError.swift
[5/15] Compiling CLIKit SubprocessResult.swift
[6/15] Compiling CLIKit Character+Inspection.swift
[7/15] Compiling CLIKit SimpleWordCompletion.swift
[8/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],
^
!
[9/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],
^
!
[10/19] Compiling CLIKit TextCompletion.swift
[11/20] Compiling CLIKit StandardEnvironmentVariable.swift
[12/20] Compiling CLIKit CStrings.swift
[13/20] Compiling CLIKit SubprocessAttributes.swift
[14/20] Compiling CLIKit SubprocessCaptureOutputThread.swift
[15/22] Compiling CLIKit Set+CommandArgumentValue.swift
[16/22] Compiling CLIKit Dictionary+CommandArgumentValue.swift
[17/22] Compiling CLIKit Array+CommandArgumentValue.swift
[18/22] Compiling CLIKit ExecutableFinder.swift
[19/25] Compiling CLIKit Path.swift
[20/25] 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
[21/25] Compiling CLIKit ReadEvaluatePrintLoop.swift
[22/25] Compiling CLIKit StandardIO.swift
[23/25] Compiling CLIKit BasicREPL.swift
[24/25] Compiling CLIKit Console.swift
[25/25] Compiling CLIKit TerminalREPL.swift
error: fatalError
BUILD FAILURE 5.9 linux