Build Information
Successful build of SLAY, reference main (fd0021), with Swift 6.1 for macOS (SPM) on 21 Oct 2025 03:36:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild 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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/RadiusDay/SLAY.git
https://github.com/RadiusDay/SLAY.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/20] Compiling SLAY SignalEmitter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/20] Compiling SLAY SyntheticUIObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/21] Compiling SLAY Vector2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/21] Compiling SLAY UniqueID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/21] Compiling SLAY UIObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/21] Compiling SLAY SyntheticUIObjectWithChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/21] Compiling SLAY LayoutInsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/21] Compiling SLAY LayoutSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/21] Compiling SLAY LayoutDirection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/21] Compiling SLAY LayoutEngine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/21] Compiling SLAY ListLayoutSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/21] Compiling SLAY PropertySignal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/21] Emitting module SLAY
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/21] Compiling SLAY Axis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/21] Compiling SLAY LayoutDimention.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/21] Compiling SLAY AbsoluteLayoutSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/21] Compiling SLAY AspectRatio.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/30] Compiling SLAYUI GroupProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/30] Compiling SLAYUI TextProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/30] Compiling SLAYUI Text.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/30] Compiling SLAYUI Color.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/30] Emitting module SLAYUI
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/30] Compiling SLAYUI Group.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/30] Compiling SLAYUI Font.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/30] Compiling SLAYUI ScrollGroupProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/30] Compiling SLAYUI ScrollGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/38] Emitting module SLAYUIAppKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/38] Compiling SLAYUIAppKit AppKitRenderable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/38] Compiling SLAYUIAppKit Text.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/38] Compiling SLAYUIAppKit SLAYAppKitView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/38] Compiling SLAYUIAppKit Font.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/38] Compiling SLAYUIAppKit Color.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/38] Compiling SLAYUIAppKit ScrollGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/38] Compiling SLAYUIAppKit Group.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (9.40s)
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"
}
Done.