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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Boilertalk/BigInt.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Boilertalk/BigInt.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4c25294 Add deprecation warning
Cloned https://github.com/Boilertalk/BigInt.swift.git
Revision (git rev-parse @):
4c25294ed1b8c816f12241cb4a66dbf3d571b8d2
SUCCESS checkout https://github.com/Boilertalk/BigInt.swift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bigint.swift",
      "name": "BigInt",
      "url": "https://github.com/Boilertalk/BigInt.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt.swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Boilertalk/BigInt.swift.git from cache
Fetched https://github.com/Boilertalk/BigInt.swift.git (0.23s)
Creating working copy for https://github.com/Boilertalk/BigInt.swift.git
Working copy of https://github.com/Boilertalk/BigInt.swift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'bigint.swift' 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/21] Emitting module BigInt
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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 {
               ^
[2/23] Compiling BigInt Subtraction.swift
[3/23] Compiling BigInt WordsAndBits.swift
[4/23] Compiling BigInt DataConversion.swift
[5/23] Compiling BigInt Division.swift
[6/23] Compiling BigInt Exponentiation.swift
[7/23] Compiling BigInt Random.swift
[8/23] Compiling BigInt Shifts.swift
[9/23] Compiling BigInt SquareRoot.swift
[10/23] Compiling BigInt Strideable.swift
[11/23] Compiling BigInt StringConversion.swift
[12/23] Compiling BigInt BitwiseOps.swift
[13/23] Compiling BigInt Codable.swift
[14/23] Compiling BigInt Comparable.swift
[15/23] Compiling BigInt Addition.swift
[16/23] Compiling BigInt BigInt.swift
[17/23] Compiling BigInt BigUInt.swift
[18/23] Compiling BigInt IntegerConversion.swift
[19/23] Compiling BigInt Multiplication.swift
[20/23] Compiling BigInt PrimeTest.swift
[21/23] Compiling BigInt FloatingPointConversion.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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 {
               ^
[22/23] Compiling BigInt GCD.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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 {
               ^
[23/23] Compiling BigInt Hashable.swift
/Users/admin/builds/h8344Zi3/1/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/admin/builds/h8344Zi3/1/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 {
               ^
Build complete! (11.05s)
Build complete.
Done.