Build Information
Failed to build swift-argument-parser, reference v1.2.4 (41fc1c), with Swift 6.3 for Android on 21 Apr 2026 16:45:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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.3
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
[1/1] Compiling plugin GenManual
Building for debugging...
[1/31] Write sources
[11/31] Write swift-version--4F562202D5529B1.txt
[13/35] Emitting module StackOtterArgParserToolInfo
[14/35] Compiling StackOtterArgParserToolInfo ToolInfo.swift
[17/36] Emitting module StackOtterArgParserToolInfo
[18/37] 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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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' contains 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' contains 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 | }
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[22/116] Compiling StackOtterArgParser Option.swift
[23/116] Compiling StackOtterArgParser OptionGroup.swift
[24/116] Compiling StackOtterArgParser AsyncParsableCommand.swift
[25/116] Compiling StackOtterArgParser CommandConfiguration.swift
[26/116] Compiling StackOtterArgParser EnumerableFlag.swift
[27/116] Compiling StackOtterArgParser ArgumentVisibility.swift
[28/116] Compiling StackOtterArgParser CompletionKind.swift
[29/116] Compiling StackOtterArgParser Errors.swift
[30/116] Compiling StackOtterArgParser Flag.swift
[31/116] Compiling StackOtterArgParser NameSpecification.swift
[32/116] Compiling StackOtterArgParser Name.swift
[33/116] Compiling StackOtterArgParser Parsed.swift
[34/116] Compiling StackOtterArgParser ParsedValues.swift
[35/116] Compiling StackOtterArgParser ParserError.swift
[36/116] Compiling StackOtterArgParser SplitArguments.swift
[37/116] Compiling StackOtterArgParser BashCompletionsGenerator.swift
[38/116] Compiling StackOtterArgParser CompletionsGenerator.swift
[39/116] Compiling StackOtterArgParser FishCompletionsGenerator.swift
[40/116] Compiling StackOtterArgParser ZshCompletionsGenerator.swift
[41/116] Compiling StackOtterArgParser Argument.swift
[42/116] Compiling StackOtterArgParser ArgumentHelp.swift
[43/116] Compiling StackOtterArgParser ExpressibleByArgument.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 {
[44/116] Compiling StackOtterArgParser ParsableArguments.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 {
[45/116] Compiling StackOtterArgParser ParsableArgumentsValidation.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 {
[46/116] Compiling StackOtterArgParser ParsableCommand.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 {
[47/116] Compiling StackOtterArgParser ArgumentDecoder.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 {
[48/116] Compiling StackOtterArgParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' contains 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' contains non-Sendable type 'any ParsableCommand.Type'
14 | var parserError: ParserError
15 | }
[49/116] Compiling StackOtterArgParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' contains 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' contains non-Sendable type 'any ParsableCommand.Type'
14 | var parserError: ParserError
15 | }
[50/116] Compiling StackOtterArgParser CommandParser.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' contains 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' contains non-Sendable type 'any ParsableCommand.Type'
14 | var parserError: ParserError
15 | }
[51/116] Compiling StackOtterArgParser InputKey.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' contains 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' contains non-Sendable type 'any ParsableCommand.Type'
14 | var parserError: ParserError
15 | }
[52/116] Compiling StackOtterArgParser InputOrigin.swift
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' contains 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' contains non-Sendable type 'any ParsableCommand.Type'
14 | var parserError: ParserError
15 | }
[53/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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' contains 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' contains 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 | }
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[59/121] Compiling StackOtterArgParser DumpHelpGenerator.swift
[60/121] Compiling StackOtterArgParser HelpCommand.swift
[61/121] Compiling StackOtterArgParser HelpGenerator.swift
[62/121] Compiling StackOtterArgParser MessageInfo.swift
[63/121] Compiling StackOtterArgParser UsageGenerator.swift
[64/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 | }
[65/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 | }
[66/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 | }
[67/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 | }
[68/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 | }
/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/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 | }
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/ArgumentParser/Parsing/CommandParser.swift:13:7: warning: stored property 'commandStack' of 'Sendable'-conforming struct 'CommandError' contains 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' contains 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' contains 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' contains 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' contains 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' contains 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' contains 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' contains 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' contains 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' contains non-Sendable type 'any ParsableCommand.Type'
14 | var parserError: ParserError
15 | }
[100/122] Wrapping AST for StackOtterArgParser for debugging
[102/149] Compiling gen_manual Container.swift
[103/149] Compiling gen_manual Empty.swift
[104/149] Compiling gen_manual ForEach.swift
[105/149] Compiling gen_manual MDocASTNodeWrapper.swift
[106/152] Compiling gen_manual MDocBuilder.swift
[107/152] Compiling gen_manual MDocComponent.swift
[108/152] Compiling gen_manual Document.swift
[109/152] Compiling gen_manual DocumentDate.swift
[110/152] Compiling gen_manual Exit.swift
[111/152] Compiling gen_manual List.swift
[112/152] Compiling gen_manual MultiPageDescription.swift
[113/152] Compiling gen_manual Name.swift
[114/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) {
[115/152] Compiling gen_manual Preamble.swift
[116/152] Compiling gen_manual Section.swift
[117/152] Compiling gen_manual SeeAlso.swift
[118/152] Compiling gen_manual SinglePageDescription.swift
[119/152] Compiling gen_manual AuthorArgument.swift
[120/152] Compiling gen_manual ArgumentSynopsis.swift
[121/152] Compiling gen_manual Author.swift
[122/152] Compiling gen_manual Authors.swift
[123/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) {
[124/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) {
[125/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) {
[126/152] Compiling gen_manual Process+SimpleAPI.swift
[127/152] Compiling gen_manual GenerateManual.swift
[128/152] Compiling gen_manual MDocASTNode.swift
[129/152] Compiling gen_manual MDocMacro.swift
[130/152] Compiling gen_manual MDocSerializationContext.swift
[131/152] Compiling gen_manual String+Escaping.swift
[132/153] Wrapping AST for gen-manual for debugging
[133/153] Write Objects.LinkFileList
[134/153] Linking gen-manual-tool
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import StackOtterArgParserToolInfo
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
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 [#ImplementationOnlyDeprecated]
10 | //===----------------------------------------------------------------------===//
11 |
12 | @_implementationOnly import protocol Foundation.LocalizedError
| `- warning: using '@_implementationOnly' without enabling library evolution for 'StackOtterArgParser' may lead to instability during execution [#ImplementationOnlyDeprecated]
13 |
14 | struct UsageGenerator {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
BUILD FAILURE 6.3 android