Build Information
Successful build of UInt256 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/hyugit/UInt256.git
Reference: 0.2.2
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hyugit/UInt256
* tag 0.2.2 -> FETCH_HEAD
HEAD is now at 1a499a1 minor changes
Cloned https://github.com/hyugit/UInt256.git
Revision (git rev-parse @):
1a499a1bf08afd10b9fcd0fd6d90b6dd9196be50
SUCCESS checkout https://github.com/hyugit/UInt256.git at 0.2.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/hyugit/UInt256.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/17] Compiling UInt256 UInt256+FixedWidthInteger.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
[4/17] Compiling UInt256 UInt256+Hashable.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
[5/18] Compiling UInt256 UInt256+Equatable.swift
[6/18] Compiling UInt256 UInt256+ExpressibleByIntegerLiteral.swift
[7/18] Compiling UInt256 UInt256+Karatsuba.swift
[8/18] Compiling UInt256 UInt256+Numeric.swift
[9/18] Compiling UInt256 UInt256+CustomStringConvertible.swift
[10/18] Compiling UInt256 UInt256+Divide&Conquer.swift
[11/18] Emitting module UInt256
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: warning: static property 'bitWidth' nearly matches defaulted requirement 'bitWidth' of protocol 'BinaryInteger'
public static var bitWidth: Int {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: candidate operates on a type, not an instance as required
public static var bitWidth: Int {
~~~~~~~ ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: move 'bitWidth' to another extension to silence this warning
public static var bitWidth: Int {
^
Swift.BinaryInteger:11:9: note: requirement 'bitWidth' declared here
var bitWidth: Int { get }
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: warning: initializer 'init(exactly:)' nearly matches defaulted requirement 'init(exactly:)' of protocol 'BinaryInteger'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: candidate has non-matching type '(exactly: T)'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: move 'init(exactly:)' to another extension to silence this warning
public init?<T: BinaryInteger>(exactly source: T) {
^
Swift.BinaryInteger:3:5: note: requirement 'init(exactly:)' declared here
init?<T>(exactly source: T) where T : BinaryFloatingPoint
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'UInt256' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
[12/18] Compiling UInt256 UInt256+UnsignedInteger.swift
[13/18] Compiling UInt256 UInt256+arc4random.swift
[14/18] Compiling UInt256 UInt256+BinaryInteger.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: warning: static property 'bitWidth' nearly matches defaulted requirement 'bitWidth' of protocol 'BinaryInteger'
public static var bitWidth: Int {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: candidate operates on a type, not an instance as required
public static var bitWidth: Int {
~~~~~~~ ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: move 'bitWidth' to another extension to silence this warning
public static var bitWidth: Int {
^
Swift.BinaryInteger:11:9: note: requirement 'bitWidth' declared here
var bitWidth: Int { get }
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: warning: initializer 'init(exactly:)' nearly matches defaulted requirement 'init(exactly:)' of protocol 'BinaryInteger'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: candidate has non-matching type '(exactly: T)'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: move 'init(exactly:)' to another extension to silence this warning
public init?<T: BinaryInteger>(exactly source: T) {
^
Swift.BinaryInteger:3:5: note: requirement 'init(exactly:)' declared here
init?<T>(exactly source: T) where T : BinaryFloatingPoint
^
[15/18] Compiling UInt256 UInt256+Comparable.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: warning: static property 'bitWidth' nearly matches defaulted requirement 'bitWidth' of protocol 'BinaryInteger'
public static var bitWidth: Int {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: candidate operates on a type, not an instance as required
public static var bitWidth: Int {
~~~~~~~ ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:22:23: note: move 'bitWidth' to another extension to silence this warning
public static var bitWidth: Int {
^
Swift.BinaryInteger:11:9: note: requirement 'bitWidth' declared here
var bitWidth: Int { get }
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: warning: initializer 'init(exactly:)' nearly matches defaulted requirement 'init(exactly:)' of protocol 'BinaryInteger'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: candidate has non-matching type '(exactly: T)'
public init?<T: BinaryInteger>(exactly source: T) {
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UInt256+BinaryInteger.swift:45:12: note: move 'init(exactly:)' to another extension to silence this warning
public init?<T: BinaryInteger>(exactly source: T) {
^
Swift.BinaryInteger:3:5: note: requirement 'init(exactly:)' declared here
init?<T>(exactly source: T) where T : BinaryFloatingPoint
^
[16/18] Compiling UInt256 FixedWidthInteger+LongDivision.swift
[17/18] Compiling UInt256 UInt256+BarrettDivision.swift
[18/18] Compiling UInt256 UInt256.swift
Build complete! (3.58s)
Build complete.
Done.