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 IndexStoreDB, reference main (b429f7), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 15:45:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/tayloraswift/indexstore-db.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/tayloraswift/indexstore-db
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b429f79 Merge pull request #198 from ahoppen/foreach-not-escaping
Cloned https://github.com/tayloraswift/indexstore-db.git
Revision (git rev-parse @):
b429f79ff5189dd9f9a7ee15f42df99d8843ed40
SUCCESS checkout https://github.com/tayloraswift/indexstore-db.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tayloraswift/indexstore-db.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Building for debugging...
[0/95] Compiling midl.c
[1/95] Write sources
[2/95] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/lib/Database/lmdb/mdb.c:107:
/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/lib/Database/lmdb/mdb.c:177:
/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/lib/Database/lmdb/mdb.c:2855:8: error: call to undeclared function 'msync'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 2855 |                         if (MDB_MSYNC(env->me_map, env->me_psize * numpgs, flags))
      |                             ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:544:36: note: expanded from macro 'MDB_MSYNC'
  544 | # define MDB_MSYNC(addr,len,flags)      msync(addr,len,flags)
      |                                         ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:2855:8: note: did you mean 'fsync'?
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:544:36: note: expanded from macro 'MDB_MSYNC'
  544 | # 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/lib/Database/lmdb/mdb.c:2967:11: error: use of undeclared identifier 'F_SETLK'; did you mean 'FD_SET'?
 2967 |         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/lib/Database/lmdb/mdb.c:2967:11: error: integer constant expression must have integer type, not 'void (int, fd_set *)'
 2967 |         Pidset = F_SETLK, Pidcheck = F_GETLK
      |                  ^~~~~~~
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:2967:31: error: use of undeclared identifier 'F_GETLK'
 2967 |         Pidset = F_SETLK, Pidcheck = F_GETLK
      |                                      ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:3000:22: error: use of undeclared identifier 'F_WRLCK'
 3000 |                 lock_info.l_type = F_WRLCK;
      |                                    ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:3005:14: error: use of undeclared identifier 'F_GETLK'
 3005 |                         if (op == F_GETLK && lock_info.l_type != F_UNLCK)
      |                                   ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:3005:45: error: use of undeclared identifier 'F_UNLCK'
 3005 |                         if (op == F_GETLK && lock_info.l_type != F_UNLCK)
      |                                                                  ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4345:8: error: call to undeclared function 'msync'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 4345 |                         if (MDB_MSYNC(ptr, meta_size, rc)) {
      |                             ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:544:36: note: expanded from macro 'MDB_MSYNC'
  544 | # define MDB_MSYNC(addr,len,flags)      msync(addr,len,flags)
      |                                         ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4456:14: warning: 'getpid' is deprecated: WASI lacks process identifiers; to enable emulation of the `getpid` function using a placeholder value, which doesn't reflect the host PID of the program, compile with -D_WASI_EMULATED_GETPID and link with -lwasi-emulated-getpid [-Wdeprecated-declarations]
 4456 |         e->me_pid = getpid();
      |                     ^
/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:155:16: note: 'getpid' has been explicitly marked deprecated here
  155 | __attribute__((__deprecated__(
      |                ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4532:19: error: use of undeclared identifier 'MAP_SHARED'
 4532 |         int mmap_flags = MAP_SHARED;
      |                          ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4533:13: error: use of undeclared identifier 'PROT_READ'
 4533 |         int prot = PROT_READ;
      |                    ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4548:11: error: use of undeclared identifier 'PROT_WRITE'
 4548 |                 prot |= PROT_WRITE;
      |                         ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4552:16: error: call to undeclared function 'mmap'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 4552 |         env->me_map = mmap(addr, env->me_mapsize, prot, mmap_flags,
      |                       ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4552:14: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
 4552 |         env->me_map = mmap(addr, env->me_mapsize, prot, mmap_flags,
      |                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4553 |                 env->me_fd, 0);
      |                 ~~~~~~~~~~~~~~
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4554:21: error: use of undeclared identifier 'MAP_FAILED'
 4554 |         if (env->me_map == MAP_FAILED) {
      |                            ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:4614:3: error: call to undeclared function 'munmap'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 4614 |                 munmap(env->me_map, env->me_mapsize);
      |                 ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:5058:24: warning: 'getpid' is deprecated: WASI lacks process identifiers; to enable emulation of the `getpid` function using a placeholder value, which doesn't reflect the host PID of the program, compile with -D_WASI_EMULATED_GETPID and link with -lwasi-emulated-getpid [-Wdeprecated-declarations]
 5058 |         if (reader->mr_pid == getpid()) /* catch pthread_exit() in child process */
      |                               ^
/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:155:16: note: 'getpid' has been explicitly marked deprecated here
  155 | __attribute__((__deprecated__(
      |                ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:5149:22: error: use of undeclared identifier 'F_RDLCK'
 5149 |                 lock_info.l_type = F_RDLCK;
      |                                    ^
/host/spi-builder-workspace/lib/Database/lmdb/mdb.c:5153:35: error: use of undeclared identifier 'F_SETLK'; did you mean 'FD_SET'?
 5153 |                 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=]
2 warnings and 20 errors generated.
[3/95] Compiling mdb.c
[3/95] Compiling FileUtilities.cpp
[3/95] Compiling Mutex.cpp
[3/95] Compiling IndexStoreDB_Support PatternMatching.cpp
[3/95] Compiling raw_ostream.cpp
[3/95] Compiling FoldingSet.cpp
[3/95] Compiling MemoryBuffer.cpp
[3/95] Compiling NativeFormatting.cpp
BUILD FAILURE 6.2 wasm