Build Information
Successful build of AZCalc, reference 1.2.2 (1d0734), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 05:19:23 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/SumPositive/AZCalc.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SumPositive/AZCalc
* tag 1.2.2 -> FETCH_HEAD
HEAD is now at 1d0734e Demoアプリアイコン登録
Cloned https://github.com/SumPositive/AZCalc.git
Revision (git rev-parse @):
1d0734ee943c72ebf2134ab10af0c000048b169b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SumPositive/AZCalc.git at 1.2.2
========================================
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": "azcalc",
"name": "AZCalc",
"url": "https://github.com/SumPositive/AZCalc.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AZCalc",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SumPositive/AZCalc.git
[1/247] Fetching azcalc
Fetched https://github.com/SumPositive/AZCalc.git from cache (1.19s)
Creating working copy for https://github.com/SumPositive/AZCalc.git
Working copy of https://github.com/SumPositive/AZCalc.git resolved at 1.2.2 (1d0734e)
warning: '.resolve-product-dependencies': dependency 'azcalc' 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/SumPositive/AZCalc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--6988338F2F200930.txt
[3/5] Compiling AZDecimalC SBCD.cpp
[4/5] Compiling AZDecimalC SBCD_objC_Wrapper.mm
[6/8] Compiling AZDecimal AZDecimalConfig.swift
[7/8] Compiling AZDecimal AZDecimal.swift
[8/8] Emitting module AZDecimal
[9/10] Compiling AZFormula AZFormula.swift
[10/10] Emitting module AZFormula
Build complete! (5.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AZCalc",
"name" : "AZCalc",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AZDecimal",
"targets" : [
"AZDecimal"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AZFormula",
"targets" : [
"AZFormula"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AZFormulaTests",
"module_type" : "SwiftTarget",
"name" : "AZFormulaTests",
"path" : "Tests/AZFormulaTests",
"sources" : [
"AZFormulaTests.swift"
],
"target_dependencies" : [
"AZFormula"
],
"type" : "test"
},
{
"c99name" : "AZFormula",
"module_type" : "SwiftTarget",
"name" : "AZFormula",
"path" : "Sources/AZFormula",
"product_memberships" : [
"AZFormula"
],
"sources" : [
"AZFormula.swift"
],
"target_dependencies" : [
"AZDecimal"
],
"type" : "library"
},
{
"c99name" : "AZDecimalTests",
"module_type" : "SwiftTarget",
"name" : "AZDecimalTests",
"path" : "Tests/AZDecimalTests",
"sources" : [
"AZDecimalTests.swift"
],
"target_dependencies" : [
"AZDecimal"
],
"type" : "test"
},
{
"c99name" : "AZDecimalC",
"module_type" : "ClangTarget",
"name" : "AZDecimalC",
"path" : "Sources/AZDecimalC",
"product_memberships" : [
"AZDecimal",
"AZFormula"
],
"sources" : [
"SBCD.cpp",
"SBCD_objC_Wrapper.mm"
],
"type" : "library"
},
{
"c99name" : "AZDecimal",
"module_type" : "SwiftTarget",
"name" : "AZDecimal",
"path" : "Sources/AZDecimal",
"product_memberships" : [
"AZDecimal",
"AZFormula"
],
"sources" : [
"AZDecimal.swift",
"AZDecimalConfig.swift"
],
"target_dependencies" : [
"AZDecimalC"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.