The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UInt256 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/hyugit/UInt256.git
Reference: 0.2.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/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 into spi-builder-workspace
1a499a1bf08afd10b9fcd0fd6d90b6dd9196be50
SUCCESS checkout https://github.com/hyugit/UInt256.git at 0.2.2
========================================
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/15] Compiling UInt256 UInt256+BinaryInteger.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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
    ^
[2/15] Compiling UInt256 UInt256+Comparable.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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
    ^
[3/16] Compiling UInt256 UInt256+UnsignedInteger.swift
[4/16] Compiling UInt256 UInt256+arc4random.swift
[5/16] Compiling UInt256 UInt256+Equatable.swift
[6/16] Compiling UInt256 UInt256+ExpressibleByIntegerLiteral.swift
[7/16] Emitting module UInt256
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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 {
               ^
[8/16] Compiling UInt256 FixedWidthInteger+LongDivision.swift
[9/16] Compiling UInt256 UInt256+BarrettDivision.swift
[10/16] Compiling UInt256 UInt256+FixedWidthInteger.swift
/Users/builder/builds/TDmZkXJm/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 {
               ^
[11/16] Compiling UInt256 UInt256+Hashable.swift
/Users/builder/builds/TDmZkXJm/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/16] Compiling UInt256 UInt256+Karatsuba.swift
[13/16] Compiling UInt256 UInt256+Numeric.swift
[14/16] Compiling UInt256 UInt256+CustomStringConvertible.swift
[15/16] Compiling UInt256 UInt256+Divide&Conquer.swift
[16/16] Compiling UInt256 UInt256.swift
Build complete! (4.93s)
Build complete.
Done.