Build Information
Successful build of BigNumber, reference master (d09d98
), with Swift 5.10 for Linux on 27 Jul 2024 14:39:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkrd/Swift-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/mkrd/Swift-BigInt
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d09d98b Sendable (#85)
Cloned https://github.com/mkrd/Swift-BigInt.git
Revision (git rev-parse @):
d09d98b6819e2860160d4f0a909ce7f4925d8926
SUCCESS checkout https://github.com/mkrd/Swift-BigInt.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/mkrd/Swift-BigInt.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f0b51be07fbc8a0d4d15ad969175777a256c8ed4ef7ff1497c5f9d7800160a18
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling BigNumber Swift-Big-Number-Core.swift
[6/11] Emitting module BigNumber
[7/12] Wrapping AST for BigNumber for debugging
[9/20] Compiling MGTools MG Storage.swift
[10/21] Compiling MGTools MG QueueDispatch.swift
[11/21] Emitting module MGTools
[12/21] Compiling MGTools MG SuperSwift.swift
[13/21] Compiling MGTools MG Benchmark Tools.swift
[14/21] Compiling MGTools MG Math.swift
[15/21] Compiling MGTools MG IO.swift
[16/21] Compiling MGTools MG Complex.swift
/host/spi-builder-workspace/Sources/MGTools/MG Complex.swift:24:19: warning: setter argument 'newValue' was never used, but the property was accessed
set { self.re = r }
^
/host/spi-builder-workspace/Sources/MGTools/MG Complex.swift:24:19: note: did you mean to use 'newValue' instead of accessing the property's current value?
set { self.re = r }
^
newValue
/host/spi-builder-workspace/Sources/MGTools/MG Complex.swift:30:19: warning: setter argument 'newValue' was never used, but the property was accessed
set { self.im = i }
^
/host/spi-builder-workspace/Sources/MGTools/MG Complex.swift:30:19: note: did you mean to use 'newValue' instead of accessing the property's current value?
set { self.im = i }
^
newValue
[17/21] Compiling MGTools MG Matrix.swift
[18/22] Wrapping AST for MGTools for debugging
[20/25] Compiling Benchmarks main.swift
[21/25] Compiling Benchmarks Benchmarks.swift
[22/25] Emitting module Benchmarks
[23/26] Wrapping AST for Benchmarks for debugging
[24/26] Write Objects.LinkFileList
[25/26] Linking Benchmarks
Build complete! (10.46s)
Build complete.
Done.