Build Information
Successful build of SwiftFetch, reference 1.0.4 (3a67d8), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 20:47:41 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/neeteshraj/SwiftFetch.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/neeteshraj/SwiftFetch
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 3a67d81 Update CHANGELOG and README to reflect removal of global helpers in SwiftFetch. Promote instance-based usage with new configuration guidelines. Adjust tests for improved clarity.
Cloned https://github.com/neeteshraj/SwiftFetch.git
Revision (git rev-parse @):
3a67d81286ead0b1d5ffb5c68eeade82a87cd736
SUCCESS checkout https://github.com/neeteshraj/SwiftFetch.git at 1.0.4
========================================
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": "swiftfetch",
"name": "SwiftFetch",
"url": "https://github.com/neeteshraj/SwiftFetch.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFetch",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/neeteshraj/SwiftFetch.git
[1/96] Fetching swiftfetch
Fetched https://github.com/neeteshraj/SwiftFetch.git from cache (0.84s)
Creating working copy for https://github.com/neeteshraj/SwiftFetch.git
Working copy of https://github.com/neeteshraj/SwiftFetch.git resolved at 1.0.4 (3a67d81)
warning: '.resolve-product-dependencies': dependency 'swiftfetch' 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/neeteshraj/SwiftFetch.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/13] Compiling SwiftFetch FetchInterceptor.swift
[4/13] Compiling SwiftFetch FetchClient.swift
[5/13] Compiling SwiftFetch FetchError.swift
[6/13] Compiling SwiftFetch FetchRequest.swift
[7/13] Compiling SwiftFetch FetchResponse.swift
[8/13] Compiling SwiftFetch FetchService.swift
[9/13] Compiling SwiftFetch MultipartFormData.swift
[10/13] Compiling SwiftFetch LoggingInterceptor.swift
[11/13] Compiling SwiftFetch MockFetchClient.swift
[12/13] Compiling SwiftFetch HTTPMethod.swift
[13/13] Emitting module SwiftFetch
[14/14] Compiling SwiftFetch SwiftFetch.swift
Build complete! (6.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftFetch",
"name" : "SwiftFetch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftFetch",
"targets" : [
"SwiftFetch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftFetchTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFetchTests",
"path" : "Tests/SwiftFetchTests",
"sources" : [
"SwiftFetchTests.swift"
],
"target_dependencies" : [
"SwiftFetch"
],
"type" : "test"
},
{
"c99name" : "SwiftFetch",
"module_type" : "SwiftTarget",
"name" : "SwiftFetch",
"path" : "Sources/SwiftFetch",
"product_memberships" : [
"SwiftFetch"
],
"sources" : [
"FetchClient.swift",
"FetchError.swift",
"FetchInterceptor.swift",
"FetchRequest.swift",
"FetchResponse.swift",
"FetchService.swift",
"HTTPMethod.swift",
"LoggingInterceptor.swift",
"MockFetchClient.swift",
"MultipartFormData.swift",
"SwiftFetch.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.