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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hyugit/UInt256.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hyugit/UInt256
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 53950a7 update metadata
Cloned https://github.com/hyugit/UInt256.git
Revision (git rev-parse @):
53950a76fe56f3cb27074dcdb1f534ec28a8483f
SUCCESS checkout https://github.com/hyugit/UInt256.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "uint256",
      "name": "UInt256",
      "url": "https://github.com/hyugit/UInt256.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UInt256",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hyugit/UInt256.git
[1/561] Fetching uint256
Fetched https://github.com/hyugit/UInt256.git (0.25s)
Creating working copy for https://github.com/hyugit/UInt256.git
Working copy of https://github.com/hyugit/UInt256.git resolved at master
warning: '.resolve-product-dependencies': dependency 'uint256' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling UInt256 UInt256+BinaryInteger.swift
[2/15] Compiling UInt256 UInt256+Comparable.swift
[3/16] Compiling UInt256 UInt256+FixedWidthInteger.swift
[4/16] Compiling UInt256 UInt256+Hashable.swift
[5/16] Compiling UInt256 UInt256+CustomStringConvertible.swift
[6/16] Compiling UInt256 UInt256+Divide&Conquer.swift
[7/16] Compiling UInt256 UInt256+Karatsuba.swift
[8/16] Compiling UInt256 UInt256+Numeric.swift
[9/16] Compiling UInt256 FixedWidthInteger+BarrettDivision.swift
[10/16] Compiling UInt256 FixedWidthInteger+LongDivision.swift
[11/16] Emitting module UInt256
[12/16] Compiling UInt256 UInt256+UnsignedInteger.swift
[13/16] Compiling UInt256 UInt256+arc4random.swift
[14/16] Compiling UInt256 UInt256+Equatable.swift
[15/16] Compiling UInt256 UInt256+ExpressibleByIntegerLiteral.swift
[16/16] Compiling UInt256 UInt256.swift
Build complete! (8.65s)
Build complete.
Done.