The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Math, reference 1.4.8 (a1674b), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 07:09:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidskrundz/math.git
Reference: 1.4.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davidskrundz/math
 * tag               1.4.8      -> FETCH_HEAD
HEAD is now at a1674bb Add `.sqrt` to `BinaryInteger`
Cloned https://github.com/davidskrundz/math.git
Revision (git rev-parse @):
a1674bbb1184eadb4ead119c863f1a4534a49c02
SUCCESS checkout https://github.com/davidskrundz/math.git at 1.4.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/davidskrundz/math.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.txt
[3/21] Compiling Math Random.swift
[4/21] Compiling Math ModularOperations.swift
[5/21] Compiling Math FloatingPoint+Modulo.swift
[6/21] Compiling Math Builtin+Random.swift
[7/21] Compiling Math Builtin+ModularOperations.swift
[8/21] Compiling Math FixedWidthInteger+ModularArithmetic.swift
[9/21] Compiling Math BitRotate.swift
[10/21] Compiling Math Array+BitPacking.swift
[11/21] Compiling Math BigUInt.swift
[12/21] Compiling Math BinaryInteger+BitRotate.swift
[13/21] Emitting module Math
[14/21] Compiling Math Array+ByteArray.swift
[15/21] Compiling Math FixedWidthInteger+Bytes.swift
[16/21] Compiling Math FiniteFieldInteger.swift
[17/21] Compiling Math BinaryInteger+Modulo.swift
[18/22] Compiling Math BinaryInteger+sqrt.swift
[18/22] Write Objects.LinkFileList
[20/22] Archiving libsMath.a
[21/22] Linking libdMath.dylib
Build complete! (1.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Math",
  "name" : "Math",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Math",
      "targets" : [
        "Math"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sMath",
      "targets" : [
        "Math"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "dMath",
      "targets" : [
        "Math"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MathTests",
      "module_type" : "SwiftTarget",
      "name" : "MathTests",
      "path" : "Tests/MathTests",
      "sources" : [
        "BigIntTests.swift",
        "BitPackingTests.swift",
        "ByteMerginTests.swift",
        "ByteTests.swift",
        "FiniteFieldIntegerTests.swift",
        "HexStringTests.swift",
        "ModTests.swift",
        "RotationTests.swift",
        "SquareRootTests.swift",
        "TestCount.swift"
      ],
      "target_dependencies" : [
        "Math"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Math",
      "module_type" : "SwiftTarget",
      "name" : "Math",
      "path" : "Sources/Math",
      "product_memberships" : [
        "Math",
        "sMath",
        "dMath"
      ],
      "sources" : [
        "BigInt/BigUInt.swift",
        "Bit Rotation/BinaryInteger+BitRotate.swift",
        "Bit Rotation/BitRotate.swift",
        "Byte Conversion/Array+BitPacking.swift",
        "Byte Conversion/Array+ByteArray.swift",
        "Byte Conversion/FixedWidthInteger+Bytes.swift",
        "Finite Field/FiniteFieldInteger.swift",
        "Modular Arithmetic/BinaryInteger+Modulo.swift",
        "Modular Arithmetic/Builtin+ModularOperations.swift",
        "Modular Arithmetic/FixedWidthInteger+ModularArithmetic.swift",
        "Modular Arithmetic/FloatingPoint+Modulo.swift",
        "Modular Arithmetic/ModularOperations.swift",
        "Random/Builtin+Random.swift",
        "Random/Random.swift",
        "Square Root/BinaryInteger+sqrt.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.