The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SIMDSupport, reference main (9f0f42), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 22:27:41 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/schwa/SIMD-Support.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/SIMD-Support
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f0f429 Update README.md
Cloned https://github.com/schwa/SIMD-Support.git
Revision (git rev-parse @):
9f0f4296065d1ae809a76393aa5df76e02a15c6b
SUCCESS checkout https://github.com/schwa/SIMD-Support.git at main
Fetching https://github.com/schwa/ApproximateEquality
[1/232] Fetching approximateequality
Fetched https://github.com/schwa/ApproximateEquality from cache (0.62s)
Computing version for https://github.com/schwa/ApproximateEquality
Computed https://github.com/schwa/ApproximateEquality at 0.4.1 (1.22s)
Creating working copy for https://github.com/schwa/ApproximateEquality
Working copy of https://github.com/schwa/ApproximateEquality resolved at 0.4.1
========================================
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": "simd-support",
      "name": "SIMDSupport",
      "url": "https://github.com/schwa/SIMD-Support.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SIMD-Support",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "approximateequality",
          "name": "ApproximateEquality",
          "url": "https://github.com/schwa/ApproximateEquality",
          "version": "0.4.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ApproximateEquality",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/schwa/SIMD-Support.git
[1/336] Fetching simd-support
Fetched https://github.com/schwa/SIMD-Support.git from cache (0.69s)
Fetching https://github.com/schwa/ApproximateEquality from cache
Fetched https://github.com/schwa/ApproximateEquality from cache (0.42s)
Computing version for https://github.com/schwa/ApproximateEquality
Computed https://github.com/schwa/ApproximateEquality at 0.4.1 (0.48s)
Creating working copy for https://github.com/schwa/ApproximateEquality
Working copy of https://github.com/schwa/ApproximateEquality resolved at 0.4.1
Creating working copy for https://github.com/schwa/SIMD-Support.git
Working copy of https://github.com/schwa/SIMD-Support.git resolved at main (9f0f429)
warning: '.resolve-product-dependencies': dependency 'simd-support' is not used by any target
Found 1 product dependencies
  - ApproximateEquality
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/schwa/SIMD-Support.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/9] Compiling NumericsLite ApproximateEquality.swift
[7/9] Emitting module NumericsLite
[8/13] Emitting module SIMDSupportUnsafeConformances
/Users/admin/builder/spi-builder-workspace/Sources/SIMDSupportUnsafeConformances/SIMDSupportUnsafeConformances.swift:3:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 1 | import simd
 2 |
 3 | extension simd_quatd: Codable {
   | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     enum CodingKeys: CodingKey {
 5 |         case real
[9/13] Compiling SIMDSupportUnsafeConformances SIMDSupportUnsafeConformances.swift
/Users/admin/builder/spi-builder-workspace/Sources/SIMDSupportUnsafeConformances/SIMDSupportUnsafeConformances.swift:3:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 1 | import simd
 2 |
 3 | extension simd_quatd: Codable {
   | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     enum CodingKeys: CodingKey {
 5 |         case real
[10/13] Emitting module ApproximateEquality
[11/13] Compiling ApproximateEquality CoreGraphics.swift
[12/13] Compiling ApproximateEquality ApproximateEquality.swift
[13/13] Compiling ApproximateEquality SIMD.swift
[14/33] Compiling SIMDSupport Quaternion.swift
[15/33] Compiling SIMDSupport SIMD+AltHashable.swift
[16/35] Compiling SIMDSupport PackedFloat.swift
[17/35] Compiling SIMDSupport Projection.swift
[18/35] Compiling SIMDSupport CoreGraphics.swift
[19/35] Compiling SIMDSupport Euler.swift
[20/35] Compiling SIMDSupport SRT.swift
[21/35] Compiling SIMDSupport Scratch.swift
[22/35] Compiling SIMDSupport Matrix4x4+Extensions.swift
[23/35] Compiling SIMDSupport MatrixDecomposition.swift
[24/35] Compiling SIMDSupport SIMD+Color.swift
[25/35] Compiling SIMDSupport SIMD+Swizzling.swift
[26/35] Compiling SIMDSupport EulerRotation.swift
[27/35] Compiling SIMDSupport GenericMatrices.swift
[28/35] Compiling SIMDSupport Support.swift
[29/35] Compiling SIMDSupport Transform.swift
[30/35] Compiling SIMDSupport Vector.swift
[31/35] Compiling SIMDSupport simd+matrix3x.swift
[32/35] Emitting module SIMDSupport
[33/35] Compiling SIMDSupport Angle.swift
[34/35] Compiling SIMDSupport Arcball.swift
[35/35] Compiling SIMDSupport Color.swift
Build complete! (10.53s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "approximateequality",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/schwa/ApproximateEquality"
    }
  ],
  "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_dependencies" : [
        "ApproximateEquality"
      ],
      "product_memberships" : [
        "SIMDSupport"
      ],
      "sources" : [
        "Angle.swift",
        "Arcball.swift",
        "Color.swift",
        "CoreGraphics.swift",
        "Euler.swift",
        "EulerRotation.swift",
        "GenericMatrices.swift",
        "Matrix4x4+Extensions.swift",
        "MatrixDecomposition.swift",
        "PackedFloat.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.