Build Information
Successful build of AZCalc, reference main (5773b9), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 07:32:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SumPositive/AZCalc
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5773b99 Document link追加
Cloned https://github.com/SumPositive/AZCalc.git
Revision (git rev-parse @):
5773b999093dd0e08f791e4956782f23fd30f302
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SumPositive/AZCalc.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SumPositive/AZCalc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--3CB7CFEC50E0D141.txt
[3/5] Compiling AZDecimalC SBCD.cpp
[4/5] Compiling AZDecimalC SBCD_objC_Wrapper.mm
[6/8] Compiling AZDecimal AZDecimal.swift
[7/8] Compiling AZDecimal AZDecimalConfig.swift
[8/8] Emitting module AZDecimal
[9/10] Compiling AZFormula AZFormula.swift
[10/10] Emitting module AZFormula
Build complete! (4.76s)
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.