Build Information
Successful build of SLAY, reference main (fd0021), with Swift 6.2 for macOS (SPM) on 21 Oct 2025 03:36:29 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/RadiusDay/SLAY.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RadiusDay/SLAY
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fd00219 chore: remove stray debug print from ScrollGroup
Cloned https://github.com/RadiusDay/SLAY.git
Revision (git rev-parse @):
fd002195b0e367be41357d138ef9101d3ab83fba
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RadiusDay/SLAY.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",
"dependencies": [
{
"identity": "slay",
"name": "SLAY",
"url": "https://github.com/RadiusDay/SLAY.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SLAY",
"dependencies": [
]
}
]
}
Fetching https://github.com/RadiusDay/SLAY.git
[1/108] Fetching slay
Fetched https://github.com/RadiusDay/SLAY.git from cache (0.74s)
Creating working copy for https://github.com/RadiusDay/SLAY.git
Working copy of https://github.com/RadiusDay/SLAY.git resolved at main (fd00219)
warning: '.resolve-product-dependencies': dependency 'slay' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/RadiusDay/SLAY.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/20] Compiling SLAY SignalEmitter.swift
[6/20] Compiling SLAY SyntheticUIObject.swift
[7/20] Compiling SLAY UniqueID.swift
[8/20] Compiling SLAY SyntheticUIObjectWithChildren.swift
[9/20] Compiling SLAY UIObject.swift
[10/21] Compiling SLAY LayoutInsets.swift
[11/21] Compiling SLAY LayoutSystem.swift
[12/21] Compiling SLAY Axis.swift
[13/21] Compiling SLAY LayoutDimention.swift
[14/21] Compiling SLAY AbsoluteLayoutSystem.swift
[15/21] Compiling SLAY AspectRatio.swift
[16/21] Compiling SLAY LayoutDirection.swift
[17/21] Compiling SLAY LayoutEngine.swift
[18/21] Emitting module SLAY
[19/21] Compiling SLAY ListLayoutSystem.swift
[20/21] Compiling SLAY PropertySignal.swift
[21/21] Compiling SLAY Vector2.swift
[22/30] Compiling SLAYUI Text.swift
[23/30] Compiling SLAYUI ScrollGroupProtocol.swift
[24/30] Compiling SLAYUI TextProtocol.swift
[25/30] Compiling SLAYUI GroupProtocol.swift
[26/30] Compiling SLAYUI Group.swift
[27/30] Compiling SLAYUI Font.swift
[28/30] Emitting module SLAYUI
[29/30] Compiling SLAYUI ScrollGroup.swift
[30/30] Compiling SLAYUI Color.swift
[31/38] Emitting module SLAYUIAppKit
[32/38] Compiling SLAYUIAppKit Color.swift
[33/38] Compiling SLAYUIAppKit Font.swift
[34/38] Compiling SLAYUIAppKit AppKitRenderable.swift
[35/38] Compiling SLAYUIAppKit ScrollGroup.swift
[36/38] Compiling SLAYUIAppKit Text.swift
[37/38] Compiling SLAYUIAppKit SLAYAppKitView.swift
[38/38] Compiling SLAYUIAppKit Group.swift
Build complete! (9.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SLAY",
"name" : "SLAY",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SLAY",
"targets" : [
"SLAY"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SLAYUI",
"targets" : [
"SLAYUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SLAYUIAppKit",
"targets" : [
"SLAYUIAppKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SLAYUIAppKit",
"module_type" : "SwiftTarget",
"name" : "SLAYUIAppKit",
"path" : "Sources/SLAYUIAppKit",
"product_memberships" : [
"SLAYUIAppKit"
],
"sources" : [
"AppKitRenderable.swift",
"Color.swift",
"Font.swift",
"Group.swift",
"SLAYAppKitView.swift",
"ScrollGroup.swift",
"Text.swift"
],
"target_dependencies" : [
"SLAYUI"
],
"type" : "library"
},
{
"c99name" : "SLAYUI",
"module_type" : "SwiftTarget",
"name" : "SLAYUI",
"path" : "Sources/SLAYUI",
"product_memberships" : [
"SLAYUI",
"SLAYUIAppKit"
],
"sources" : [
"Color.swift",
"Font.swift",
"Group.swift",
"GroupProtocol.swift",
"ScrollGroup.swift",
"ScrollGroupProtocol.swift",
"Text.swift",
"TextProtocol.swift"
],
"target_dependencies" : [
"SLAY"
],
"type" : "library"
},
{
"c99name" : "SLAYTests",
"module_type" : "SwiftTarget",
"name" : "SLAYTests",
"path" : "Tests/SLAYTests",
"sources" : [
"AbsoluteLayoutSystemTests.swift",
"AspectRatioTests.swift",
"ListLayoutSystemTests.swift"
],
"target_dependencies" : [
"SLAY"
],
"type" : "test"
},
{
"c99name" : "SLAY",
"module_type" : "SwiftTarget",
"name" : "SLAY",
"path" : "Sources/SLAY",
"product_memberships" : [
"SLAY",
"SLAYUI",
"SLAYUIAppKit"
],
"sources" : [
"AbsoluteLayoutSystem.swift",
"AspectRatio.swift",
"Axis.swift",
"LayoutDimention.swift",
"LayoutDirection.swift",
"LayoutEngine.swift",
"LayoutInsets.swift",
"LayoutSystem.swift",
"ListLayoutSystem.swift",
"PropertySignal.swift",
"SignalEmitter.swift",
"SyntheticUIObject.swift",
"SyntheticUIObjectWithChildren.swift",
"UIObject.swift",
"UniqueID.swift",
"Vector2.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/radiusday/slay/main
Repository: RadiusDay/SLAY
Swift version used: 6.2
Target: SLAY
Extracting symbol information for 'SLAY'...
Finished extracting symbol information for 'SLAY'. (0.89s)
Building documentation for 'SLAY'...
warning: Parameter 'rootNode' not found in initializer declaration
--> Sources/SLAY/LayoutEngine.swift:24:9-24:60
22 |
23 | /// Create a new layout engine with the given root node.
24 + /// - Parameter rootNode: The root UI object to layout.
| ╰─suggestion: Remove 'rootNode' parameter documentation
25 | public init() {
26 | self.rootNode = SyntheticUIObject()
warning: Parameter 'parentSize' not found in instance method declaration
--> Sources/SLAY/LayoutSystem.swift:20:13-20:70
18 |
19 | /// Get the smallest possible size given the parent size.
20 + /// - Parameter parentSize: The size of the parent container.
| ╰─suggestion: Remove 'parentSize' parameter documentation
21 | /// - Returns: The smallest possible size as a `Vector2`.
22 | public func smallestPossibleSize() -> Vector2 {
warning: Parameter 'basis' is missing documentation
--> Sources/SLAY/ListLayoutSystem.swift:163:95-163:95
161 | /// - grow: The flex grow factor.
162 | /// - shrink: The flex shrink factor.
163 + /// - crossAxisAlignment: The alignment override for this item along the cross axis.
| ╰─suggestion: Document 'basis' parameter
164 | public init(
165 | grow: Double = 0,
warning: Parameter 'newIndex' is missing documentation
--> Sources/SLAY/SyntheticUIObjectWithChildren.swift:34:52-34:52
32 | /// Move a child to a new position in the children order.
33 | /// - Parameters:
34 + /// - id: The unique ID of the child to move.
| ╰─suggestion: Document 'newIndex' parameter
35 | public func moveChild(_ id: UniqueID, to newIndex: Int) {
36 | guard _children[id] != nil else { return }
Finished building documentation for 'SLAY' (0.26s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/radiusday/slay/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3554] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.98s)
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 snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SemanticVersion.swift
[8/57] Compiling SymbolKit AccessControl.swift
[9/57] Compiling SymbolKit Availability.swift
[10/57] Compiling SymbolKit AvailabilityItem.swift
[11/57] Compiling SymbolKit Domain.swift
[12/57] Compiling SymbolKit Names.swift
[13/57] Compiling SymbolKit SPI.swift
[14/57] Compiling SymbolKit Snippet.swift
[15/57] Compiling SymbolKit Extension.swift
[16/57] Compiling SymbolKit Relationship.swift
[17/57] Compiling SymbolKit RelationshipKind.swift
[18/57] Compiling SymbolKit SourceOrigin.swift
[19/57] Compiling SymbolKit GenericConstraints.swift
[20/57] Compiling SymbolKit Swift.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit DeclarationFragments.swift
[27/57] Compiling SymbolKit Fragment.swift
[28/57] Compiling SymbolKit FragmentKind.swift
[29/57] Compiling SymbolKit FunctionParameter.swift
[30/57] Compiling SymbolKit FunctionSignature.swift
[31/57] Compiling SymbolKit Identifier.swift
[32/57] Compiling SymbolKit KindIdentifier.swift
[33/57] Compiling SymbolKit Location.swift
[34/57] Compiling SymbolKit Mutability.swift
[35/57] Compiling SymbolKit Symbol.swift
[36/57] Compiling SymbolKit SymbolKind.swift
[37/57] Compiling SymbolKit SymbolGraph.swift
[38/57] Compiling SymbolKit GraphCollector.swift
[39/57] Emitting module Snippets
[40/57] Compiling Snippets SnippetParser.swift
[41/57] Compiling Snippets Snippet.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.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.42s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SLAY' complete! (0.21s)
Target: SLAYUI
Extracting symbol information for 'SLAYUI'...
Finished extracting symbol information for 'SLAYUI'. (0.33s)
Building documentation for 'SLAYUI'...
warning: Parameter 'r' not found in initializer declaration
--> Sources/SLAYUI/Color.swift:311:11-311:43
309 | /// Creates a new Color instance from various color space components.
310 | /// - Parameters:
311 + /// - r: The red component (0 to 1).
| ╰─suggestion: Remove 'r' parameter documentation
312 | /// - g: The green component (0 to 1).
313 | /// - b: The blue component (0 to 1).
warning: Parameter 'g' not found in initializer declaration
--> Sources/SLAYUI/Color.swift:312:11-312:45
310 | /// - Parameters:
311 | /// - r: The red component (0 to 1).
312 + /// - g: The green component (0 to 1).
| ╰─suggestion: Remove 'g' parameter documentation
313 | /// - b: The blue component (0 to 1).
314 | /// - alpha: The alpha (opacity) component (0 to 1).
warning: Parameter 'b' not found in initializer declaration
--> Sources/SLAYUI/Color.swift:313:11-313:44
311 | /// - r: The red component (0 to 1).
312 | /// - g: The green component (0 to 1).
313 + /// - b: The blue component (0 to 1).
| ╰─suggestion: Remove 'b' parameter documentation
314 | /// - alpha: The alpha (opacity) component (0 to 1).
315 | public init(h: Double, s: Double, l: Double, alpha: Double = 1.0) {
warning: Parameter 'l' is missing documentation
--> Sources/SLAYUI/Color.swift:314:59-314:59
312 | /// - g: The green component (0 to 1).
313 | /// - b: The blue component (0 to 1).
314 + /// - alpha: The alpha (opacity) component (0 to 1).
| ╰─suggestion: Document 'l' parameter
315 | public init(h: Double, s: Double, l: Double, alpha: Double = 1.0) {
316 | self = .hsl(Hsl(h: h, s: s, l: l, alpha: alpha))
warning: Parameter 'h' is missing documentation
--> Sources/SLAYUI/Color.swift:314:59-314:59
312 | /// - g: The green component (0 to 1).
313 | /// - b: The blue component (0 to 1).
314 + /// - alpha: The alpha (opacity) component (0 to 1).
| ╰─suggestion: Document 'h' parameter
315 | public init(h: Double, s: Double, l: Double, alpha: Double = 1.0) {
316 | self = .hsl(Hsl(h: h, s: s, l: l, alpha: alpha))
warning: Parameter 's' is missing documentation
--> Sources/SLAYUI/Color.swift:314:59-314:59
312 | /// - g: The green component (0 to 1).
313 | /// - b: The blue component (0 to 1).
314 + /// - alpha: The alpha (opacity) component (0 to 1).
| ╰─suggestion: Document 's' parameter
315 | public init(h: Double, s: Double, l: Double, alpha: Double = 1.0) {
316 | self = .hsl(Hsl(h: h, s: s, l: l, alpha: alpha))
Finished building documentation for 'SLAYUI' (0.13s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/radiusday/slay/main
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.17s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SLAYUI' complete! (0.20s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/radiusday/slay/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/radiusday/slay/main/linkable-paths.json
Target: SLAYUIAppKit
Extracting symbol information for 'SLAYUIAppKit'...
Finished extracting symbol information for 'SLAYUIAppKit'. (2.96s)
Building documentation for 'SLAYUIAppKit'...
Finished building documentation for 'SLAYUIAppKit' (0.09s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/radiusday/slay/main
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'SLAYUIAppKit' complete! (0.20s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/radiusday/slay/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/radiusday/slay/main/linkable-paths.json
1098
7 /Users/admin/builder/spi-builder-workspace/.docs/radiusday/slay/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/radiusday/slay/main
File count: 1098
Doc size: 7.0MB
Preparing doc bundle ...
Uploading prod-radiusday-slay-main-4054a09f.zip to s3://spi-docs-inbox/prod-radiusday-slay-main-4054a09f.zip
Copying... [13%]
Copying... [22%]
Copying... [31%]
Copying... [44%]
Copying... [53%]
Copying... [62%]
Copying... [70%]
Copying... [84%]
Copying... [92%]
Copying... [100%]
Done.