Build Information
Successful build of HTTP Client, reference main (89a069), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 20:51:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/joemasilotti/HTTP-Client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/joemasilotti/HTTP-Client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 89a0698 Update README.md
Cloned https://github.com/joemasilotti/HTTP-Client.git
Revision (git rev-parse @):
89a0698e2db9efd95c0299adfba53bd8a2a7e3f3
SUCCESS checkout https://github.com/joemasilotti/HTTP-Client.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/joemasilotti/HTTP-Client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Emitting module HTTP
[4/12] Compiling HTTP Global.swift
[5/12] Compiling HTTP Request.swift
[6/12] Compiling HTTP Empty.swift
[7/12] Compiling HTTP HTTPError.swift
[8/12] Compiling HTTP Client.swift
[9/12] Compiling HTTP Response.swift
[10/12] Compiling HTTP BodyRequest.swift
[11/12] Compiling HTTP Method.swift
[12/12] Compiling HTTP RequestLoader.swift
Build complete! (4.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HTTP Client",
"name" : "HTTP Client",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HTTP",
"targets" : [
"HTTP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPTests",
"module_type" : "SwiftTarget",
"name" : "HTTPTests",
"path" : "Tests/HTTPTests",
"sources" : [
"BodyRequestTests.swift",
"ClientTests.swift",
"GlobalTests.swift",
"RequestTests.swift",
"Support/Extensions/Foundation/JSONDecoder.swift",
"Support/Extensions/Foundation/JSONEncoder.swift",
"Support/Fakes/FakeRequestLoader.swift",
"Support/Fixtures.swift",
"Support/Helpers/READMEHelper.swift",
"Support/Helpers/ResultHelpers.swift",
"Support/Helpers/URLHelper.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HTTP"
],
"type" : "test"
},
{
"c99name" : "HTTP",
"module_type" : "SwiftTarget",
"name" : "HTTP",
"path" : "Sources/HTTP",
"product_memberships" : [
"HTTP"
],
"sources" : [
"BodyRequest.swift",
"Client.swift",
"Empty.swift",
"Global.swift",
"HTTPError.swift",
"Method.swift",
"Request.swift",
"RequestLoader.swift",
"Response.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.