Build Information
Successful build of BigNumber, reference master (d09d98
), with Swift 5.9 for macOS (SPM) on 27 Jul 2024 14:48:07 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/mkrd/Swift-BigInt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling BigNumber Swift-Big-Number-Core.swift
[2/3] Emitting module BigNumber
[3/12] Compiling MGTools MG QueueDispatch.swift
[4/12] Compiling MGTools MG SuperSwift.swift
[5/12] Compiling MGTools MG IO.swift
[6/12] Compiling MGTools MG Storage.swift
[7/12] Compiling MGTools MG Complex.swift
/Users/admin/builder/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 }
^
/Users/admin/builder/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
/Users/admin/builder/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 }
^
/Users/admin/builder/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
[8/12] Compiling MGTools MG Math.swift
[9/12] Compiling MGTools MG Matrix.swift
[10/12] Emitting module MGTools
[11/12] Compiling MGTools MG Benchmark Tools.swift
[12/15] Compiling Benchmarks Benchmarks.swift
[13/15] Emitting module Benchmarks
[14/15] Compiling Benchmarks main.swift
[14/15] Linking Benchmarks
Build complete! (10.64s)
Build complete.
Done.