Build Information
Successful build of SwiftFetch, reference main (3a67d8), with Swift 6.2 for macOS (SPM) on 11 Dec 2025 04:34:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/neeteshraj/SwiftFetch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/neeteshraj/SwiftFetch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/neeteshraj/SwiftFetch.git
[1/96] Fetching swiftfetch
Fetched https://github.com/neeteshraj/SwiftFetch.git from cache (0.85s)
Creating working copy for https://github.com/neeteshraj/SwiftFetch.git
Working copy of https://github.com/neeteshraj/SwiftFetch.git resolved at main (3a67d81)
warning: '.resolve-product-dependencies': dependency 'swiftfetch' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/neeteshraj/SwiftFetch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/13] Compiling SwiftFetch MultipartFormData.swift
[4/13] Compiling SwiftFetch MockFetchClient.swift
[5/13] Compiling SwiftFetch LoggingInterceptor.swift
[6/13] Compiling SwiftFetch HTTPMethod.swift
[7/14] Compiling SwiftFetch FetchResponse.swift
[8/14] Compiling SwiftFetch FetchRequest.swift
[9/14] Compiling SwiftFetch FetchInterceptor.swift
[10/14] Compiling SwiftFetch FetchClient.swift
[11/14] Compiling SwiftFetch FetchError.swift
[12/14] Compiling SwiftFetch FetchService.swift
[13/14] Emitting module SwiftFetch
[14/14] Compiling SwiftFetch SwiftFetch.swift
Build complete! (5.28s)
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.