The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LuxeUI, reference main (8b4de8), with Swift 6.0 for macOS (SPM) on 23 Apr 2026 15:52:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build 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.0
Building package at path:  $PWD
https://github.com/Ronitsabhaya75/Luxe-UI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/18] Write sources
[1/18] Copying LuxeShaders.metal
[1/18] Write sources
[4/18] Write CoreComponentsDemo-entitlement.plist
[6/18] Write LiquidUIDemo-entitlement.plist
[6/18] Write iOSGPUDemo-entitlement.plist
[8/18] Write swift-version-5BDAB9E9C0126B9D.txt
[10/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
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
425 | }
426 |
[11/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
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
425 | }
426 |
[12/39] Compiling LuxeUI GPURenderer.swift
[13/39] Compiling LuxeUI Theme.swift
[14/39] Compiling LuxeUI ThemeEnvironment.swift
[15/39] Compiling LuxeUI ThemeProvider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/39] Compiling LuxeUI LiquidLoader.swift
[17/39] Compiling LuxeUI PremiumComponents.swift
[18/39] Compiling LuxeUI LuxeSlider.swift
[19/39] Compiling LuxeUI MultiThumbSlider.swift
[20/39] Compiling LuxeUI CircularProgressBar.swift
[21/39] Compiling LuxeUI LiquidProgress.swift
[22/39] Compiling LuxeUI RefractiveGlassModifier.swift
[23/39] Compiling LuxeUI LiquidBlob.swift
[24/39] Compiling LuxeUI PredictiveLayouts.swift
[25/39] Compiling LuxeUI SmartSpringEngine.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
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
425 | }
426 |
[27/39] Compiling LuxeUI LiquidButton.swift
[28/39] Compiling LuxeUI GlassmorphismContainer.swift
[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.0 macosSpm