Build Information
Successful build of APIRequest, reference 1.3.5 (779527), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 12:02:10 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/NathanFallet/APIRequest.git
Reference: 1.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NathanFallet/APIRequest
* tag 1.3.5 -> FETCH_HEAD
HEAD is now at 779527d Fixing `No such module 'FoundationNetworking'`
Cloned https://github.com/NathanFallet/APIRequest.git
Revision (git rev-parse @):
779527db3a61c430a7f38e8c15779b5a5fd0510f
SUCCESS checkout https://github.com/NathanFallet/APIRequest.git at 1.3.5
========================================
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": "apirequest",
"name": "APIRequest",
"url": "https://github.com/NathanFallet/APIRequest.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/APIRequest",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/NathanFallet/APIRequest.git
[1/275] Fetching apirequest
Fetched https://github.com/NathanFallet/APIRequest.git from cache (0.75s)
Creating working copy for https://github.com/NathanFallet/APIRequest.git
Working copy of https://github.com/NathanFallet/APIRequest.git resolved at 1.3.5 (779527d)
warning: '.resolve-product-dependencies': dependency 'apirequest' 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/NathanFallet/APIRequest.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/11] Compiling APIRequest JSONAPIDecoder.swift
[4/11] Compiling APIRequest APIDecoder.swift
[5/11] Compiling APIRequest EncodableExtension.swift
[6/11] Compiling APIRequest APIResponseStatus.swift
[7/11] Compiling APIRequest APIEncoder.swift
[8/11] Compiling APIRequest APIRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/APIRequest/Request/APIRequest.swift:222:86: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
220 | if let data = data, let response = response as? HTTPURLResponse {
221 | // Decode the data with the specified decoder
222 | self.end(data: self.configuration.decoder.decode(from: data, as: type), status: APIResponseStatus.status(forCode: response.statusCode), completionHandler: completionHandler)
| `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
223 | } else {
224 | // We consider we don't have a valid response
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[9/11] Emitting module APIRequest
[10/11] Compiling APIRequest APIConfiguration.swift
[11/11] Compiling APIRequest JSONAPIEncoder.swift
Build complete! (4.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "APIRequest",
"name" : "APIRequest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "APIRequest",
"targets" : [
"APIRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "APIRequestTests",
"module_type" : "SwiftTarget",
"name" : "APIRequestTests",
"path" : "Tests/APIRequestTests",
"sources" : [
"APIRequestTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"APIRequest"
],
"type" : "test"
},
{
"c99name" : "APIRequest",
"module_type" : "SwiftTarget",
"name" : "APIRequest",
"path" : "Sources/APIRequest",
"product_memberships" : [
"APIRequest"
],
"sources" : [
"Decoder/APIDecoder.swift",
"Decoder/JSONAPIDecoder.swift",
"Encoder/APIEncoder.swift",
"Encoder/EncodableExtension.swift",
"Encoder/JSONAPIEncoder.swift",
"Request/APIConfiguration.swift",
"Request/APIRequest.swift",
"Request/APIResponseStatus.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.