Build Information
Successful build of XCEAPIClient, reference main (c542d3), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 08:38:49 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/XCEssentials/APIClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XCEssentials/APIClient
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c542d31 [ADD] basic SwiftPM "build & test" action workflow.
Cloned https://github.com/XCEssentials/APIClient.git
Revision (git rev-parse @):
c542d313ef1082103170329a2c8327ca91949702
SUCCESS checkout https://github.com/XCEssentials/APIClient.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": "apiclient",
"name": "XCEAPIClient",
"url": "https://github.com/XCEssentials/APIClient.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/APIClient",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/XCEssentials/APIClient.git
[1/800] Fetching apiclient
Fetched https://github.com/XCEssentials/APIClient.git from cache (0.76s)
Creating working copy for https://github.com/XCEssentials/APIClient.git
Working copy of https://github.com/XCEssentials/APIClient.git resolved at main (c542d31)
warning: '.resolve-product-dependencies': dependency 'apiclient' 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/XCEssentials/APIClient.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/9] Compiling XCEAPIClient Helpers.swift
[4/9] Compiling XCEAPIClient Errors.swift
[5/9] Compiling XCEAPIClient RequestDefinition.swift
[6/9] Compiling XCEAPIClient URLRequestFacilitator.swift
[7/9] Compiling XCEAPIClient BasicURLRequestFacilitator.swift
[8/9] Compiling XCEAPIClient ParameterEncoding.swift
[9/9] Emitting module XCEAPIClient
Build complete! (5.56s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XCEAPIClient",
"name" : "XCEAPIClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XCEAPIClient",
"targets" : [
"XCEAPIClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCEAPIClientAllTests",
"module_type" : "SwiftTarget",
"name" : "XCEAPIClientAllTests",
"path" : "Tests/XCEAPIClientAllTests",
"sources" : [
"RequestDefinitionTests.swift",
"URLRequestFacilitatorTests.swift"
],
"target_dependencies" : [
"XCEAPIClient"
],
"type" : "test"
},
{
"c99name" : "XCEAPIClient",
"module_type" : "SwiftTarget",
"name" : "XCEAPIClient",
"path" : "Sources/XCEAPIClient",
"product_memberships" : [
"XCEAPIClient"
],
"sources" : [
"3rdParty/Alamofire/ParameterEncoding.swift",
"BasicURLRequestFacilitator.swift",
"Errors.swift",
"Helpers.swift",
"RequestDefinition.swift",
"URLRequestFacilitator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.