Build Information
Successful build of BigNumber with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkrd/Swift-BigInt.git
Reference: v2.3.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mkrd/Swift-BigInt
* tag v2.3.0 -> FETCH_HEAD
HEAD is now at b07e961 Merge pull request #79 from twodayslate/issue78
Cloned https://github.com/mkrd/Swift-BigInt.git
Revision (git rev-parse @):
b07e961f4c999671cf8c2dc80e740899e8946013
SUCCESS checkout https://github.com/mkrd/Swift-BigInt.git at v2.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/mkrd/Swift-BigInt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write Benchmarks-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--423B1241ED78D482.txt
[6/10] Emitting module BigNumber
[7/10] Compiling BigNumber Swift-Big-Number-Core.swift
[8/18] Compiling MGTools MG Matrix.swift
[9/18] Compiling MGTools MG Math.swift
[10/18] Compiling MGTools MG Storage.swift
[11/18] Emitting module MGTools
[12/18] Compiling MGTools MG IO.swift
[13/18] Compiling MGTools MG Benchmark Tools.swift
[14/18] Compiling MGTools MG QueueDispatch.swift
[15/18] Compiling MGTools MG Complex.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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
[16/19] Compiling MGTools MG SuperSwift.swift
[17/22] Compiling Benchmarks main.swift
[18/22] Emitting module Benchmarks
[19/22] Compiling Benchmarks Benchmarks.swift
[19/22] Write Objects.LinkFileList
[20/22] Linking Benchmarks
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Benchmarks: replacing existing signature
[21/22] Applying Benchmarks
Build complete! (4.17s)
Build complete.
Done.