Build Information
Failed to build swift-argument-parser, reference v1.2.4 (41fc1c
), with Swift 6.2 (beta) for Android on 21 Jun 2025 18:53:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wabiverse/swift-arg-parser.git
Reference: v1.2.4
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/wabiverse/swift-arg-parser
* tag v1.2.4 -> FETCH_HEAD
HEAD is now at 41fc1c8 Rename GenerateManual to GenManual, to fix conflicts with apple's.
Cloned https://github.com/wabiverse/swift-arg-parser.git
Revision (git rev-parse @):
41fc1c8f8482e321d46164df28c6ef672a42bc85
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wabiverse/swift-arg-parser.git at v1.2.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/wabiverse/swift-arg-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
[1/1] Compiling plugin GenManual
Building for debugging...
[1/31] Write sources
[11/31] Write swift-version-8C5A4AE7A8CE2BA.txt
[13/35] Emitting module StackOtterArgParserToolInfo
[14/35] Compiling StackOtterArgParserToolInfo ToolInfo.swift
[15/36] Wrapping AST for StackOtterArgParserToolInfo for debugging
[17/36] Emitting module StackOtterArgParserToolInfo
[18/36] Compiling StackOtterArgParserToolInfo ToolInfo.swift
[19/74] Wrapping AST for StackOtterArgParserToolInfo for debugging
[21/111] Emitting module StackOtterArgParser
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
[22/116] Compiling StackOtterArgParser EnumerableFlag.swift
[23/116] Compiling StackOtterArgParser ArgumentVisibility.swift
[24/116] Compiling StackOtterArgParser CompletionKind.swift
[25/116] Compiling StackOtterArgParser Errors.swift
[26/116] Compiling StackOtterArgParser Flag.swift
[27/116] Emitting module StackOtterArgParser
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
[28/121] Compiling StackOtterArgParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
[29/121] Compiling StackOtterArgParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
[30/121] Compiling StackOtterArgParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
[31/121] Compiling StackOtterArgParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
[32/121] Compiling StackOtterArgParser Argument.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
[33/121] Compiling StackOtterArgParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
34 | #else
35 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
36 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
37 | let shellParts = String(cString: shellVar).split(separator: "/")
38 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
54 | /// The code for successful exit.
55 | static var exitCodeSuccess: Int32 {
56 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
57 | }
58 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
59 | /// The code for exit with a general failure.
60 | static var exitCodeFailure: Int32 {
61 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
62 | }
63 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
69 | return EXIT_FAILURE
70 | #else
71 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
72 | #endif
73 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
102 | }
103 | }
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/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 | var w = winsize()
| `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
[34/121] Compiling StackOtterArgParser Platform.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
34 | #else
35 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
36 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
37 | let shellParts = String(cString: shellVar).split(separator: "/")
38 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
54 | /// The code for successful exit.
55 | static var exitCodeSuccess: Int32 {
56 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
57 | }
58 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
59 | /// The code for exit with a general failure.
60 | static var exitCodeFailure: Int32 {
61 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
62 | }
63 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
69 | return EXIT_FAILURE
70 | #else
71 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
72 | #endif
73 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
102 | }
103 | }
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/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 | var w = winsize()
| `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
[35/121] Compiling StackOtterArgParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
34 | #else
35 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
36 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
37 | let shellParts = String(cString: shellVar).split(separator: "/")
38 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
54 | /// The code for successful exit.
55 | static var exitCodeSuccess: Int32 {
56 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
57 | }
58 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
59 | /// The code for exit with a general failure.
60 | static var exitCodeFailure: Int32 {
61 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
62 | }
63 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
69 | return EXIT_FAILURE
70 | #else
71 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
72 | #endif
73 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
102 | }
103 | }
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/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 | var w = winsize()
| `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
[36/121] Compiling StackOtterArgParser StringExtensions.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
34 | #else
35 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
36 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
37 | let shellParts = String(cString: shellVar).split(separator: "/")
38 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
54 | /// The code for successful exit.
55 | static var exitCodeSuccess: Int32 {
56 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
57 | }
58 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
59 | /// The code for exit with a general failure.
60 | static var exitCodeFailure: Int32 {
61 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
62 | }
63 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
69 | return EXIT_FAILURE
70 | #else
71 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
72 | #endif
73 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
102 | }
103 | }
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/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 | var w = winsize()
| `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
[37/121] Compiling StackOtterArgParser Tree.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
34 | #else
35 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
36 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
37 | let shellParts = String(cString: shellVar).split(separator: "/")
38 | return shellParts.last.map(String.init)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
54 | /// The code for successful exit.
55 | static var exitCodeSuccess: Int32 {
56 | EXIT_SUCCESS
| `- error: cannot find 'EXIT_SUCCESS' in scope
57 | }
58 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
59 | /// The code for exit with a general failure.
60 | static var exitCodeFailure: Int32 {
61 | EXIT_FAILURE
| `- error: cannot find 'EXIT_FAILURE' in scope
62 | }
63 |
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
69 | return EXIT_FAILURE
70 | #else
71 | return EX_USAGE
| `- error: cannot find 'EX_USAGE' in scope
72 | #endif
73 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
102 | }
103 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
99 | struct StandardError: TextOutputStream {
100 | mutating func write(_ string: String) {
101 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
102 | }
103 | }
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/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 | var w = winsize()
| `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 | // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 | let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 | let width = Int(w.ws_col)
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
[38/121] Compiling StackOtterArgParser NameSpecification.swift
[39/121] Compiling StackOtterArgParser DumpHelpGenerator.swift
[40/121] Compiling StackOtterArgParser HelpCommand.swift
[41/121] Compiling StackOtterArgParser HelpGenerator.swift
[42/121] Compiling StackOtterArgParser MessageInfo.swift
[43/121] Compiling StackOtterArgParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
[44/121] Compiling StackOtterArgParser Option.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
[45/121] Compiling StackOtterArgParser OptionGroup.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
[46/121] Compiling StackOtterArgParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
[47/121] Compiling StackOtterArgParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Utilities/Tree.swift:102:10: warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
100 |
101 | enum InitializationError: Error {
102 | case recursiveSubcommand(ParsableCommand.Type)
| `- warning: associated value 'recursiveSubcommand' of 'Sendable'-conforming enum 'InitializationError' has non-sendable type 'any ParsableCommand.Type'
103 | }
104 | }
[69/121] Compiling StackOtterArgParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
[70/121] Compiling StackOtterArgParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
[71/121] Compiling StackOtterArgParser CommandParser.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
[72/121] Compiling StackOtterArgParser InputKey.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
[73/121] Compiling StackOtterArgParser InputOrigin.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
[74/121] Compiling StackOtterArgParser Name.swift
[75/121] Compiling StackOtterArgParser Parsed.swift
[76/121] Compiling StackOtterArgParser ParsedValues.swift
[77/121] Compiling StackOtterArgParser ParserError.swift
[78/121] Compiling StackOtterArgParser SplitArguments.swift
[79/121] Compiling StackOtterArgParser UsageGenerator.swift
[80/121] Compiling StackOtterArgParser ExpressibleByArgument.swift
[81/121] Compiling StackOtterArgParser ParsableArguments.swift
[82/121] Compiling StackOtterArgParser ParsableArgumentsValidation.swift
[83/121] Compiling StackOtterArgParser ParsableCommand.swift
[84/121] Compiling StackOtterArgParser ArgumentDecoder.swift
[85/122] Wrapping AST for StackOtterArgParser for debugging
[87/149] Compiling gen_manual Container.swift
[88/149] Compiling gen_manual Empty.swift
[89/149] Compiling gen_manual ForEach.swift
[90/149] Compiling gen_manual MDocASTNodeWrapper.swift
[91/152] Emitting module gen_manual
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Date: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[92/152] Compiling gen_manual Exit.swift
[93/152] Compiling gen_manual List.swift
[94/152] Compiling gen_manual MultiPageDescription.swift
[95/152] Compiling gen_manual Name.swift
[96/152] Compiling gen_manual MDocBuilder.swift
[97/152] Compiling gen_manual MDocComponent.swift
[98/152] Compiling gen_manual Document.swift
[99/152] Compiling gen_manual DocumentDate.swift
[100/152] Compiling gen_manual AuthorArgument.swift
[101/152] Compiling gen_manual ArgumentSynopsis.swift
[102/152] Compiling gen_manual Author.swift
[103/152] Compiling gen_manual Authors.swift
[104/152] Compiling gen_manual Synopsis.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Date: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[105/152] Compiling gen_manual ArgumentParser+MDoc.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Date: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[106/152] Compiling gen_manual Date+ExpressibleByArgument.swift
/host/spi-builder-workspace/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
13 | import Foundation
14 |
15 | extension Date: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | // parsed as `yyyy-mm-dd`
17 | public init?(argument: String) {
[107/152] Compiling gen_manual Preamble.swift
[108/152] Compiling gen_manual Section.swift
[109/152] Compiling gen_manual SeeAlso.swift
[110/152] Compiling gen_manual SinglePageDescription.swift
[111/152] Compiling gen_manual Process+SimpleAPI.swift
[112/152] Compiling gen_manual GenerateManual.swift
[113/152] Compiling gen_manual MDocASTNode.swift
[114/152] Compiling gen_manual MDocMacro.swift
[115/152] Compiling gen_manual MDocSerializationContext.swift
[116/152] Compiling gen_manual String+Escaping.swift
[117/153] Wrapping AST for gen-manual for debugging
[118/153] Write Objects.LinkFileList
[119/153] Linking gen-manual-tool
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:26:7: warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
24 |
25 | struct ParsableArgumentsValidationError: Error, CustomStringConvertible {
26 | let parsableArgumentsType: ParsableArguments.Type
| `- warning: stored property 'parsableArgumentsType' of 'Sendable'-conforming struct 'ParsableArgumentsValidationError' has non-sendable type 'any ParsableArguments.Type'
27 | let underlayingErrors: [Error]
28 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsable Types/ParsableArgumentsValidation.swift:177:9: warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
175 |
176 | struct InvalidDecoderError: ParsableArgumentsValidatorError, CustomStringConvertible {
177 | let type: ParsableArguments.Type
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'InvalidDecoderError' has non-sendable type 'any ParsableArguments.Type'
178 |
179 | var description: String {
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
11 |
12 | struct CommandError: Error {
13 | var commandStack: [ParsableCommand.Type]
| `- warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' has non-sendable type '[any ParsableCommand.Type]'
14 | var parserError: ParserError
15 | }
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.JSONEncoder
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
13 | @_implementationOnly import class Foundation.JSONEncoder
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | internal struct DumpHelpGenerator {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 | @_implementationOnly import class Foundation.NSError
14 |
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/MessageInfo.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
13 | @_implementationOnly import class Foundation.NSError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
14 |
15 | enum MessageInfo {
/host/spi-builder-workspace/Sources/ArgumentParser/Usage/UsageGenerator.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution
13 |
14 | struct UsageGenerator {
BUILD FAILURE 6.2 android