Build Information
Successful build of sebbu-c-libuv, reference 1.48.0 (25cb76
), with Swift 6.0 for Linux on 5 Nov 2024 16:13:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/MarSe32m/sebbu-c-libuv.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/35] Compiling strtok.c
[1/35] Compiling strscpy.c
[2/35] Compiling timer.c
[3/35] Compiling version.c
[4/35] Compiling idna.c
[5/35] Compiling threadpool.c
[6/35] Compiling thread-common.c
[7/35] Compiling random.c
[7/35] Compiling inet.c
[9/35] Compiling uv-data-getter-setters.c
[10/35] Compiling tty.c
[11/35] Compiling tcp.c
[12/35] Compiling thread.c
[13/35] Compiling udp.c
[14/35] Compiling uv-common.c
[15/35] Compiling random-sysctl-linux.c
[16/35] Compiling random-getrandom.c
[17/35] Compiling stream.c
[18/35] Compiling signal.c
[19/35] Compiling random-devurandom.c
[20/35] Compiling proctitle.c
[21/35] Compiling procfs-exepath.c
[22/35] Compiling poll.c
[23/35] Compiling loop.c
[23/35] Compiling process.c
[25/35] Compiling pipe.c
[26/35] Compiling loop-watcher.c
[27/35] Compiling getnameinfo.c
[28/35] Compiling getaddrinfo.c
[29/35] Compiling async.c
[30/35] Compiling dl.c
[31/35] Compiling fs-poll.c
[32/35] Compiling linux.c
[33/35] Compiling fs.c
[34/35] Compiling core.c
Build complete! (0.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "sebbu-c-libuv",
"name" : "sebbu-c-libuv",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SebbuCLibUV",
"targets" : [
"SebbuCLibUV"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SebbuCLibUV",
"module_type" : "ClangTarget",
"name" : "SebbuCLibUV",
"path" : "Sources/SebbuCLibUV",
"product_memberships" : [
"SebbuCLibUV"
],
"sources" : [
"src/fs-poll.c",
"src/idna.c",
"src/inet.c",
"src/random.c",
"src/strscpy.c",
"src/strtok.c",
"src/thread-common.c",
"src/threadpool.c",
"src/timer.c",
"src/unix/async.c",
"src/unix/core.c",
"src/unix/dl.c",
"src/unix/fs.c",
"src/unix/getaddrinfo.c",
"src/unix/getnameinfo.c",
"src/unix/linux.c",
"src/unix/loop-watcher.c",
"src/unix/loop.c",
"src/unix/pipe.c",
"src/unix/poll.c",
"src/unix/process.c",
"src/unix/procfs-exepath.c",
"src/unix/proctitle.c",
"src/unix/random-devurandom.c",
"src/unix/random-getrandom.c",
"src/unix/random-sysctl-linux.c",
"src/unix/signal.c",
"src/unix/stream.c",
"src/unix/tcp.c",
"src/unix/thread.c",
"src/unix/tty.c",
"src/unix/udp.c",
"src/uv-common.c",
"src/uv-data-getter-setters.c",
"src/version.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.