Build Information
Failed to build LinkerKitIRCBot, reference develop (888f93
), with Swift 6.1 for Android on 27 May 2025 16:18:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
Reference: develop
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/SwiftyLinkerKit/LinkerKitIRCBot
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 888f930 Package: Use SwiftyLinkerKit 0.1.3 tag
Cloned https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
Revision (git rev-parse @):
888f930ba8ab4bba011cff7bd618316be6270fce
SUCCESS checkout https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git at develop
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftygpio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/uraimo/SwiftyGPIO.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
},
{
"identity" : "swift-nio-irc-server",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-server.git"
},
{
"identity" : "swift-nio-irc-eliza",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-eliza.git"
},
{
"identity" : "swift-nio-irc-webclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-webclient.git"
},
{
"identity" : "swiftylinkerkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git"
}
],
"manifest_display_name" : "LinkerKitIRCBot",
"name" : "LinkerKitIRCBot",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LinkerKitIRCBot",
"targets" : [
"LinkerKitIRCBot"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "lkircbot",
"targets" : [
"lkircbot"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "lkircbot",
"module_type" : "SwiftTarget",
"name" : "lkircbot",
"path" : "Sources/lkircbot",
"product_dependencies" : [
"SwiftyGPIO",
"SwiftyLinkerKit",
"IRCServer",
"IRCWebClient",
"NIO",
"IRCElizaBot"
],
"product_memberships" : [
"lkircbot"
],
"sources" : [
"Config.swift",
"main.swift"
],
"target_dependencies" : [
"LinkerKitIRCBot"
],
"type" : "executable"
},
{
"c99name" : "LinkerKitIRCBot",
"module_type" : "SwiftTarget",
"name" : "LinkerKitIRCBot",
"path" : "Sources/LinkerKitIRCBot",
"product_dependencies" : [
"SwiftyLinkerKit",
"IRC",
"NIO"
],
"product_memberships" : [
"LinkerKitIRCBot",
"lkircbot"
],
"sources" : [
"LinkerKitBot.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Fetching https://github.com/NozeIO/swift-nio-irc-eliza.git
Fetching https://github.com/NozeIO/swift-nio-irc-webclient.git
Fetching https://github.com/NozeIO/swift-nio-irc-server.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
Fetching https://github.com/apple/swift-nio.git
[1/94] Fetching swift-nio-irc-eliza
[95/162] Fetching swift-nio-irc-eliza, swiftylinkerkit
[163/326] Fetching swift-nio-irc-eliza, swiftylinkerkit, swift-nio-irc-server
[327/550] Fetching swift-nio-irc-eliza, swiftylinkerkit, swift-nio-irc-server, swift-nio-irc-webclient
Fetched https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git from cache (0.32s)
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (0.32s)
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/212] Fetching swift-nio-irc-client
[213/2605] Fetching swift-nio-irc-client, swiftygpio
[2606/78660] Fetching swift-nio-irc-client, swiftygpio, swift-nio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.27s)
[1734/76267] Fetching swift-nio-irc-client, swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (4.73s)
Fetched https://github.com/NozeIO/swift-nio-irc-server.git from cache (4.73s)
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (4.73s)
Fetched https://github.com/apple/swift-nio.git from cache (4.83s)
Computing version for https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Computed https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at 0.1.3 (5.33s)
Fetching https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
[1/82] Fetching swiftytm1637
Fetched https://github.com/AlwaysRightInstitute/SwiftyTM1637.git from cache (0.28s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (2.95s)
Computing version for https://github.com/NozeIO/swift-nio-irc-server.git
Computed https://github.com/NozeIO/swift-nio-irc-server.git at 0.6.0 (0.50s)
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.23s)
Computing version for https://github.com/NozeIO/swift-nio-irc-eliza.git
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.7.1 (0.93s)
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
[1/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.27s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.80s)
Computing version for https://github.com/NozeIO/swift-nio-irc-client.git
Computed https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at 0.1.3 (0.00s)
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (0.00s)
Computed https://github.com/NozeIO/swift-nio-irc-server.git at 0.6.0 (0.00s)
Computed https://github.com/NozeIO/swift-nio-irc-client.git at 0.6.1 (0.50s)
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.6.0 (0.53s)
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.00s)
Computing version for https://github.com/NozeIO/swift-nio-irc-webclient.git
Computed https://github.com/NozeIO/swift-nio-irc-webclient.git at 0.6.2 (0.50s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.6.3 (1.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (1.14s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.34s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (1.11s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (0.54s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftyTM1637.git resolved at 0.1.2
Creating working copy for https://github.com/NozeIO/swift-nio-irc-server.git
Working copy of https://github.com/NozeIO/swift-nio-irc-server.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/NozeIO/swift-nio-irc-webclient.git
Working copy of https://github.com/NozeIO/swift-nio-irc-webclient.git resolved at 0.6.2
Creating working copy for https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Working copy of https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git resolved at 0.1.3
Creating working copy for https://github.com/NozeIO/swift-nio-irc-eliza.git
Working copy of https://github.com/NozeIO/swift-nio-irc-eliza.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/NozeIO/swift-nio-irc-client.git
Working copy of https://github.com/NozeIO/swift-nio-irc-client.git resolved at 0.6.1
Creating working copy for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-irc.git resolved at 0.6.3
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/44] Write sources
[17/44] Compiling CNIOZlib empty.c
[17/44] Compiling CNIODarwin shim.c
[19/44] Compiling CNIOSHA1 c_nio_sha1.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:50:16: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
50 | return TEMP_FAILURE_RETRY(prctl(PR_GET_NAME, name)) == -1 ? -1 : 0;
| ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:55:14: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
55 | int fd = TEMP_FAILURE_RETRY(open(comm_name, O_CLOEXEC | O_RDONLY));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: error: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
59 | ssize_t n = TEMP_FAILURE_RETRY(read(fd, name, len));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: note: did you mean 'fread'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:116:8: note: 'fread' declared here
116 | size_t fread(void* _Nonnull __buf, size_t __size, size_t __count, FILE* _Nonnull __fp);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:60:5: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
60 | close(fd);
| ^
4 errors generated.
[20/44] Compiling CNIOLinux shim.c
[20/44] Compiling c-atomics.c
[20/44] Compiling CNIOHTTPParser c_nio_http_parser.c
[20/44] Compiling CNIOLinux ifaddrs-android.c
[20/44] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
[0/1] Planning build
Building for debugging...
[0/24] Compiling CNIOLinux ifaddrs-android.c
[1/24] Compiling CNIOHTTPParser c_nio_http_parser.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:50:16: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
50 | return TEMP_FAILURE_RETRY(prctl(PR_GET_NAME, name)) == -1 ? -1 : 0;
| ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:55:14: error: call to undeclared function 'TEMP_FAILURE_RETRY'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
55 | int fd = TEMP_FAILURE_RETRY(open(comm_name, O_CLOEXEC | O_RDONLY));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: error: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
59 | ssize_t n = TEMP_FAILURE_RETRY(read(fd, name, len));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:59:36: note: did you mean 'fread'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:116:8: note: 'fread' declared here
116 | size_t fread(void* _Nonnull __buf, size_t __size, size_t __count, FILE* _Nonnull __fp);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:60:5: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
60 | close(fd);
| ^
4 errors generated.
[2/24] Compiling CNIOLinux shim.c
[2/24] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling c-atomics.c
BUILD FAILURE 6.1 android