The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigDecimal, reference main (04d170), with Swift 6.2 for Wasm on 19 Jun 2025 19:42:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Zollerboy1/BigDecimal.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Zollerboy1/BigDecimal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Zollerboy1/BigDecimal.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-numerics.git
[1/4807] Fetching bigint
[386/10564] Fetching bigint, swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.50s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.67s)
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
Building for debugging...
[0/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/38] Emitting module RealModule
[9/39] Compiling RealModule AlgebraicField.swift
[10/39] Compiling RealModule ApproximateEquality.swift
[11/39] Compiling RealModule AugmentedArithmetic.swift
[12/41] Compiling RealModule Real.swift
[13/41] Compiling RealModule Float16+Real.swift
[14/41] Compiling RealModule Float80+Real.swift
[16/41] Compiling RealModule Double+Real.swift
[19/41] Compiling RealModule Float+Real.swift
[20/41] Compiling RealModule ElementaryFunctions.swift
[21/41] Compiling RealModule RealFunctions.swift
[23/41] Compiling BigInt BigInt.swift
[24/41] Compiling BigInt BigUInt.swift
[25/42] Emitting module BigInt
[26/42] Compiling BigInt Data Conversion.swift
[27/42] Compiling BigInt Division.swift
[28/42] Compiling BigInt Exponentiation.swift
[29/42] Compiling BigInt Strideable.swift
[30/42] Compiling BigInt String Conversion.swift
[31/42] Compiling BigInt Random.swift
[32/42] Compiling BigInt Shifts.swift
[33/42] Compiling BigInt Square Root.swift
[34/42] Compiling BigInt Floating Point Conversion.swift
[35/42] Compiling BigInt GCD.swift
[36/42] Compiling BigInt Hashable.swift
[37/42] Compiling BigInt Integer Conversion.swift
[38/42] Compiling BigInt Multiplication.swift
[39/42] Compiling BigInt Prime Test.swift
[41/47] Compiling ComplexModule Differentiable.swift
[42/47] Compiling ComplexModule Arithmetic.swift
[43/47] Compiling ComplexModule Complex.swift
[44/47] Emitting module ComplexModule
[45/47] Compiling BigInt Subtraction.swift
[46/47] Compiling BigInt Words and Bits.swift
[48/48] Compiling ComplexModule ElementaryFunctions.swift
[50/51] Emitting module Numerics
[51/51] Compiling Numerics Numerics.swift
[53/58] Compiling BigDecimal RangeReplaceableCollection+removeWhile.swift
[54/58] Compiling BigDecimal Util.swift
[55/58] Compiling BigDecimal BigInt+digitCount.swift
[56/58] Compiling BigDecimal Conversions.swift
[57/58] Emitting module BigDecimal
[58/58] Compiling BigDecimal BigDecimal.swift
Build complete! (15.53s)
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" : "/host/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"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.