Build Information
Failed to build SimpleHTTP, reference main (fbf0f0), with Swift 6.1 for Android on 18 Jan 2026 14:20:11 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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Pattio/SimpleHTTP.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/Pattio/SimpleHTTP
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Pattio/SimpleHTTP.git
https://github.com/Pattio/SimpleHTTP.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SimpleHTTP",
"name" : "SimpleHTTP",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SimpleHTTP",
"targets" : [
"SimpleHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPCore",
"targets" : [
"SimpleHTTPCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPSauce",
"targets" : [
"SimpleHTTPSauce"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleHTTPSugar",
"targets" : [
"SimpleHTTPSugar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleHTTPTests",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPTests",
"path" : "Tests/SimpleHTTPTests",
"sources" : [
"Core/HTTPBodyTests.swift",
"Core/HTTPRequestTests.swift",
"Mocks/HTTPRequest+mock.swift",
"Mocks/HTTPResponse+mock.swift",
"Mocks/MockHTTPHandler.swift",
"Sauce/Handlers/HTTPStatusValidatingHandlerTests.swift",
"Sauce/Handlers/ServerEnvironmentHandlerTests.swift",
"Sauce/Handlers/ThrottleHandlerTests.swift",
"Sugar/HTTPClientTests.swift"
],
"target_dependencies" : [
"SimpleHTTP"
],
"type" : "test"
},
{
"c99name" : "SimpleHTTPSugar",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPSugar",
"path" : "Sources/Modules/Sugar",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPSugar"
],
"sources" : [
"Extensions/Collection+HTTPHandlerChain.swift",
"HTTPClient.swift",
"Handlers/HandlerBuilder.swift",
"Handlers/IdentityHandler.swift"
],
"target_dependencies" : [
"SimpleHTTPCore"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTPSauce",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPSauce",
"path" : "Sources/Modules/Sauce",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPSauce"
],
"sources" : [
"Handlers/HTTPStatusValidatingHandler.swift",
"Handlers/LoggingHandler.swift",
"Handlers/ServerEnvironmentHandler.swift",
"Handlers/ThrottleHandler.swift",
"Handlers/URLSessionHandler.swift",
"Options/ServerEnvironment.swift"
],
"target_dependencies" : [
"SimpleHTTPCore"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTPCore",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTPCore",
"path" : "Sources/Modules/Core",
"product_memberships" : [
"SimpleHTTP",
"SimpleHTTPCore",
"SimpleHTTPSauce",
"SimpleHTTPSugar"
],
"sources" : [
"HTTPBody.swift",
"HTTPError.swift",
"HTTPHandler.swift",
"HTTPRequest.swift",
"HTTPRequestOption.swift",
"HTTPResponse.swift"
],
"type" : "library"
},
{
"c99name" : "SimpleHTTP",
"module_type" : "SwiftTarget",
"name" : "SimpleHTTP",
"path" : "Sources/SimpleHTTP",
"product_memberships" : [
"SimpleHTTP"
],
"sources" : [
"SimpleHTTP.swift"
],
"target_dependencies" : [
"SimpleHTTPCore",
"SimpleHTTPSauce",
"SimpleHTTPSugar"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/12] Compiling SimpleHTTPCore HTTPRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/12] Compiling SimpleHTTPCore HTTPHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/12] Compiling SimpleHTTPCore HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/12] Compiling SimpleHTTPCore HTTPRequestOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/12] Compiling SimpleHTTPCore HTTPResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/12] Compiling SimpleHTTPCore HTTPBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/12] Emitting module SimpleHTTPCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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.
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling SimpleHTTPCore HTTPRequestOption.swift
[3/8] 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 |
[4/8] Compiling SimpleHTTPCore HTTPHandler.swift
[5/8] Compiling SimpleHTTPCore HTTPRequest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] 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.
[7/8] Compiling SimpleHTTPCore HTTPBody.swift
[8/8] Compiling SimpleHTTPCore HTTPError.swift
BUILD FAILURE 6.1 android