The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyMarisa, reference master (91acc3), with Swift 6.1 for Wasm on 30 May 2025 22:30:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ensan-hcl/SwiftyMarisa.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/ensan-hcl/SwiftyMarisa
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 91acc3c Merge pull request #2 from ensan-hcl/feat/swift_cpp_interop
Cloned https://github.com/ensan-hcl/SwiftyMarisa.git
Revision (git rev-parse @):
91acc3cb0e747e0bd4b0e0813d42fb273d10e62f
SUCCESS checkout https://github.com/ensan-hcl/SwiftyMarisa.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ensan-hcl/SwiftyMarisa.git
https://github.com/ensan-hcl/SwiftyMarisa.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyMarisa",
  "name" : "SwiftyMarisa",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyMarisa",
      "targets" : [
        "SwiftyMarisa"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "marisa_trie",
      "module_type" : "ClangTarget",
      "name" : "marisa-trie",
      "path" : "Sources/marisa-trie",
      "product_memberships" : [
        "SwiftyMarisa"
      ],
      "sources" : [
        "marisa/agent.cc",
        "marisa/grimoire/io/mapper.cc",
        "marisa/grimoire/io/reader.cc",
        "marisa/grimoire/io/writer.cc",
        "marisa/grimoire/trie/louds-trie.cc",
        "marisa/grimoire/trie/tail.cc",
        "marisa/grimoire/vector/bit-vector.cc",
        "marisa/keyset.cc",
        "marisa/trie.cc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyMarisaTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyMarisaTests",
      "path" : "Tests/SwiftyMarisaTests",
      "sources" : [
        "SwiftyMarisaTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyMarisa"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyMarisa",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyMarisa",
      "path" : "Sources/SwiftyMarisa",
      "product_memberships" : [
        "SwiftyMarisa"
      ],
      "sources" : [
        "SwiftyMarisa.swift"
      ],
      "target_dependencies" : [
        "marisa-trie"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
In file included from /host/spi-builder-workspace/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/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/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/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/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/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/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/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/11] Compiling mapper.cc
[0/11] Compiling trie.cc
[0/11] Compiling keyset.cc
[0/11] Compiling writer.cc
[0/11] Compiling reader.cc
[0/11] Compiling bit-vector.cc
[0/11] Compiling agent.cc
[0/11] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/11] Write sources
[1/11] Write swift-version-24593BA9C3E375BF.txt
[2/11] Compiling keyset.cc
In file included from /host/spi-builder-workspace/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/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/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/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/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/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/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/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.
[3/11] Compiling mapper.cc
[3/11] Compiling reader.cc
[3/11] Compiling tail.cc
[3/11] Compiling bit-vector.cc
[3/11] Compiling agent.cc
[3/11] Compiling trie.cc
[3/11] Compiling louds-trie.cc
[3/11] Compiling writer.cc
BUILD FAILURE 6.1 wasm