The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-markdown, reference 0.50800.0 (f02c1d), with Swift 6.3 for Android on 23 Apr 2026 07:37:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-markdown.git
Reference: 0.50800.0
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/SDGGiesbrecht/swift-markdown
 * tag               0.50800.0  -> FETCH_HEAD
HEAD is now at f02c1d1 Pinned dependencies.
Cloned https://github.com/SDGGiesbrecht/swift-markdown.git
Revision (git rev-parse @):
f02c1d1e44fb3280b1df5cd57f0f3bd994354525
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-markdown.git at 0.50800.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SDGGiesbrecht/swift-markdown.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Fetching https://github.com/SDGGiesbrecht/swift-cmark
Fetching https://github.com/apple/swift-argument-parser
[1/17464] Fetching swift-argument-parser
[351/31940] Fetching swift-argument-parser, swift-cmark
Fetched https://github.com/apple/swift-argument-parser from cache (2.03s)
Fetched https://github.com/SDGGiesbrecht/swift-cmark from cache (2.18s)
Computing version for https://github.com/SDGGiesbrecht/swift-cmark
Computed https://github.com/SDGGiesbrecht/swift-cmark at 0.50800.0 (3.12s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.98s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.0.3
Creating working copy for https://github.com/SDGGiesbrecht/swift-cmark
Working copy of https://github.com/SDGGiesbrecht/swift-cmark resolved at 0.50800.0
Building for debugging...
[0/114] Write sources
[1/114] Compiling cmark-gfm cmark_ctype.c
[2/114] Compiling cmark-gfm buffer.c
[3/114] Compiling cmark-gfm-extensions tagfilter.c
[4/114] Compiling cmark-gfm html.c
[5/114] Compiling cmark-gfm cmark.c
[6/114] Write swift-version--4F562202D5529B1.txt
[7/114] Compiling cmark-gfm arena.c
[8/114] Compiling cmark-gfm-extensions tasklist.c
[9/114] Compiling cmark-gfm blocks.c
[10/114] Compiling cmark-gfm-extensions core-extensions.c
[11/114] Compiling cmark-gfm-extensions ext_scanners.c
[12/114] Compiling cmark-gfm-extensions strikethrough.c
[13/114] Compiling cmark-gfm xml.c
[14/114] Compiling cmark-gfm syntax_extension.c
[15/114] Compiling cmark-gfm-extensions table.c
[16/114] Compiling cmark-gfm-extensions autolink.c
[17/114] Compiling cmark-gfm registry.c
[18/114] Compiling cmark-gfm plugin.c
[19/114] Compiling cmark-gfm references.c
[20/114] Compiling cmark-gfm render.c
[21/114] Compiling cmark-gfm plaintext.c
[22/114] Compiling cmark-gfm map.c
[23/114] Compiling cmark-gfm man.c
[24/114] Compiling cmark-gfm linked_list.c
[25/114] Compiling cmark-gfm iterator.c
[26/114] Compiling cmark-gfm latex.c
[27/114] Compiling cmark-gfm scanners.c
[27/114] Compiling cmark-gfm houdini_html_e.c
[29/114] Compiling cmark-gfm node.c
[30/114] Compiling cmark-gfm houdini_href_e.c
[31/114] Compiling cmark-gfm houdini_html_u.c
[32/114] Compiling cmark-gfm utf8.c
[33/114] Compiling cmark-gfm footnotes.c
[34/114] Compiling cmark-gfm commonmark.c
[35/114] Compiling cmark-gfm inlines.c
[36/114] Write sources
[48/114] Compiling CAtomic CAtomic.c
[49/114] Write sources
[58/173] Emitting module Markdown
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[59/181] Emitting module ArgumentParserToolInfo
[60/181] Compiling ArgumentParserToolInfo ToolInfo.swift
[61/182] Compiling Markdown Strikethrough.swift
[62/182] Compiling Markdown Strong.swift
[63/182] Compiling Markdown CustomInline.swift
[64/182] Compiling Markdown InlineCode.swift
[65/182] Compiling Markdown InlineHTML.swift
[66/182] Compiling Markdown LineBreak.swift
[67/182] Compiling Markdown SoftBreak.swift
[68/182] Compiling Markdown SymbolLink.swift
[69/182] Compiling Markdown CodeBlock.swift
[70/182] Compiling Markdown HTMLBlock.swift
[71/182] Compiling Markdown Heading.swift
[72/182] Compiling Markdown ThematicBreak.swift
[73/182] Compiling Markdown Table.swift
[74/182] Compiling Markdown TableBody.swift
[75/182] Compiling Markdown TableCell.swift
[76/182] Compiling Markdown TableCellContainer.swift
[77/182] Wrapping AST for ArgumentParserToolInfo for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/216] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
 66 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 67 |
 68 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
