Build Information
Successful build of SwiftHttpServer, reference 0.1.23 (1f17a3), with Swift 6.3 for Linux on 12 Apr 2026 17:05:32 UTC.
Swift 6 data race errors: 0
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/bjtj/swift-http-server.git
Reference: 0.1.23
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/bjtj/swift-http-server
* tag 0.1.23 -> FETCH_HEAD
HEAD is now at 1f17a3a changed: start monitor position
Cloned https://github.com/bjtj/swift-http-server.git
Revision (git rev-parse @):
1f17a3ad4f0e326b40fda5a82543bf64f2378e22
SUCCESS checkout https://github.com/bjtj/swift-http-server.git at 0.1.23
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/bjtj/swift-http-server.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/IBM-Swift/BlueSocket.git
[1/2942] Fetching bluesocket
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (0.40s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (2.70s)
Creating working copy for https://github.com/IBM-Swift/BlueSocket.git
Working copy of https://github.com/IBM-Swift/BlueSocket.git resolved at 1.0.200
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling Socket SocketUtils.swift
[5/7] Compiling Socket SocketProtocols.swift
[6/7] Compiling Socket Socket.swift
[7/7] Emitting module Socket
[9/28] Emitting module SwiftHttpServer
[10/30] Compiling SwiftHttpServer HttpServerError.swift
[11/30] Compiling SwiftHttpServer HttpServerRouter.swift
[12/30] Compiling SwiftHttpServer HttpSpecVersion.swift
[13/30] Compiling SwiftHttpServer TransferEncoding.swift
[14/30] Compiling SwiftHttpServer URLPathParser.swift
[15/30] Compiling SwiftHttpServer ChunkedTransfer.swift
[16/30] Compiling SwiftHttpServer FirstLine.swift
[17/30] Compiling SwiftHttpServer FixedTransfer.swift
[18/30] Compiling SwiftHttpServer Network.swift
[19/30] Compiling SwiftHttpServer Transfer.swift
[20/30] Compiling SwiftHttpServer HttpStatusCode.swift
[21/30] Compiling SwiftHttpServer HttpTransferEncoding.swift
[22/30] Compiling SwiftHttpServer InetAddress.swift
[23/30] Compiling SwiftHttpServer KeyValuePair.swift
[24/30] Compiling SwiftHttpServer KeyValuesDict.swift
[25/30] Compiling SwiftHttpServer HttpConnectionType.swift
[26/30] Compiling SwiftHttpServer HttpHeader.swift
[27/30] Compiling SwiftHttpServer HttpRequest.swift
[28/30] Compiling SwiftHttpServer HttpRequestHandler.swift
[29/30] Compiling SwiftHttpServer HttpResponse.swift
[30/30] Compiling SwiftHttpServer HttpServer.swift
Build complete! (17.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueSocket.git"
}
],
"manifest_display_name" : "SwiftHttpServer",
"name" : "SwiftHttpServer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftHttpServer",
"targets" : [
"SwiftHttpServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_http_serverTests",
"module_type" : "SwiftTarget",
"name" : "swift-http-serverTests",
"path" : "Tests/swift-http-serverTests",
"sources" : [
"HttpHeaderTests.swift",
"RouterTests.swift",
"URLParsePathTests.swift",
"XCTestManifests.swift",
"swift_http_serverTests.swift"
],
"target_dependencies" : [
"SwiftHttpServer"
],
"type" : "test"
},
{
"c99name" : "SwiftHttpServer",
"module_type" : "SwiftTarget",
"name" : "SwiftHttpServer",
"path" : "Sources/swift-http-server",
"product_dependencies" : [
"Socket"
],
"product_memberships" : [
"SwiftHttpServer"
],
"sources" : [
"ChunkedTransfer.swift",
"FirstLine.swift",
"FixedTransfer.swift",
"HttpConnectionType.swift",
"HttpHeader.swift",
"HttpRequest.swift",
"HttpRequestHandler.swift",
"HttpResponse.swift",
"HttpServer.swift",
"HttpServerError.swift",
"HttpServerRouter.swift",
"HttpSpecVersion.swift",
"HttpStatusCode.swift",
"HttpTransferEncoding.swift",
"InetAddress.swift",
"Network.swift",
"Transfer.swift",
"TransferEncoding.swift",
"URLPathParser.swift",
"helper/KeyValuePair.swift",
"helper/KeyValuesDict.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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
Done.