Build Information
Successful build of APIClient, reference main (d75108
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jul 2025 23:16:49 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/Archichil/swift-api-client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Archichil/swift-api-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d751086 Merge pull request #4 from Archichil/dev
Cloned https://github.com/Archichil/swift-api-client.git
Revision (git rev-parse @):
d7510864afeb323550de7aff31a61fae782d5ae3
SUCCESS checkout https://github.com/Archichil/swift-api-client.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Archichil/swift-api-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/7] Compiling APIClient APIClient+HTTPMethods.swift
[4/7] Compiling APIClient APIClient+Specification.swift
[5/7] Compiling APIClient NetworkError.swift
[6/7] Compiling APIClient APIClient.swift
[7/7] Emitting module APIClient
Build complete! (3.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "APIClient",
"name" : "APIClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "APIClient",
"targets" : [
"APIClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "APIClientTests",
"module_type" : "SwiftTarget",
"name" : "APIClientTests",
"path" : "Tests",
"sources" : [
"APIClientTests.swift"
],
"target_dependencies" : [
"APIClient"
],
"type" : "test"
},
{
"c99name" : "APIClient",
"module_type" : "SwiftTarget",
"name" : "APIClient",
"path" : "Source",
"product_memberships" : [
"APIClient"
],
"sources" : [
"Core/APIClient.swift",
"Core/NetworkError.swift",
"Extensions/APIClient+HTTPMethods.swift",
"Extensions/APIClient+Specification.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.