Build Information
Successful build of Money, reference 1.4.0 (135604), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 18:24:20 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/flight-school/money.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/money
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at 135604c Bump version to 1.4.0
Cloned https://github.com/flight-school/money.git
Revision (git rev-parse @):
135604c4966b2cc0be180182f23778660175b031
SUCCESS checkout https://github.com/flight-school/money.git at 1.4.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": "money",
"name": "Money",
"url": "https://github.com/flight-school/money.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/money",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/flight-school/money.git
[1/470] Fetching money
Fetched https://github.com/flight-school/money.git from cache (0.79s)
Creating working copy for https://github.com/flight-school/money.git
Working copy of https://github.com/flight-school/money.git resolved at 1.4.0 (135604c)
warning: '.resolve-product-dependencies': dependency 'money' 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/flight-school/money.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/7] Compiling Money JSONEncoder+Extensions.swift
[4/7] Emitting module Money
[5/7] Compiling Money JSONDecoder+Extensions.swift
[6/7] Compiling Money Currency.swift
[7/7] Compiling Money Money.swift
Build complete! (3.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Money",
"name" : "Money",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Money",
"targets" : [
"Money"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MoneyTests",
"module_type" : "SwiftTarget",
"name" : "MoneyTests",
"path" : "Tests/MoneyTests",
"sources" : [
"CurrencyTests.swift",
"DecodingTests.swift",
"EncodingTests.swift",
"MoneyTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Money"
],
"type" : "test"
},
{
"c99name" : "Money",
"module_type" : "SwiftTarget",
"name" : "Money",
"path" : "Sources/Money",
"product_memberships" : [
"Money"
],
"sources" : [
"Currency.swift",
"Extensions/JSONDecoder+Extensions.swift",
"Extensions/JSONEncoder+Extensions.swift",
"Money.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.