The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigDecimal, reference 3.0.2 (4414e0), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 04:13:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/mgriebling/BigDecimal.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgriebling/BigDecimal
 * tag               3.0.2      -> FETCH_HEAD
HEAD is now at 4414e0e Added more tests and added minimum requirements for OSes.
Cloned https://github.com/mgriebling/BigDecimal.git
Revision (git rev-parse @):
4414e0e82bb859cf5a2883f9401e7d7cb030f5b1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mgriebling/BigDecimal.git at 3.0.2
Fetching https://github.com/mgriebling/UInt128.git
Fetching https://github.com/mgriebling/BigInt.git
Fetching https://github.com/apple/swift-numerics
[1/1584] Fetching uint128
[97/8000] Fetching uint128, swift-numerics
[1648/15510] Fetching uint128, swift-numerics, bigint
Fetched https://github.com/apple/swift-numerics from cache (0.98s)
[1810/9094] Fetching uint128, bigint
Fetched https://github.com/mgriebling/UInt128.git from cache (1.64s)
Fetched https://github.com/mgriebling/BigInt.git from cache (1.64s)
Computing version for https://github.com/mgriebling/UInt128.git
Computed https://github.com/mgriebling/UInt128.git at 3.1.5 (4.93s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.69s)
Computing version for https://github.com/mgriebling/BigInt.git
Computed https://github.com/mgriebling/BigInt.git at 2.2.4 (0.58s)
Creating working copy for https://github.com/mgriebling/BigInt.git
Working copy of https://github.com/mgriebling/BigInt.git resolved at 2.2.4
Creating working copy for https://github.com/mgriebling/UInt128.git
Working copy of https://github.com/mgriebling/UInt128.git resolved at 3.1.5
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.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": "bigdecimal",
      "name": "BigDecimal",
      "url": "https://github.com/mgriebling/BigDecimal.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigDecimal",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/mgriebling/BigInt.git",
          "version": "2.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "1.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "uint128",
          "name": "UInt128",
          "url": "https://github.com/mgriebling/UInt128.git",
          "version": "3.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UInt128",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mgriebling/BigDecimal.git
