Build Information
Failed to build LuxeUI, reference main (8b4de8), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 15:51:54 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Ronitsabhaya75/Luxe-UI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/18] Write sources
[3/18] Write iOSGPUDemo-entitlement.plist
[5/18] Write LiquidUIDemo-entitlement.plist
[6/18] Copying LuxeShaders.metal
[6/18] Write CoreComponentsDemo-entitlement.plist
[8/18] Write swift-version--3CB7CFEC50E0D141.txt
[10/37] Compiling LuxeUI GPURenderer.swift
[11/37] Compiling LuxeUI Theme.swift
[12/37] Compiling LuxeUI ThemeEnvironment.swift
[13/37] Compiling LuxeUI ThemeProvider.swift
[14/37] 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>
[15/37] 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>
[16/39] Compiling LuxeUI CircularProgressBar.swift
[17/39] Compiling LuxeUI LiquidProgress.swift
[18/39] Compiling LuxeUI LuxeSlider.swift
[19/39] Compiling LuxeUI MultiThumbSlider.swift
[20/39] Compiling LuxeUI LiquidLoader.swift
[21/39] Compiling LuxeUI PremiumComponents.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/39] Compiling LuxeUI RefractiveGlassModifier.swift
[23/39] Compiling LuxeUI LiquidBlob.swift
[24/39] Compiling LuxeUI LiquidButton.swift
[25/39] Compiling LuxeUI GlassmorphismContainer.swift
[26/39] Compiling LuxeUI PredictiveLayouts.swift
[27/39] Compiling LuxeUI SmartSpringEngine.swift
[28/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>
[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.2 macosSpm