Build Information
Failed to build variable-injector, reference 0.3.7 (fe39a4
), with Swift 6.1 for Android on 28 May 2025 09:53:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucianopalmeida/variable-injector.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/lucianopalmeida/variable-injector
* tag 0.3.7 -> FETCH_HEAD
HEAD is now at fe39a40 [Make] Release script
Cloned https://github.com/lucianopalmeida/variable-injector.git
Revision (git rev-parse @):
fe39a405b9205287c04b9c9466f0b51c7d4ca16c
SUCCESS checkout https://github.com/lucianopalmeida/variable-injector.git at 0.3.7
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/lucianopalmeida/variable-injector.git
https://github.com/lucianopalmeida/variable-injector.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"0.50700.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"exact" : [
"1.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "variable-injector",
"name" : "variable-injector",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "variable-injector",
"targets" : [
"variable-injector"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "variable_injectorTests",
"module_type" : "SwiftTarget",
"name" : "variable-injectorTests",
"path" : "Tests/variable-injectorTests",
"sources" : [
"VariableInjectorTests.swift"
],
"target_dependencies" : [
"variable-injector-core"
],
"type" : "test"
},
{
"c99name" : "variable_injector_core",
"module_type" : "SwiftTarget",
"name" : "variable-injector-core",
"path" : "Sources/variable-injector/Core",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser",
"ArgumentParser"
],
"product_memberships" : [
"variable-injector"
],
"sources" : [
"CommandLine/Tool.swift",
"Extensions/String+Extensions.swift",
"Extensions/TokenSyntax+Extensions.swift",
"Logger.swift",
"Rewriters/EnvirionmentVariableLiteralRewriter.swift"
],
"type" : "library"
},
{
"c99name" : "variable_injector",
"module_type" : "SwiftTarget",
"name" : "variable-injector",
"path" : "Sources/variable-injector/Tool",
"product_memberships" : [
"variable-injector"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"variable-injector-core"
],
"type" : "executable"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/15351] Fetching swift-argument-parser
[15352/85799] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.16s)
[11977/70448] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.48s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.1.1 (6.15s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50700.0 (1.19s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50700.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.1.1
Building for debugging...
[0/20] Write sources
[6/20] Compiling atomic-counter.c
[7/20] Write swift-version-24593BA9C3E375BF.txt
[9/55] Emitting module ArgumentParserToolInfo
[10/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/56] Wrapping AST for ArgumentParserToolInfo for debugging
[13/92] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[14/92] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[15/92] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[16/92] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[17/92] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[18/92] Compiling ArgumentParser Name.swift
[19/92] Compiling ArgumentParser Parsed.swift
[20/92] Compiling ArgumentParser ParsedValues.swift
[21/92] Compiling ArgumentParser ParserError.swift
[22/92] Compiling ArgumentParser SplitArguments.swift
[23/96] Compiling ArgumentParser CollectionExtensions.swift
[24/96] Compiling ArgumentParser SequenceExtensions.swift
[25/96] Compiling ArgumentParser StringExtensions.swift
[26/96] Compiling ArgumentParser Tree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/96] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[28/96] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[29/96] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[30/96] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[31/96] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[32/96] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[33/96] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[34/96] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[35/96] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[36/96] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[37/96] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[38/96] Compiling ArgumentParser NameSpecification.swift
[39/96] Compiling ArgumentParser Option.swift
[40/96] Compiling ArgumentParser OptionGroup.swift
[41/96] Compiling ArgumentParser AsyncParsableCommand.swift
[42/96] Compiling ArgumentParser CommandConfiguration.swift
[43/96] Compiling ArgumentParser ArgumentDecoder.swift
[44/96] Compiling ArgumentParser ArgumentDefinition.swift
[45/96] Compiling ArgumentParser ArgumentSet.swift
[46/96] Compiling ArgumentParser CommandParser.swift
[47/96] Compiling ArgumentParser InputOrigin.swift
[63/100] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[64/100] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[65/100] Compiling SwiftSyntax SyntaxNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[66/100] Compiling SwiftSyntax SyntaxPatternNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[67/100] Compiling SwiftSyntax SyntaxStmtNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/13] Write swift-version-24593BA9C3E375BF.txt
[2/48] Emitting module ArgumentParserToolInfo
[3/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/84] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[6/84] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[7/84] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[8/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
[9/84] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
49 | #else
50 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
51 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
52 | let shellParts = String(cString: shellVar).split(separator: "/")
53 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/88] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[11/88] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[12/88] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[13/88] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[14/88] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[15/88] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:377:11: error: cannot find 'winsize' in scope
375 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
376 | #else
377 | var w = winsize()
| `- error: cannot find 'winsize' in scope
378 | #if os(OpenBSD)
379 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:13: error: cannot find 'ioctl' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:19: error: cannot find 'STDOUT_FILENO' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:383:34: error: cannot find 'TIOCGWINSZ' in scope
381 | let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
382 | #else
383 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
384 | #endif
385 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[16/88] Compiling ArgumentParser Name.swift
[17/88] Compiling ArgumentParser Parsed.swift
[18/88] Compiling ArgumentParser ParsedValues.swift
[19/88] Compiling ArgumentParser ParserError.swift
[20/88] Compiling ArgumentParser SplitArguments.swift
[21/88] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[22/88] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[23/88] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[24/88] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[25/88] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
64 |
65 | /// An exit code that indicates that the command failed.
66 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
67 |
68 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
72 | public static let validationFailure = ExitCode(EXIT_FAILURE)
73 | #else
74 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
75 | #endif
76 |
[26/88] Compiling ArgumentParser NameSpecification.swift
[27/88] Compiling ArgumentParser Option.swift
[28/88] Compiling ArgumentParser OptionGroup.swift
[29/88] Compiling ArgumentParser AsyncParsableCommand.swift
[30/88] Compiling ArgumentParser CommandConfiguration.swift
[41/92] Compiling SwiftSyntax SyntaxTypeNodes.swift
[42/92] Compiling ArgumentParser SequenceExtensions.swift
[43/92] Compiling ArgumentParser StringExtensions.swift
[44/92] Compiling ArgumentParser Tree.swift
[45/92] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[46/92] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[47/92] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[48/92] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[49/92] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
66 | }
67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
63 | struct StandardError: TextOutputStream {
64 | mutating func write(_ string: String) {
65 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
66 | }
67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:211:7: error: cannot find '_exit' in scope
209 | ) -> Never {
210 | guard let error = error else {
211 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
212 | }
213 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
61 |
62 | /// An exit code that indicates successful completion of a command.
63 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
64 |
65 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:223:5: error: cannot find '_exit' in scope
221 | }
222 | }
223 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
224 | }
225 |
[50/92] Compiling ArgumentParser ArgumentDecoder.swift
[51/92] Compiling ArgumentParser ArgumentDefinition.swift
[52/92] Compiling ArgumentParser ArgumentSet.swift
[53/92] Compiling ArgumentParser CommandParser.swift
[54/92] Compiling ArgumentParser InputOrigin.swift
BUILD FAILURE 6.1 android