[1/5948] Fetching bigdecimal
Fetched https://github.com/mgriebling/BigDecimal.git from cache (1.28s)
Fetching https://github.com/mgriebling/UInt128.git from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/mgriebling/BigInt.git from cache
Fetched https://github.com/apple/swift-numerics from cache (0.51s)
Fetched https://github.com/mgriebling/BigInt.git from cache (0.51s)
Fetched https://github.com/mgriebling/UInt128.git from cache (0.51s)
Computing version for https://github.com/mgriebling/UInt128.git
Computed https://github.com/mgriebling/UInt128.git at 3.2.0 (1.20s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.60s)
Computing version for https://github.com/mgriebling/BigInt.git
Computed https://github.com/mgriebling/BigInt.git at 2.3.0 (0.56s)
Creating working copy for https://github.com/mgriebling/BigDecimal.git
Working copy of https://github.com/mgriebling/BigDecimal.git resolved at 3.0.2 (4414e0e)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/mgriebling/BigInt.git
Working copy of https://github.com/mgriebling/BigInt.git resolved at 2.3.0
Creating working copy for https://github.com/mgriebling/UInt128.git
Working copy of https://github.com/mgriebling/UInt128.git resolved at 3.2.0
warning: '.resolve-product-dependencies': dependency 'bigdecimal' is not used by any target
Found 3 product dependencies
  - BigInt
  - swift-numerics
  - UInt128
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mgriebling/BigDecimal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[6/8] Compiling _NumericsShims _NumericsShims.c
[7/8] Write swift-version--6988338F2F200930.txt
[9/33] Compiling RealModule Real.swift
[10/33] Compiling RealModule Float80+Real.swift
[11/34] Compiling RealModule Float16+Real.swift
[12/34] Compiling RealModule ElementaryFunctions.swift
[13/34] Compiling RealModule Float+Real.swift
[14/34] Compiling RealModule AugmentedArithmetic.swift
[15/34] Compiling RealModule ApproximateEquality.swift
[16/34] Compiling RealModule AlgebraicField.swift
[17/34] Emitting module RealModule
[18/34] Compiling RealModule Double+Real.swift
[19/34] Compiling RealModule RealFunctions.swift
[20/39] Compiling UInt128 UInt128.swift
[21/39] Emitting module UInt128
[22/39] Compiling ComplexModule Complex.swift
[23/39] Compiling ComplexModule ElementaryFunctions.swift
[24/39] Emitting module ComplexModule
[25/39] Compiling ComplexModule Differentiable.swift
[26/39] Compiling ComplexModule Arithmetic.swift
[27/41] Compiling Numerics Numerics.swift
[28/41] Emitting module Numerics
[29/41] Compiling BigInt BurnikelZiegler.swift
[30/41] Compiling BigInt CRT.swift
[31/42] Compiling BigInt Karatsuba.swift
[32/42] Compiling BigInt Limbs.swift
[33/42] Compiling BigInt Factorial.swift
[34/42] Compiling BigInt GCD.swift
[35/42] Compiling BigInt FFT.swift
[36/42] Compiling BigInt ExpMod.swift
[37/42] Compiling BigInt ToomCook.swift
[38/42] Emitting module BigInt
[39/42] Compiling BigInt BigFrac.swift
[40/42] Compiling BigInt BigInt-Extensions.swift
[41/42] Compiling BigInt BigInt.swift
[42/42] Compiling BigInt BitSieve.swift
[43/61] Compiling BigDecimal DecimalLogic.swift
[44/61] Compiling BigDecimal Extensions.swift
[45/62] Compiling BigDecimal Rounding.swift
[46/62] Compiling BigDecimal SeriesCalculator.swift
[47/62] Compiling BigDecimal SinCalculator.swift
[48/62] Compiling BigDecimal DecimalMath.swift
[49/62] Compiling BigDecimal ExponentCalculator.swift
[50/62] Compiling BigDecimal CoshCalculator.swift
[51/62] Compiling BigDecimal DecimalMath-Simple.swift
[52/62] Compiling BigDecimal AsinCalculator.swift
[53/62] Compiling BigDecimal CosCalculator.swift
[54/62] Compiling BigDecimal Decimal32.swift
[55/62] Compiling BigDecimal Decimal64.swift
[56/62] Compiling BigDecimal Decimal.swift
[57/62] Compiling BigDecimal Decimal128.swift
[58/62] Compiling BigDecimal SinhCalculator.swift
[59/62] Compiling BigDecimal DecimalFloatingPoint.swift
[60/62] Emitting module BigDecimal
[61/62] Compiling BigDecimal BigDecimal.swift
[62/62] Compiling BigDecimal CBDecimal.swift
Build complete! (9.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mgriebling/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"
    },
    {
      "identity" : "uint128",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.5",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mgriebling/UInt128.git"
    }
  ],
  "manifest_display_name" : "BigDecimal",
  "name" : "BigDecimal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.3"
    },
    {
      "name" : "ios",
      "version" : "16.4"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.3"
    },
    {
      "name" : "tvos",
      "version" : "16.4"
    },
    {
      "name" : "watchos",
      "version" : "9.4"
    }
  ],
  "products" : [
    {
      "name" : "BigDecimal",
      "targets" : [
        "BigDecimal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BigDecimalTests",
      "module_type" : "SwiftTarget",
      "name" : "BigDecimalTests",
      "path" : "Tests/BigDecimalTests",
      "sources" : [
        "Decimal32Tests.swift",
        "TestAbs.swift",
        "TestAddition.swift",
        "TestArithmetic.swift",
        "TestAsString.swift",
        "TestBigDecimal.swift",
        "TestCompare.swift",
        "TestComplex.swift",
        "TestConstructor.swift",
        "TestConversion.swift",
        "TestData.swift",
        "TestDecimal.swift",
        "TestDecimal128.swift",
        "TestDecimal128Encoding.swift",
        "TestDecimal128FMA.swift",
        "TestDecimal32.swift",
        "TestDecimal32Encoding.swift",
        "TestDecimal64.swift",
        "TestDecimal64Encoding.swift",
        "TestDecimal64FMA.swift",
        "TestDivision1.swift",
        "TestDivision2.swift",
        "TestEncode128.swift",
        "TestEncode32.swift",
        "TestEncode64.swift",
        "TestHyperbolic.swift",
        "TestInfinityNaN.swift",
        "TestLogarithm.swift",
        "TestLogic.swift",
        "TestMinMax.swift",
        "TestMultiplication.swift",
        "TestOperations.swift",
        "TestPow.swift",
        "TestProperties.swift",
        "TestQuantize.swift",
        "TestRandom.swift",
        "TestRemainder.swift",
        "TestRoundAdd.swift",
        "TestRoundDiv.swift",
        "TestRoundMul.swift",
        "TestRoundPow.swift",
        "TestScale.swift",
        "TestSubtraction.swift",
        "TestTrig.swift",
        "TestTrim.swift",
        "TestWithExponent.swift"
      ],
      "target_dependencies" : [
        "BigDecimal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigDecimal",
      "module_type" : "SwiftTarget",
      "name" : "BigDecimal",
      "path" : "Sources/BigDecimal",
      "product_dependencies" : [
        "BigInt",
        "UInt128",
        "Numerics"
      ],
      "product_memberships" : [
        "BigDecimal"
      ],
      "sources" : [
        "BigDecimal.swift",
        "CBDecimal.swift",
        "Decimal.swift",
        "Decimal128.swift",
        "Decimal32.swift",
        "Decimal64.swift",
        "DecimalMath/AsinCalculator.swift",
        "DecimalMath/CosCalculator.swift",
        "DecimalMath/CoshCalculator.swift",
        "DecimalMath/DecimalMath-Simple.swift",
        "DecimalMath/DecimalMath.swift",
        "DecimalMath/ExponentCalculator.swift",
        "DecimalMath/SeriesCalculator.swift",
        "DecimalMath/SinCalculator.swift",
        "DecimalMath/SinhCalculator.swift",
        "Support/DecimalFloatingPoint.swift",
        "Support/DecimalLogic.swift",
        "Support/Extensions.swift",
        "Support/Rounding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/mgriebling/bigdecimal/3.0.2
Repository:               mgriebling/BigDecimal
Swift version used:       6.3
Target:                   Target1
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/mgriebling/UInt128.git
Updating https://github.com/mgriebling/BigInt.git
Updated https://github.com/mgriebling/BigInt.git (0.41s)
Updated https://github.com/mgriebling/UInt128.git (0.41s)
[1/2275] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-numerics
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.14s)
Updated https://github.com/apple/swift-numerics (0.51s)
Computing version for https://github.com/mgriebling/UInt128.git
Computed https://github.com/mgriebling/UInt128.git at 3.1.5 (2.63s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.71s)
Computing version for https://github.com/mgriebling/BigInt.git
Computed https://github.com/mgriebling/BigInt.git at 2.2.4 (0.53s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.92s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Symbol.swift
[7/53] Compiling SymbolKit SymbolKind.swift
[8/53] Compiling SymbolKit SymbolGraph.swift
[9/53] Compiling SymbolKit GraphCollector.swift
[10/53] Compiling SymbolKit SourceRange.swift
[11/53] Compiling SymbolKit Metadata.swift
[12/53] Compiling SymbolKit Module.swift
[13/53] Compiling SymbolKit OperatingSystem.swift
[14/53] Compiling SymbolKit Platform.swift
[15/53] Compiling SymbolKit Mixin+Equals.swift
[16/53] Compiling SymbolKit Mixin+Hash.swift
[17/53] Compiling SymbolKit Mixin.swift
[18/53] Compiling SymbolKit LineList.swift
[19/53] Compiling SymbolKit Position.swift
[20/57] Emitting module SymbolKit
[21/57] Compiling SymbolKit SemanticVersion.swift
[22/57] Compiling SymbolKit AccessControl.swift
[23/57] Compiling SymbolKit Availability.swift
[24/57] Compiling SymbolKit AvailabilityItem.swift
[25/57] Compiling SymbolKit Domain.swift
[26/57] Compiling SymbolKit GenericConstraint.swift
[27/57] Compiling SymbolKit GenericParameter.swift
[28/57] Compiling SymbolKit Generics.swift
[29/57] Compiling SymbolKit Namespace.swift
[30/57] Compiling SymbolKit Identifier.swift
[31/57] Compiling SymbolKit KindIdentifier.swift
[32/57] Compiling SymbolKit Location.swift
[33/57] Compiling SymbolKit Mutability.swift
[34/57] Compiling SymbolKit DeclarationFragments.swift
[35/57] Compiling SymbolKit Fragment.swift
[36/57] Compiling SymbolKit FragmentKind.swift
[37/57] Compiling SymbolKit FunctionParameter.swift
[38/57] Compiling SymbolKit FunctionSignature.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Names.swift
[45/57] Compiling SymbolKit SPI.swift
[46/57] Compiling SymbolKit Snippet.swift
[47/57] Compiling SymbolKit Extension.swift
[48/57] Emitting module Snippets
[49/57] Compiling Snippets SnippetParser.swift
[50/57] Compiling Snippets Snippet.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.14s)
error: no target named 'Target1'
compatible targets: 'BigDecimal', 'BigInt', 'UInt128', 'Numerics'
Target:                   Target2
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.22s)
error: no target named 'Target2'
compatible targets: 'BigDecimal', 'BigInt', 'UInt128', 'Numerics'
       1
0	/Users/admin/builder/spi-builder-workspace/.docs/mgriebling/bigdecimal/3.0.2
✅  Doc result (uploading) reported
Error while generating docs: Error Domain=NSCocoaErrorDomain Code=260 "The folder “documentation” doesn’t exist." UserInfo={NSUserStringVariant=(
    Folder
), NSFilePath=/Users/admin/builder/spi-builder-workspace/.docs/mgriebling/bigdecimal/3.0.2/documentation, NSURL=file:///Users/admin/builder/spi-builder-workspace/.docs/mgriebling/bigdecimal/3.0.2/documentation, NSUnderlyingError=0x952dd07b0 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
✅  Doc result (failed) reported
Done.