Build Information
Successful build of swift-http, reference main (8b5739), with Swift 6.3 for Android on 13 Apr 2026 17:32:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BinaryBirds/swift-http.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/BinaryBirds/swift-http
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8b57396 Merge pull request #8 from dankinsoid/fix_init
Cloned https://github.com/BinaryBirds/swift-http.git
Revision (git rev-parse @):
8b573967d26ef5401af2507aa5546da5f36235cc
SUCCESS checkout https://github.com/BinaryBirds/swift-http.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/BinaryBirds/swift-http.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-log
[1/6553] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.56s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (1.00s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/9] Compiling Logging LogHandler.swift
[5/9] Compiling Logging LogEvent.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging Locks.swift
[8/9] Compiling Logging MetadataProvider.swift
[9/9] Compiling Logging Logging.swift
[11/37] Emitting module SwiftHttp
[12/40] Compiling SwiftHttp HttpResponseValidator.swift
[13/40] Compiling SwiftHttp HttpStatusCode.swift
[14/40] Compiling SwiftHttp HttpStatusCodeValidator.swift
[15/40] Compiling SwiftHttp HttpUrl.swift
[16/40] Compiling SwiftHttp URLRequest+cURL.swift
[17/40] Compiling SwiftHttp UrlSessionHttpClient.swift
[18/40] Compiling SwiftHttp HttpRequestEncoder.swift
[19/40] Compiling SwiftHttp HttpRequestPipeline.swift
[20/40] Compiling SwiftHttp HttpRequestTransformer.swift
[21/40] Compiling SwiftHttp HttpResponse.swift
[22/40] Compiling SwiftHttp HttpResponseDecoder.swift
[23/40] Compiling SwiftHttp HttpResponseTransformer.swift
[24/40] Compiling SwiftHttp HttpResponseValidation.swift
[25/40] Compiling SwiftHttp HttpError.swift
[26/40] Compiling SwiftHttp HttpHeaderKey.swift
[27/40] Compiling SwiftHttp HttpHeaderValidator.swift
[28/40] Compiling SwiftHttp HttpMethod.swift
[29/40] Compiling SwiftHttp Data+Logger.swift
[30/40] Compiling SwiftHttp HttpClient.swift
[31/40] Compiling SwiftHttp HttpCodablePipeline.swift
[32/40] Compiling SwiftHttp HttpCodablePipelineCollection.swift
[33/40] Compiling SwiftHttp HttpDataDecoder.swift
[34/40] Compiling SwiftHttp HttpDataEncoder.swift
[35/40] Compiling SwiftHttp HttpDecodablePipeline.swift
[36/40] Compiling SwiftHttp HttpEncodablePipeline.swift
[37/40] Compiling SwiftHttp HttpRawPipeline.swift
[38/40] Compiling SwiftHttp HttpRawRequest.swift
[39/40] Compiling SwiftHttp HttpRawResponse.swift
[40/40] Compiling SwiftHttp HttpRequest.swift
Build complete! (24.72s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-http",
"name" : "swift-http",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftHttp",
"targets" : [
"SwiftHttp"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftHttpTests",
"module_type" : "SwiftTarget",
"name" : "SwiftHttpTests",
"path" : "Tests/SwiftHttpTests",
"sources" : [
"DownloadTests.swift",
"Helpers/CustomDecoder.swift",
"Helpers/ImageApi.swift",
"Helpers/Post.swift",
"Helpers/PostApi.swift",
"Helpers/Todo.swift",
"Helpers/TodoApi.swift",
"HttpRawRequestTests.swift",
"HttpRequestTests.swift",
"HttpUrlTests.swift",
"HttpValidationTests.swift",
"PostTests.swift",
"SwiftHttpTests.swift",
"TodoTests.swift"
],
"target_dependencies" : [
"SwiftHttp"
],
"type" : "test"
},
{
"c99name" : "SwiftHttp",
"module_type" : "SwiftTarget",
"name" : "SwiftHttp",
"path" : "Sources/SwiftHttp",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"SwiftHttp"
],
"sources" : [
"Data+Logger.swift",
"HttpClient.swift",
"HttpCodablePipeline.swift",
"HttpCodablePipelineCollection.swift",
"HttpDataDecoder.swift",
"HttpDataEncoder.swift",
"HttpDecodablePipeline.swift",
"HttpEncodablePipeline.swift",
"HttpError.swift",
"HttpHeaderKey.swift",
"HttpHeaderValidator.swift",
"HttpMethod.swift",
"HttpRawPipeline.swift",
"HttpRawRequest.swift",
"HttpRawResponse.swift",
"HttpRequest.swift",
"HttpRequestEncoder.swift",
"HttpRequestPipeline.swift",
"HttpRequestTransformer.swift",
"HttpResponse.swift",
"HttpResponseDecoder.swift",
"HttpResponseTransformer.swift",
"HttpResponseValidation.swift",
"HttpResponseValidator.swift",
"HttpStatusCode.swift",
"HttpStatusCodeValidator.swift",
"HttpUrl.swift",
"URLRequest+cURL.swift",
"UrlSessionHttpClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.