The Swift Package Index logo.Swift Package Index

Build Information

Failed to build sqlite-nio, reference main (f08ed5), with Swift 6.1 for Wasm on 13 Apr 2026 08:09:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sqlite-nio.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/vapor/sqlite-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f08ed5a Embed sqlite amalgamation 3.53.0 source code (#103)
Cloned https://github.com/vapor/sqlite-nio.git
Revision (git rev-parse @):
f08ed5a6c8ea205121cb698465f9af0ffc955995
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sqlite-nio.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/sqlite-nio.git
https://github.com/vapor/sqlite-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
[1/83111] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (9.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.60s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/23537] Fetching swift-collections
[2/25357] Fetching swift-collections, swift-atomics
[2106/30958] Fetching swift-collections, swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.66s)
Fetched https://github.com/apple/swift-system.git from cache (1.66s)
Fetched https://github.com/apple/swift-collections.git from cache (1.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.13s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.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.6.4
[1/1] Compiling plugin VendorSQLite
Building for debugging...
[1/26] Write sources
[12/26] Compiling CNIOWASI CNIOWASI.c
[13/26] Compiling CNIOWindows shim.c
[13/26] Compiling CNIOOpenBSD shim.c
[15/26] Compiling CNIOWindows WSAStartup.c
[15/26] Compiling _AtomicsShims.c
[17/26] Compiling CNIOLinux liburing_shims.c
[17/26] Write sources
[19/26] Compiling CNIOLinux shim.c
[19/26] Compiling CNIOPosix event_loop_id.c
[21/26] Compiling CNIODarwin shim.c
/host/spi-builder-workspace/Sources/VaporCSQLite/sqlite_nio_sqlite3.c:30597:10: fatal error: 'pthread.h' file not found
 30597 | #include <pthread.h>
       |          ^~~~~~~~~~~
1 error generated.
[22/26] Compiling VaporCSQLite sqlite_nio_sqlite3.c
[22/26] Write swift-version-24593BA9C3E375BF.txt
[22/26] Compiling c-atomics.c
[22/26] Compiling c-nioatomics.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin VendorSQLite
Building for debugging...
/host/spi-builder-workspace/Sources/VaporCSQLite/sqlite_nio_sqlite3.c:30597:10: fatal error: 'pthread.h' file not found
 30597 | #include <pthread.h>
       |          ^~~~~~~~~~~
1 error generated.
[1/5] Compiling VaporCSQLite sqlite_nio_sqlite3.c
[1/5] Compiling c-nioatomics.c
[1/5] Write swift-version-24593BA9C3E375BF.txt
[1/5] Compiling c-atomics.c
BUILD FAILURE 6.1 wasm