Build Information
Successful build of CoinGecko-Swift, reference main (38a466), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 05:02:07 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/crewshin/CoinGecko-Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crewshin/CoinGecko-Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 38a466d Cleanup
Cloned https://github.com/crewshin/CoinGecko-Swift.git
Revision (git rev-parse @):
38a466db14b3533dce95f5cfb56a74595805db31
SUCCESS checkout https://github.com/crewshin/CoinGecko-Swift.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "coingecko-swift",
"name": "CoinGecko-Swift",
"url": "https://github.com/crewshin/CoinGecko-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoinGecko-Swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/crewshin/CoinGecko-Swift.git
[1/76] Fetching coingecko-swift
Fetched https://github.com/crewshin/CoinGecko-Swift.git from cache (0.66s)
Creating working copy for https://github.com/crewshin/CoinGecko-Swift.git
Working copy of https://github.com/crewshin/CoinGecko-Swift.git resolved at main (38a466d)
warning: '.resolve-product-dependencies': dependency 'coingecko-swift' 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/crewshin/CoinGecko-Swift.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 CoinGecko_Swift PingResponse.swift
[4/11] Compiling CoinGecko_Swift CoinGecko.swift
[5/11] Compiling CoinGecko_Swift JSON+.swift
[6/11] Compiling CoinGecko_Swift APIErrors.swift
[7/11] Compiling CoinGecko_Swift API.swift
[8/11] Emitting module CoinGecko_Swift
[9/11] Compiling CoinGecko_Swift Networking.swift
[10/11] Compiling CoinGecko_Swift String+.swift
[11/11] Compiling CoinGecko_Swift NetworkRequestType.swift
Build complete! (4.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CoinGecko-Swift",
"name" : "CoinGecko-Swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoinGecko-Swift",
"targets" : [
"CoinGecko-Swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoinGecko_SwiftTests",
"module_type" : "SwiftTarget",
"name" : "CoinGecko-SwiftTests",
"path" : "Tests/CoinGecko-SwiftTests",
"sources" : [
"CoinGecko_SwiftTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CoinGecko-Swift"
],
"type" : "test"
},
{
"c99name" : "CoinGecko_Swift",
"module_type" : "SwiftTarget",
"name" : "CoinGecko-Swift",
"path" : "Sources/CoinGecko-Swift",
"product_memberships" : [
"CoinGecko-Swift"
],
"sources" : [
"API.swift",
"APIErrors.swift",
"CoinGecko.swift",
"Extensions/JSON+.swift",
"Extensions/String+.swift",
"Models/Responses/PingResponse.swift",
"NetworkRequestType.swift",
"Networking.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.