Build Information
Successful build of BigInt, reference master (114343
), with Swift 5.9 for Linux on 11 Nov 2024 19:27:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/BigInt.git
Reference: master
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/attaswift/BigInt
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 114343a improve Decimal conversion performance using `_mantissa` (#124)
Cloned https://github.com/attaswift/BigInt.git
Revision (git rev-parse @):
114343a705df4725dfe7ab8a2a326b8883cfd79c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/attaswift/BigInt.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/attaswift/BigInt.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/21] Emitting module BigInt
[2/23] Compiling BigInt Random.swift
[3/23] Compiling BigInt Shifts.swift
[4/23] Compiling BigInt Square Root.swift
[5/23] Compiling BigInt Strideable.swift
[6/23] Compiling BigInt String Conversion.swift
[7/23] Compiling BigInt Subtraction.swift
[8/23] Compiling BigInt Words and Bits.swift
[9/23] Compiling BigInt Addition.swift
[10/23] Compiling BigInt BigInt.swift
[11/23] Compiling BigInt BigUInt.swift
[12/23] Compiling BigInt Data Conversion.swift
[13/23] Compiling BigInt Division.swift
[14/23] Compiling BigInt Exponentiation.swift
[15/23] Compiling BigInt Integer Conversion.swift
[16/23] Compiling BigInt Multiplication.swift
[17/23] Compiling BigInt Prime Test.swift
[18/23] Compiling BigInt Floating Point Conversion.swift
[19/23] Compiling BigInt GCD.swift
[20/23] Compiling BigInt Hashable.swift
[21/23] Compiling BigInt Bitwise Ops.swift
[22/23] Compiling BigInt Codable.swift
[23/23] Compiling BigInt Comparable.swift
Build complete! (7.21s)
Build complete.
Done.