The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigInt with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Boilertalk/BigInt.swift.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Boilertalk/BigInt.swift
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at fd9b2eb Extend readme
Cloned https://github.com/Boilertalk/BigInt.swift.git into spi-builder-workspace
fd9b2ebff53e7fd211a7d2b2ea682db300a8571b
SUCCESS checkout https://github.com/Boilertalk/BigInt.swift.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/21] Compiling BigInt IntegerConversion.swift
[2/21] Compiling BigInt Multiplication.swift
[3/21] Compiling BigInt PrimeTest.swift
[4/21] Compiling BigInt DataConversion.swift
[5/21] Compiling BigInt Division.swift
[6/21] Compiling BigInt Exponentiation.swift
[7/23] Compiling BigInt Strideable.swift
[8/23] Compiling BigInt StringConversion.swift
[9/23] Compiling BigInt Random.swift
[10/23] Compiling BigInt Shifts.swift
[11/23] Compiling BigInt SquareRoot.swift
[12/23] Compiling BigInt FloatingPointConversion.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/BigInt/Classes/Hashable.swift:15:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BigUInt' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/BigInt/Classes/Hashable.swift:27:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BigInt' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[13/23] Compiling BigInt GCD.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/BigInt/Classes/Hashable.swift:15:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BigUInt' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/BigInt/Classes/Hashable.swift:27:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BigInt' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[14/23] Compiling BigInt Hashable.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/BigInt/Classes/Hashable.swift:15:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BigUInt' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/BigInt/Classes/Hashable.swift:27:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BigInt' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[15/23] Emitting module BigInt
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/BigInt/Classes/Hashable.swift:15:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BigUInt' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/BigInt/Classes/Hashable.swift:27:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BigInt' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[16/23] Compiling BigInt BitwiseOps.swift
[17/23] Compiling BigInt Codable.swift
[18/23] Compiling BigInt Comparable.swift
[19/23] Compiling BigInt Addition.swift
[20/23] Compiling BigInt BigInt.swift
[21/23] Compiling BigInt BigUInt.swift
[22/23] Compiling BigInt Subtraction.swift
[23/23] Compiling BigInt WordsAndBits.swift
Build complete! (4.56s)
Build complete.
Done.