Build Information
Successful build of RealityGeometries, reference main (e6eb54), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 11:14:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxxfrazer/RealityGeometries.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/RealityGeometries
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e6eb54c Fix build for tvOS
Cloned https://github.com/maxxfrazer/RealityGeometries.git
Revision (git rev-parse @):
e6eb54c7e9a41f2d63b5fd82300cfe4e578e1ac8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/maxxfrazer/RealityGeometries.git at main
========================================
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": "realitygeometries",
"name": "RealityGeometries",
"url": "https://github.com/maxxfrazer/RealityGeometries.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RealityGeometries",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/maxxfrazer/RealityGeometries.git
[1/306] Fetching realitygeometries
Fetched https://github.com/maxxfrazer/RealityGeometries.git from cache (0.98s)
Creating working copy for https://github.com/maxxfrazer/RealityGeometries.git
Working copy of https://github.com/maxxfrazer/RealityGeometries.git resolved at main (e6eb54c)
warning: '.resolve-product-dependencies': dependency 'realitygeometries' 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/maxxfrazer/RealityGeometries.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling RealityGeometries RealityGeometry+Wedge.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealityGeometries/RealityGeometry+Wedge.swift:50:13: warning: initialization of immutable value 'startRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
48 | let deltaDegrees = endAngle - startAngle
49 | let dtoR = Float.pi / 180.0
50 | let startRadians = Float(startAngle) * dtoR
| `- warning: initialization of immutable value 'startRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
51 | let endRadians = Float(endAngle) * dtoR
52 | let sides = (deltaDegrees * allSides) / 360
/Users/admin/builder/spi-builder-workspace/Sources/RealityGeometries/RealityGeometry+Wedge.swift:51:13: warning: initialization of immutable value 'endRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
49 | let dtoR = Float.pi / 180.0
50 | let startRadians = Float(startAngle) * dtoR
51 | let endRadians = Float(endAngle) * dtoR
| `- warning: initialization of immutable value 'endRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
52 | let sides = (deltaDegrees * allSides) / 360
53 |
/Users/admin/builder/spi-builder-workspace/Sources/RealityGeometries/RealityGeometry+Wedge.swift:145:13: warning: initialization of immutable value 'startRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
143 | let deltaDegrees = endAngle - startAngle
144 | let dtoR = Float.pi / 180.0
145 | let startRadians = Float(startAngle) * dtoR
| `- warning: initialization of immutable value 'startRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
146 | let endRadians = Float(endAngle) * dtoR
147 | let sides = (deltaDegrees * allSides) / 360
/Users/admin/builder/spi-builder-workspace/Sources/RealityGeometries/RealityGeometry+Wedge.swift:146:13: warning: initialization of immutable value 'endRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
144 | let dtoR = Float.pi / 180.0
145 | let startRadians = Float(startAngle) * dtoR
146 | let endRadians = Float(endAngle) * dtoR
| `- warning: initialization of immutable value 'endRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
147 | let sides = (deltaDegrees * allSides) / 360
148 |
[4/14] Compiling RealityGeometries RealityGeometry+Planes.swift
[5/14] Compiling RealityGeometries RealityGeometry+Torus.swift
[6/14] Compiling RealityGeometries RealityGeometry+Cone.swift
[7/14] Compiling RealityGeometries RealityGeometry+Path.swift
[8/14] Emitting module RealityGeometries
[9/14] Compiling RealityGeometries RealityGeometry+Cylinder.swift
[10/14] Compiling RealityGeometries CompleteVertex.swift
[11/14] Compiling RealityGeometries MeshResource+Extensions.swift
[12/14] Compiling RealityGeometries RealityGeometry+Tube.swift
[13/14] Compiling RealityGeometries RealityGeometry+TorusArc.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealityGeometries/RealityGeometry+TorusArc.swift:24:13: warning: initialization of immutable value 'startRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
22 | let deltaDegrees = endAngle - startAngle
23 | let dtoR = Float.pi / 180.0
24 | let startRadians = Float(startAngle) * dtoR
| `- warning: initialization of immutable value 'startRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
25 | let endRadians = Float(endAngle) * dtoR
26 | let sides = (deltaDegrees * allSides) / 360
/Users/admin/builder/spi-builder-workspace/Sources/RealityGeometries/RealityGeometry+TorusArc.swift:25:13: warning: initialization of immutable value 'endRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
23 | let dtoR = Float.pi / 180.0
24 | let startRadians = Float(startAngle) * dtoR
25 | let endRadians = Float(endAngle) * dtoR
| `- warning: initialization of immutable value 'endRadians' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
26 | let sides = (deltaDegrees * allSides) / 360
27 |
/Users/admin/builder/spi-builder-workspace/Sources/RealityGeometries/RealityGeometry+TorusArc.swift:114:13: warning: initialization of immutable value 'sides' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
112 | let startRadians = Float(startAngle) * dtoR
113 | let endRadians = Float(endAngle) * dtoR
114 | let sides = (deltaDegrees * allSides) / 360
| `- warning: initialization of immutable value 'sides' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
115 |
116 | let angleIncs = 360 / Float(allSides)
[14/14] Compiling RealityGeometries RealityGeometry.swift
Build complete! (15.29s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RealityGeometries",
"name" : "RealityGeometries",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "RealityGeometries",
"targets" : [
"RealityGeometries"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RealityGeometriesTests",
"module_type" : "SwiftTarget",
"name" : "RealityGeometriesTests",
"path" : "Tests/RealityGeometriesTests",
"sources" : [
"DetailedPlaneTests.swift",
"PathTests.swift",
"TorusTests.swift"
],
"target_dependencies" : [
"RealityGeometries"
],
"type" : "test"
},
{
"c99name" : "RealityGeometries",
"module_type" : "SwiftTarget",
"name" : "RealityGeometries",
"path" : "Sources/RealityGeometries",
"product_memberships" : [
"RealityGeometries"
],
"sources" : [
"CompleteVertex.swift",
"MeshResource+Extensions.swift",
"RealityGeometry+Cone.swift",
"RealityGeometry+Cylinder.swift",
"RealityGeometry+Path.swift",
"RealityGeometry+Planes.swift",
"RealityGeometry+Torus.swift",
"RealityGeometry+TorusArc.swift",
"RealityGeometry+Tube.swift",
"RealityGeometry+Wedge.swift",
"RealityGeometry.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/maxxfrazer/realitygeometries/main
Repository: maxxfrazer/RealityGeometries
Swift version used: 6.3
Target: RealityGeometries
Extracting symbol information for 'RealityGeometries'...
Finished extracting symbol information for 'RealityGeometries'. (50.07s)
Building documentation for 'RealityGeometries'...
warning: Parameter 'path' not found in type method declaration
--> Sources/RealityGeometries/RealityGeometry+Path.swift:20:13-20:17
18 | ///
19 | /// - Parameters:
20 + /// - path: Point from which to make the path.
| ╰─suggestion: Replace 'path' with 'pathProperties'
21 | /// - pathProperties: Properties of the path, including width and corner behaviour.
22 | /// - Returns: A new MeshResource representing the path for use with any RealityKit Application, and path length.
warning: Parameter 'points' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+Path.swift:21:90-21:90
19 | /// - Parameters:
20 | /// - path: Point from which to make the path.
21 + /// - pathProperties: Properties of the path, including width and corner behaviour.
| ╰─suggestion: Document 'points' parameter
22 | /// - Returns: A new MeshResource representing the path for use with any RealityKit Application, and path length.
23 | public static func generatePath(
warning: Parameter 'sides' not found in type method declaration
--> Sources/RealityGeometries/RealityGeometry+TorusArc.swift:14:13-14:18
12 | /// Create a new torus MeshResource 🍩
13 | /// - Parameters:
14 + /// - sides: Number of segments in the toroidal direction (outer edge of the torus).
| ╰─suggestion: Replace 'sides' with 'csSides'
15 | /// - csSides: Number of segments in the poloidal direction (segments in the tube)
16 | /// - radius: Distance from the centre of the torus to the centre of the tube.
warning: Parameter 'allSides' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+TorusArc.swift:17:42-17:42
15 | /// - csSides: Number of segments in the poloidal direction (segments in the tube)
| ╰─suggestion: Document 'allSides' parameter
16 | /// - radius: Distance from the centre of the torus to the centre of the tube.
17 + /// - csRadius: Radius of the tube.
18 | /// - Returns: A new torus `MeshResource`
19 | public static func generateTorusArc(
warning: Parameter 'endAngle' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+TorusArc.swift:17:42-17:42
15 | /// - csSides: Number of segments in the poloidal direction (segments in the tube)
| ╰─suggestion: Document 'endAngle' parameter
16 | /// - radius: Distance from the centre of the torus to the centre of the tube.
17 + /// - csRadius: Radius of the tube.
18 | /// - Returns: A new torus `MeshResource`
19 | public static func generateTorusArc(
warning: Parameter 'startAngle' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+TorusArc.swift:17:42-17:42
15 | /// - csSides: Number of segments in the poloidal direction (segments in the tube)
| ╰─suggestion: Document 'startAngle' parameter
16 | /// - radius: Distance from the centre of the torus to the centre of the tube.
17 + /// - csRadius: Radius of the tube.
18 | /// - Returns: A new torus `MeshResource`
19 | public static func generateTorusArc(
warning: Parameter 'isCapped' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+TorusArc.swift:17:42-17:42
15 | /// - csSides: Number of segments in the poloidal direction (segments in the tube)
16 | /// - radius: Distance from the centre of the torus to the centre of the tube.
17 + /// - csRadius: Radius of the tube.
| ╰─suggestion: Document 'isCapped' parameter
18 | /// - Returns: A new torus `MeshResource`
19 | public static func generateTorusArc(
warning: Parameter 'splitFaces' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+TorusArc.swift:17:42-17:42
15 | /// - csSides: Number of segments in the poloidal direction (segments in the tube)
16 | /// - radius: Distance from the centre of the torus to the centre of the tube.
17 + /// - csRadius: Radius of the tube.
| ╰─suggestion: Document 'splitFaces' parameter
18 | /// - Returns: A new torus `MeshResource`
19 | public static func generateTorusArc(
warning: Parameter 'sides' not found in type method declaration
--> Sources/RealityGeometries/RealityGeometry+Wedge.swift:16:13-16:18
14 | /// - radius: Radius of the cylinder
15 | /// - height: Height of the cylinder
16 + /// - sides: How many sides the cone should have, default is 24, minimum is 3
| ╰─suggestion: Replace 'sides' with 'allSides'
17 | /// - splitFaces: A Boolean you set to true to indicate that vertices shouldn’t be merged.
18 | /// - smoothNormals: Whether to smooth the normals. Good for high numbers of sides to give a rounder shape.
warning: Parameter 'endAngle' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+Wedge.swift:19:93-19:93
17 | /// - splitFaces: A Boolean you set to true to indicate that vertices shouldn’t be merged.
| ╰─suggestion: Document 'endAngle' parameter
18 | /// - smoothNormals: Whether to smooth the normals. Good for high numbers of sides to give a rounder shape.
19 + /// Smoothed normal setting also reduces the total number of vertices
20 | /// - Returns: A cylinder mesh.
21 | public static func generateWedge(
warning: Parameter 'allSides' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+Wedge.swift:19:93-19:93
17 | /// - splitFaces: A Boolean you set to true to indicate that vertices shouldn’t be merged.
| ╰─suggestion: Document 'allSides' parameter
18 | /// - smoothNormals: Whether to smooth the normals. Good for high numbers of sides to give a rounder shape.
19 + /// Smoothed normal setting also reduces the total number of vertices
20 | /// - Returns: A cylinder mesh.
21 | public static func generateWedge(
warning: Parameter 'startAngle' is missing documentation
--> Sources/RealityGeometries/RealityGeometry+Wedge.swift:19:93-19:93
17 | /// - splitFaces: A Boolean you set to true to indicate that vertices shouldn’t be merged.
| ╰─suggestion: Document 'startAngle' parameter
18 | /// - smoothNormals: Whether to smooth the normals. Good for high numbers of sides to give a rounder shape.
19 + /// Smoothed normal setting also reduces the total number of vertices
20 | /// - Returns: A cylinder mesh.
21 | public static func generateWedge(
Finished building documentation for 'RealityGeometries' (0.59s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/maxxfrazer/realitygeometries/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.40s)
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.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.95s)
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
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module SymbolKit
[8/57] Compiling SymbolKit Identifier.swift
[9/57] Compiling SymbolKit KindIdentifier.swift
[10/57] Compiling SymbolKit Location.swift
[11/57] Compiling SymbolKit Mutability.swift
[12/57] Compiling SymbolKit SourceRange.swift
[13/57] Compiling SymbolKit Metadata.swift
[14/57] Compiling SymbolKit Module.swift
[15/57] Compiling SymbolKit OperatingSystem.swift
[16/57] Compiling SymbolKit Platform.swift
[17/57] Compiling SymbolKit Mixin+Equals.swift
[18/57] Compiling SymbolKit Mixin+Hash.swift
[19/57] Compiling SymbolKit Mixin.swift
[20/57] Compiling SymbolKit LineList.swift
[21/57] Compiling SymbolKit Position.swift
[22/57] Compiling SymbolKit GenericConstraint.swift
[23/57] Compiling SymbolKit GenericParameter.swift
[24/57] Compiling SymbolKit Generics.swift
[25/57] Compiling SymbolKit Namespace.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit SemanticVersion.swift
[31/57] Compiling SymbolKit AccessControl.swift
[32/57] Compiling SymbolKit Availability.swift
[33/57] Compiling SymbolKit AvailabilityItem.swift
[34/57] Compiling SymbolKit Domain.swift
[35/57] Compiling SymbolKit DeclarationFragments.swift
[36/57] Compiling SymbolKit Fragment.swift
[37/57] Compiling SymbolKit FragmentKind.swift
[38/57] Compiling SymbolKit FunctionParameter.swift
[39/57] Compiling SymbolKit FunctionSignature.swift
[40/57] Compiling SymbolKit Symbol.swift
[41/57] Compiling SymbolKit SymbolKind.swift
[42/57] Compiling SymbolKit SymbolGraph.swift
[43/57] Compiling SymbolKit GraphCollector.swift
[44/57] Emitting module Snippets
[45/57] Compiling Snippets SnippetParser.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 SnippetBuildCommand.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.71s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'RealityGeometries' complete! (0.18s)
128
2 /Users/admin/builder/spi-builder-workspace/.docs/maxxfrazer/realitygeometries/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/maxxfrazer/realitygeometries/main
File count: 128
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-maxxfrazer-realitygeometries-main-7a303a3b.zip to s3://spi-docs-inbox/prod-maxxfrazer-realitygeometries-main-7a303a3b.zip
Copying... [15%]
Copying... [30%]
Copying... [45%]
Copying... [60%]
Copying... [75%]
Copying... [90%]
Copying... [100%]
Done.