The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigDecimal, reference 1.0.2 (04d170), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:45:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Zollerboy1/BigDecimal.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Zollerboy1/BigDecimal
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 04d1704 Fix Sendable checking for Swift 5.5
Cloned https://github.com/Zollerboy1/BigDecimal.git
Revision (git rev-parse @):
04d17040e4615fbfda3a882b9881f6841f4bf557
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Zollerboy1/BigDecimal.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Zollerboy1/BigDecimal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[5/7] Write swift-version-1EA4D86E10B52AF.txt
[6/7] Compiling _NumericsShims _NumericsShims.c
[8/38] Compiling RealModule Real.swift
[9/38] Compiling RealModule Float80+Real.swift
[10/38] Compiling RealModule AlgebraicField.swift
[11/38] Emitting module RealModule
[12/39] Compiling RealModule ApproximateEquality.swift
[13/39] Compiling RealModule AugmentedArithmetic.swift
[14/39] Compiling RealModule Float16+Real.swift
[15/39] Compiling RealModule ElementaryFunctions.swift
[16/39] Compiling RealModule Double+Real.swift
[17/39] Compiling RealModule Float+Real.swift
[18/39] Compiling RealModule RealFunctions.swift
[19/44] Emitting module ComplexModule
[20/44] Compiling ComplexModule Arithmetic.swift
[21/44] Compiling ComplexModule Differentiable.swift
[22/44] Compiling ComplexModule Complex.swift
[23/44] Compiling ComplexModule ElementaryFunctions.swift
[24/46] Emitting module Numerics
[25/46] Compiling Numerics Numerics.swift
[26/46] Emitting module BigInt
[27/48] Compiling BigInt Subtraction.swift
[28/48] Compiling BigInt Words and Bits.swift
[29/48] Compiling BigInt Shifts.swift
[30/48] Compiling BigInt Square Root.swift
[31/48] Compiling BigInt Exponentiation.swift
[32/48] Compiling BigInt Floating Point Conversion.swift
[33/48] Compiling BigInt Bitwise Ops.swift
[34/48] Compiling BigInt Codable.swift
[35/48] Compiling BigInt Comparable.swift
[36/48] Compiling BigInt Addition.swift
[37/48] Compiling BigInt BigInt.swift
[38/48] Compiling BigInt BigUInt.swift
[39/48] Compiling BigInt Prime Test.swift
[40/48] Compiling BigInt Random.swift
[41/48] Compiling BigInt Strideable.swift
[42/48] Compiling BigInt String Conversion.swift
[43/48] Compiling BigInt Integer Conversion.swift
[44/48] Compiling BigInt Multiplication.swift
[45/48] Compiling BigInt GCD.swift
[46/48] Compiling BigInt Hashable.swift
[47/48] Compiling BigInt Data Conversion.swift
[48/48] Compiling BigInt Division.swift
[49/54] Compiling BigDecimal RangeReplaceableCollection+removeWhile.swift
[50/54] Compiling BigDecimal BigInt+digitCount.swift
[51/54] Compiling BigDecimal Util.swift
[52/54] Compiling BigDecimal Conversions.swift
[53/54] Emitting module BigDecimal
[54/54] Compiling BigDecimal BigDecimal.swift
Build complete! (7.10s)
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/attaswift/BigInt.git
[1/4807] Fetching bigint
[2/10564] Fetching bigint, swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.16s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.16s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.71s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.41s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    }
  ],
  "manifest_display_name" : "BigDecimal",
  "name" : "BigDecimal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BigDecimal",
      "targets" : [
        "BigDecimal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BigDecimalTests",
      "module_type" : "SwiftTarget",
      "name" : "BigDecimalTests",
      "path" : "Tests/BigDecimalTests",
      "product_dependencies" : [
        "BigInt"
      ],
      "sources" : [
        "BigDecimalTests.swift"
      ],
      "target_dependencies" : [
        "BigDecimal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigDecimal",
      "module_type" : "SwiftTarget",
      "name" : "BigDecimal",
      "path" : "Sources/BigDecimal",
      "product_dependencies" : [
        "BigInt",
        "Numerics"
      ],
      "product_memberships" : [
        "BigDecimal"
      ],
      "sources" : [
        "BigDecimal.swift",
        "BigInt+digitCount.swift",
        "Conversions.swift",
        "RangeReplaceableCollection+removeWhile.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.