Build Information
Successful build of LuxeUI, reference 1.0.1 (ee2301), with Swift 6.1 for macOS (SPM) on 6 Jan 2026 14:52:12 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/Ronitsabhaya75/Luxe-UI.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ronitsabhaya75/Luxe-UI
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at ee23017 Add Swift Package Index configuration
Cloned https://github.com/Ronitsabhaya75/Luxe-UI.git
Revision (git rev-parse @):
ee230172279c9f8febeabcfebca52b6b5b3a8483
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Ronitsabhaya75/Luxe-UI.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Ronitsabhaya75/Luxe-UI.git
https://github.com/Ronitsabhaya75/Luxe-UI.git
{
"dependencies" : [
],
"manifest_display_name" : "LuxeUI",
"name" : "LuxeUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "LuxeUI",
"targets" : [
"LuxeUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreComponentsDemo",
"targets" : [
"CoreComponentsDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "LiquidUIDemo",
"targets" : [
"LiquidUIDemo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LuxeUITests",
"module_type" : "SwiftTarget",
"name" : "LuxeUITests",
"path" : "Tests",
"sources" : [
"luxeUITests/SmokeTests.swift",
"luxeUITests/UITests.swift",
"luxeUITests/luxeUITests.swift"
],
"target_dependencies" : [
"LuxeUI"
],
"type" : "test"
},
{
"c99name" : "LuxeUI",
"module_type" : "SwiftTarget",
"name" : "LuxeUI",
"path" : "Sources/LuxeUI",
"product_memberships" : [
"LuxeUI",
"CoreComponentsDemo",
"LiquidUIDemo"
],
"sources" : [
"Components/Buttons/LiquidButton.swift",
"Components/Containers/GlassmorphismContainer.swift",
"Components/Containers/RefractiveGlassModifier.swift",
"Components/Effects/LiquidBlob.swift",
"Components/Interactions/PredictiveLayouts.swift",
"Components/Interactions/SmartSpringEngine.swift",
"Components/Loading/LiquidLoader.swift",
"Components/Premium/PremiumComponents.swift",
"Components/Progress/CircularProgressBar.swift",
"Components/Progress/LiquidProgress.swift",
"Components/Sliders/LuxeSlider.swift",
"Components/Sliders/MultiThumbSlider.swift",
"Extensions/View+Theme.swift",
"Theme/Theme.swift",
"Theme/ThemeEnvironment.swift",
"Theme/ThemeProvider.swift",
"luxeUI.swift"
],
"type" : "library"
},
{
"c99name" : "LiquidUIDemo",
"module_type" : "SwiftTarget",
"name" : "LiquidUIDemo",
"path" : "Examples/LiquidUIDemo",
"product_memberships" : [
"LiquidUIDemo"
],
"sources" : [
"LiquidUIDemoApp.swift"
],
"target_dependencies" : [
"LuxeUI"
],
"type" : "executable"
},
{
"c99name" : "CoreComponentsDemo",
"module_type" : "SwiftTarget",
"name" : "CoreComponentsDemo",
"path" : "Examples/CoreComponentsDemo",
"product_memberships" : [
"CoreComponentsDemo"
],
"sources" : [
"CoreComponentsDemoApp.swift"
],
"target_dependencies" : [
"LuxeUI"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': the target name LuxeUI has different case on the filesystem and the Package.swift manifest file
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/12] Write sources
[3/12] Write CoreComponentsDemo-entitlement.plist
[3/12] Write LiquidUIDemo-entitlement.plist
[5/12] Write swift-version-2F0A5646E1D333AE.txt
[7/29] Compiling LuxeUI View+Theme.swift
[8/29] Compiling LuxeUI Theme.swift
[9/29] Compiling LuxeUI ThemeEnvironment.swift
[10/29] Compiling LuxeUI ThemeProvider.swift
[11/29] Compiling LuxeUI CircularProgressBar.swift
[12/29] Compiling LuxeUI LiquidProgress.swift
[13/29] Compiling LuxeUI LiquidLoader.swift
[14/29] Compiling LuxeUI PremiumComponents.swift
[15/29] Compiling LuxeUI LuxeSlider.swift
[16/29] Compiling LuxeUI MultiThumbSlider.swift
[17/29] Compiling LuxeUI RefractiveGlassModifier.swift
[18/29] Compiling LuxeUI LiquidBlob.swift
[19/29] Compiling LuxeUI LiquidButton.swift
[20/29] Compiling LuxeUI GlassmorphismContainer.swift
[21/29] Emitting module LuxeUI
[22/29] Compiling LuxeUI PredictiveLayouts.swift
[23/29] Compiling LuxeUI SmartSpringEngine.swift
[24/30] Compiling LuxeUI luxeUI.swift
[25/34] Compiling LiquidUIDemo LiquidUIDemoApp.swift
[26/34] Emitting module LiquidUIDemo
[26/34] Write Objects.LinkFileList
[28/34] Compiling CoreComponentsDemo CoreComponentsDemoApp.swift
[29/34] Emitting module CoreComponentsDemo
[29/34] Write Objects.LinkFileList
[30/34] Linking LiquidUIDemo
[31/34] Applying LiquidUIDemo
[32/34] Linking CoreComponentsDemo
[33/34] Applying CoreComponentsDemo
Build complete! (12.21s)
warning: 'spi-builder-workspace': the target name LuxeUI has different case on the filesystem and the Package.swift manifest file
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Examples/CoreComponentsDemo/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Examples/LiquidUIDemo/README.md
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LuxeUI",
"name" : "LuxeUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "LuxeUI",
"targets" : [
"LuxeUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoreComponentsDemo",
"targets" : [
"CoreComponentsDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "LiquidUIDemo",
"targets" : [
"LiquidUIDemo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LuxeUITests",
"module_type" : "SwiftTarget",
"name" : "LuxeUITests",
"path" : "Tests",
"sources" : [
"luxeUITests/SmokeTests.swift",
"luxeUITests/UITests.swift",
"luxeUITests/luxeUITests.swift"
],
"target_dependencies" : [
"LuxeUI"
],
"type" : "test"
},
{
"c99name" : "LuxeUI",
"module_type" : "SwiftTarget",
"name" : "LuxeUI",
"path" : "Sources/LuxeUI",
"product_memberships" : [
"LuxeUI",
"CoreComponentsDemo",
"LiquidUIDemo"
],
"sources" : [
"Components/Buttons/LiquidButton.swift",
"Components/Containers/GlassmorphismContainer.swift",
"Components/Containers/RefractiveGlassModifier.swift",
"Components/Effects/LiquidBlob.swift",
"Components/Interactions/PredictiveLayouts.swift",
"Components/Interactions/SmartSpringEngine.swift",
"Components/Loading/LiquidLoader.swift",
"Components/Premium/PremiumComponents.swift",
"Components/Progress/CircularProgressBar.swift",
"Components/Progress/LiquidProgress.swift",
"Components/Sliders/LuxeSlider.swift",
"Components/Sliders/MultiThumbSlider.swift",
"Extensions/View+Theme.swift",
"Theme/Theme.swift",
"Theme/ThemeEnvironment.swift",
"Theme/ThemeProvider.swift",
"luxeUI.swift"
],
"type" : "library"
},
{
"c99name" : "LiquidUIDemo",
"module_type" : "SwiftTarget",
"name" : "LiquidUIDemo",
"path" : "Examples/LiquidUIDemo",
"product_memberships" : [
"LiquidUIDemo"
],
"sources" : [
"LiquidUIDemoApp.swift"
],
"target_dependencies" : [
"LuxeUI"
],
"type" : "executable"
},
{
"c99name" : "CoreComponentsDemo",
"module_type" : "SwiftTarget",
"name" : "CoreComponentsDemo",
"path" : "Examples/CoreComponentsDemo",
"product_memberships" : [
"CoreComponentsDemo"
],
"sources" : [
"CoreComponentsDemoApp.swift"
],
"target_dependencies" : [
"LuxeUI"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': the target name LuxeUI has different case on the filesystem and the Package.swift manifest file
Done.