Build Information
Failed to build SimpleHTTP, reference v0.0.5 (fbf0f0), with Swift 6.2 for Linux on 18 Jan 2026 14:19:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Pattio/SimpleHTTP.git
Reference: v0.0.5
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/Pattio/SimpleHTTP
* tag v0.0.5 -> FETCH_HEAD
HEAD is now at fbf0f01 Merge pull request #3 from Pattio/status-validator-error-mapping
Cloned https://github.com/Pattio/SimpleHTTP.git
Revision (git rev-parse @):
fbf0f010dd387bf5748596be63b5bc0d106f4574
SUCCESS checkout https://github.com/Pattio/SimpleHTTP.git at v0.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Pattio/SimpleHTTP.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/12] Compiling SimpleHTTPCore HTTPHandler.swift
[7/12] Compiling SimpleHTTPCore HTTPResponse.swift
/host/spi-builder-workspace/Sources/Modules/Core/HTTPResponse.swift:16:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
14 |
15 | /// The raw URL response.
16 | public let response: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 |
18 | /// The optional response body.
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Modules/Core/HTTPResponse.swift:34:19: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
32 | public init(
33 | request: HTTPRequest,
34 | response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
35 | body: Data? = nil
36 | ) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Modules/Core/HTTPResponse.swift:16:16: error: stored property 'response' of 'Sendable'-conforming struct 'HTTPResponse' has non-Sendable type 'HTTPURLResponse' (aka 'AnyObject')
14 |
15 | /// The raw URL response.
16 | public let response: HTTPURLResponse
| `- error: stored property 'response' of 'Sendable'-conforming struct 'HTTPResponse' has non-Sendable type 'HTTPURLResponse' (aka 'AnyObject')
17 |
18 | /// The optional response body.
/host/spi-builder-workspace/Sources/Modules/Core/HTTPResponse.swift:23:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
21 | /// The HTTP status code.
22 | public var status: HTTPStatus {
23 | HTTPStatus(rawValue: response.statusCode)
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
24 | }
25 |
[8/12] Compiling SimpleHTTPCore HTTPRequestOption.swift
[9/12] Compiling SimpleHTTPCore HTTPRequest.swift
[10/12] Compiling SimpleHTTPCore HTTPError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/12] Compiling SimpleHTTPCore HTTPBody.swift
[12/12] Emitting module SimpleHTTPCore
/host/spi-builder-workspace/Sources/Modules/Core/HTTPResponse.swift:16:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
14 |
15 | /// The raw URL response.
16 | public let response: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 |
18 | /// The optional response body.
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Modules/Core/HTTPResponse.swift:34:19: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
32 | public init(
33 | request: HTTPRequest,
34 | response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
35 | body: Data? = nil
36 | ) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Modules/Core/HTTPResponse.swift:16:16: error: stored property 'response' of 'Sendable'-conforming struct 'HTTPResponse' has non-Sendable type 'HTTPURLResponse' (aka 'AnyObject')
14 |
15 | /// The raw URL response.
16 | public let response: HTTPURLResponse
| `- error: stored property 'response' of 'Sendable'-conforming struct 'HTTPResponse' has non-Sendable type 'HTTPURLResponse' (aka 'AnyObject')
17 |
18 | /// The optional response body.
BUILD FAILURE 6.2 linux