Build Information
Successful build of BigNumber, reference master (d09d98
), with Swift 5.8 for Linux on 27 Jul 2024 14:40:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-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.8
Building package at path: $PWD
https://github.com/mkrd/Swift-BigInt.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:19633894bf055e559614dd1a7a19c1cea1efcb05f852dd20ac30d89a57019563
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[1/6] Emitting module BigNumber
[2/6] Compiling BigNumber Swift-Big-Number-Core.swift
[4/8] Wrapping AST for BigNumber for debugging
[6/16] Compiling MGTools MG IO.swift
[7/17] Compiling MGTools MG QueueDispatch.swift
[8/17] 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
[9/17] Emitting module MGTools
[10/17] Compiling MGTools MG Benchmark Tools.swift
[11/17] Compiling MGTools MG Storage.swift
[12/17] Compiling MGTools MG SuperSwift.swift
[13/17] Compiling MGTools MG Math.swift
[14/17] Compiling MGTools MG Matrix.swift
[16/19] Wrapping AST for MGTools for debugging
[18/22] Compiling Benchmarks main.swift
[19/22] Compiling Benchmarks Benchmarks.swift
[20/22] Emitting module Benchmarks
[22/24] Wrapping AST for Benchmarks for debugging
[23/24] Linking Benchmarks
Build complete! (7.71s)
Build complete.
Done.