Build Information
Successful build of http-client, reference 0.3.0 (88acdc
), with Swift 6.1 for Linux on 29 Apr 2025 15:41:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/http-client.git
Reference: 0.3.0
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
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 88acdc5 remove HTTPClientFoundation (#4)
Cloned https://github.com/zunda-pixel/http-client.git
Revision (git rev-parse @):
88acdc5c925661d7a53017dfc9cccae6554b02a0
SUCCESS checkout https://github.com/zunda-pixel/http-client.git at 0.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/zunda-pixel/http-client.git
https://github.com/zunda-pixel/http-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.61s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.57s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling HTTPTypes HTTPParsedFields.swift
[6/13] Compiling HTTPTypes HTTPFieldName.swift
[7/13] Compiling HTTPTypes HTTPResponse.swift
[8/13] Compiling HTTPTypes HTTPRequest.swift
[9/13] Compiling HTTPTypes ISOLatin1String.swift
[10/13] Emitting module HTTPTypes
[11/13] Compiling HTTPTypes NIOLock.swift
[12/13] Compiling HTTPTypes HTTPField.swift
[13/13] Compiling HTTPTypes HTTPFields.swift
[15/20] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[16/20] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[17/20] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[18/20] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[19/20] Emitting module HTTPTypesFoundation
[20/20] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[22/24] 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
[23/24] Compiling HTTPClient HTTPClient.swift
[24/24] 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
Build complete! (15.34s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.