Build Information
Failed to build sebbu-c-libuv, reference main (25cb76), with Swift 6.3 for Android on 14 Apr 2026 21:49:04 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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarSe32m/sebbu-c-libuv.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/MarSe32m/sebbu-c-libuv
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 25cb766 Moved SebbuLibUV to sebbu-networking
Cloned https://github.com/MarSe32m/sebbu-c-libuv.git
Revision (git rev-parse @):
25cb76606cfc2eb4ad65206239177692c6614768
SUCCESS checkout https://github.com/MarSe32m/sebbu-c-libuv.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/MarSe32m/sebbu-c-libuv.git
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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/35] Compiling random-devurandom.c
[1/35] Compiling random-sysctl-linux.c
[2/35] Compiling random-getrandom.c
[3/35] Compiling signal.c
[4/35] Compiling stream.c
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:188:3: error: use of undeclared identifier 'cpu_set_t'
188 | uv__cpu_set_t cpuset;
| ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:46:24: note: expanded from macro 'uv__cpu_set_t'
46 | # define uv__cpu_set_t cpu_set_t
| ^~~~~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:203:3: error: call to undeclared function 'CPU_ZERO'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
203 | CPU_ZERO(&cpuset);
| ^
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:203:13: error: use of undeclared identifier 'cpuset'
203 | CPU_ZERO(&cpuset);
| ^~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:206:7: error: call to undeclared function 'CPU_SET'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
206 | CPU_SET(i, &cpuset);
| ^
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:206:19: error: use of undeclared identifier 'cpuset'
206 | CPU_SET(i, &cpuset);
| ^~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:209:7: error: call to undeclared function 'sched_setaffinity'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
209 | if (sched_setaffinity(pthread_gettid_np(*tid), sizeof(cpuset), &cpuset))
| ^
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:209:57: error: use of undeclared identifier 'cpuset'
209 | if (sched_setaffinity(pthread_gettid_np(*tid), sizeof(cpuset), &cpuset))
| ^~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:209:67: error: use of undeclared identifier 'cpuset'
209 | if (sched_setaffinity(pthread_gettid_np(*tid), sizeof(cpuset), &cpuset))
| ^~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:226:3: error: use of undeclared identifier 'cpu_set_t'
226 | uv__cpu_set_t cpuset;
| ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:46:24: note: expanded from macro 'uv__cpu_set_t'
46 | # define uv__cpu_set_t cpu_set_t
| ^~~~~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:235:3: error: call to undeclared function 'CPU_ZERO'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
235 | CPU_ZERO(&cpuset);
| ^
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:235:13: error: use of undeclared identifier 'cpuset'
235 | CPU_ZERO(&cpuset);
| ^~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:237:7: error: call to undeclared function 'sched_getaffinity'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
237 | if (sched_getaffinity(pthread_gettid_np(*tid), sizeof(cpuset), &cpuset))
| ^
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:237:57: error: use of undeclared identifier 'cpuset'
237 | if (sched_getaffinity(pthread_gettid_np(*tid), sizeof(cpuset), &cpuset))
| ^~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:237:67: error: use of undeclared identifier 'cpuset'
237 | if (sched_getaffinity(pthread_gettid_np(*tid), sizeof(cpuset), &cpuset))
| ^~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:247:20: error: call to undeclared function 'CPU_ISSET'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
247 | cpumask[i] = !!CPU_ISSET(i, &cpuset);
| ^
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:247:34: error: use of undeclared identifier 'cpuset'
247 | cpumask[i] = !!CPU_ISSET(i, &cpuset);
| ^~~~~~
/host/spi-builder-workspace/Sources/SebbuCLibUV/src/unix/thread.c:271:9: error: call to undeclared function 'sched_getcpu'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
271 | cpu = sched_getcpu();
| ^
17 errors generated.
[5/35] Compiling thread.c
[5/35] Compiling udp.c
[5/35] Compiling tty.c
[5/35] Compiling uv-common.c
[5/35] Compiling proctitle.c
[5/35] Compiling uv-data-getter-setters.c
[5/35] Compiling version.c
[5/35] Compiling tcp.c
BUILD FAILURE 6.3 android