Build Information
Successful build of LuxeUI, reference 1.0.1 (ee2301), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 03:05:17 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/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
========================================
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": "luxe-ui",
"name": "LuxeUI",
"url": "https://github.com/Ronitsabhaya75/Luxe-UI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Luxe-UI",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Ronitsabhaya75/Luxe-UI.git
[1/497] Fetching luxe-ui
Fetched https://github.com/Ronitsabhaya75/Luxe-UI.git from cache (0.81s)
Creating working copy for https://github.com/Ronitsabhaya75/Luxe-UI.git
Working copy of https://github.com/Ronitsabhaya75/Luxe-UI.git resolved at 1.0.1 (ee23017)
warning: 'luxe-ui': the target name LuxeUI has different case on the filesystem and the Package.swift manifest file
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Ronitsabhaya75/Luxe-UI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[1/12] Write CoreComponentsDemo-entitlement.plist
[2/12] Write LiquidUIDemo-entitlement.plist
[2/12] Write sources
[5/12] Write swift-version--6988338F2F200930.txt
[7/29] Compiling LuxeUI CircularProgressBar.swift
[8/29] Compiling LuxeUI LiquidProgress.swift
[9/29] Compiling LuxeUI LiquidLoader.swift
[10/29] Compiling LuxeUI PremiumComponents.swift
[11/29] Compiling LuxeUI LuxeSlider.swift
[12/29] Compiling LuxeUI MultiThumbSlider.swift
[13/29] Compiling LuxeUI PredictiveLayouts.swift
[14/29] Compiling LuxeUI SmartSpringEngine.swift
[15/29] Compiling LuxeUI ThemeProvider.swift
[16/29] Compiling LuxeUI ThemeEnvironment.swift
[17/29] Compiling LuxeUI View+Theme.swift
[18/29] Compiling LuxeUI Theme.swift
[19/29] Compiling LuxeUI LiquidButton.swift
[20/29] Compiling LuxeUI GlassmorphismContainer.swift
[21/29] Compiling LuxeUI RefractiveGlassModifier.swift
[22/29] Compiling LuxeUI LiquidBlob.swift
[23/29] Emitting module LuxeUI
[24/30] Compiling LuxeUI luxeUI.swift
[25/34] Compiling LiquidUIDemo LiquidUIDemoApp.swift
[26/34] Emitting module LiquidUIDemo
[26/34] Write Objects.LinkFileList
[28/34] Emitting module CoreComponentsDemo
[29/34] Compiling CoreComponentsDemo CoreComponentsDemoApp.swift
[29/34] Write Objects.LinkFileList
[30/34] Linking LiquidUIDemo
[31/34] Linking CoreComponentsDemo
[32/34] Applying LiquidUIDemo
[33/34] Applying CoreComponentsDemo
Build complete! (13.83s)
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.