Build Information
Successful build of Http, reference 1.2.4 (9b4859
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:01:41 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/Balancingrock/Http.git
Reference: 1.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Balancingrock/Http
* tag 1.2.4 -> FETCH_HEAD
HEAD is now at 9b48591 Added swift version, platforms and a LICENSE file
Cloned https://github.com/Balancingrock/Http.git
Revision (git rev-parse @):
9b48591b4fe9b7841ee427c29f8df8611107b2c2
SUCCESS checkout https://github.com/Balancingrock/Http.git at 1.2.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Balancingrock/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/5] Compiling Ascii Ascii.swift
[5/5] Emitting module Ascii
[6/12] Compiling Http Response.swift
[7/12] Compiling Http Version.swift
[8/12] Compiling Http Cookie.swift
[9/12] Emitting module Http
[10/12] Compiling Http Request.swift
[11/12] Compiling Http Http.swift
[12/12] Compiling Http Host.swift
Build complete! (5.60s)
Fetching https://github.com/Balancingrock/Ascii
[1/99] Fetching ascii
Fetched https://github.com/Balancingrock/Ascii from cache (0.61s)
Computing version for https://github.com/Balancingrock/Ascii
Computed https://github.com/Balancingrock/Ascii at 1.5.2 (1.11s)
Creating working copy for https://github.com/Balancingrock/Ascii
Working copy of https://github.com/Balancingrock/Ascii resolved at 1.5.2
Build complete.
{
"dependencies" : [
{
"identity" : "ascii",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Balancingrock/Ascii"
}
],
"manifest_display_name" : "Http",
"name" : "Http",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Http",
"targets" : [
"Http"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "Http",
"module_type" : "SwiftTarget",
"name" : "Http",
"path" : "Sources/Http",
"product_dependencies" : [
"Ascii"
],
"product_memberships" : [
"Http"
],
"sources" : [
"Cookie.swift",
"Host.swift",
"Http.swift",
"Request.swift",
"Response.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.