Build Information
Failed to build swift-doc, reference master (f935eb
), with Swift 6.1 for Wasm on 27 May 2025 18:33:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f935ebf Bump version to 1.0.0-rc.1
Cloned https://github.com/SwiftDocOrg/swift-doc.git
Revision (git rev-parse @):
f935ebfe524a0ff27bda07dadc3662e3e45b5125
SUCCESS checkout https://github.com/SwiftDocOrg/swift-doc.git at master
========================================
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.50300.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swiftsemantics",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/SwiftSemantics.git"
},
{
"identity" : "commonmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/CommonMark.git"
},
{
"identity" : "swiftmarkup",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/SwiftMarkup.git"
},
{
"identity" : "graphviz",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.1",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/GraphViz.git"
},
{
"identity" : "hypertextliteral",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NSHipster/HypertextLiteral.git"
},
{
"identity" : "markup",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftDocOrg/Markup.git"
},
{
"identity" : "swiftsyntaxhighlighter",
"requirement" : {
"revision" : [
"1.2.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/NSHipster/SwiftSyntaxHighlighter.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-log-github-actions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NSHipster/swift-log-github-actions.git"
}
],
"manifest_display_name" : "swift-doc",
"name" : "swift-doc",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "swift-doc",
"targets" : [
"swift-doc"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftDoc",
"targets" : [
"SwiftDoc"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_doc",
"module_type" : "SwiftTarget",
"name" : "swift-doc",
"path" : "Sources/swift-doc",
"product_dependencies" : [
"ArgumentParser",
"SwiftSemantics",
"SwiftMarkup",
"CommonMarkBuilder",
"HypertextLiteral",
"Markup",
"GraphViz",
"SwiftSyntaxHighlighter",
"Logging",
"LoggingGitHubActions"
],
"product_memberships" : [
"swift-doc"
],
"sources" : [
"Extensions/CommonMark+Extensions.swift",
"Extensions/DCOV+Extensions.swift",
"Extensions/HypertextLiteral+Extensions.swift",
"Extensions/StringProtocol+Extensions.swift",
"Extensions/SwiftDoc+Extensions.swift",
"Generated/CSS.swift",
"Helpers/Await.swift",
"Subcommands/Coverage.swift",
"Subcommands/Diagram.swift",
"Subcommands/Generate.swift",
"Supporting Types/AccessLevel.swift",
"Supporting Types/Component.swift",
"Supporting Types/Components/Abstract.swift",
"Supporting Types/Components/Declaration.swift",
"Supporting Types/Components/Documentation.swift",
"Supporting Types/Components/Members.swift",
"Supporting Types/Components/OperatorImplementations.swift",
"Supporting Types/Components/Relationships.swift",
"Supporting Types/Components/Requirements.swift",
"Supporting Types/Helpers.swift",
"Supporting Types/Layout.swift",
"Supporting Types/Page.swift",
"Supporting Types/Pages/ExternalTypePage.swift",
"Supporting Types/Pages/FooterPage.swift",
"Supporting Types/Pages/GlobalPage.swift",
"Supporting Types/Pages/HomePage.swift",
"Supporting Types/Pages/OperatorPage.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",
"InterfaceTypeTests.swift",
"NestedTypesTests.swift",
"PathTests.swift",
"SourceFileTests.swift"
],
"target_dependencies" : [
"SwiftDoc"
],
"type" : "test"
},
{
"c99name" : "SwiftDoc",
"module_type" : "SwiftTarget",
"name" : "SwiftDoc",
"path" : "Sources/SwiftDoc",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSemantics",
"SwiftMarkup",
"SwiftSyntaxHighlighter"
],
"product_memberships" : [
"swift-doc",
"SwiftDoc"
],
"sources" : [
"API.swift",
"CompilationCondition.swift",
"Extensions/Array+Parallel.swift",
"Extensions/Foundation+Extensions.swift",
"Extensions/SwiftSemantics+Extensions.swift",
"Extensions/SwiftSyntax+Extensions.swift",
"Helpers.swift",
"Identifier.swift",
"Interface.swift",
"Module.swift",
"Relationship.swift",
"SourceFile.swift",
"Symbol.swift",
"Unknown.swift"
],
"type" : "library"
},
{
"c99name" : "EndToEndTests",
"module_type" : "SwiftTarget",
"name" : "EndToEndTests",
"path" : "Tests/EndToEndTests",
"sources" : [
"CoverageSubcommandTests.swift",
"DiagramSubcommandTests.swift",
"GenerateSubcommandTests.swift",
"Helpers/Bundle+Extensions.swift",
"Helpers/Process+Extensions.swift",
"Helpers/XCTestCase+Extensions.swift",
"Helpers/temporaryDirectory.swift"
],
"target_dependencies" : [
"swift-doc"
],
"type" : "test"
},
{
"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.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 (6.35s)
Fetching https://github.com/NSHipster/SwiftSyntaxHighlighter.git
[1/547] Fetching swiftsyntaxhighlighter
Fetched https://github.com/NSHipster/SwiftSyntaxHighlighter.git from cache (0.34s)
Fetching https://github.com/NSHipster/HypertextLiteral.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/SwiftDocOrg/Markup.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/NSHipster/swift-log-github-actions.git
Fetching https://github.com/SwiftDocOrg/GraphViz.git
[1/67] Fetching swift-log-github-actions
[68/877] Fetching swift-log-github-actions, graphviz
[125/1256] Fetching swift-log-github-actions, graphviz, markup
[126/5092] Fetching swift-log-github-actions, graphviz, markup, swift-log
[1756/5228] Fetching swift-log-github-actions, graphviz, markup, swift-log, hypertextliteral
Fetched https://github.com/SwiftDocOrg/GraphViz.git from cache (0.51s)
[2309/4418] Fetching swift-log-github-actions, markup, swift-log, hypertextliteral
Fetching https://github.com/SwiftDocOrg/SwiftMarkup.git
[4419/19769] Fetching swift-log-github-actions, markup, swift-log, hypertextliteral, swift-argument-parser
Fetched https://github.com/NSHipster/HypertextLiteral.git from cache (0.87s)
[8581/19633] Fetching swift-log-github-actions, markup, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.88s)
[5052/15797] Fetching swift-log-github-actions, markup, swift-argument-parser
Fetching https://github.com/SwiftDocOrg/CommonMark.git
[5360/16166] Fetching swift-log-github-actions, markup, swift-argument-parser, swiftmarkup
Fetching https://github.com/SwiftDocOrg/SwiftSemantics.git
Fetched https://github.com/SwiftDocOrg/SwiftMarkup.git from cache (0.45s)
[9811/15797] Fetching swift-log-github-actions, markup, swift-argument-parser
[15798/16972] Fetching swift-log-github-actions, markup, swift-argument-parser, commonmark
[16973/17404] Fetching swift-log-github-actions, markup, swift-argument-parser, commonmark, swiftsemantics
Fetched https://github.com/SwiftDocOrg/CommonMark.git from cache (0.53s)
Fetched https://github.com/SwiftDocOrg/SwiftSemantics.git from cache (0.53s)
Fetched https://github.com/SwiftDocOrg/Markup.git from cache (1.71s)
Fetched https://github.com/NSHipster/swift-log-github-actions.git from cache (1.70s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.74s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.3.2 (2.68s)
Computing version for https://github.com/NSHipster/swift-log-github-actions.git
Computed https://github.com/NSHipster/swift-log-github-actions.git at 0.0.1 (1.01s)
Computing version for https://github.com/SwiftDocOrg/GraphViz.git
Computed https://github.com/SwiftDocOrg/GraphViz.git at 0.4.1 (1.05s)
Computing version for https://github.com/SwiftDocOrg/SwiftMarkup.git
Computed https://github.com/SwiftDocOrg/SwiftMarkup.git at 0.3.0 (0.94s)
Computing version for https://github.com/SwiftDocOrg/Markup.git
Computed https://github.com/SwiftDocOrg/Markup.git at 0.1.3 (1.07s)
Computing version for https://github.com/NSHipster/HypertextLiteral.git
Computed https://github.com/NSHipster/HypertextLiteral.git at 0.0.3 (0.94s)
Computing version for https://github.com/SwiftDocOrg/CommonMark.git
Computed https://github.com/SwiftDocOrg/CommonMark.git at 0.5.1 (1.00s)
Fetching https://github.com/SwiftDocOrg/swift-cmark.git
[1/12555] Fetching swift-cmark
Fetched https://github.com/SwiftDocOrg/swift-cmark.git from cache (1.31s)
Computing version for https://github.com/SwiftDocOrg/swift-cmark.git
Computed https://github.com/SwiftDocOrg/swift-cmark.git at 0.29.0+20210102.9c8096a (4.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.4 (1.13s)
Computing version for https://github.com/SwiftDocOrg/SwiftSemantics.git
Computed https://github.com/SwiftDocOrg/SwiftSemantics.git at 0.3.2 (4.89s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.3.2
Creating working copy for https://github.com/SwiftDocOrg/CommonMark.git
Working copy of https://github.com/SwiftDocOrg/CommonMark.git resolved at 0.5.1
Creating working copy for https://github.com/NSHipster/swift-log-github-actions.git
Working copy of https://github.com/NSHipster/swift-log-github-actions.git resolved at 0.0.1
Creating working copy for https://github.com/SwiftDocOrg/Markup.git
Working copy of https://github.com/SwiftDocOrg/Markup.git resolved at 0.1.3
Creating working copy for https://github.com/NSHipster/HypertextLiteral.git
Working copy of https://github.com/NSHipster/HypertextLiteral.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.4
Creating working copy for https://github.com/SwiftDocOrg/SwiftSemantics.git
Working copy of https://github.com/SwiftDocOrg/SwiftSemantics.git resolved at 0.3.2
Creating working copy for https://github.com/NSHipster/SwiftSyntaxHighlighter.git
Working copy of https://github.com/NSHipster/SwiftSyntaxHighlighter.git resolved at 1.2.2 (175923d)
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/GraphViz.git
Working copy of https://github.com/SwiftDocOrg/GraphViz.git resolved at 0.4.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50300.0 (844574d)
Creating working copy for https://github.com/SwiftDocOrg/SwiftMarkup.git
Working copy of https://github.com/SwiftDocOrg/SwiftMarkup.git resolved at 0.3.0
warning: you may be able to install libcgraph using your system-packager:
apt-get install graphviz-dev
warning: you may be able to install libcgraph using your system-packager:
apt-get install graphviz-dev
Building for debugging...
[0/67] Write sources
[1/67] Compiling cmark xml.c
[2/67] Compiling cmark references.c
[3/67] Compiling cmark render.c
[4/67] Compiling cmark man.c
[5/67] Compiling cmark iterator.c
[6/67] Compiling cmark node.c
[7/67] Compiling cmark latex.c
[8/67] Compiling cmark html.c
[9/67] Compiling cmark inlines.c
[10/67] Compiling cmark houdini_href_e.c
[11/67] Compiling cmark houdini_html_e.c
[12/67] Compiling cmark cmark_ctype.c
[13/67] Compiling cmark commonmark.c
[14/67] Compiling cmark cmark.c
[15/67] Write sources
[35/67] Compiling atomic-counter.c
[36/67] Write swift-version-24593BA9C3E375BF.txt
[37/67] Compiling cmark houdini_html_u.c
[38/67] Compiling cmark buffer.c
[39/67] Compiling cmark blocks.c
[40/158] Compiling cmark scanners.c
[41/190] Compiling cmark utf8.c
[43/215] Emitting module CommonMark
[44/218] Compiling HypertextLiteral HypertextLiteralConvertible.swift
[45/218] Compiling DOM ProcessingInstruction.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[46/219] Compiling CommonMark List.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[47/219] Compiling CommonMark Paragraph.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[48/219] Compiling HypertextLiteral HypertextAttributeValueInterpolatable.swift
[49/219] Compiling DOM Node.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[50/219] Compiling DOM String+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/219] Emitting module GraphViz
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[52/223] Emitting module DCOV
[53/223] Compiling HypertextLiteral HypertextAttributesInterpolatable.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[56/223] Compiling CommonMark ThematicBreak.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[57/223] Compiling CommonMark Document.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[58/223] Emitting module HypertextLiteral
[59/223] Compiling DCOV Report.swift
[60/223] Compiling CommonMark Inline.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[61/223] Compiling CommonMark LineBreak.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[62/223] Compiling CommonMark Linked.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[63/223] Compiling CommonMark Literal.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[64/223] Compiling CommonMark Code.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[65/223] Compiling CommonMark Emphasis.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/223] Emitting module Logging
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:52:49: error: cannot find type 'pthread_mutex_t' in scope
50 | UnsafeMutablePointer.allocate(capacity: 1)
51 | #else
52 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
53 | UnsafeMutablePointer.allocate(capacity: 1)
54 | #endif
[70/223] Compiling CommonMark Strong.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
64 | }
65 | }
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:180:7: error: cannot find '_exit' in scope
178 | ) -> Never {
179 | guard let error = error else {
180 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
181 | }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 | }
191 | }
192 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
193 | }
194 |
[71/223] Compiling CommonMark Text.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
64 | }
65 | }
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:180:7: error: cannot find '_exit' in scope
178 | ) -> Never {
179 | guard let error = error else {
180 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
181 | }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 | }
191 | }
192 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
193 | }
194 |
[72/223] Compiling CommonMark Node.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
64 | }
65 | }
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:180:7: error: cannot find '_exit' in scope
178 | ) -> Never {
179 | guard let error = error else {
180 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
181 | }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 | }
191 | }
192 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
193 | }
194 |
[73/223] Compiling CommonMark Block.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
64 | }
65 | }
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:180:7: error: cannot find '_exit' in scope
178 | ) -> Never {
179 | guard let error = error else {
180 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
181 | }
182 |
/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:192:5: error: cannot find '_exit' in scope
190 | }
191 | }
192 | _exit(messageInfo.exitCode.rawValue)
| `- error: cannot find '_exit' in scope
193 | }
194 |
[75/223] Compiling CommonMark Visitable.swift
[76/223] Compiling CommonMark Visitor.swift
[77/223] Compiling CommonMark Version.swift
[78/223] Compiling DCOV Entry.swift
[79/223] Compiling DCOV Ratio.swift
[81/223] Compiling CommonMark Children.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/227] 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 |
[94/228] Compiling CommonMark HardLineBreak.swift
[95/228] Compiling CommonMark Image.swift
[96/228] Compiling CommonMark BlockQuote.swift
[97/228] Compiling CommonMark CodeBlock.swift
[98/228] Compiling CommonMark HTMLBlock.swift
/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 |
[99/228] Compiling CommonMark Heading.swift
/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 |
[100/228] Compiling CommonMark Link.swift
/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 |
[101/228] Compiling CommonMark RawHTML.swift
/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 |
[102/228] Compiling CommonMark SoftLineBreak.swift
/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 |
[118/228] Compiling DOM Text.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[122/229] Wrapping AST for DCOV for debugging
[124/235] Compiling Logging Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:52:49: error: cannot find type 'pthread_mutex_t' in scope
50 | UnsafeMutablePointer.allocate(capacity: 1)
51 | #else
52 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
53 | UnsafeMutablePointer.allocate(capacity: 1)
54 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
59 | InitializeSRWLock(self.mutex)
60 | #else
61 | var attr = pthread_mutexattr_t()
| `- error: cannot find 'pthread_mutexattr_t' in scope
62 | pthread_mutexattr_init(&attr)
63 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
60 | #else
61 | var attr = pthread_mutexattr_t()
62 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
63 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
64 |
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:63:9: error: cannot find 'pthread_mutexattr_settype' in scope
61 | var attr = pthread_mutexattr_t()
62 | pthread_mutexattr_init(&attr)
63 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
64 |
65 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:63:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
61 | var attr = pthread_mutexattr_t()
62 | pthread_mutexattr_init(&attr)
63 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
64 |
65 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:63:43: error: cannot infer contextual base in reference to member 'init'
61 | var attr = pthread_mutexattr_t()
62 | pthread_mutexattr_init(&attr)
63 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot infer contextual base in reference to member 'init'
64 |
65 | let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:65:19: error: cannot find 'pthread_mutex_init' in scope
63 | pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
64 |
65 | let err = pthread_mutex_init(self.mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
66 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
67 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:74:19: error: cannot find 'pthread_mutex_destroy' in scope
72 | // SRWLOCK does not need to be free'd
73 | #else
74 | let err = pthread_mutex_destroy(self.mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
75 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
76 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
86 | AcquireSRWLockExclusive(self.mutex)
87 | #else
88 | let err = pthread_mutex_lock(self.mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
89 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
90 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:101:19: error: cannot find 'pthread_mutex_unlock' in scope
99 | ReleaseSRWLockExclusive(self.mutex)
100 | #else
101 | let err = pthread_mutex_unlock(self.mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
102 | precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
103 | #endif
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:171:14: error: value of type 'ReadWriteLock' has no member 'rwlock'
169 | precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
170 | #endif
171 | self.rwlock.deallocate()
| `- error: value of type 'ReadWriteLock' has no member 'rwlock'
172 | }
173 |
[125/235] Compiling Logging Logging.swift
[126/235] Compiling Logging LogHandler.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
[127/254] Compiling HypertextLiteral Swift+HyperTextConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[128/254] Emitting module DOM
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
warning: you may be able to install libcgraph using your system-packager:
apt-get install graphviz-dev
warning: you may be able to install libcgraph using your system-packager:
apt-get install graphviz-dev
[0/1] Planning build
Building for debugging...
[0/26] Write swift-version-24593BA9C3E375BF.txt
[2/146] Compiling DOM ProcessingInstruction.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[3/146] Compiling HypertextLiteral HypertextLiteralConvertible.swift
[4/146] Compiling HypertextLiteral HypertextAttributesInterpolatable.swift
[5/171] Compiling HypertextLiteral HypertextAttributeValueInterpolatable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/175] 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 |
[7/179] Compiling DCOV Ratio.swift
[8/179] Compiling DCOV Report.swift
[9/179] Emitting module DCOV
[10/179] Compiling GraphViz Size.swift
[11/179] Compiling GraphViz DOT.swift
[12/179] Compiling GraphViz DOTEncoder.swift
[13/182] Compiling DOM String+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[14/182] Compiling GraphViz BidirectionalEdgeOperator.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[15/182] Compiling GraphViz ForwardEdgeOperator.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[16/182] Compiling DOM Node.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[17/182] Compiling DCOV Entry.swift
[18/182] Compiling DOM Text.swift
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[20/182] Compiling GraphViz Rectangle.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[24/186] Emitting module HypertextLiteral
[25/186] Compiling HypertextLiteral Swift+HyperTextConvertible.swift
[26/186] Compiling GraphViz Node+Extensions.swift
[27/186] Compiling GraphViz Subgraph+Extensions.swift
[29/186] Compiling GraphViz UndirectedEdgeOperator.swift
[30/186] Compiling GraphViz SubgraphBuilder.swift
[31/186] Compiling GraphViz Attribute.swift
[32/186] Compiling GraphViz Edge.swift
[33/186] Emitting module CommonMark
[34/186] Compiling GraphViz KeyValuePairs+Extensions.swift
[35/186] Compiling GraphViz Graph.swift
[36/186] Compiling GraphViz Node.swift
[37/186] Compiling GraphViz GraphBuilder.swift
[38/186] Compiling GraphViz BackwardEdgeOperator.swift
[41/186] Compiling GraphViz AspectRatio.swift
[42/186] Compiling GraphViz Color.swift
[43/186] Compiling GraphViz Edge+Extensions.swift
[44/186] Compiling GraphViz Graph+Extensions.swift
[45/186] Compiling GraphViz Format.swift
[46/186] Compiling GraphViz LayoutAlgorithm.swift
[47/186] Compiling GraphViz Subgraph.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/186] Emitting module GraphViz
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[49/186] Compiling CommonMark Visitable.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[50/186] Compiling CommonMark Visitor.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[51/186] Compiling CommonMark Version.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[52/186] Compiling GraphViz Position.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/186] Emitting module DOM
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
[54/186] Compiling GraphViz DOTRepresentable.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[55/186] Compiling GraphViz Error.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[56/186] Compiling GraphViz Graph+Rendering.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
[57/186] Compiling GraphViz Renderer.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
/host/spi-builder-workspace/.build/checkouts/Markup/Modules/libxml2-markup.h:3:10: error: 'libxml2/libxml/tree.h' file not found
1 | #ifndef LIBXML2_MARKUP_H
2 | #define LIBXML2_MARKUP_H
3 | #include <libxml2/libxml/tree.h>
| `- error: 'libxml2/libxml/tree.h' file not found
4 | #include <libxml2/libxml/xmlreader.h>
5 | #include <libxml2/libxml/xpath.h>
/host/spi-builder-workspace/.build/checkouts/Markup/Sources/DOM/Comment.swift:1:8: error: could not build C module 'libxml2'
1 | import libxml2
| `- error: could not build C module 'libxml2'
2 |
3 | public final class Comment: Node {
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
1 | #ifndef _WASI_EMULATED_SIGNAL
2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
| `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
4 | #else
<module-includes>:7:10: note: in file included from <module-includes>:7:
5 | #include "geom.h"
6 | #include "graphviz_version.h"
7 | #include "gvc.h"
| `- note: in file included from <module-includes>:7:
8 | #include "gvcext.h"
9 | #include "gvcjob.h"
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:10: note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
15 | #define GVC_H
16 |
17 | #include "types.h"
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/gvc.h:17:
18 | #include "gvplugin.h"
19 |
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/Clibgraphviz/types.h:22:10: error: could not build module 'wasi_emulated_signal'
20 | #include <stdio.h>
21 | #include <assert.h>
22 | #include <signal.h>
| `- error: could not build module 'wasi_emulated_signal'
23 |
24 | typedef unsigned char boolean;
/host/spi-builder-workspace/.build/checkouts/GraphViz/Sources/GraphViz/Tools/Error.swift:1:8: error: could not build C module 'Clibgraphviz'
1 | import Clibgraphviz
| `- error: could not build C module 'Clibgraphviz'
2 |
3 | /// A libgit error.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:49:26: error: cannot find 'getenv' in scope
47 | #else
48 | // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
49 | guard let shellVar = getenv("SHELL") else { return nil }
| `- error: cannot find 'getenv' in scope
50 | let shellParts = String(cString: shellVar).split(separator: "/")
51 | return CompletionShell(rawValue: String(shellParts.last ?? ""))
/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 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:314:11: error: cannot find 'winsize' in scope
312 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
313 | #else
314 | var w = winsize()
| `- error: cannot find 'winsize' in scope
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
316 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:13: error: cannot find 'ioctl' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
316 | let width = Int(w.ws_col)
317 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:19: error: cannot find 'STDOUT_FILENO' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
316 | let width = Int(w.ws_col)
317 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:34: error: cannot find 'TIOCGWINSZ' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
316 | let width = Int(w.ws_col)
317 | 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:314:11: error: cannot find 'winsize' in scope
312 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
313 | #else
314 | var w = winsize()
| `- error: cannot find 'winsize' in scope
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
316 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:13: error: cannot find 'ioctl' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
316 | let width = Int(w.ws_col)
317 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:19: error: cannot find 'STDOUT_FILENO' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
316 | let width = Int(w.ws_col)
317 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:34: error: cannot find 'TIOCGWINSZ' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
316 | let width = Int(w.ws_col)
317 | 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:314:11: error: cannot find 'winsize' in scope
312 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
313 | #else
314 | var w = winsize()
| `- error: cannot find 'winsize' in scope
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
316 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:13: error: cannot find 'ioctl' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
316 | let width = Int(w.ws_col)
317 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:19: error: cannot find 'STDOUT_FILENO' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
316 | let width = Int(w.ws_col)
317 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:34: error: cannot find 'TIOCGWINSZ' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
316 | let width = Int(w.ws_col)
317 | 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:314:11: error: cannot find 'winsize' in scope
312 | height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
313 | #else
314 | var w = winsize()
| `- error: cannot find 'winsize' in scope
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
316 | let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:13: error: cannot find 'ioctl' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'ioctl' in scope
316 | let width = Int(w.ws_col)
317 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:19: error: cannot find 'STDOUT_FILENO' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'STDOUT_FILENO' in scope
316 | let width = Int(w.ws_col)
317 | let height = Int(w.ws_row)
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:315:34: error: cannot find 'TIOCGWINSZ' in scope
313 | #else
314 | var w = winsize()
315 | let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
| `- error: cannot find 'TIOCGWINSZ' in scope
316 | let width = Int(w.ws_col)
317 | 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[102/186] Compiling Logging LogHandler.swift
[103/186] Emitting module Logging
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Locks.swift:52:49: error: cannot find type 'pthread_mutex_t' in scope
50 | UnsafeMutablePointer.allocate(capacity: 1)
51 | #else
52 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- error: cannot find type 'pthread_mutex_t' in scope
53 | UnsafeMutablePointer.allocate(capacity: 1)
54 | #endif
BUILD FAILURE 6.1 wasm