Build Information
Successful build of sebbu-c-libuv, reference 1.48.0 (25cb76
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 16:21:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "sebbu-c-libuv",
"name": "sebbu-c-libuv",
"url": "https://github.com/MarSe32m/sebbu-c-libuv.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sebbu-c-libuv",
"dependencies": [
]
}
]
}
Fetching https://github.com/MarSe32m/sebbu-c-libuv.git
[1/364] Fetching sebbu-c-libuv
Fetched https://github.com/MarSe32m/sebbu-c-libuv.git from cache (0.93s)
Creating working copy for https://github.com/MarSe32m/sebbu-c-libuv.git
Working copy of https://github.com/MarSe32m/sebbu-c-libuv.git resolved at 1.48.0 (25cb766)
warning: '.resolve-product-dependencies': dependency 'sebbu-c-libuv' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/MarSe32m/sebbu-c-libuv.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/37] Compiling version.c
[1/37] Compiling uv-data-getter-setters.c
[2/37] Compiling loop-watcher.c
[3/37] Compiling uv-common.c
[4/37] Compiling udp.c
[5/37] Compiling poll.c
[6/37] Compiling proctitle.c
[7/37] Compiling pipe.c
[8/37] Compiling random-getentropy.c
[9/37] Compiling tty.c
[10/37] Compiling loop.c
[11/37] Compiling thread.c
[12/37] Compiling tcp.c
[13/37] Compiling signal.c
[14/37] Compiling stream.c
[15/37] Compiling random-devurandom.c
[16/37] Compiling getnameinfo.c
[17/37] Compiling process.c
[18/37] Compiling kqueue.c
[19/37] Compiling getaddrinfo.c
[20/37] Compiling fsevents.c
[21/37] Compiling dl.c
[22/37] Compiling timer.c
[23/37] Compiling fs.c
[24/37] Compiling bsd-ifaddrs.c
[25/37] Compiling darwin-proctitle.c
[26/37] Compiling async.c
[27/37] Compiling strtok.c
[28/37] Compiling threadpool.c
[29/37] Compiling thread-common.c
[30/37] Compiling strscpy.c
[31/37] Compiling random.c
[32/37] Compiling inet.c
[33/37] Compiling idna.c
[34/37] Compiling fs-poll.c
[35/37] Compiling core.c
[36/37] Compiling darwin.c
Build complete! (2.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "sebbu-c-libuv",
"name" : "sebbu-c-libuv",
"path" : "/Users/admin/builder/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/bsd-ifaddrs.c",
"src/unix/core.c",
"src/unix/darwin-proctitle.c",
"src/unix/darwin.c",
"src/unix/dl.c",
"src/unix/fs.c",
"src/unix/fsevents.c",
"src/unix/getaddrinfo.c",
"src/unix/getnameinfo.c",
"src/unix/kqueue.c",
"src/unix/loop-watcher.c",
"src/unix/loop.c",
"src/unix/pipe.c",
"src/unix/poll.c",
"src/unix/process.c",
"src/unix/proctitle.c",
"src/unix/random-devurandom.c",
"src/unix/random-getentropy.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"
}
Done.