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 SwiftMath, reference 3.3.1 (13a224), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:44:43 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/SwiftGFX/SwiftMath.git
Reference: 3.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftGFX/SwiftMath
 * tag               3.3.1      -> FETCH_HEAD
HEAD is now at 13a224a Exclude files from target to remove warnings (#12)
Cloned https://github.com/SwiftGFX/SwiftMath.git
Revision (git rev-parse @):
13a224a655cbef1ef0e39d7d22e31a4ff6bc9937
SUCCESS checkout https://github.com/SwiftGFX/SwiftMath.git at 3.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftGFX/SwiftMath.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/31] Emitting module SwiftMath
[4/33] Compiling SwiftMath Matrix3x3.swift
[5/33] Compiling SwiftMath Matrix4x4+Extensions.swift
[6/33] Compiling SwiftMath Matrix4x4+nosimd.swift
[7/33] Compiling SwiftMath random.swift
[8/33] Compiling SwiftMath utils.swift
[9/33] Compiling SwiftMath functions.swift
[10/33] Compiling SwiftMath platform.swift
[11/33] Compiling SwiftMath Angle.swift
[12/33] Compiling SwiftMath Matrix3x3+nosimd.swift
[13/33] Compiling SwiftMath Matrix3x3+simd.swift
[14/33] Compiling SwiftMath Vector2+simd.swift
[15/33] Compiling SwiftMath Vector2.swift
[16/33] Compiling SwiftMath Vector3+nosimd.swift
[17/33] Compiling SwiftMath Vector4+simd.swift
[18/33] Compiling SwiftMath Vector4.swift
[19/33] Compiling SwiftMath Vectorf+Components.swift
[20/33] Compiling SwiftMath easing.swift
[21/33] Compiling SwiftMath float3x3+Extensions.swift
[22/33] Compiling SwiftMath float4x4+Extensions.swift
[23/33] Compiling SwiftMath Vector3+simd.swift
[24/33] Compiling SwiftMath Vector3.swift
[25/33] Compiling SwiftMath Vector4+nosimd.swift
[26/33] Compiling SwiftMath Matrix4x4+simd.swift
[27/33] Compiling SwiftMath Matrix4x4.swift
[28/33] Compiling SwiftMath Point.swift
[29/33] Compiling SwiftMath Rect.swift
[30/33] Compiling SwiftMath String+Math.swift
[31/33] Compiling SwiftMath Vector2+nosimd.swift
[31/33] Write Objects.LinkFileList
[32/33] Archiving libSwiftMath.a
Build complete! (4.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMath",
  "name" : "SwiftMath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftMath",
      "targets" : [
        "SwiftMath"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMathTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMathTests",
      "path" : "Tests/SwiftMathTests",
      "sources" : [
        "AngleTests.swift",
        "Matrix3x3Tests.swift",
        "Matrix4x4Tests.swift",
        "RectTests.swift",
        "Vector2Tests.swift",
        "XCTestManifests.swift",
        "functionsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMath",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMath",
      "path" : ".",
      "product_memberships" : [
        "SwiftMath"
      ],
      "sources" : [
        "Sources/Angle.swift",
        "Sources/Matrix3x3+nosimd.swift",
        "Sources/Matrix3x3+simd.swift",
        "Sources/Matrix3x3.swift",
        "Sources/Matrix4x4+Extensions.swift",
        "Sources/Matrix4x4+nosimd.swift",
        "Sources/Matrix4x4+simd.swift",
        "Sources/Matrix4x4.swift",
        "Sources/Point.swift",
        "Sources/Rect.swift",
        "Sources/String+Math.swift",
        "Sources/Vector2+nosimd.swift",
        "Sources/Vector2+simd.swift",
        "Sources/Vector2.swift",
        "Sources/Vector3+nosimd.swift",
        "Sources/Vector3+simd.swift",
        "Sources/Vector3.swift",
        "Sources/Vector4+nosimd.swift",
        "Sources/Vector4+simd.swift",
        "Sources/Vector4.swift",
        "Sources/Vectorf+Components.swift",
        "Sources/easing.swift",
        "Sources/float3x3+Extensions.swift",
        "Sources/float4x4+Extensions.swift",
        "Sources/functions.swift",
        "Sources/platform.swift",
        "Sources/random.swift",
        "Sources/utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.