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 SIMDSupport, reference 0.2.1 (b163c8), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 13:49:19 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/schwa/SIMD-Support.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/SIMD-Support
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at b163c89 Move unsafe conformances into own module.
Cloned https://github.com/schwa/SIMD-Support.git
Revision (git rev-parse @):
b163c8951dca3089d69f4bcc3febe60d178965ac
SUCCESS checkout https://github.com/schwa/SIMD-Support.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/schwa/SIMD-Support.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/24] Compiling SIMDSupportUnsafeConformances SIMDSupportUnsafeConformances.swift
[5/24] Emitting module SIMDSupportUnsafeConformances
[6/24] Compiling SIMDSupport SIMD+Color.swift
[7/24] Compiling SIMDSupport SIMD+Swizzling.swift
[8/26] Compiling SIMDSupport Quaternion.swift
[9/26] Compiling SIMDSupport SIMD+AltHashable.swift
[10/26] Compiling SIMDSupport SRT.swift
[11/26] Compiling SIMDSupport Scratch.swift
[12/26] Compiling SIMDSupport Support.swift
[13/26] Compiling SIMDSupport Transform.swift
[14/26] Compiling SIMDSupport Vector.swift
[15/26] Compiling SIMDSupport simd+matrix3x.swift
[16/26] Compiling SIMDSupport GenericMatrices.swift
[17/26] Compiling SIMDSupport Matrix4x4+Extensions.swift
[18/26] Compiling SIMDSupport MatrixDecomposition.swift
[19/26] Compiling SIMDSupport Projection.swift
[20/26] Emitting module SIMDSupport
[21/26] Compiling SIMDSupport Euler.swift
[22/26] Compiling SIMDSupport EulerRotation.swift
[23/26] Compiling SIMDSupport Angle.swift
[24/26] Compiling SIMDSupport Arcball.swift
[25/26] Compiling SIMDSupport Color.swift
[26/26] Compiling SIMDSupport CoreGraphics.swift
Build complete! (5.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SIMDSupport",
  "name" : "SIMDSupport",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SIMDSupport",
      "targets" : [
        "SIMDSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SIMDSupportUnsafeConformances",
      "module_type" : "SwiftTarget",
      "name" : "SIMDSupportUnsafeConformances",
      "path" : "Sources/SIMDSupportUnsafeConformances",
      "sources" : [
        "SIMDSupportUnsafeConformances.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SIMDSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "SIMDSupportTests",
      "path" : "Tests/SIMDSupportTests",
      "sources" : [
        "CompendiumTests.swift",
        "DocTest.swift",
        "EulerTests.swift",
        "MatrixDecompositionTests.swift",
        "SIMDTests.swift",
        "TransformTests.swift",
        "XCTAsserts.swift"
      ],
      "target_dependencies" : [
        "SIMDSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SIMDSupport",
      "module_type" : "SwiftTarget",
      "name" : "SIMDSupport",
      "path" : "Sources/SIMDSupport",
      "product_memberships" : [
        "SIMDSupport"
      ],
      "sources" : [
        "Angle.swift",
        "Arcball.swift",
        "Color.swift",
        "CoreGraphics.swift",
        "Euler.swift",
        "EulerRotation.swift",
        "GenericMatrices.swift",
        "Matrix4x4+Extensions.swift",
        "MatrixDecomposition.swift",
        "Projection.swift",
        "Quaternion.swift",
        "SIMD+AltHashable.swift",
        "SIMD+Color.swift",
        "SIMD+Swizzling.swift",
        "SRT.swift",
        "Scratch.swift",
        "Support.swift",
        "Transform.swift",
        "Vector.swift",
        "simd+matrix3x.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.