The Swift Package Index logo.Swift Package Index

Build Information

Failed to build sebbu-c-libuv, reference 1.48.0 (25cb76), with Swift 6.2 for Android on 21 Jun 2025 22:09:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarSe32m/sebbu-c-libuv.git
Reference: 1.48.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/MarSe32m/sebbu-c-libuv
 * tag               1.48.0     -> FETCH_HEAD
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 1.48.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
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" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/35] Compiling version.c
[1/35] Compiling thread-common.c
[2/35] Compiling uv-data-getter-setters.c
[3/35] Compiling tty.c
[4/35] Compiling tcp.c
[5/35] Compiling udp.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.
[6/35] Compiling thread.c
[6/35] Compiling signal.c
[6/35] Compiling proctitle.c
[6/35] Compiling random-getrandom.c
[6/35] Compiling random-devurandom.c
[6/35] Compiling uv-common.c
[6/35] Compiling random-sysctl-linux.c
[6/35] Compiling stream.c
BUILD FAILURE 6.2 android