Build Information
Successful build of Apic, reference 5.1.1 (0ac166), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:37:13 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/JuanjoArreola/Apic.git
Reference: 5.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JuanjoArreola/Apic
* tag 5.1.1 -> FETCH_HEAD
HEAD is now at 0ac166a Added public constructors to ResponseContainer
Cloned https://github.com/JuanjoArreola/Apic.git
Revision (git rev-parse @):
0ac166aace6d08c4d2ec9012b82f0b1b09795978
SUCCESS checkout https://github.com/JuanjoArreola/Apic.git at 5.1.1
Fetching https://github.com/JuanjoArreola/AsyncRequest.git
[1/137] Fetching asyncrequest
Fetched https://github.com/JuanjoArreola/AsyncRequest.git from cache (0.84s)
Computing version for https://github.com/JuanjoArreola/AsyncRequest.git
Computed https://github.com/JuanjoArreola/AsyncRequest.git at 2.3.0 (3.11s)
Creating working copy for https://github.com/JuanjoArreola/AsyncRequest.git
Working copy of https://github.com/JuanjoArreola/AsyncRequest.git resolved at 2.3.0
========================================
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": "apic",
"name": "Apic",
"url": "https://github.com/JuanjoArreola/Apic.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Apic",
"traits": [
"default"
],
"dependencies": [
{
"identity": "asyncrequest",
"name": "AsyncRequest",
"url": "https://github.com/JuanjoArreola/AsyncRequest.git",
"version": "2.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncRequest",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/JuanjoArreola/Apic.git
[1/1466] Fetching apic
Fetched https://github.com/JuanjoArreola/Apic.git from cache (1.04s)
Fetching https://github.com/JuanjoArreola/AsyncRequest.git from cache
Fetched https://github.com/JuanjoArreola/AsyncRequest.git from cache (0.41s)
Computing version for https://github.com/JuanjoArreola/AsyncRequest.git
Computed https://github.com/JuanjoArreola/AsyncRequest.git at 2.3.0 (0.48s)
Creating working copy for https://github.com/JuanjoArreola/AsyncRequest.git
Working copy of https://github.com/JuanjoArreola/AsyncRequest.git resolved at 2.3.0
Creating working copy for https://github.com/JuanjoArreola/Apic.git
Working copy of https://github.com/JuanjoArreola/Apic.git resolved at 5.1.1 (0ac166a)
warning: '.resolve-product-dependencies': dependency 'apic' is not used by any target
Found 1 product dependencies
- AsyncRequest
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/JuanjoArreola/Apic.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/13] Compiling AsyncRequest RequestError.swift
[5/13] Compiling AsyncRequest UUIDTimeoutRequest.swift
[6/13] Compiling AsyncRequest URLSessionRequest.swift
[7/13] Compiling AsyncRequest TimeoutRequest.swift
[8/13] Compiling AsyncRequest RequestHandlers.swift
[9/13] Compiling AsyncRequest GroupRequestHandlers.swift
[10/13] Compiling AsyncRequest Request.swift
[11/13] Emitting module AsyncRequest
[12/13] Compiling AsyncRequest Cancellable.swift
[13/13] Compiling AsyncRequest RequestGroup.swift
[14/29] Compiling Apic ResponseParser.swift
[15/29] Compiling Apic Route.swift
[16/30] Compiling Apic ResponseError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ResponseError.swift:24:25: warning: function call causes an infinite recursion
22 | }
23 | default:
24 | return self.localizedDescription
| `- warning: function call causes an infinite recursion
25 | }
26 | }
[17/30] Compiling Apic ReachabilityManager.swift
[18/30] Compiling Apic RepositorySessionDataDelegate.swift
[19/30] Compiling Apic RequestParameters.swift
[20/30] Compiling Apic ResponseContainer.swift
[21/30] Compiling Apic URLRequest+ParameterEncoding.swift
[22/30] Compiling Apic AbstractRepository.swift
[23/30] Compiling Apic BaseRepository.swift
[24/30] Compiling Apic Part.swift
[25/30] Compiling Apic Reachability.swift
[26/30] Compiling Apic DefaultResponseParser.swift
[27/30] Compiling Apic ErrorContainer.swift
[28/30] Compiling Apic HostReachabilityInfo.swift
[29/30] Compiling Apic ParameterEncoding.swift
[30/30] Emitting module Apic
Build complete! (8.72s)
Build complete.
{
"dependencies" : [
{
"identity" : "asyncrequest",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JuanjoArreola/AsyncRequest.git"
}
],
"manifest_display_name" : "Apic",
"name" : "Apic",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Apic",
"targets" : [
"Apic"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ApicTests",
"module_type" : "SwiftTarget",
"name" : "ApicTests",
"path" : "Tests",
"sources" : [
"ApicTests/ArrayTests.swift",
"ApicTests/DateTests.swift",
"ApicTests/DecimalTests.swift",
"ApicTests/DictionaryTests.swift",
"ApicTests/Movie.swift",
"ApicTests/ReachabilityTests.swift",
"LinuxMain.swift"
],
"target_dependencies" : [
"Apic"
],
"type" : "test"
},
{
"c99name" : "Apic",
"module_type" : "SwiftTarget",
"name" : "Apic",
"path" : "Sources",
"product_dependencies" : [
"AsyncRequest"
],
"product_memberships" : [
"Apic"
],
"sources" : [
"AbstractRepository.swift",
"BaseRepository.swift",
"DefaultResponseParser.swift",
"ErrorContainer.swift",
"HostReachabilityInfo.swift",
"ParameterEncoding.swift",
"Part.swift",
"Reachability.swift",
"ReachabilityManager.swift",
"RepositorySessionDataDelegate.swift",
"RequestParameters.swift",
"ResponseContainer.swift",
"ResponseError.swift",
"ResponseParser.swift",
"Route.swift",
"URLRequest+ParameterEncoding.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.