The Swift Package Index logo.Swift Package Index

Build Information

Successful build of simd-tools, reference 0.0.4 (69e1bb), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 04:30:16 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/computer-graphics-tools/simd-tools.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/computer-graphics-tools/simd-tools
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at 69e1bb3 fix warnings
Cloned https://github.com/computer-graphics-tools/simd-tools.git
Revision (git rev-parse @):
69e1bb3b0fffedfd2865779f1576d650b9fd68db
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/computer-graphics-tools/simd-tools.git at 0.0.4
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.20s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (9.82s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.28s)
========================================
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-tools",
      "name": "simd-tools",
      "url": "https://github.com/computer-graphics-tools/simd-tools.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/simd-tools",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/computer-graphics-tools/simd-tools.git
[1/317] Fetching simd-tools
Fetched https://github.com/computer-graphics-tools/simd-tools.git from cache (1.22s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.98s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/computer-graphics-tools/simd-tools.git
Working copy of https://github.com/computer-graphics-tools/simd-tools.git resolved at 0.0.4 (69e1bb3)
warning: '.resolve-product-dependencies': dependency 'simd-tools' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/computer-graphics-tools/simd-tools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--6988338F2F200930.txt
[4/7] Emitting module SIMDToolsMacros
[5/7] Compiling SIMDToolsMacros SIMDToolsMacro.swift
[5/7] Write Objects.LinkFileList
[6/7] Linking SIMDToolsMacros-tool
[8/14] Compiling SIMDTools float3x3+Extensions.swift
[9/14] Compiling SIMDTools SIMDTools.swift
[10/14] Compiling SIMDTools float4x4+Extensions.swift
[11/14] Emitting module SIMDTools
[12/14] Compiling SIMDTools Helpers.swift
[13/14] Compiling SIMDTools Angle.swift
[14/14] Compiling SIMDTools SIMD+Extensions.swift
Build complete! (7.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "simd-tools",
  "name" : "simd-tools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SIMDTools",
      "targets" : [
        "SIMDTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SIMDToolsMacros",
      "targets" : [
        "SIMDToolsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SIMDToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SIMDToolsTests",
      "path" : "Tests/SIMDToolsTests",
      "sources" : [
        "AngleTests.swift",
        "Float3x3Tests.swift",
        "Float4x4Tests.swift",
        "SIMDToolsTests.swift",
        "UtilityFunctionTests.swift"
      ],
      "target_dependencies" : [
        "SIMDTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SIMDToolsMacros",
      "module_type" : "SwiftTarget",
      "name" : "SIMDToolsMacros",
      "path" : "Sources/SIMDToolsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SIMDTools",
        "SIMDToolsMacros"
      ],
      "sources" : [
        "SIMDToolsMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SIMDTools",
      "module_type" : "SwiftTarget",
      "name" : "SIMDTools",
      "path" : "Sources/SIMDTools",
      "product_memberships" : [
        "SIMDTools"
      ],
      "sources" : [
        "Angle.swift",
        "Helpers.swift",
        "SIMD+Extensions.swift",
        "SIMDTools.swift",
        "float3x3+Extensions.swift",
        "float4x4+Extensions.swift"
      ],
      "target_dependencies" : [
        "SIMDToolsMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/computer-graphics-tools/simd-tools/0.0.4
Repository:               computer-graphics-tools/simd-tools
Swift version used:       6.3
Target:                   SIMDTools
Extracting symbol information for 'SIMDTools'...
Finished extracting symbol information for 'SIMDTools'. (22.91s)
Building documentation for 'SIMDTools'...
warning: External name 'radians' used to document parameter
  --> ../Angle.swift:25:21-25:28
23 |
24 |     /// Creates an instance using the value in radians
25 +     /// - Parameter radians: The angle value in radians
   |                     ╰─suggestion: Replace 'radians' with 'val'
26 |     public init(radians val: Float32) {
27 |         degrees = val / Float32.pi * 180.0
warning: External name 'degrees' used to document parameter
  --> ../Angle.swift:31:21-31:28
29 |
30 |     /// Creates an instance using the value in degrees
31 +     /// - Parameter degrees: The angle value in degrees
   |                     ╰─suggestion: Replace 'degrees' with 'val'
32 |     public init(degrees val: Float32) {
33 |         degrees = val
warning: Parameter 'sx' not found in type method declaration
  --> ../float3x3+Extensions.swift:53:7-53:58
51 |
52 |   /// Returns a shearing matrix along the x-axis
53 +   /// - Parameter sx: The shearing value along the x-axis
   |       ╰─suggestion: Remove 'sx' parameter documentation
54 |   /// - Returns: A new shearing matrix
55 |   public static func shear(x: Float32) -> float3x3 {
warning: Parameter 'x' is missing documentation
  --> ../float3x3+Extensions.swift:53:58-53:58
51 |
52 |   /// Returns a shearing matrix along the x-axis
53 +   /// - Parameter sx: The shearing value along the x-axis
   |                                                          ╰─suggestion: Document 'x' parameter
54 |   /// - Returns: A new shearing matrix
55 |   public static func shear(x: Float32) -> float3x3 {
warning: Parameter 'sy' not found in type method declaration
  --> ../float3x3+Extensions.swift:64:7-64:58
62 |
63 |   /// Returns a shearing matrix along the y-axis
64 +   /// - Parameter sy: The shearing value along the y-axis
   |       ╰─suggestion: Remove 'sy' parameter documentation
65 |   /// - Returns: A new shearing matrix
66 |   public static func shear(y: Float32) -> float3x3 {
warning: Parameter 'y' is missing documentation
  --> ../float3x3+Extensions.swift:64:58-64:58
62 |
63 |   /// Returns a shearing matrix along the y-axis
64 +   /// - Parameter sy: The shearing value along the y-axis
   |                                                          ╰─suggestion: Document 'y' parameter
65 |   /// - Returns: A new shearing matrix
66 |   public static func shear(y: Float32) -> float3x3 {
Finished building documentation for 'SIMDTools' (0.45s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/computer-graphics-tools/simd-tools/0.0.4
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/swiftlang/swift-syntax.git
[1/2277] Fetching swift-docc-plugin
Updated https://github.com/swiftlang/swift-syntax.git (0.90s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.85s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module Snippets
[12/57] Compiling Snippets Snippet.swift
[13/57] Compiling Snippets SnippetParser.swift
[14/57] Compiling SymbolKit Identifier.swift
[15/57] Compiling SymbolKit KindIdentifier.swift
[16/57] Compiling SymbolKit Location.swift
[17/57] Compiling SymbolKit Mutability.swift
[18/57] Compiling SymbolKit SemanticVersion.swift
[19/57] Compiling SymbolKit AccessControl.swift
[20/57] Compiling SymbolKit Availability.swift
[21/57] Compiling SymbolKit AvailabilityItem.swift
[22/57] Compiling SymbolKit Domain.swift
[23/57] Compiling SymbolKit Names.swift
[24/57] Compiling SymbolKit SPI.swift
[25/57] Compiling SymbolKit Snippet.swift
[26/57] Compiling SymbolKit Extension.swift
[27/57] Compiling SymbolKit GenericConstraint.swift
[28/57] Compiling SymbolKit GenericParameter.swift
[29/57] Compiling SymbolKit Generics.swift
[30/57] Compiling SymbolKit Namespace.swift
[31/57] Compiling SymbolKit Symbol.swift
[32/57] Compiling SymbolKit SymbolKind.swift
[33/57] Compiling SymbolKit SymbolGraph.swift
[34/57] Compiling SymbolKit GraphCollector.swift
[35/57] Compiling SymbolKit Mixin+Equals.swift
[36/57] Compiling SymbolKit Mixin+Hash.swift
[37/57] Compiling SymbolKit Mixin.swift
[38/57] Compiling SymbolKit LineList.swift
[39/57] Compiling SymbolKit Position.swift
[40/57] Emitting module SymbolKit
[41/57] Compiling SymbolKit SourceRange.swift
[42/57] Compiling SymbolKit Metadata.swift
[43/57] Compiling SymbolKit Module.swift
[44/57] Compiling SymbolKit OperatingSystem.swift
[45/57] Compiling SymbolKit Platform.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.89s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SIMDTools' complete! (0.71s)
     460
8	/Users/admin/builder/spi-builder-workspace/.docs/computer-graphics-tools/simd-tools/0.0.4
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/computer-graphics-tools/simd-tools/0.0.4
File count: 460
Doc size:   8.0MB
Preparing doc bundle ...
Uploading prod-computer-graphics-tools-simd-tools-0.0.4-28e2a377.zip to s3://spi-docs-inbox/prod-computer-graphics-tools-simd-tools-0.0.4-28e2a377.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.