The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigInt, reference master (72fed4), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 02:34:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/BigInt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/BigInt
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 72fed47 Syn with upstream commit https://github.com/leif-ibsen/BigInt/commit/c2f49bee454760e433bafff17bfdc5b96f75d7c8
Cloned https://github.com/mIwr/BigInt.git
Revision (git rev-parse @):
72fed470be7c9ac9470f3470b124751a33928472
SUCCESS checkout https://github.com/mIwr/BigInt.git at master
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "bigint",
      "name": "BigInt",
      "url": "https://github.com/mIwr/BigInt.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mIwr/BigInt.git
[1/6695] Fetching bigint
Fetched https://github.com/mIwr/BigInt.git from cache (1.41s)
warning: 'bigint': /Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Creating working copy for https://github.com/mIwr/BigInt.git
Working copy of https://github.com/mIwr/BigInt.git resolved at master (72fed47)
warning: 'bigint': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: '.resolve-product-dependencies': dependency 'bigint' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mIwr/BigInt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/17] Compiling BigInt ToomCook.swift
[5/17] Compiling BigInt Karatsuba.swift
[6/18] Compiling BigInt GCD.swift
[7/18] Compiling BigInt Limbs.swift
[8/18] Compiling BigInt BurnikelZiegler.swift
[9/18] Compiling BigInt CRT.swift
[10/18] Compiling BigInt Factorial.swift
[11/18] Compiling BigInt resource_bundle_accessor.swift
[12/18] Compiling BigInt ExpMod.swift
[13/18] Compiling BigInt FFT.swift
[14/18] Emitting module BigInt
[15/18] Compiling BigInt BailliePSW.swift
[16/18] Compiling BigInt BigFrac.swift
[17/18] Compiling BigInt BigInt.swift
[18/18] Compiling BigInt BitSieve.swift
Build complete! (5.01s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BigInt",
  "name" : "BigInt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "BigInt",
      "targets" : [
        "BigInt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BigIntTests",
      "module_type" : "SwiftTarget",
      "name" : "BigIntTests",
      "path" : "Tests/BigIntTests",
      "sources" : [
        "AdditionTest.swift",
        "BinomialTest.swift",
        "BitTest.swift",
        "CRTTest.swift",
        "ComparisonTest.swift",
        "ConstructorTest.swift",
        "DivExactTest.swift",
        "DivModBZTest.swift",
        "DivModTest.swift",
        "ExpModTest.swift",
        "FFTTest.swift",
        "FactorialTest.swift",
        "FibonacciTest.swift",
        "FractionTest.swift",
        "GcdExtendedTest.swift",
        "GcdTest.swift",
        "IntMinMaxTest.swift",
        "JacobiTest.swift",
        "KaratsubaTest.swift",
        "KroneckerTest.swift",
        "LcmTest.swift",
        "LimbTest.swift",
        "ModInverseTest.swift",
        "MulSquareTest.swift",
        "MultiplicationTest.swift",
        "PerformanceTest.swift",
        "Pow2Test.swift",
        "PrimeTest.swift",
        "RootTest.swift",
        "ShiftTest.swift",
        "SubtractionTest.swift",
        "ToByteArrayTest.swift",
        "ToStringTest.swift",
        "ToomCookTest.swift"
      ],
      "target_dependencies" : [
        "BigInt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigInt",
      "module_type" : "SwiftTarget",
      "name" : "BigInt",
      "path" : "Sources/BigInt",
      "product_memberships" : [
        "BigInt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BigInt/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BailliePSW.swift",
        "BigFrac.swift",
        "BigInt.swift",
        "BitSieve.swift",
        "BurnikelZiegler.swift",
        "CRT.swift",
        "ExpMod.swift",
        "FFT.swift",
        "Factorial.swift",
        "GCD.swift",
        "Karatsuba.swift",
        "Limbs.swift",
        "ToomCook.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                    `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 5 |     name: "BigInt",
 6 |     platforms: [
 7 |         .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
   |                                                                               `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version [#DeprecatedDeclaration]
 8 |     ],
 9 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.