[80/220] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
 49 | #else
 50 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 51 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 52 |     let shellParts = String(cString: shellVar).split(separator: "/")
 53 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[81/220] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
 49 | #else
 50 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 51 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 52 |     let shellParts = String(cString: shellVar).split(separator: "/")
 53 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[82/220] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
 49 | #else
 50 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 51 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 52 |     let shellParts = String(cString: shellVar).split(separator: "/")
 53 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[83/220] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
 49 | #else
 50 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 51 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 52 |     let shellParts = String(cString: shellVar).split(separator: "/")
 53 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[84/220] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:51:26: error: cannot find 'getenv' in scope
 49 | #else
 50 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 51 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 52 |     let shellParts = String(cString: shellVar).split(separator: "/")
 53 |     return CompletionShell(rawValue: String(shellParts.last ?? ""))
[85/220] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
 66 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 67 |
 68 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
[86/220] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
 66 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 67 |
 68 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
[87/220] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
 66 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 67 |
 68 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
[88/220] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
 66 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 67 |
 68 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
[89/220] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:66:40: error: cannot find 'EXIT_FAILURE' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
 66 |   public static let failure = ExitCode(EXIT_FAILURE)
    |                                        `- error: cannot find 'EXIT_FAILURE' in scope
 67 |
 68 |   /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
[90/220] Compiling ArgumentParser Option.swift
[91/220] Compiling ArgumentParser OptionGroup.swift
[92/220] Compiling ArgumentParser CommandConfiguration.swift
[93/220] Compiling ArgumentParser EnumerableFlag.swift
[94/220] Compiling ArgumentParser ExpressibleByArgument.swift
[95/220] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 66 |   }
 67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:187:7: error: cannot find '_exit' in scope
185 |   ) -> Never {
186 |     guard let error = error else {
187 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
188 |     }
189 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:199:5: error: cannot find '_exit' in scope
197 |       }
198 |     }
199 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
200 |   }
201 |
[96/220] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 66 |   }
 67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:187:7: error: cannot find '_exit' in scope
185 |   ) -> Never {
186 |     guard let error = error else {
187 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
188 |     }
189 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:199:5: error: cannot find '_exit' in scope
197 |       }
198 |     }
199 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
200 |   }
201 |
[97/220] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 66 |   }
 67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:187:7: error: cannot find '_exit' in scope
185 |   ) -> Never {
186 |     guard let error = error else {
187 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
188 |     }
189 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:199:5: error: cannot find '_exit' in scope
197 |       }
198 |     }
199 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
200 |   }
201 |
[98/220] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 66 |   }
 67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:187:7: error: cannot find '_exit' in scope
185 |   ) -> Never {
186 |     guard let error = error else {
187 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
188 |     }
189 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:199:5: error: cannot find '_exit' in scope
197 |       }
198 |     }
199 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
200 |   }
201 |
[99/220] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:31: error: cannot find 'putc' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                               `- error: cannot find 'putc' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:55: error: cannot find 'stderr' in scope
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                       `- error: cannot find 'stderr' in scope
 66 |   }
 67 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:65:36: error: generic parameter 'U' could not be inferred
 63 | struct StandardError: TextOutputStream {
 64 |   mutating func write(_ string: String) {
 65 |     for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                    `- error: generic parameter 'U' could not be inferred
 66 |   }
 67 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:187:7: error: cannot find '_exit' in scope
