Build Information
Successful build of SimpleNetworking, reference master (bd2bd4), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:13:46 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/gonzalezreal/SimpleNetworking.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gonzalezreal/SimpleNetworking
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bd2bd41 Update README
Cloned https://github.com/gonzalezreal/SimpleNetworking.git
Revision (git rev-parse @):
bd2bd41ab92d83a0de1991c4b10d5f182fafee2f
SUCCESS checkout https://github.com/gonzalezreal/SimpleNetworking.git at master
Fetching https://github.com/apple/swift-log
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.20s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.2.0 (1.89s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.2.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": "simplenetworking",
"name": "SimpleNetworking",
"url": "https://github.com/gonzalezreal/SimpleNetworking.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleNetworking",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.11.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/gonzalezreal/SimpleNetworking.git
[1/453] Fetching simplenetworking
Fetched https://github.com/gonzalezreal/SimpleNetworking.git from cache (0.73s)
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-log from cache (0.53s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (1.15s)
Creating working copy for https://github.com/gonzalezreal/SimpleNetworking.git
Working copy of https://github.com/gonzalezreal/SimpleNetworking.git resolved at master (bd2bd41)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
warning: '.resolve-product-dependencies': dependency 'simplenetworking' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/gonzalezreal/SimpleNetworking.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/7] Compiling Logging Logging.swift
[5/7] Compiling Logging LogHandler.swift
[6/7] Compiling Logging Locks.swift
[7/7] Emitting module Logging
[8/22] Compiling SimpleNetworking Exports.swift
[9/22] Compiling SimpleNetworking Dictionary+LogDescription.swift
[10/22] Compiling SimpleNetworking HTTPStubProtocol.swift
[11/22] Compiling SimpleNetworking HeaderField.swift
[12/22] Compiling SimpleNetworking URLRequest+APIRequest.swift
[13/22] Compiling SimpleNetworking ContentType.swift
[14/22] Compiling SimpleNetworking Data+LogDescription.swift
[15/22] Compiling SimpleNetworking APIRequest+Convenience.swift
[16/22] Compiling SimpleNetworking APIRequest.swift
[17/22] Compiling SimpleNetworking APIClientError.swift
[18/22] Compiling SimpleNetworking APIError.swift
[19/22] Compiling SimpleNetworking APIClient.swift
[20/22] Compiling SimpleNetworking APIClientConfiguration.swift
[21/22] Emitting module SimpleNetworking
[22/22] Compiling SimpleNetworking HTTPURLResponse+Logging.swift
[23/23] Compiling SimpleNetworking URLSession+Stubbed.swift
Build complete! (5.40s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "SimpleNetworking",
"name" : "SimpleNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "SimpleNetworking",
"targets" : [
"SimpleNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworkingTests",
"path" : "Tests/SimpleNetworkingTests",
"sources" : [
"APIClientTest.swift",
"APIRequestTest.swift",
"Fixtures.swift",
"HTTPURLResponseAdditionsTest.swift",
"URLRequestAdditionsTest.swift"
],
"target_dependencies" : [
"SimpleNetworking"
],
"type" : "test"
},
{
"c99name" : "SimpleNetworking",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworking",
"path" : "Sources/SimpleNetworking",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"SimpleNetworking"
],
"sources" : [
"APIClient.swift",
"APIClientConfiguration.swift",
"APIClientError.swift",
"APIError.swift",
"APIRequest+Convenience.swift",
"APIRequest.swift",
"ContentType.swift",
"Data+LogDescription.swift",
"Dictionary+LogDescription.swift",
"HTTPStubProtocol.swift",
"HTTPURLResponse+Logging.swift",
"HeaderField.swift",
"Internal/Exports.swift",
"URLRequest+APIRequest.swift",
"URLSession+Stubbed.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.