Build Information
Failed to build kineo-endpoint, reference 0.0.12 (1f4f11
), with Swift 6.1 for Wasm on 27 May 2025 22:25:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/kasei/kineo-endpoint.git
Reference: 0.0.12
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/kasei/kineo-endpoint
* tag 0.0.12 -> FETCH_HEAD
HEAD is now at 1f4f114 Performance improvements when operating over datasets with many graphs.
Cloned https://github.com/kasei/kineo-endpoint.git
Revision (git rev-parse @):
1f4f1142176e4d2bd90ec940d822b939ce815522
SUCCESS checkout https://github.com/kasei/kineo-endpoint.git at 0.0.12
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kasei/kineo-endpoint.git
https://github.com/kasei/kineo-endpoint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "kineo",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.94",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/kineo.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "htmlstring",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "4.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/alexaubry/HTMLString"
},
{
"identity" : "diomede",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.59",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/diomede.git"
}
],
"manifest_display_name" : "kineo-endpoint",
"name" : "kineo-endpoint",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "KineoEndpoint",
"targets" : [
"KineoEndpoint"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "kineo-endpoint",
"targets" : [
"kineo-endpoint"
],
"type" : {
"executable" : null
}
},
{
"name" : "kineo-create-db",
"targets" : [
"kineo-create-db"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "kineo_endpoint",
"module_type" : "SwiftTarget",
"name" : "kineo-endpoint",
"path" : "Sources/kineo-endpoint",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"kineo-endpoint"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KineoEndpoint"
],
"type" : "executable"
},
{
"c99name" : "kineo_create_db",
"module_type" : "SwiftTarget",
"name" : "kineo-create-db",
"path" : "Sources/kineo-create-db",
"product_memberships" : [
"kineo-create-db"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KineoEndpoint"
],
"type" : "executable"
},
{
"c99name" : "KineoEndpoint",
"module_type" : "SwiftTarget",
"name" : "KineoEndpoint",
"path" : "Sources/KineoEndpoint",
"product_dependencies" : [
"Kineo",
"Vapor",
"DiomedeQuadStore",
"HTMLString"
],
"product_memberships" : [
"KineoEndpoint",
"kineo-endpoint",
"kineo-create-db"
],
"sources" : [
"KineoEndpoint.swift",
"SPARQLHTML.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/vapor/vapor.git
Fetching https://github.com/kasei/diomede.git
Fetching https://github.com/kasei/kineo.git
Fetching https://github.com/alexaubry/HTMLString
[1/788] Fetching diomede
[789/7028] Fetching diomede, kineo
[914/8659] Fetching diomede, kineo, htmlstring
Fetched https://github.com/kasei/diomede.git from cache (0.24s)
[3043/7871] Fetching kineo, htmlstring
Fetched https://github.com/alexaubry/HTMLString from cache (0.35s)
[1/74378] Fetching vapor
Fetched https://github.com/kasei/kineo.git from cache (2.14s)
Fetched https://github.com/vapor/vapor.git from cache (2.18s)
Computing version for https://github.com/alexaubry/HTMLString
Computed https://github.com/alexaubry/HTMLString at 4.0.2 (5.60s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.76s)
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/routing.git
[1/919] Fetching service
[194/2201] Fetching service, template-kit
[2202/2780] Fetching service, template-kit, validation
[2781/5389] Fetching service, template-kit, validation, websocket
[3173/26116] Fetching service, template-kit, validation, websocket, routing
[3642/26497] Fetching service, template-kit, validation, websocket, routing, url-encoded-form
Fetched https://github.com/vapor/validation.git from cache (0.30s)
[4485/25918] Fetching service, template-kit, websocket, routing, url-encoded-form
Fetched https://github.com/vapor/template-kit.git from cache (0.30s)
[3410/24636] Fetching service, websocket, routing, url-encoded-form
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/http.git
[19870/27955] Fetching service, websocket, routing, url-encoded-form, multipart
[20103/53422] Fetching service, websocket, routing, url-encoded-form, multipart, http
Fetched https://github.com/vapor/websocket.git from cache (1.06s)
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.06s)
Fetched https://github.com/vapor/service.git from cache (1.07s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/routing.git from cache (1.09s)
Fetching https://github.com/vapor/console.git
[22510/28786] Fetching multipart, http
[27095/29967] Fetching multipart, http, database-kit
[28276/50110] Fetching multipart, http, database-kit, core
[29284/55687] Fetching multipart, http, database-kit, core, console
Fetched https://github.com/vapor/database-kit.git from cache (0.33s)
[31409/54506] Fetching multipart, http, core, console
Fetched https://github.com/vapor/console.git from cache (0.53s)
Fetched https://github.com/vapor/http.git from cache (1.37s)
[17775/23462] Fetching multipart, core
Fetched https://github.com/vapor/multipart.git from cache (1.99s)
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/core.git from cache (1.43s)
[1/2786] Fetching crypto
Fetched https://github.com/vapor/crypto.git from cache (0.42s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (3.48s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/76055] Fetching swift-nio
[3044/90898] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.61s)
[57802/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.65s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (9.73s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.10s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (1.07s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.29s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (1.35s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.67s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (2.94s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (1.88s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[1/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.65s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (2.34s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.63s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.90s)
Computing version for https://github.com/kasei/diomede.git
Computed https://github.com/kasei/diomede.git at 0.0.66 (0.64s)
Fetching https://github.com/kasei/swift-sparql-syntax.git
Fetching https://github.com/agisboye/CLMDB.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/45] Fetching clmdb
[46/2528] Fetching clmdb, swift-sparql-syntax
[1561/15469] Fetching clmdb, swift-sparql-syntax, cryptoswift
Fetched https://github.com/agisboye/CLMDB.git from cache (0.29s)
[3907/15424] Fetching swift-sparql-syntax, cryptoswift
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (1.54s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.58s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (2.18s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.66s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.92s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.76s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (2.04s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.79s)
Computing version for https://github.com/kasei/swift-sparql-syntax.git
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.2.11 (0.71s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.21s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.79s)
Computing version for https://github.com/kasei/kineo.git
Computed https://github.com/kasei/kineo.git at 0.0.108 (0.93s)
Fetching https://github.com/kylef/URITemplate.swift.git
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/kasei/IDPPlanner.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/47] Fetching idpplanner
[48/9812] Fetching idpplanner, sqlite.swift
[830/10624] Fetching idpplanner, sqlite.swift, uritemplate.swift
[904/16583] Fetching idpplanner, sqlite.swift, uritemplate.swift, swift-algorithms
[8455/31934] Fetching idpplanner, sqlite.swift, uritemplate.swift, swift-algorithms, swift-argument-parser
Fetched https://github.com/kylef/URITemplate.swift.git from cache (0.92s)
[23058/31122] Fetching idpplanner, sqlite.swift, swift-algorithms, swift-argument-parser
Fetched https://github.com/kasei/IDPPlanner.git from cache (1.52s)
Fetched https://github.com/apple/swift-algorithms from cache (1.67s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.67s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.68s)
Computing version for https://github.com/kasei/IDPPlanner.git
Computed https://github.com/kasei/IDPPlanner.git at 0.0.5 (2.47s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (2.98s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[1022/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.31s)
Fetched https://github.com/kylef/Spectre.git from cache (0.31s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.41s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (0.77s)
Fetching https://github.com/apple/swift-numerics
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.54s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (1.39s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.28s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (1.09s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.65s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.64s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.73s)
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/kasei/diomede.git
Working copy of https://github.com/kasei/diomede.git resolved at 0.0.66
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/kasei/kineo.git
Working copy of https://github.com/kasei/kineo.git resolved at 0.0.108
Creating working copy for https://github.com/kylef/URITemplate.swift.git
Working copy of https://github.com/kylef/URITemplate.swift.git resolved at 3.0.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/kasei/swift-serd.git
Working copy of https://github.com/kasei/swift-serd.git resolved at 0.0.4
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/alexaubry/HTMLString
Working copy of https://github.com/alexaubry/HTMLString resolved at 4.0.2
Creating working copy for https://github.com/kasei/IDPPlanner.git
Working copy of https://github.com/kasei/IDPPlanner.git resolved at 0.0.5
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 0.1.1
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.11.6
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/kasei/swift-sparql-syntax.git
Working copy of https://github.com/kasei/swift-sparql-syntax.git resolved at 0.2.11
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.5.1
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
warning: 'kineo': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/kineo/Sources/Kineo/ext/Heap/LICENSE.txt
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/114] Compiling serd reader.c
[2/114] Compiling serd string.c
[2/114] Write sources
[5/114] Compiling serd node.c
[5/114] Write sources
[28/114] Compiling _NumericsShims _NumericsShims.c
[29/114] Compiling serd env.c
[30/114] Write sources
[33/114] Compiling serd byte_source.c
[33/114] Write sources
[46/114] Compiling CNIOZlib empty.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
47 | #include <sys/cdefs.h>
| ^~~~~~~~~~~~~
1 error generated.
[47/114] Compiling CNIOSHA1 c_nio_sha1.c
[47/114] Compiling LMDB midl.c
[47/114] Compiling serd uri.c
[47/114] Compiling serd n3.c
In file included from /host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/LMDB/mdb.c:71:
/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/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
| ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/LMDB/mdb.c:137:10: fatal error: 'pthread.h' file not found
137 | #include <pthread.h>
| ^~~~~~~~~~~
[47/114] Compiling LMDB mdb.c
[47/114] Compiling CNIOOpenSSL shims.c
[47/114] Compiling serd writer.c
[47/114] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
warning: 'kineo': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/kineo/Sources/Kineo/ext/Heap/LICENSE.txt
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/68] Write sources
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
47 | #include <sys/cdefs.h>
| ^~~~~~~~~~~~~
1 error generated.
[4/68] Compiling CNIOSHA1 c_nio_sha1.c
[4/68] Compiling LMDB midl.c
[4/68] Compiling serd n3.c
[4/68] Compiling serd writer.c
In file included from /host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/LMDB/mdb.c:71:
/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/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
| ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/LMDB/mdb.c:137:10: fatal error: 'pthread.h' file not found
137 | #include <pthread.h>
| ^~~~~~~~~~~
[4/68] Compiling LMDB mdb.c
[4/68] Compiling CNIOOpenSSL shims.c
[4/68] Compiling serd uri.c
[4/68] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm