Build Information
Successful build of BigDecimal, reference 1.0.2 (04d170
), with Swift 6.0 for Linux on 2 Nov 2024 18:49:47 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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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.0
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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/attaswift/BigInt.git
[1/4732] Fetching bigint
[3976/10308] Fetching bigint, swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.39s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.42s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.0 (0.38s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.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.2
Building for debugging...
[0/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/38] Compiling BigInt Random.swift
[9/38] Compiling BigInt Shifts.swift
[10/38] Compiling BigInt Square Root.swift
[11/40] Compiling BigInt Strideable.swift
[12/40] Compiling BigInt String Conversion.swift
[13/40] Compiling BigInt Integer Conversion.swift
[14/40] Compiling BigInt Multiplication.swift
[15/40] Compiling BigInt Prime Test.swift
[16/40] Compiling RealModule Real.swift
[17/41] Compiling RealModule Float80+Real.swift
[18/41] Compiling RealModule ElementaryFunctions.swift
[19/41] Compiling BigInt BigUInt.swift
[20/41] Compiling BigInt Bitwise Ops.swift
[21/41] Compiling RealModule Float+Real.swift
[22/41] Compiling RealModule Float16+Real.swift
[23/41] Emitting module BigInt
[24/41] Compiling BigInt Addition.swift
[25/41] Compiling BigInt BigInt.swift
[27/41] Compiling RealModule RealFunctions.swift
[28/41] Emitting module RealModule
[32/47] Compiling BigInt Subtraction.swift
[33/47] Compiling BigInt Words and Bits.swift
[34/47] Compiling ComplexModule ElementaryFunctions.swift
[35/47] Compiling ComplexModule Arithmetic.swift
[36/47] Emitting module ComplexModule
[37/47] Compiling BigInt Data Conversion.swift
[38/47] Compiling BigInt Division.swift
[39/47] Compiling BigInt Exponentiation.swift
[40/47] Compiling BigInt Floating Point Conversion.swift
[41/47] Compiling BigInt GCD.swift
[42/47] Compiling BigInt Hashable.swift
[44/47] Compiling BigInt Codable.swift
[45/47] Compiling BigInt Comparable.swift
[47/48] Compiling ComplexModule Complex.swift
[48/48] Compiling ComplexModule Differentiable.swift
[50/51] Compiling Numerics Numerics.swift
[51/51] Emitting module Numerics
[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! (14.95s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.