Build Information
Failed to build swift-cassandra-client, reference 0.6.1 (ee0af2
), with Swift 6.2 (beta) for Wasm on 24 Jul 2025 11:07:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/apple/swift-cassandra-client.git
Reference: 0.6.1
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/apple/swift-cassandra-client
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at ee0af2c Update swift-nio-ssl to 2.33.0 (#61)
Submodule path 'Sources/CDataStaxDriver/datastax-cpp-driver': checked out '90df2c9ca1aa184a746445698533c71f7f34a2e1'
Submodule path 'Sources/Clibuv/libuv': checked out '0c1fa696aa502eb749c2c4735005f41ba00a27b8'
Submodule 'datastax-cpp-driver' (https://github.com/datastax/cpp-driver.git) registered for path 'Sources/CDataStaxDriver/datastax-cpp-driver'
Submodule 'libuv' (https://github.com/libuv/libuv.git) registered for path 'Sources/Clibuv/libuv'
Cloning into '/host/spi-builder-workspace/Sources/CDataStaxDriver/datastax-cpp-driver'...
Cloning into '/host/spi-builder-workspace/Sources/Clibuv/libuv'...
Cloned https://github.com/apple/swift-cassandra-client.git
Revision (git rev-parse @):
ee0af2c62db0de5aa1e206936a1b0aec91e717cd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cassandra-client.git at 0.6.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-cassandra-client.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-nio
Fetching https://github.com/apple/swift-atomics
[1/1808] Fetching swift-atomics
[1809/78651] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics from cache (0.71s)
[3074/76843] Fetching swift-nio
Fetching https://github.com/apple/swift-nio-ssl
Fetching https://github.com/apple/swift-log
Fetched https://github.com/apple/swift-nio from cache (7.36s)
[1/3871] Fetching swift-log
[3872/18849] Fetching swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log from cache (0.70s)
[1798/14978] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl from cache (4.74s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.33.0 (13.51s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.70s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.85.0 (1.21s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4657] Fetching swift-system
[95/21545] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
[4222/16888] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.08s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.75s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
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/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.85.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.2.1
Building for debugging...
[0/585] Compiling strtok.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/inet.c:27:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
34 | #include <netdb.h> /* MAXHOSTNAMELEN on Solaris */
| ^~~~~~~~~
1 error generated.
[1/585] Compiling inet.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/random.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
34 | #include <netdb.h> /* MAXHOSTNAMELEN on Solaris */
| ^~~~~~~~~
1 error generated.
[1/585] Compiling random.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/threadpool.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/uv-common.h:40:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
34 | #include <netdb.h> /* MAXHOSTNAMELEN on Solaris */
| ^~~~~~~~~
[1/585] Compiling threadpool.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/idna.c:20:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
34 | #include <netdb.h> /* MAXHOSTNAMELEN on Solaris */
| ^~~~~~~~~
1 error generated.
[1/585] Compiling idna.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/timer.c:21:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
34 | #include <netdb.h> /* MAXHOSTNAMELEN on Solaris */
| ^~~~~~~~~
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/fs-poll.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
34 | #include <netdb.h> /* MAXHOSTNAMELEN on Solaris */
| ^~~~~~~~~
[1/585] Compiling fs-poll.c
[1/585] Compiling timer.c
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/strscpy.c:22:
In file included from /host/spi-builder-workspace/Sources/Clibuv/libuv/src/strscpy.h:29:
In file included from /host/spi-builder-workspace/Sources/Clibuv/include/uv.h:68:
/host/spi-builder-workspace/Sources/Clibuv/include/uv/unix.h:34:10: fatal error: 'netdb.h' file not found
34 | #include <netdb.h> /* MAXHOSTNAMELEN on Solaris */
| ^~~~~~~~~
[1/585] Compiling strscpy.c
[1/585] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.2 wasm