Build Information
Failed to build SwiftNGram, reference main (017116), with Swift 6.1 for Wasm on 30 May 2025 08:33:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.git
Reference: main
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/nyanko3141592/SwiftNGramWiithMarisaTrie
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0171169 Merge pull request #4 from nyanko3141592/feat/use_minimum_tokenizers
Cloned https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.git
Revision (git rev-parse @):
0171169c1eb8f7bacceb8236ce7d324050d893c2
SUCCESS checkout https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.git
https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftymarisa",
"requirement" : {
"branch" : [
"feat/swift_cpp_interop"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ensan-hcl/SwiftyMarisa"
},
{
"identity" : "swift-tokenizers",
"requirement" : {
"branch" : [
"feat/minimum"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ensan-hcl/swift-tokenizers"
}
],
"manifest_display_name" : "SwiftNGram",
"name" : "SwiftNGram",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftNGram",
"targets" : [
"SwiftNGram"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftNGramExample",
"targets" : [
"Examples"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftNGramTests",
"module_type" : "SwiftTarget",
"name" : "SwiftNGramTests",
"path" : "Tests/SwiftNGramTests",
"sources" : [
"SwiftNGramTests.swift"
],
"target_dependencies" : [
"SwiftNGram"
],
"type" : "test"
},
{
"c99name" : "SwiftNGram",
"module_type" : "SwiftTarget",
"name" : "SwiftNGram",
"path" : "Sources/SwiftNGram",
"product_dependencies" : [
"SwiftyMarisa",
"Transformers"
],
"product_memberships" : [
"SwiftNGram",
"SwiftNGramExample"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftNGram/tokenizer",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Inference.swift",
"Tokenizer.swift",
"Trainer.swift"
],
"type" : "library"
},
{
"c99name" : "Examples",
"module_type" : "SwiftTarget",
"name" : "Examples",
"path" : "Sources/Examples",
"product_memberships" : [
"SwiftNGramExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftNGram"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': 'Examples' was identified as an executable target given the presence of a 'main.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 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/ensan-hcl/SwiftyMarisa
[5/430] Fetching swiftymarisa
Fetched https://github.com/ensan-hcl/SwiftyMarisa from cache (0.40s)
Fetching https://github.com/ensan-hcl/swift-tokenizers
[1/990] Fetching swift-tokenizers
Fetched https://github.com/ensan-hcl/swift-tokenizers from cache (0.63s)
Fetching https://github.com/johnmai-dev/Jinja
[1/393] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja from cache (0.39s)
Computing version for https://github.com/johnmai-dev/Jinja
Computed https://github.com/johnmai-dev/Jinja at 1.1.2 (1.24s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.79s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/ensan-hcl/swift-tokenizers
Working copy of https://github.com/ensan-hcl/swift-tokenizers resolved at feat/minimum (407e518)
Creating working copy for https://github.com/johnmai-dev/Jinja
Working copy of https://github.com/johnmai-dev/Jinja resolved at 1.1.2
Creating working copy for https://github.com/ensan-hcl/SwiftyMarisa
Working copy of https://github.com/ensan-hcl/SwiftyMarisa resolved at feat/swift_cpp_interop (6e145ae)
warning: 'spi-builder-workspace': 'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Building for debugging...
[0/31] Write sources
[3/31] Copying gpt2_tokenizer_config.json
[4/31] Copying t5_tokenizer_config.json
[4/31] Write sources
[8/31] Compiling keyset.cc
[9/31] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:6:
/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/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:25:27: error: use of undeclared identifier 'MAP_FAILED'
25 | : ptr_(NULL), origin_(MAP_FAILED), avail_(0), size_(0), fd_(-1) {}
| ^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:44:18: error: use of undeclared identifier 'MAP_FAILED'
44 | if (origin_ != MAP_FAILED) {
| ^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:45:7: error: no member named 'munmap' in the global namespace
45 | ::munmap(origin_, size_);
| ~~^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:148:15: error: no member named 'mmap' in the global namespace
148 | origin_ = ::mmap(NULL, size_, PROT_READ, MAP_SHARED, fd_, 0);
| ~~^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:148:33: error: use of undeclared identifier 'PROT_READ'
148 | origin_ = ::mmap(NULL, size_, PROT_READ, MAP_SHARED, fd_, 0);
| ^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:148:44: error: use of undeclared identifier 'MAP_SHARED'
148 | origin_ = ::mmap(NULL, size_, PROT_READ, MAP_SHARED, fd_, 0);
| ^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:149:30: error: use of undeclared identifier 'MAP_FAILED'
149 | MARISA_THROW_IF(origin_ == MAP_FAILED, MARISA_IO_ERROR);
| ^
8 errors generated.
[10/31] Compiling mapper.cc
[10/31] Compiling agent.cc
[10/31] Compiling louds-trie.cc
[10/31] Compiling writer.cc
[10/31] Compiling bit-vector.cc
[10/31] Compiling trie.cc
[10/31] Compiling tail.cc
[10/31] Compiling reader.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 'spi-builder-workspace': 'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:6:
/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/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:25:27: error: use of undeclared identifier 'MAP_FAILED'
25 | : ptr_(NULL), origin_(MAP_FAILED), avail_(0), size_(0), fd_(-1) {}
| ^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:44:18: error: use of undeclared identifier 'MAP_FAILED'
44 | if (origin_ != MAP_FAILED) {
| ^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:45:7: error: no member named 'munmap' in the global namespace
45 | ::munmap(origin_, size_);
| ~~^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:148:15: error: no member named 'mmap' in the global namespace
148 | origin_ = ::mmap(NULL, size_, PROT_READ, MAP_SHARED, fd_, 0);
| ~~^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:148:33: error: use of undeclared identifier 'PROT_READ'
148 | origin_ = ::mmap(NULL, size_, PROT_READ, MAP_SHARED, fd_, 0);
| ^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:148:44: error: use of undeclared identifier 'MAP_SHARED'
148 | origin_ = ::mmap(NULL, size_, PROT_READ, MAP_SHARED, fd_, 0);
| ^
/host/spi-builder-workspace/.build/checkouts/SwiftyMarisa/Sources/marisa-trie/marisa/grimoire/io/mapper.cc:149:30: error: use of undeclared identifier 'MAP_FAILED'
149 | MARISA_THROW_IF(origin_ == MAP_FAILED, MARISA_IO_ERROR);
| ^
8 errors generated.
[0/22] Compiling mapper.cc
[0/22] Compiling bit-vector.cc
[0/22] Compiling tail.cc
[0/22] Compiling trie.cc
[0/22] Compiling louds-trie.cc
[0/22] Compiling reader.cc
[0/22] Compiling writer.cc
[0/22] Compiling agent.cc
BUILD FAILURE 6.1 wasm