Build Information
Successful build of CryptoCurrencyKit, reference 0.3.1 (61b725), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:21:31 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/iCell/CryptoCurrencyKit.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iCell/CryptoCurrencyKit
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 61b725a update podspec
Cloned https://github.com/iCell/CryptoCurrencyKit.git
Revision (git rev-parse @):
61b725a65643ff9668c02e6915982ace109e2716
SUCCESS checkout https://github.com/iCell/CryptoCurrencyKit.git at 0.3.1
========================================
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": "cryptocurrencykit",
"name": "CryptoCurrencyKit",
"url": "https://github.com/iCell/CryptoCurrencyKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoCurrencyKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/iCell/CryptoCurrencyKit.git
[1/137] Fetching cryptocurrencykit
Fetched https://github.com/iCell/CryptoCurrencyKit.git from cache (0.64s)
Creating working copy for https://github.com/iCell/CryptoCurrencyKit.git
Working copy of https://github.com/iCell/CryptoCurrencyKit.git resolved at 0.3.1 (61b725a)
warning: '.resolve-product-dependencies': dependency 'cryptocurrencykit' 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/iCell/CryptoCurrencyKit.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/8] Compiling CryptoCurrencyKit Ticker.swift
[4/8] Compiling CryptoCurrencyKit Global.swift
[5/8] Compiling CryptoCurrencyKit Graph.swift
[6/8] Compiling CryptoCurrencyKit Request.swift
[7/8] Emitting module CryptoCurrencyKit
[8/8] Compiling CryptoCurrencyKit CryptoCurrencyKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CryptoCurrencyKit.swift:46:44: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
44 | do {
45 | if let decoded = try JSONSerialization.jsonObject(with: data, options: .allowFragments) as? [String: [[Double]]], let values = decoded[graph.rawValue] {
46 | let lines = values.flatMap { ele -> GraphLine? in
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
| `- note: use 'compactMap(_:)' instead
47 | if ele.count == 2 {
48 | return GraphLine(value: ele[1], timestamp: ele[0])
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (3.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CryptoCurrencyKit",
"name" : "CryptoCurrencyKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CryptoCurrencyKit",
"targets" : [
"CryptoCurrencyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CryptoCurrencyKit",
"module_type" : "SwiftTarget",
"name" : "CryptoCurrencyKit",
"path" : ".",
"product_memberships" : [
"CryptoCurrencyKit"
],
"sources" : [
"Sources/CryptoCurrencyKit.swift",
"Sources/Global.swift",
"Sources/Graph.swift",
"Sources/Request.swift",
"Sources/Ticker.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.