Build Information
Successful build of SwiftFinancial, reference 0.2.0-beta (fc8374), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 18:59:46 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/zrluety/SwiftFinancial.git
Reference: 0.2.0-beta
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zrluety/SwiftFinancial
* tag 0.2.0-beta -> FETCH_HEAD
HEAD is now at fc8374b Update README table
Cloned https://github.com/zrluety/SwiftFinancial.git
Revision (git rev-parse @):
fc8374b1386c550d2d2db3b1cae07f0f1e67d2fb
SUCCESS checkout https://github.com/zrluety/SwiftFinancial.git at 0.2.0-beta
========================================
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": "swiftfinancial",
"name": "SwiftFinancial",
"url": "https://github.com/zrluety/SwiftFinancial.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFinancial",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/zrluety/SwiftFinancial.git
[1/34] Fetching swiftfinancial
Fetched https://github.com/zrluety/SwiftFinancial.git from cache (0.56s)
Creating working copy for https://github.com/zrluety/SwiftFinancial.git
Working copy of https://github.com/zrluety/SwiftFinancial.git resolved at 0.2.0-beta (fc8374b)
warning: '.resolve-product-dependencies': dependency 'swiftfinancial' 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/zrluety/SwiftFinancial.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/4] Emitting module SwiftFinancial
[4/4] Compiling SwiftFinancial SwiftFinancial.swift
Build complete! (3.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftFinancial",
"name" : "SwiftFinancial",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftFinancial",
"targets" : [
"SwiftFinancial"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftFinancialTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFinancialTests",
"path" : "Tests/SwiftFinancialTests",
"sources" : [
"SwiftFinancialTests.swift"
],
"target_dependencies" : [
"SwiftFinancial"
],
"type" : "test"
},
{
"c99name" : "SwiftFinancial",
"module_type" : "SwiftTarget",
"name" : "SwiftFinancial",
"path" : "Sources/SwiftFinancial",
"product_memberships" : [
"SwiftFinancial"
],
"sources" : [
"SwiftFinancial.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.