Build Information
Successful build of HTTPKit, reference master (99a50c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 12:33:53 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/Chandlerdea/HTTPKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Chandlerdea/HTTPKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 99a50c6 Adding convenince methods to URLRequest
Cloned https://github.com/Chandlerdea/HTTPKit.git
Revision (git rev-parse @):
99a50c6d6792b4cb1615e3d1a8658a1c88d257d6
SUCCESS checkout https://github.com/Chandlerdea/HTTPKit.git at master
========================================
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": "httpkit",
"name": "HTTPKit",
"url": "https://github.com/Chandlerdea/HTTPKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HTTPKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Chandlerdea/HTTPKit.git
[1/394] Fetching httpkit
Fetched https://github.com/Chandlerdea/HTTPKit.git from cache (0.74s)
Creating working copy for https://github.com/Chandlerdea/HTTPKit.git
Working copy of https://github.com/Chandlerdea/HTTPKit.git resolved at master (99a50c6)
warning: '.resolve-product-dependencies': dependency 'httpkit' 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/Chandlerdea/HTTPKit.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/12] Compiling HTTPKit HTTPResponseStatus.swift
[4/13] Compiling HTTPKit HTTPRequestBuilder.swift
[5/13] Compiling HTTPKit HTTPMethod.swift
[6/13] Compiling HTTPKit HTTPModelController.swift
[7/13] Emitting module HTTPKit
[8/13] Compiling HTTPKit HTTPHeader.swift
[9/13] Compiling HTTPKit HTTPCacheControl.swift
[10/13] Compiling HTTPKit HTTPContentType.swift
[11/13] Compiling HTTPKit HTTP.swift
[12/13] Compiling HTTPKit HTTPNetworkController.swift
[13/13] Compiling HTTPKit URLRequest+additions.swift
Build complete! (5.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HTTPKit",
"name" : "HTTPKit",
"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" : "HTTPKit",
"targets" : [
"HTTPKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPKitTests",
"module_type" : "SwiftTarget",
"name" : "HTTPKitTests",
"path" : "Tests/HTTPKitTests",
"sources" : [
"HTTPHeaderTests.swift",
"HTTPMethodTests.swift",
"HTTPModelControllerTests.swift",
"HTTPNetworkControllerTests.swift",
"HTTPRequestBuilderTests.swift",
"HTTPResponseStatusTests.swift",
"MockNetworkTestable.swift",
"MockURLProtocol.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HTTPKit"
],
"type" : "test"
},
{
"c99name" : "HTTPKit",
"module_type" : "SwiftTarget",
"name" : "HTTPKit",
"path" : "Sources/HTTPKit",
"product_memberships" : [
"HTTPKit"
],
"sources" : [
"HTTP.swift",
"HTTPCacheControl.swift",
"HTTPContentType.swift",
"HTTPHeader.swift",
"HTTPMethod.swift",
"HTTPModelController.swift",
"HTTPNetworkController.swift",
"HTTPRequestBuilder.swift",
"HTTPResponseStatus.swift",
"URLRequest+additions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.