The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build QuickLMDB, reference 11.1.0 (05d86a), with Swift 6.2 (beta) for Wasm on 28 Jun 2025 02:33:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/QuickLMDB.git
Reference: 11.1.0
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/tannerdsilva/QuickLMDB
 * tag               11.1.0     -> FETCH_HEAD
HEAD is now at 05d86a3 11.1.0 - added ability to delete databases from environments
Cloned https://github.com/tannerdsilva/QuickLMDB.git
Revision (git rev-parse @):
05d86a3560bfbb95739997ab37e56b9062946cc3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tannerdsilva/QuickLMDB.git at 11.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tannerdsilva/QuickLMDB.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/tannerdsilva/rawdog.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/tannerdsilva/CLMDB.git
[1/46] Fetching clmdb
[47/3330] Fetching clmdb, rawdog
[48/7773] Fetching clmdb, rawdog, swift-system
[2617/11609] Fetching clmdb, rawdog, swift-system, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Fetched https://github.com/tannerdsilva/rawdog.git from cache (0.58s)
[1/70967] Fetching swift-syntax
Fetched https://github.com/tannerdsilva/CLMDB.git from cache (6.06s)
Fetched https://github.com/apple/swift-system.git from cache (6.06s)
Fetched https://github.com/apple/swift-syntax.git from cache (6.13s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (9.18s)
Computing version for https://github.com/tannerdsilva/rawdog.git
Computed https://github.com/tannerdsilva/rawdog.git at 17.0.0 (2.77s)
Computing version for https://github.com/tannerdsilva/CLMDB.git
Computed https://github.com/tannerdsilva/CLMDB.git at 0.9.30 (0.77s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/tannerdsilva/CLMDB.git
Working copy of https://github.com/tannerdsilva/CLMDB.git resolved at 0.9.30
Creating working copy for https://github.com/tannerdsilva/rawdog.git
Working copy of https://github.com/tannerdsilva/rawdog.git resolved at 17.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/47] Write sources
[20/47] Compiling CSystem shims.c
[21/47] Compiling CRAW __craw.c
[22/47] Compiling _SwiftSyntaxCShims dummy.c
[22/47] Write swift-version-24593BA9C3E375BF.txt
[24/47] Compiling CLMDB midl.c
[26/80] Emitting module SwiftSyntax510
[27/82] Emitting module SwiftSyntax509
In file included from /host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:71:
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/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, \
      |  ^
In file included from /host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:138:
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/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"
    2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
      |  ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:2545:8: error: call to undeclared function 'msync'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 2545 |                         if (MDB_MSYNC(env->me_map, env->me_mapsize, flags))
      |                             ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:447:36: note: expanded from macro 'MDB_MSYNC'
  447 | # define MDB_MSYNC(addr,len,flags)      msync(addr,len,flags)
      |                                         ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:2545:8: note: did you mean 'fsync'?
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:447:36: note: expanded from macro 'MDB_MSYNC'
  447 | # define MDB_MSYNC(addr,len,flags)      msync(addr,len,flags)
      |                                         ^
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/unistd.h:88:5: note: 'fsync' declared here
   88 | int fsync(int);
      |     ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:2650:11: error: use of undeclared identifier 'F_SETLK'; did you mean 'FD_SET'?
 2650 |         Pidset = F_SETLK, Pidcheck = F_GETLK
      |                  ^~~~~~~
      |                  FD_SET
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/__fd_set.h:42:22: note: 'FD_SET' declared here
   42 | static __inline void FD_SET(int __fd, fd_set *__set) {
      |                      ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:2650:11: error: integer constant expression must have integer type, not 'void (int, fd_set *)'
 2650 |         Pidset = F_SETLK, Pidcheck = F_GETLK
      |                  ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:2650:31: error: use of undeclared identifier 'F_GETLK'
 2650 |         Pidset = F_SETLK, Pidcheck = F_GETLK
      |                                      ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:2683:22: error: use of undeclared identifier 'F_WRLCK'
 2683 |                 lock_info.l_type = F_WRLCK;
      |                                    ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:2688:14: error: use of undeclared identifier 'F_GETLK'
 2688 |                         if (op == F_GETLK && lock_info.l_type != F_UNLCK)
      |                                   ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:2688:45: error: use of undeclared identifier 'F_UNLCK'
 2688 |                         if (op == F_GETLK && lock_info.l_type != F_UNLCK)
      |                                                                  ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:3885:8: error: call to undeclared function 'msync'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 3885 |                         if (MDB_MSYNC(ptr, meta_size, rc)) {
      |                             ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:447:36: note: expanded from macro 'MDB_MSYNC'
  447 | # define MDB_MSYNC(addr,len,flags)      msync(addr,len,flags)
      |                                         ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4042:19: error: use of undeclared identifier 'MAP_SHARED'
 4042 |         int mmap_flags = MAP_SHARED;
      |                          ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4043:13: error: use of undeclared identifier 'PROT_READ'
 4043 |         int prot = PROT_READ;
      |                    ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4049:11: error: use of undeclared identifier 'PROT_WRITE'
 4049 |                 prot |= PROT_WRITE;
      |                         ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4053:16: error: call to undeclared function 'mmap'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 4053 |         env->me_map = mmap(addr, env->me_mapsize, prot, mmap_flags,
      |                       ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4053:14: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
 4053 |         env->me_map = mmap(addr, env->me_mapsize, prot, mmap_flags,
      |                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4054 |                 env->me_fd, 0);
      |                 ~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4055:21: error: use of undeclared identifier 'MAP_FAILED'
 4055 |         if (env->me_map == MAP_FAILED) {
      |                            ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4108:3: error: call to undeclared function 'munmap'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 4108 |                 munmap(env->me_map, env->me_mapsize);
      |                 ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4609:22: error: use of undeclared identifier 'F_RDLCK'
 4609 |                 lock_info.l_type = F_RDLCK;
      |                                    ^
/host/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:4613:35: error: use of undeclared identifier 'F_SETLK'; did you mean 'FD_SET'?
 4613 |                 while ((rc = fcntl(env->me_lfd, F_SETLK, &lock_info)) &&
      |                                                 ^~~~~~~
      |                                                 FD_SET
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm.artifactbundle/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a_wasm/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/__fd_set.h:42:22: note: 'FD_SET' declared here
   42 | static __inline void FD_SET(int __fd, fd_set *__set) {
      |                      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[27/86] Compiling CLMDB mdb.c
[28/86] Emitting module SwiftSyntax600
BUILD FAILURE 6.2 wasm