The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-numerics, reference 1.1.0 (bbadd4), with Swift 6.2 (beta) for macOS (SPM) on 28 Aug 2025 22:15:37 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-numerics.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-numerics
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at bbadd4b Merge pull request #326 from stephentyrone/wasm-testing-1.1
Cloned https://github.com/apple/swift-numerics.git
Revision (git rev-parse @):
bbadd4b853a33fd78c4ae977d17bb2af15eb3f2a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-numerics.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-numerics.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
[4/6] Write swift-version-1EA4D86E10B52AF.txt
[5/6] Compiling _NumericsShims _NumericsShims.c
[7/17] Compiling RealModule Real.swift
[8/17] Compiling RealModule Float80+Real.swift
[9/17] Compiling RealModule ElementaryFunctions.swift
[10/17] Compiling RealModule RealFunctions.swift
[11/17] Compiling RealModule AugmentedArithmetic.swift
[12/17] Compiling RealModule Float16+Real.swift
[13/17] Compiling RealModule AlgebraicField.swift
[14/17] Compiling RealModule ApproximateEquality.swift
[15/17] Compiling RealModule Double+Real.swift
[16/17] Compiling RealModule Float+Real.swift
[17/17] Emitting module RealModule
[18/18] Compiling RealModule RelaxedArithmetic.swift
[19/29] Compiling ComplexModule Polar.swift
[20/30] Compiling ComplexModule Complex+StringConvertible.swift
[21/30] Compiling ComplexModule Complex.swift
[22/30] Compiling ComplexModule Scale.swift
[23/30] Compiling ComplexModule Complex+Numeric.swift
[24/30] Compiling ComplexModule Complex+Codable.swift
[25/30] Compiling ComplexModule Complex+ElementaryFunctions.swift
[26/30] Compiling ComplexModule Complex+Hashable.swift
[27/30] Compiling ComplexModule Complex+IntegerLiteral.swift
[28/30] Emitting module ComplexModule
[29/30] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[30/30] Compiling ComplexModule Complex+AlgebraicField.swift
[31/32] Emitting module Numerics
[32/32] Compiling Numerics Numerics.swift
[33/38] Compiling _TestSupport RealTestSupport.swift
[34/38] Compiling _TestSupport Error.swift
[35/38] Compiling _TestSupport Interval.swift
[36/38] Compiling _TestSupport BlackHole.swift
[37/38] Emitting module _TestSupport
[38/38] Compiling _TestSupport DoubleWidth.swift
Build complete! (2.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-numerics",
  "name" : "swift-numerics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ComplexModule",
      "targets" : [
        "ComplexModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Numerics",
      "targets" : [
        "Numerics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RealModule",
      "targets" : [
        "RealModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_TestSupport",
      "path" : "Sources/_TestSupport",
      "sources" : [
        "BlackHole.swift",
        "DoubleWidth.swift",
        "Error.swift",
        "Interval.swift",
        "RealTestSupport.swift"
      ],
      "target_dependencies" : [
        "Numerics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NumericsShims",
      "module_type" : "ClangTarget",
      "name" : "_NumericsShims",
      "path" : "Sources/_NumericsShims",
      "product_memberships" : [
        "ComplexModule",
        "Numerics",
        "RealModule"
      ],
      "sources" : [
        "_NumericsShims.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RealTests",
      "module_type" : "SwiftTarget",
      "name" : "RealTests",
      "path" : "Tests/RealTests",
      "sources" : [
        "ApproximateEqualityTests.swift",
        "AugmentedArithmeticTests.swift",
        "ElementaryFunctionChecks.swift",
        "IntegerExponentTests.swift",
        "RelaxedArithmeticTests.swift"
      ],
      "target_dependencies" : [
        "_TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RealModule",
      "module_type" : "SwiftTarget",
      "name" : "RealModule",
      "path" : "Sources/RealModule",
      "product_memberships" : [
        "ComplexModule",
        "Numerics",
        "RealModule"
      ],
      "sources" : [
        "AlgebraicField.swift",
        "ApproximateEquality.swift",
        "AugmentedArithmetic.swift",
        "Double+Real.swift",
        "ElementaryFunctions.swift",
        "Float+Real.swift",
        "Float16+Real.swift",
        "Float80+Real.swift",
        "Real.swift",
        "RealFunctions.swift",
        "RelaxedArithmetic.swift"
      ],
      "target_dependencies" : [
        "_NumericsShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Numerics",
      "module_type" : "SwiftTarget",
      "name" : "Numerics",
      "path" : "Sources/Numerics",
      "product_memberships" : [
        "Numerics"
      ],
      "sources" : [
        "Numerics.swift"
      ],
      "target_dependencies" : [
        "ComplexModule",
        "RealModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComplexTests",
      "module_type" : "SwiftTarget",
      "name" : "ComplexTests",
      "path" : "Tests/ComplexTests",
      "sources" : [
        "ApproximateEqualityTests.swift",
        "ArithmeticTests.swift",
        "ElementaryFunctionTests.swift",
        "PropertyTests.swift"
      ],
      "target_dependencies" : [
        "_TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComplexModule",
      "module_type" : "SwiftTarget",
      "name" : "ComplexModule",
      "path" : "Sources/ComplexModule",
      "product_memberships" : [
        "ComplexModule",
        "Numerics"
      ],
      "sources" : [
        "Complex+AdditiveArithmetic.swift",
        "Complex+AlgebraicField.swift",
        "Complex+Codable.swift",
        "Complex+ElementaryFunctions.swift",
        "Complex+Hashable.swift",
        "Complex+IntegerLiteral.swift",
        "Complex+Numeric.swift",
        "Complex+StringConvertible.swift",
        "Complex.swift",
        "Polar.swift",
        "Scale.swift"
      ],
      "target_dependencies" : [
        "RealModule"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.