Build Information
Successful build of swift-http, reference main (8b5739
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 06:27:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BinaryBirds/swift-http.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/BinaryBirds/swift-http.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Emitting module Logging
[7/8] Compiling Logging Locks.swift
[8/8] Compiling Logging Logging.swift
[9/36] Emitting module SwiftHttp
[10/38] Compiling SwiftHttp HttpResponseTransformer.swift
[11/38] Compiling SwiftHttp HttpResponseValidation.swift
[12/38] Compiling SwiftHttp HttpResponseValidator.swift
[13/38] Compiling SwiftHttp URLRequest+cURL.swift
[14/38] Compiling SwiftHttp UrlSessionHttpClient.swift
[15/38] Compiling SwiftHttp HttpStatusCode.swift
[16/38] Compiling SwiftHttp HttpStatusCodeValidator.swift
[17/38] Compiling SwiftHttp HttpUrl.swift
[18/38] Compiling SwiftHttp HttpCodablePipelineCollection.swift
[19/38] Compiling SwiftHttp HttpDataDecoder.swift
[20/38] Compiling SwiftHttp HttpDataEncoder.swift
[21/38] Compiling SwiftHttp HttpRawPipeline.swift
[22/38] Compiling SwiftHttp HttpRawRequest.swift
[23/38] Compiling SwiftHttp HttpRawResponse.swift
[24/38] Compiling SwiftHttp HttpDecodablePipeline.swift
[25/38] Compiling SwiftHttp HttpEncodablePipeline.swift
[26/38] Compiling SwiftHttp HttpError.swift
[27/38] Compiling SwiftHttp HttpRequestTransformer.swift
[28/38] Compiling SwiftHttp HttpResponse.swift
[29/38] Compiling SwiftHttp HttpResponseDecoder.swift
[30/38] Compiling SwiftHttp HttpHeaderKey.swift
[31/38] Compiling SwiftHttp HttpHeaderValidator.swift
[32/38] Compiling SwiftHttp HttpMethod.swift
[33/38] Compiling SwiftHttp HttpRequest.swift
[34/38] Compiling SwiftHttp HttpRequestEncoder.swift
[35/38] Compiling SwiftHttp HttpRequestPipeline.swift
[36/38] Compiling SwiftHttp Data+Logger.swift
[37/38] Compiling SwiftHttp HttpClient.swift
[38/38] Compiling SwiftHttp HttpCodablePipeline.swift
Build complete! (7.09s)
Fetching https://github.com/apple/swift-log
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.09s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (1.50s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
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" : "/Users/admin/builder/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"
}
Done.