Build Information
Failed to build LuxeUI, reference main (8b4de8), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 15:52:12 UTC.
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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ronitsabhaya75/Luxe-UI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8b4de8d notification for luxe toast (#18)
Cloned https://github.com/Ronitsabhaya75/Luxe-UI.git
Revision (git rev-parse @):
8b4de8d85fbcff5467c5b6d43ed9605b22aca4ec
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Ronitsabhaya75/Luxe-UI.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": "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/514] Fetching luxe-ui
Fetched https://github.com/Ronitsabhaya75/Luxe-UI.git from cache (0.89s)
Creating working copy for https://github.com/Ronitsabhaya75/Luxe-UI.git
Working copy of https://github.com/Ronitsabhaya75/Luxe-UI.git resolved at main (8b4de8d)
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/18] Write sources
[2/18] Copying LuxeShaders.metal
[2/18] Write iOSGPUDemo-entitlement.plist
[4/18] Write sources
[5/18] Write CoreComponentsDemo-entitlement.plist
[7/18] Write LiquidUIDemo-entitlement.plist
[8/18] Write swift-version--6988338F2F200930.txt
[10/37] Compiling LuxeUI ThemeEnvironment.swift
[11/37] Compiling LuxeUI ThemeProvider.swift
[12/39] Compiling LuxeUI LuxeSlider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/39] Compiling LuxeUI MultiThumbSlider.swift
[14/39] Compiling LuxeUI GPURenderer.swift
[15/39] Compiling LuxeUI Theme.swift
[16/39] Compiling LuxeUI LiquidLoader.swift
[17/39] Compiling LuxeUI PremiumComponents.swift
[18/39] Compiling LuxeUI RefractiveGlassModifier.swift
[19/39] Compiling LuxeUI LiquidBlob.swift
[20/39] Compiling LuxeUI PredictiveLayouts.swift
[21/39] Compiling LuxeUI SmartSpringEngine.swift
[22/39] Compiling LuxeUI LiquidButton.swift
[23/39] Compiling LuxeUI GlassmorphismContainer.swift
[24/39] Compiling LuxeUI CircularProgressBar.swift
[25/39] Compiling LuxeUI LiquidProgress.swift
[26/39] Emitting module LuxeUI
/Users/admin/builder/spi-builder-workspace/Sources/LuxeUI/Components/Toast/LuxeToast.swift:424:49: error: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context [#ActorIsolatedCall]
340 | private var timers: [UUID: Task<Void, Never>] = [:]
341 |
342 | public init() {}
| `- note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
343 |
344 | /// Show a new toast notification.
:
422 | /// Environment key for the toast manager.
423 | private struct LuxeToastManagerKey: EnvironmentKey {
424 | static let defaultValue: LuxeToastManager = LuxeToastManager()
| `- error: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context [#ActorIsolatedCall]
425 | }
426 |
[#ActorIsolatedCall]: <https://docs.swift.org/compiler/documentation/diagnostics/actor-isolated-call>
[27/39] Compiling LuxeUI LuxeToast.swift
/Users/admin/builder/spi-builder-workspace/Sources/LuxeUI/Components/Toast/LuxeToast.swift:424:49: error: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context [#ActorIsolatedCall]
340 | private var timers: [UUID: Task<Void, Never>] = [:]
341 |
342 | public init() {}
| `- note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
343 |
344 | /// Show a new toast notification.
:
422 | /// Environment key for the toast manager.
423 | private struct LuxeToastManagerKey: EnvironmentKey {
424 | static let defaultValue: LuxeToastManager = LuxeToastManager()
| `- error: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context [#ActorIsolatedCall]
425 | }
426 |
[#ActorIsolatedCall]: <https://docs.swift.org/compiler/documentation/diagnostics/actor-isolated-call>
[28/39] Compiling LuxeUI View+Theme.swift
/Users/admin/builder/spi-builder-workspace/Sources/LuxeUI/Components/Toast/LuxeToast.swift:424:49: error: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context [#ActorIsolatedCall]
340 | private var timers: [UUID: Task<Void, Never>] = [:]
341 |
342 | public init() {}
| `- note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
343 |
344 | /// Show a new toast notification.
:
422 | /// Environment key for the toast manager.
423 | private struct LuxeToastManagerKey: EnvironmentKey {
424 | static let defaultValue: LuxeToastManager = LuxeToastManager()
| `- error: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context [#ActorIsolatedCall]
425 | }
426 |
[#ActorIsolatedCall]: <https://docs.swift.org/compiler/documentation/diagnostics/actor-isolated-call>
[29/39] Compiling LuxeUI luxeUI.swift
[30/39] Compiling LuxeUI resource_bundle_accessor.swift
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
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/iOSGPUDemo/README.md
BUILD FAILURE 6.3 macosSpm