185 |   ) -> Never {
186 |     guard let error = error else {
187 |       _exit(ExitCode.success.rawValue)
    |       `- error: cannot find '_exit' in scope
188 |     }
189 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:199:5: error: cannot find '_exit' in scope
197 |       }
198 |     }
199 |     _exit(messageInfo.exitCode.rawValue)
    |     `- error: cannot find '_exit' in scope
200 |   }
201 |
[100/220] Compiling ArgumentParser CollectionExtensions.swift
[101/220] Compiling ArgumentParser SequenceExtensions.swift
[102/220] Compiling ArgumentParser StringExtensions.swift
[103/220] Compiling ArgumentParser Tree.swift
[104/220] Compiling ArgumentParser Parsed.swift
[109/220] Compiling Markdown Image.swift
[110/220] Compiling Markdown InlineAttributes.swift
[111/220] Compiling Markdown Link.swift
[112/220] Compiling Markdown MarkupRewriter.swift
[113/220] Compiling Markdown BasicBlockContainer.swift
[114/220] Compiling Markdown BasicInlineContainer.swift
[115/220] Compiling Markdown BlockContainer.swift
[116/220] Compiling Markdown BlockMarkup.swift
[117/220] Compiling Markdown InlineContainer.swift
[118/220] Compiling Markdown InlineMarkup.swift
[119/220] Compiling Markdown ListItemContainer.swift
[120/220] Compiling Markdown RawMarkup.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[121/220] Compiling Markdown BlockDirective.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[122/220] Compiling Markdown BlockQuote.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[123/220] Compiling Markdown CustomBlock.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[124/220] Compiling Markdown ListItem.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[125/220] Compiling Markdown OrderedList.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[126/220] Compiling Markdown UnorderedList.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[127/220] Compiling Markdown Paragraph.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 88 | }
 89 |
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
    |             `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
 93 |         var errorDescription: String? {
 94 |             switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 91 |     enum Error: LocalizedError {
 92 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any Markup.Type'
 93 |         var errorDescription: String? {
 94 |             switch self {
[128/220] Compiling Markdown AtomicCounter.swift
[129/220] Compiling Markdown CharacterExtensions.swift
[130/220] Compiling Markdown CollectionExtensions.swift
[131/220] Compiling Markdown StringExtensions.swift
[132/220] Compiling Markdown MarkupVisitor.swift
[133/220] Compiling Markdown MarkupWalker.swift
[134/220] Compiling Markdown MarkupFormatter.swift
[135/220] Compiling Markdown MarkupTreeDumper.swift
[136/220] Compiling ArgumentParser HelpCommand.swift
[137/220] Compiling ArgumentParser HelpGenerator.swift
[138/220] Compiling ArgumentParser MessageInfo.swift
[139/220] Compiling ArgumentParser UsageGenerator.swift
[140/220] Compiling ArgumentParser ArgumentSet.swift
[141/220] Compiling ArgumentParser CommandParser.swift
[142/220] Compiling ArgumentParser InputOrigin.swift
[143/220] Compiling ArgumentParser Name.swift
[149/220] Compiling ArgumentParser ParsedValues.swift
[150/220] Compiling ArgumentParser ParserError.swift
[151/220] Compiling ArgumentParser SplitArguments.swift
[152/220] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:348:11: error: cannot find 'winsize' in scope
346 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
347 | #else
348 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
349 | #if os(OpenBSD)
350 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:13: error: cannot find 'ioctl' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:19: error: cannot find 'STDOUT_FILENO' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:34: error: cannot find 'TIOCGWINSZ' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:348:11: error: cannot find 'winsize' in scope
346 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
347 | #else
348 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
349 | #if os(OpenBSD)
350 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:13: error: cannot find 'ioctl' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:19: error: cannot find 'STDOUT_FILENO' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:34: error: cannot find 'TIOCGWINSZ' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:348:11: error: cannot find 'winsize' in scope
346 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
347 | #else
348 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
349 | #if os(OpenBSD)
350 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:13: error: cannot find 'ioctl' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:19: error: cannot find 'STDOUT_FILENO' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:34: error: cannot find 'TIOCGWINSZ' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:348:11: error: cannot find 'winsize' in scope
346 |           height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
347 | #else
348 |   var w = winsize()
    |           `- error: cannot find 'winsize' in scope
349 | #if os(OpenBSD)
350 |   // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:13: error: cannot find 'ioctl' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |             `- error: cannot find 'ioctl' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:19: error: cannot find 'STDOUT_FILENO' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                   `- error: cannot find 'STDOUT_FILENO' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:354:34: error: cannot find 'TIOCGWINSZ' in scope
352 |   let err = ioctl(STDOUT_FILENO, tiocgwinsz, &w)
353 | #else
354 |   let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                  `- error: cannot find 'TIOCGWINSZ' in scope
355 | #endif
356 |   let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:63:40: error: cannot find 'EXIT_SUCCESS' in scope
 61 |
 62 |   /// An exit code that indicates successful completion of a command.
 63 |   public static let success = ExitCode(EXIT_SUCCESS)
    |                                        `- error: cannot find 'EXIT_SUCCESS' in scope
 64 |
 65 |   /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:74:50: error: cannot find 'EX_USAGE' in scope
 72 |   public static let validationFailure = ExitCode(EXIT_FAILURE)
 73 | #else
 74 |   public static let validationFailure = ExitCode(EX_USAGE)
    |                                                  `- error: cannot find 'EX_USAGE' in scope
 75 | #endif
 76 |
BUILD FAILURE 6.3 android