Build Information
Failed to build swift-doc, reference 0.1.1 (b5274f
), with Swift 6.1 for Wasm on 27 May 2025 18:33:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/swift-doc.git
Reference: 0.1.1
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/SwiftDocOrg/swift-doc
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at b5274fb Update SwiftSemantics dependency to use 0.1.x tag
Cloned https://github.com/SwiftDocOrg/swift-doc.git
Revision (git rev-parse @):
b5274fbe4813dc6e6616007009747979315e2cfc
SUCCESS checkout https://github.com/SwiftDocOrg/swift-doc.git at 0.1.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftDocOrg/swift-doc.git
https://github.com/SwiftDocOrg/swift-doc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"revision" : [
"0.50200.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swiftsemantics",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/SwiftSemantics.git"
},
{
"identity" : "commonmark",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/CommonMark.git"
},
{
"identity" : "swiftmarkup",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.4",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/SwiftMarkup.git"
},
{
"identity" : "graphviz",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/GraphViz.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "swift-doc",
"name" : "swift-doc",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftDoc",
"targets" : [
"SwiftDoc"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-doc",
"targets" : [
"swift-doc"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_doc",
"module_type" : "SwiftTarget",
"name" : "swift-doc",
"path" : "Sources/swift-doc",
"product_dependencies" : [
"ArgumentParser",
"SwiftSemantics",
"SwiftMarkup",
"CommonMarkBuilder",
"GraphViz"
],
"product_memberships" : [
"swift-doc"
],
"sources" : [
"Extensions/DCOV+Extensions.swift",
"Subcommands/Coverage.swift",
"Subcommands/Diagram.swift",
"Subcommands/Generate.swift",
"Supporting Types/Component.swift",
"Supporting Types/Components/ConformingTypes.swift",
"Supporting Types/Components/Documentation.swift",
"Supporting Types/Components/Inheritance.swift",
"Supporting Types/Components/Members.swift",
"Supporting Types/Components/NestedTypes.swift",
"Supporting Types/Components/Requirements.swift",
"Supporting Types/Page.swift",
"Supporting Types/Pages/FooterPage.swift",
"Supporting Types/Pages/GlobalPage.swift",
"Supporting Types/Pages/HomePage.swift",
"Supporting Types/Pages/SidebarPage.swift",
"Supporting Types/Pages/TypePage.swift",
"Supporting Types/Pages/TypealiasPage.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftDoc",
"DCOV"
],
"type" : "executable"
},
{
"c99name" : "SwiftDocTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDocTests",
"path" : "Tests/SwiftDocTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSemantics",
"SwiftMarkup"
],
"sources" : [
"Helpers/temporaryFile.swift",
"SourceFileTests.swift"
],
"target_dependencies" : [
"SwiftDoc"
],
"type" : "test"
},
{
"c99name" : "SwiftDoc",
"module_type" : "SwiftTarget",
"name" : "SwiftDoc",
"path" : "Sources/SwiftDoc",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSemantics",
"SwiftMarkup"
],
"product_memberships" : [
"SwiftDoc",
"swift-doc"
],
"sources" : [
"API.swift",
"CompilationCondition.swift",
"Extensions/Array+Parallel.swift",
"Extensions/Foundation+Extensions.swift",
"Extensions/SwiftSemantics+Extensions.swift",
"Extensions/SwiftSyntax+Extensions.swift",
"Identifier.swift",
"Interface.swift",
"Module.swift",
"Relationship.swift",
"SourceFile.swift",
"Symbol.swift",
"Unknown.swift"
],
"type" : "library"
},
{
"c99name" : "DCOV",
"module_type" : "SwiftTarget",
"name" : "DCOV",
"path" : "Sources/DCOV",
"product_memberships" : [
"swift-doc"
],
"sources" : [
"Entry.swift",
"Ratio.swift",
"Report.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70444] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.54s)
Fetching https://github.com/SwiftDocOrg/CommonMark.git
[1/1175] Fetching commonmark
Fetched https://github.com/SwiftDocOrg/CommonMark.git from cache (0.28s)
Fetching https://github.com/SwiftDocOrg/GraphViz.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/SwiftDocOrg/SwiftSemantics.git
Fetching https://github.com/SwiftDocOrg/swift-cmark.git
Fetching https://github.com/SwiftDocOrg/SwiftMarkup.git
[1/810] Fetching graphviz
[795/1242] Fetching graphviz, swiftsemantics
[1243/1611] Fetching graphviz, swiftsemantics, swiftmarkup
[1612/14166] Fetching graphviz, swiftsemantics, swiftmarkup, swift-cmark
Fetched https://github.com/SwiftDocOrg/SwiftMarkup.git from cache (0.28s)
[2498/13797] Fetching graphviz, swiftsemantics, swift-cmark
[13798/29148] Fetching graphviz, swiftsemantics, swift-cmark, swift-argument-parser
Fetched https://github.com/SwiftDocOrg/GraphViz.git from cache (1.49s)
Fetched https://github.com/SwiftDocOrg/SwiftSemantics.git from cache (1.49s)
Fetched https://github.com/SwiftDocOrg/swift-cmark.git from cache (1.50s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.50s)
Computing version for https://github.com/SwiftDocOrg/swift-cmark.git
Computed https://github.com/SwiftDocOrg/swift-cmark.git at 0.29.0+20210102.9c8096a (3.68s)
Computing version for https://github.com/SwiftDocOrg/SwiftSemantics.git
Computed https://github.com/SwiftDocOrg/SwiftSemantics.git at 0.1.0 (0.68s)
Computing version for https://github.com/SwiftDocOrg/SwiftMarkup.git
Computed https://github.com/SwiftDocOrg/SwiftMarkup.git at 0.0.5 (0.70s)
Computing version for https://github.com/SwiftDocOrg/GraphViz.git
Computed https://github.com/SwiftDocOrg/GraphViz.git at 0.1.3 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.6 (0.72s)
Creating working copy for https://github.com/SwiftDocOrg/GraphViz.git
Working copy of https://github.com/SwiftDocOrg/GraphViz.git resolved at 0.1.3
Creating working copy for https://github.com/SwiftDocOrg/SwiftMarkup.git
Working copy of https://github.com/SwiftDocOrg/SwiftMarkup.git resolved at 0.0.5
Creating working copy for https://github.com/SwiftDocOrg/SwiftSemantics.git
Working copy of https://github.com/SwiftDocOrg/SwiftSemantics.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50200.0 (0688b9c)
Creating working copy for https://github.com/SwiftDocOrg/swift-cmark.git
Working copy of https://github.com/SwiftDocOrg/swift-cmark.git resolved at 0.29.0+20210102.9c8096a
Creating working copy for https://github.com/SwiftDocOrg/CommonMark.git
Working copy of https://github.com/SwiftDocOrg/CommonMark.git resolved at master (1c8f398)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.6
Building for debugging...
[0/47] Write sources
[1/47] Compiling cmark xml.c
[2/47] Compiling cmark references.c
[3/47] Compiling cmark render.c
[4/47] Compiling cmark man.c
[5/47] Compiling cmark node.c
[6/47] Compiling cmark latex.c
[7/47] Compiling cmark html.c
[8/47] Compiling cmark iterator.c
[9/47] Compiling cmark houdini_href_e.c
[10/47] Compiling cmark houdini_html_e.c
[11/47] Compiling cmark cmark_ctype.c
[12/47] Compiling cmark inlines.c
[13/47] Compiling cmark houdini_html_u.c
[14/47] Compiling cmark cmark.c
[15/47] Write sources
[23/47] Compiling cmark commonmark.c
[23/47] Write sources
[26/47] Write swift-version-24593BA9C3E375BF.txt
[27/47] Compiling atomic-counter.c
[28/47] Compiling cmark blocks.c
[29/47] Compiling cmark buffer.c
[30/130] Compiling cmark scanners.c
[31/130] Compiling cmark utf8.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/155] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[34/158] Emitting module CommonMark
[35/161] Compiling DCOV Report.swift
[36/161] Emitting module DCOV
[37/161] Compiling CommonMark Document.swift
[38/161] Compiling CommonMark Code.swift
[39/163] Compiling DCOV Entry.swift
[40/163] Compiling DCOV Ratio.swift
[41/164] Compiling CommonMark Link.swift
[42/164] Compiling CommonMark RawHTML.swift
[43/164] Compiling CommonMark SoftLineBreak.swift
[44/164] Compiling CommonMark Visitable.swift
[45/164] Compiling CommonMark Visitor.swift
[46/164] Compiling CommonMark Version.swift
[47/164] Compiling CommonMark LineBreak.swift
[48/164] Compiling CommonMark Linked.swift
[49/164] Compiling CommonMark Literal.swift
[50/164] Compiling GraphViz Size.swift
[51/164] Compiling CommonMark Children.swift
[52/164] Compiling CommonMark Inline.swift
[53/164] Compiling CommonMark Strong.swift
[54/164] Compiling CommonMark Text.swift
[55/164] Compiling CommonMark Node.swift
[57/164] Compiling CommonMark Emphasis.swift
[58/164] Compiling CommonMark HardLineBreak.swift
[59/164] Compiling CommonMark Image.swift
[63/164] Compiling CommonMark BlockQuote.swift
[64/164] Compiling CommonMark List.swift
[65/164] Compiling CommonMark Paragraph.swift
[66/164] Compiling CommonMark ThematicBreak.swift
[69/164] Compiling CommonMark CodeBlock.swift
[70/164] Compiling CommonMark HTMLBlock.swift
[71/164] Compiling GraphViz Rectangle.swift
[83/165] Wrapping AST for DCOV for debugging
[84/165] Wrapping AST for CommonMark for debugging
[86/187] Compiling CommonMarkBuilder Document+Builder.swift
[87/187] Compiling CommonMarkBuilder Code+Builder.swift
[88/187] Compiling CommonMarkBuilder Emphasis+Builder.swift
[89/189] Compiling CommonMarkBuilder Strong+Builder.swift
[90/189] Compiling CommonMarkBuilder Text+Builder.swift
[91/189] Compiling CommonMarkBuilder HTML+Builder.swift
[92/189] Compiling CommonMarkBuilder Link+Builder.swift
[93/189] Compiling CommonMarkBuilder BlockQuote+Builder.swift
[94/189] Compiling CommonMarkBuilder CodeBlock+Builder.swift
[95/189] Compiling CommonMarkBuilder HTMLBlock+Builder.swift
[96/189] Compiling CommonMarkBuilder Heading+Builder.swift
[97/189] Compiling CommonMarkBuilder List+Builder.swift
[98/189] Compiling CommonMarkBuilder Paragraph+Builder.swift
[99/189] Emitting module CommonMarkBuilder
[100/189] Compiling CommonMarkBuilder CommonMarkBuilder.swift
[101/189] Compiling CommonMarkBuilder BlockConvertible.swift
[102/189] Compiling CommonMarkBuilder InlineConvertible.swift
[103/189] Compiling CommonMarkBuilder ListItemConvertible.swift
[104/189] Compiling CommonMarkBuilder ForEach.swift
[105/189] Compiling CommonMarkBuilder Fragment.swift
[106/189] Compiling CommonMarkBuilder Section.swift
[107/189] Compiling CommonMarkBuilder StringBuilder.swift
[108/190] Wrapping AST for CommonMarkBuilder for debugging
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
62 | }
63 | }
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:165:7: error: cannot find '_exit' in scope
163 | ) -> Never {
164 | guard let error = error else {
165 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 | }
175 | }
176 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
177 | }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
62 | }
63 | }
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:165:7: error: cannot find '_exit' in scope
163 | ) -> Never {
164 | guard let error = error else {
165 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 | }
175 | }
176 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
177 | }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
62 | }
63 | }
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:165:7: error: cannot find '_exit' in scope
163 | ) -> Never {
164 | guard let error = error else {
165 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 | }
175 | }
176 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
177 | }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
62 | }
63 | }
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:165:7: error: cannot find '_exit' in scope
163 | ) -> Never {
164 | guard let error = error else {
165 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 | }
175 | }
176 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
177 | }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 | var w = winsize()
| `- error: cannot find 'winsize' in scope
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 | var w = winsize()
| `- error: cannot find 'winsize' in scope
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 | var w = winsize()
| `- error: cannot find 'winsize' in scope
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[129/190] Emitting module GraphViz
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[143/190] Emitting module SwiftSyntax
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[149/195] Emitting module SwiftMarkup
[150/195] Compiling SwiftMarkup Documentation.swift
[151/197] Compiling ArgumentParser UsageGenerator.swift
[152/197] Compiling ArgumentParser StringExtensions.swift
[153/197] Compiling ArgumentParser Tree.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/16] Write swift-version-24593BA9C3E375BF.txt
[2/124] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 | var w = winsize()
| `- error: cannot find 'winsize' in scope
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[3/124] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 | var w = winsize()
| `- error: cannot find 'winsize' in scope
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[4/124] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:279:11: error: cannot find 'winsize' in scope
277 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
278 | #else
279 | var w = winsize()
| `- error: cannot find 'winsize' in scope
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
281 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:13: error: cannot find 'ioctl' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:19: error: cannot find 'STDOUT_FILENO' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:280:34: error: cannot find 'TIOCGWINSZ' in scope
278 | #else
279 | var w = winsize()
280 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
281 | let width = Int(w.ws_col)
282 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[5/127] Compiling ArgumentParser ArgumentDefinition.swift
[6/127] Compiling ArgumentParser ArgumentSet.swift
[7/129] Compiling DCOV Ratio.swift
[8/129] Emitting module DCOV
[9/129] Compiling DCOV Entry.swift
[10/129] Compiling ArgumentParser CommandParser.swift
[11/129] Compiling ArgumentParser InputOrigin.swift
[12/129] Compiling ArgumentParser Name.swift
[13/132] Compiling DCOV Report.swift
[14/133] Compiling GraphViz Point.swift
[15/133] Compiling GraphViz Position.swift
[17/133] Compiling GraphViz Rectangle.swift
[18/133] Compiling GraphViz Size.swift
[19/132] Compiling ArgumentParser ParserError.swift
[20/132] Compiling ArgumentParser SplitArguments.swift
[21/132] Compiling ArgumentParser ArgumentSetSequence.swift
[26/132] Compiling ArgumentParser Parsed.swift
[27/132] Compiling ArgumentParser ParsedValues.swift
[28/132] Compiling ArgumentParser ParsableCommand.swift
[29/132] Compiling ArgumentParser ArgumentDecoder.swift
[32/132] Compiling ArgumentParser NameSpecification.swift
[33/132] Compiling ArgumentParser Option.swift
[34/132] Compiling ArgumentParser OptionGroup.swift
[35/132] Compiling ArgumentParser CommandConfiguration.swift
[36/132] Compiling ArgumentParser Argument.swift
[37/132] Compiling ArgumentParser ArgumentHelp.swift
[38/132] Compiling ArgumentParser Errors.swift
[39/132] Compiling ArgumentParser Flag.swift
[40/132] Emitting module CommonMark
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/137] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// 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:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[60/137] Compiling CommonMark Visitable.swift
[61/137] Compiling CommonMark Visitor.swift
[62/137] Compiling CommonMark Version.swift
[72/159] Compiling CommonMarkBuilder Strong+Builder.swift
[73/159] Compiling CommonMarkBuilder Text+Builder.swift
[74/161] Compiling ArgumentParser UsageGenerator.swift
[75/161] Compiling ArgumentParser StringExtensions.swift
[76/161] Compiling ArgumentParser Tree.swift
[77/161] Compiling CommonMarkBuilder Document+Builder.swift
[78/161] Compiling CommonMarkBuilder Code+Builder.swift
[79/161] Compiling CommonMarkBuilder Emphasis+Builder.swift
[80/161] Compiling CommonMarkBuilder HTML+Builder.swift
[81/161] Compiling CommonMarkBuilder Link+Builder.swift
[82/161] Emitting module CommonMarkBuilder
[83/161] Compiling CommonMarkBuilder Heading+Builder.swift
[84/161] Compiling CommonMarkBuilder List+Builder.swift
[85/161] Compiling CommonMarkBuilder Paragraph+Builder.swift
[86/161] Compiling CommonMarkBuilder BlockQuote+Builder.swift
[87/161] Compiling CommonMarkBuilder CodeBlock+Builder.swift
[88/161] Compiling CommonMarkBuilder HTMLBlock+Builder.swift
[93/161] Compiling CommonMarkBuilder CommonMarkBuilder.swift
[94/161] Compiling CommonMarkBuilder BlockConvertible.swift
[95/161] Compiling CommonMarkBuilder InlineConvertible.swift
[96/161] Compiling CommonMarkBuilder ListItemConvertible.swift
[97/161] Compiling CommonMarkBuilder ForEach.swift
[98/161] Compiling CommonMarkBuilder Fragment.swift
[101/161] Compiling CommonMarkBuilder Section.swift
[102/161] Compiling CommonMarkBuilder StringBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
62 | }
63 | }
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:165:7: error: cannot find '_exit' in scope
163 | ) -> Never {
164 | guard let error = error else {
165 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 | }
175 | }
176 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
177 | }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
62 | }
63 | }
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:165:7: error: cannot find '_exit' in scope
163 | ) -> Never {
164 | guard let error = error else {
165 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 | }
175 | }
176 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
177 | }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
62 | }
63 | }
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:165:7: error: cannot find '_exit' in scope
163 | ) -> Never {
164 | guard let error = error else {
165 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 | }
175 | }
176 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
177 | }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:31: error: cannot find 'putc' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:55: error: cannot find 'stderr' in scope
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
62 | }
63 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:61:36: error: generic parameter 'U' could not be inferred
59 | struct StandardError: TextOutputStream {
60 | mutating func write(_ string: String) {
61 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
62 | }
63 | }
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:165:7: error: cannot find '_exit' in scope
163 | ) -> Never {
164 | guard let error = error else {
165 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:176:5: error: cannot find '_exit' in scope
174 | }
175 | }
176 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
177 | }
178 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:8: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[117/162] Emitting module SwiftMarkup
BUILD FAILURE 6.1 wasm