Build Information
Successful build of BigDecimal, reference 1.0.2 (04d170), with Swift 6.2 for Linux on 19 Jun 2025 19:42:29 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /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
* 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: linux
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-numerics.git
[1/4807] Fetching bigint
[1107/10564] Fetching bigint, swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.24s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.77s)
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] Compiling RealModule Real.swift
[9/39] Compiling RealModule RealFunctions.swift
[10/39] Compiling RealModule Float16+Real.swift
[11/39] Compiling RealModule Float80+Real.swift
[12/39] Compiling BigInt Strideable.swift
[13/39] Compiling BigInt String Conversion.swift
[14/39] Compiling BigInt Addition.swift
[15/39] Compiling BigInt BigInt.swift
[16/41] Emitting module BigInt
[17/41] Compiling BigInt Random.swift
[18/41] Compiling BigInt Shifts.swift
[19/41] Compiling BigInt Square Root.swift
[20/41] Compiling BigInt Integer Conversion.swift
[21/41] Compiling BigInt Multiplication.swift
[22/41] Compiling BigInt Prime Test.swift
[23/41] Compiling RealModule ElementaryFunctions.swift
[24/41] Emitting module RealModule
[25/41] Compiling RealModule Float+Real.swift
[26/41] Compiling BigInt BigUInt.swift
[27/41] Compiling BigInt Data Conversion.swift
[29/47] Compiling ComplexModule ElementaryFunctions.swift
[30/47] Compiling BigInt Subtraction.swift
[31/47] Compiling BigInt Words and Bits.swift
[32/47] Compiling BigInt Floating Point Conversion.swift
[33/47] Compiling BigInt GCD.swift
[34/47] Compiling BigInt Hashable.swift
[36/47] Compiling BigInt Division.swift
[37/47] Compiling BigInt Exponentiation.swift
[38/47] Compiling BigInt Bitwise Ops.swift
[39/47] Compiling BigInt Codable.swift
[40/47] Compiling BigInt Comparable.swift
[45/48] Compiling ComplexModule Complex.swift
[46/48] Compiling ComplexModule Arithmetic.swift
[47/48] Emitting module ComplexModule
[48/48] Compiling ComplexModule Differentiable.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 Conversions.swift
[56/58] Compiling BigDecimal BigInt+digitCount.swift
[57/58] Emitting module BigDecimal
[58/58] Compiling BigDecimal BigDecimal.swift
Build complete! (33.86s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.