Build Information
Successful build of simd-tools, reference 0.0.4 (69e1bb), with Swift 6.2 for macOS (SPM) on 12 Jan 2026 15:44:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.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/73526] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.62s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (6.30s)
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.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.23s)
========================================
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",
"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",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax.git",
"version": "602.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"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.25s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.95s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.02s)
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)
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
warning: '.resolve-product-dependencies': dependency 'simd-tools' is not used by any target
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/computer-graphics-tools/simd-tools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-49B95AFC49DCD68C.txt
[4/7] Compiling SIMDToolsMacros SIMDToolsMacro.swift
[5/7] Emitting module SIMDToolsMacros
[5/7] Write Objects.LinkFileList
[6/7] Linking SIMDToolsMacros-tool
[8/14] Compiling SIMDTools float4x4+Extensions.swift
[9/14] Compiling SIMDTools float3x3+Extensions.swift
[10/14] Compiling SIMDTools SIMDTools.swift
[11/14] Compiling SIMDTools Helpers.swift
[12/14] Compiling SIMDTools Angle.swift
[13/14] Emitting module SIMDTools
[14/14] Compiling SIMDTools SIMD+Extensions.swift
Build complete! (5.75s)
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.2
Target: SIMDTools
Extracting symbol information for 'SIMDTools'...
Finished extracting symbol information for 'SIMDTools'. (1.58s)
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: Image in document summary will not be displayed
Summary should only contain (formatted) text. To resolve this issue, place links and images elsewhere in the document, or remove them.
--> SIMDTools.md:3:1-3:29
1 | # ``SIMDTools``
2 |
3 + 
4 |
5 | Welcome to the documentation for the `SIMDTools` Swift package (`SIMD` stands for [Single instruction, multiple data](https://en.wikipedia.org/wiki/Single_instruction,_multiple_data)).
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.22s)
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/2158] Fetching swift-docc-plugin
Updated https://github.com/swiftlang/swift-syntax.git (0.92s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.90s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3639] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.85s)
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
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.5
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit Names.swift
[12/57] Compiling SymbolKit SPI.swift
[13/57] Compiling SymbolKit Snippet.swift
[14/57] Compiling SymbolKit Extension.swift
[15/57] Compiling Snippets SnippetParser.swift
[16/57] Emitting module Snippets
[17/57] Compiling Snippets Snippet.swift
[18/57] Compiling SymbolKit Mixin+Equals.swift
[19/57] Compiling SymbolKit Mixin+Hash.swift
[20/57] Compiling SymbolKit Mixin.swift
[21/57] Compiling SymbolKit LineList.swift
[22/57] Compiling SymbolKit Position.swift
[23/57] Compiling SymbolKit SemanticVersion.swift
[24/57] Compiling SymbolKit AccessControl.swift
[25/57] Compiling SymbolKit Availability.swift
[26/57] Compiling SymbolKit AvailabilityItem.swift
[27/57] Compiling SymbolKit Domain.swift
[28/57] Compiling SymbolKit GenericConstraint.swift
[29/57] Compiling SymbolKit GenericParameter.swift
[30/57] Compiling SymbolKit Generics.swift
[31/57] Compiling SymbolKit Namespace.swift
[32/57] Compiling SymbolKit DeclarationFragments.swift
[33/57] Compiling SymbolKit Fragment.swift
[34/57] Compiling SymbolKit FragmentKind.swift
[35/57] Compiling SymbolKit FunctionParameter.swift
[36/57] Compiling SymbolKit FunctionSignature.swift
[37/57] Compiling SymbolKit Symbol.swift
[38/57] Compiling SymbolKit SymbolKind.swift
[39/57] Compiling SymbolKit SymbolGraph.swift
[40/57] Compiling SymbolKit GraphCollector.swift
[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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.52s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SIMDTools' complete! (0.64s)
458
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: 458
Doc size: 8.0MB
Preparing doc bundle ...
Uploading prod-computer-graphics-tools-simd-tools-0.0.4-fb5615f9.zip to s3://spi-docs-inbox/prod-computer-graphics-tools-simd-tools-0.0.4-fb5615f9.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [60%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.