Build Information
Successful build of SwiftRest, reference main (66976c), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 08:44:07 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/ricky-stone/SwiftRest.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ricky-stone/SwiftRest
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 66976c2 Trim legacy client APIs for v5.1.0
Cloned https://github.com/ricky-stone/SwiftRest.git
Revision (git rev-parse @):
66976c28bd36322d1f2988d6f73c417b8480b022
SUCCESS checkout https://github.com/ricky-stone/SwiftRest.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": "swiftrest",
"name": "SwiftRest",
"url": "https://github.com/ricky-stone/SwiftRest.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftRest",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ricky-stone/SwiftRest.git
[1/563] Fetching swiftrest
Fetched https://github.com/ricky-stone/SwiftRest.git from cache (0.81s)
Creating working copy for https://github.com/ricky-stone/SwiftRest.git
Working copy of https://github.com/ricky-stone/SwiftRest.git resolved at main (66976c2)
warning: '.resolve-product-dependencies': dependency 'swiftrest' 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/ricky-stone/SwiftRest.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/30] Emitting module SwiftRest
[4/33] Compiling SwiftRest SwiftRestResult.swift
[5/33] Compiling SwiftRest SwiftRestSessionStore.swift
[6/33] Compiling SwiftRest SwiftRestSessionStores.swift
[7/33] Compiling SwiftRest SwiftRestClientError.swift
[8/33] Compiling SwiftRest SwiftRestConfig.swift
[9/33] Compiling SwiftRest SwiftRestDebugLogging.swift
[10/33] Compiling SwiftRest NoContent.swift
[11/33] Compiling SwiftRest RestClientType.swift
[12/33] Compiling SwiftRest SwiftRestAuthBuilder.swift
[13/33] Compiling SwiftRest SwiftRestJSONCoding.swift
[14/33] Compiling SwiftRest SwiftRestJSONOptions.swift
[15/33] Compiling SwiftRest SwiftRestPathSegment.swift
[16/33] Compiling SwiftRest Json.swift
[17/33] Compiling SwiftRest JsonError.swift
[18/33] Compiling SwiftRest MockRestClient.swift
[19/33] Compiling SwiftRest SwiftRestPathUtilities.swift
[20/33] Compiling SwiftRest SwiftRestQuery.swift
[21/33] Compiling SwiftRest SwiftRestRefreshContext.swift
[22/33] Compiling SwiftRest SwiftRestAuthSession.swift
[23/33] Compiling SwiftRest SwiftRestBuilder.swift
[24/33] Compiling SwiftRest SwiftRestClient.swift
[25/33] Compiling SwiftRest SwiftRestRequest.swift
[26/33] Compiling SwiftRest SwiftRestRequestChain.swift
[27/33] Compiling SwiftRest SwiftRestResponse.swift
[28/33] Compiling SwiftRest SwiftRestAuthClient.swift
[29/33] Compiling SwiftRest SwiftRestAuthRefresh.swift
[30/33] Compiling SwiftRest SwiftRestAuthRequestChain.swift
[31/33] Compiling SwiftRest ErrorResponse.swift
[32/33] Compiling SwiftRest HTTPHeaders.swift
[33/33] Compiling SwiftRest HTTPMethod.swift
Build complete! (7.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftRest",
"name" : "SwiftRest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftRest",
"targets" : [
"SwiftRest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftRestTests",
"module_type" : "SwiftTarget",
"name" : "SwiftRestTests",
"path" : "Tests/SwiftRestTests",
"sources" : [
"SwiftRestTests.swift"
],
"target_dependencies" : [
"SwiftRest"
],
"type" : "test"
},
{
"c99name" : "SwiftRest",
"module_type" : "SwiftTarget",
"name" : "SwiftRest",
"path" : "Sources/SwiftRest",
"product_memberships" : [
"SwiftRest"
],
"sources" : [
"ErrorResponse.swift",
"HTTPHeaders.swift",
"HTTPMethod.swift",
"Json.swift",
"JsonError.swift",
"MockRestClient.swift",
"NoContent.swift",
"RestClientType.swift",
"SwiftRestAuthBuilder.swift",
"SwiftRestAuthClient.swift",
"SwiftRestAuthRefresh.swift",
"SwiftRestAuthRequestChain.swift",
"SwiftRestAuthSession.swift",
"SwiftRestBuilder.swift",
"SwiftRestClient.swift",
"SwiftRestClientError.swift",
"SwiftRestConfig.swift",
"SwiftRestDebugLogging.swift",
"SwiftRestJSONCoding.swift",
"SwiftRestJSONOptions.swift",
"SwiftRestPathSegment.swift",
"SwiftRestPathUtilities.swift",
"SwiftRestQuery.swift",
"SwiftRestRefreshContext.swift",
"SwiftRestRequest.swift",
"SwiftRestRequestChain.swift",
"SwiftRestResponse.swift",
"SwiftRestResult.swift",
"SwiftRestSessionStore.swift",
"SwiftRestSessionStores.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.