Build Information
Successful build of http-client, reference main (35e003), with Swift 6.2 for Linux on 2 Dec 2025 10:07:56 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/http-client.git
Reference: main
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/zunda-pixel/http-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 35e0036 Bump actions/checkout from 5 to 6 (#13)
Cloned https://github.com/zunda-pixel/http-client.git
Revision (git rev-parse @):
35e003611b41cc96657d16f883fb932877a9f7cd
SUCCESS checkout https://github.com/zunda-pixel/http-client.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/zunda-pixel/http-client.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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-http-types
[1/943] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.40s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.04s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/13] Compiling HTTPTypes ISOLatin1String.swift
[6/14] Compiling HTTPTypes HTTPResponse.swift
[7/14] Compiling HTTPTypes NIOLock.swift
[8/14] Compiling HTTPTypes HTTPParsedFields.swift
[9/14] Compiling HTTPTypes HTTPRequest.swift
[10/14] Compiling HTTPTypes HTTPRequest+URL.swift
[11/14] Compiling HTTPTypes HTTPField.swift
[12/14] Compiling HTTPTypes HTTPFieldName.swift
[13/14] Emitting module HTTPTypes
[14/14] Compiling HTTPTypes HTTPFields.swift
[16/21] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[17/21] Emitting module HTTPTypesFoundation
[18/21] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[19/21] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[20/21] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[21/21] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[23/25] Compiling HTTPClient URLSesssion++.swift
/host/spi-builder-workspace/Sources/HTTPClient/URLSesssion++.swift:2:8: warning: file 'URLSesssion++.swift' is part of module 'HTTPClient'; ignoring import
1 | import Foundation
2 | import HTTPClient
| `- warning: file 'URLSesssion++.swift' is part of module 'HTTPClient'; ignoring import
3 | import HTTPTypes
4 | import HTTPTypesFoundation
[24/25] Compiling HTTPClient HTTPClient.swift
[25/25] Emitting module HTTPClient
/host/spi-builder-workspace/Sources/HTTPClient/URLSesssion++.swift:2:8: warning: file 'URLSesssion++.swift' is part of module 'HTTPClient'; ignoring import
1 | import Foundation
2 | import HTTPClient
| `- warning: file 'URLSesssion++.swift' is part of module 'HTTPClient'; ignoring import
3 | import HTTPTypes
4 | import HTTPTypesFoundation
Build complete! (16.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
}
],
"manifest_display_name" : "http-client",
"name" : "http-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HTTPClient",
"targets" : [
"HTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPClient",
"module_type" : "SwiftTarget",
"name" : "HTTPClient",
"path" : "Sources/HTTPClient",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation"
],
"product_memberships" : [
"HTTPClient"
],
"sources" : [
"HTTPClient.swift",
"URLSesssion++.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.