Build Information
Successful build of HTTPClient, reference main (9187bb), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 10:56:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uhooi/swift-http-client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uhooi/swift-http-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9187bb1 Update README.md
Cloned https://github.com/uhooi/swift-http-client.git
Revision (git rev-parse @):
9187bb195fa3e1e2a508a1f55b85f443ed486e3b
SUCCESS checkout https://github.com/uhooi/swift-http-client.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-http-client",
"name": "HTTPClient",
"url": "https://github.com/uhooi/swift-http-client.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-client",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/uhooi/swift-http-client.git
[1/298] Fetching swift-http-client
Fetched https://github.com/uhooi/swift-http-client.git from cache (0.66s)
Creating working copy for https://github.com/uhooi/swift-http-client.git
Working copy of https://github.com/uhooi/swift-http-client.git resolved at main (9187bb1)
warning: '.resolve-product-dependencies': dependency 'swift-http-client' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/uhooi/swift-http-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Emitting module HTTPClient
[4/10] Compiling HTTPClient HTTPClient.swift
[5/10] Compiling HTTPClient HTTPMethod.swift
[6/10] Compiling HTTPClient RequestError.swift
[7/10] Compiling HTTPClient Request.swift
[8/10] Compiling HTTPClient HTTPHeaderField.swift
[9/10] Compiling HTTPClient URLSession+Async.swift
[10/10] Compiling HTTPClient ContentType.swift
Build complete! (3.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HTTPClient",
"name" : "HTTPClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "HTTPClient",
"targets" : [
"HTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "HTTPClientTests",
"path" : "Tests/HTTPClientTests",
"sources" : [
"HTTPClientTests.swift"
],
"target_dependencies" : [
"HTTPClient"
],
"type" : "test"
},
{
"c99name" : "HTTPClient",
"module_type" : "SwiftTarget",
"name" : "HTTPClient",
"path" : "Sources/HTTPClient",
"product_memberships" : [
"HTTPClient"
],
"sources" : [
"Enums/ContentType.swift",
"Enums/HTTPHeaderField.swift",
"Enums/HTTPMethod.swift",
"Enums/RequestError.swift",
"Extensions/Foundation/URLSession+Async.swift",
"HTTPClient.swift",
"Request.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.