Build Information
Failed to build Kitura-net, reference 3.0.1 (645f09), with Swift 6.3 for Linux on 12 Apr 2026 11:52:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-net.git
Reference: 3.0.1
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/Kitura/Kitura-net
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 645f09e Update package dependencies (#323)
Cloned https://github.com/Kitura/Kitura-net.git
Revision (git rev-parse @):
645f09e6c6ca7f399a9625e25686e8152e21bee4
SUCCESS checkout https://github.com/Kitura/Kitura-net.git at 3.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/Kitura/Kitura-net.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/Kitura/BlueSSLService.git
Fetching https://github.com/Kitura/BlueSocket.git
Fetching https://github.com/Kitura/BlueSignals.git
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
[387/2848] Fetching loggerapi, bluesslservice
[1853/5790] Fetching loggerapi, bluesslservice, bluesocket
Fetched https://github.com/Kitura/BlueSSLService.git from cache (0.32s)
[1/681] Fetching bluesignals
Fetched https://github.com/Kitura/BlueSignals.git from cache (1.20s)
Fetched https://github.com/Kitura/LoggerAPI.git from cache (1.20s)
Fetched https://github.com/Kitura/BlueSocket.git from cache (1.21s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.96s)
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Computing version for https://github.com/Kitura/BlueSSLService.git
Computed https://github.com/Kitura/BlueSSLService.git at 2.0.2 (0.98s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.21s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (2.90s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 2.0.4 (0.58s)
Computing version for https://github.com/Kitura/BlueSignals.git
Computed https://github.com/Kitura/BlueSignals.git at 2.1.1 (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.71s)
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Creating working copy for https://github.com/Kitura/BlueSignals.git
Working copy of https://github.com/Kitura/BlueSignals.git resolved at 2.1.1
Creating working copy for https://github.com/Kitura/BlueSSLService.git
Working copy of https://github.com/Kitura/BlueSSLService.git resolved at 2.0.2
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 2.0.4
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Building for debugging...
[0/9] Write sources
[6/9] Compiling CHTTPParser utils.c
[7/9] Write swift-version-24593BA9C3E375BF.txt
[8/9] Compiling CHTTPParser http_parser.c
[10/25] Emitting module Logging
[11/25] Compiling Logging LogEvent.swift
[12/25] Compiling Logging MetadataProvider.swift
[13/25] Compiling Logging Locks.swift
[14/25] Compiling Signals Signals.swift
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:94:30: error: cannot find 'SIGINFO' in scope
92 | return Int32(SIGWINCH)
93 | case .info:
94 | return Int32(SIGINFO)
| `- error: cannot find 'SIGINFO' in scope
95 | case .user(let sig):
96 | return Int32(sig)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:120:22: error: cannot find 'SIGINFO' in scope
118 | case Int(SIGPROF): self = .prof
119 | case Int(SIGWINCH): self = .winch
120 | case Int(SIGINFO): self = .info
| `- error: cannot find 'SIGINFO' in scope
121 |
122 | default:
[15/25] Emitting module Signals
[16/25] Compiling Signals SignalWatch.swift
[17/25] Compiling Signals SignalWatchHandler.swift
[18/25] Compiling Socket SocketUtils.swift
[19/25] Compiling Socket SocketProtocols.swift
[20/25] Compiling Socket Socket+Hashable.swift
[21/25] Compiling Socket Socket+Equatable.swift
[22/25] Compiling Logging LogHandler.swift
BUILD FAILURE 6.3 linux