The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AZCalc, reference 1.2.2 (1d0734), with Swift 6.2 for macOS (SPM) on 20 Apr 2026 05:18:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build 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
========================================
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 AZDecimalConfig.swift
[7/8] Emitting module AZDecimal
[8/8] Compiling AZDecimal AZDecimal.swift
[9/10] Compiling AZFormula AZFormula.swift
[10/10] Emitting module AZFormula
Build complete! (5.14s)
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.