The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LubaUI, reference 0.1.0 (770c19), with Swift 6.1 for macOS (SPM) on 15 Feb 2026 10:37:16 UTC.

Swift 6 data race errors: 10

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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ermanakar/LubaUI.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ermanakar/LubaUI
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 770c19a Fix broken references and split tests into focused files
Cloned https://github.com/ermanakar/LubaUI.git
Revision (git rev-parse @):
770c19a32b413a0a5a840f24c2e78ac34fa998c3
SUCCESS checkout https://github.com/ermanakar/LubaUI.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ermanakar/LubaUI.git
https://github.com/ermanakar/LubaUI.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LubaUI",
  "name" : "LubaUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LubaUI",
      "targets" : [
        "LubaUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LubaUITests",
      "module_type" : "SwiftTarget",
      "name" : "LubaUITests",
      "path" : "Tests/LubaUITests",
      "sources" : [
        "ComponentTests.swift",
        "ComponentTokenTests.swift",
        "ThemeConfigTests.swift",
        "TokenTests.swift"
      ],
      "target_dependencies" : [
        "LubaUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LubaUI",
      "module_type" : "SwiftTarget",
      "name" : "LubaUI",
      "path" : "Sources/LubaUI",
      "product_memberships" : [
        "LubaUI"
      ],
      "sources" : [
        "Components/LubaAlert.swift",
        "Components/LubaAvatar.swift",
        "Components/LubaBadge.swift",
        "Components/LubaButton.swift",
        "Components/LubaCard.swift",
        "Components/LubaCheckbox.swift",
        "Components/LubaChip.swift",
        "Components/LubaDivider.swift",
        "Components/LubaIcon.swift",
        "Components/LubaLink.swift",
        "Components/LubaMenu.swift",
        "Components/LubaProgress.swift",
        "Components/LubaRadio.swift",
        "Components/LubaRating.swift",
        "Components/LubaSearchBar.swift",
        "Components/LubaSheet.swift",
        "Components/LubaSkeleton.swift",
        "Components/LubaSlider.swift",
        "Components/LubaStepper.swift",
        "Components/LubaTabs.swift",
        "Components/LubaTextArea.swift",
        "Components/LubaTextField.swift",
        "Components/LubaToast.swift",
        "Components/LubaToggle.swift",
        "Components/LubaTooltip.swift",
        "Config/LubaConfig.swift",
        "LubaUI.swift",
        "Primitives/LubaButtonStyling.swift",
        "Primitives/LubaExpandable.swift",
        "Primitives/LubaLongPressable.swift",
        "Primitives/LubaPressable.swift",
        "Primitives/LubaShimmerable.swift",
        "Primitives/LubaSwipeable.swift",
        "Theme/LubaTheme.swift",
        "Tokens/LubaColors.swift",
        "Tokens/LubaControlTokens.swift",
        "Tokens/LubaFeedbackTokens.swift",
        "Tokens/LubaMotion.swift",
        "Tokens/LubaPrimitives.swift",
        "Tokens/LubaRadius.swift",
        "Tokens/LubaSpacing.swift",
        "Tokens/LubaTypography.swift",
        "Utilities/LubaAccessibility.swift",
        "Utilities/LubaAnimations.swift",
        "Utilities/LubaHaptics.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/44] Emitting module LubaUI
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:137:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | private struct IconPressKey: PreferenceKey {
137 |     static var defaultValue = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
139 | }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:20:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Shared configuration instance
 20 |     public static var shared = LubaConfig()
    |                       |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     // MARK: - Brand Identity
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:117:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
 13 | /// Central configuration for LubaUI.
 14 | /// Modify these values to customize the design system for your brand.
 15 | public struct LubaConfig {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
115 |
116 | private struct LubaConfigKey: EnvironmentKey {
117 |     static let defaultValue = LubaConfig.shared
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 | }
119 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:195:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
193 | // PreferenceKey for propagating press state (iOS 16 compatible)
194 | private struct PressStateKey: PreferenceKey {
195 |     static var defaultValue: Bool = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
197 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:31:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
 29 |     }
 30 |
 31 |     public static let `default` = LubaThemeConfiguration()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 | }
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:63:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | // MARK: - Theme Colors
 35 |
 36 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 37 |     public let primary: Color
 38 |     public let secondary: Color
    :
 61 |     }
 62 |
 63 |     public static let `default` = LubaThemeColors()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 | }
 65 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:89:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
 66 | // MARK: - Theme Typography
 67 |
 68 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 69 |     public let title: Font
 70 |     public let headline: Font
    :
 87 |     }
 88 |
 89 |     public static let `default` = LubaThemeTypography()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 | }
 91 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:115:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
 92 | // MARK: - Theme Spacing
 93 |
 94 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
 95 |     public let xs: CGFloat
 96 |     public let sm: CGFloat
    :
113 |     }
114 |
115 |     public static let `default` = LubaThemeSpacing()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 | }
117 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:138:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
118 | // MARK: - Theme Radius
119 |
120 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
121 |     public let sm: CGFloat
122 |     public let md: CGFloat
    :
136 |     }
137 |
138 |     public static let `default` = LubaThemeRadius()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | }
140 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
142 |
143 | private struct LubaThemeKey: EnvironmentKey {
144 |     static let defaultValue = LubaThemeConfiguration.default
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | }
146 |
[4/48] Compiling LubaUI LubaTypography.swift
[5/48] Compiling LubaUI LubaAccessibility.swift
[6/48] Compiling LubaUI LubaAnimations.swift
[7/48] Compiling LubaUI LubaHaptics.swift
[8/48] Compiling LubaUI LubaMotion.swift
[9/48] Compiling LubaUI LubaPrimitives.swift
[10/48] Compiling LubaUI LubaRadius.swift
[11/48] Compiling LubaUI LubaSpacing.swift
[12/48] Compiling LubaUI LubaSheet.swift
[13/48] Compiling LubaUI LubaSkeleton.swift
[14/48] Compiling LubaUI LubaSlider.swift
[15/48] Compiling LubaUI LubaStepper.swift
[16/48] Compiling LubaUI LubaTabs.swift
[17/48] Compiling LubaUI LubaAlert.swift
[18/48] Compiling LubaUI LubaAvatar.swift
[19/48] Compiling LubaUI LubaBadge.swift
[20/48] Compiling LubaUI LubaButton.swift
[21/48] Compiling LubaUI LubaCard.swift
[22/48] Compiling LubaUI LubaLongPressable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:147:13: warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 60 |
 61 |     @State private var isPressed = false
 62 |     @State private var progress: CGFloat = 0
    |                        `- note: mutation of this property is only permitted within the actor
 63 |     @State private var timer: Timer?
 64 |     @Environment(\.lubaConfig) private var config
    :
145 |
146 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { t in
147 |             progress += increment
    |             `- warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
148 |
149 |             if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:149:16: warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
 60 |
 61 |     @State private var isPressed = false
 62 |     @State private var progress: CGFloat = 0
    |                        `- note: property declared here
 63 |     @State private var timer: Timer?
 64 |     @Environment(\.lubaConfig) private var config
    :
147 |             progress += increment
148 |
149 |             if progress >= 1.0 {
    |                `- warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
150 |                 completePress()
151 |             }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:150:17: warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
148 |
149 |             if progress >= 1.0 {
150 |                 completePress()
    |                 `- warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
151 |             }
152 |         }
    :
160 |     }
161 |
162 |     private func completePress() {
    |                  |- note: calls to instance method 'completePress()' from outside of its actor context are implicitly asynchronous
    |                  `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
163 |         timer?.invalidate()
164 |         timer = nil
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:305:13: warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
223 |
224 |     @State private var isPressed = false
225 |     @State private var progress: CGFloat = 0
    |                        `- note: mutation of this property is only permitted within the actor
226 |     @State private var timer: Timer?
227 |     @Environment(\.lubaConfig) private var config
    :
303 |
304 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { _ in
305 |             progress += increment
    |             `- warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
306 |             if progress >= 1.0 {
307 |                 completePress()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:306:16: warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
223 |
224 |     @State private var isPressed = false
225 |     @State private var progress: CGFloat = 0
    |                        `- note: property declared here
226 |     @State private var timer: Timer?
227 |     @Environment(\.lubaConfig) private var config
    :
304 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { _ in
305 |             progress += increment
306 |             if progress >= 1.0 {
    |                `- warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
307 |                 completePress()
308 |             }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:307:17: warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
305 |             progress += increment
306 |             if progress >= 1.0 {
307 |                 completePress()
    |                 `- warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
308 |             }
309 |         }
    :
317 |     }
318 |
319 |     private func completePress() {
    |                  |- note: calls to instance method 'completePress()' from outside of its actor context are implicitly asynchronous
    |                  `- note: main actor isolation inferred from conformance to protocol 'View'
320 |         timer?.invalidate()
321 |         timer = nil
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:195:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
193 | // PreferenceKey for propagating press state (iOS 16 compatible)
194 | private struct PressStateKey: PreferenceKey {
195 |     static var defaultValue: Bool = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
197 |         value = nextValue()
[23/48] Compiling LubaUI LubaPressable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:147:13: warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 60 |
 61 |     @State private var isPressed = false
 62 |     @State private var progress: CGFloat = 0
    |                        `- note: mutation of this property is only permitted within the actor
 63 |     @State private var timer: Timer?
 64 |     @Environment(\.lubaConfig) private var config
    :
145 |
146 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { t in
147 |             progress += increment
    |             `- warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
148 |
149 |             if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:149:16: warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
 60 |
 61 |     @State private var isPressed = false
 62 |     @State private var progress: CGFloat = 0
    |                        `- note: property declared here
 63 |     @State private var timer: Timer?
 64 |     @Environment(\.lubaConfig) private var config
    :
147 |             progress += increment
148 |
149 |             if progress >= 1.0 {
    |                `- warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
150 |                 completePress()
151 |             }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:150:17: warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
148 |
149 |             if progress >= 1.0 {
150 |                 completePress()
    |                 `- warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
151 |             }
152 |         }
    :
160 |     }
161 |
162 |     private func completePress() {
    |                  |- note: calls to instance method 'completePress()' from outside of its actor context are implicitly asynchronous
    |                  `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
163 |         timer?.invalidate()
164 |         timer = nil
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:305:13: warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
223 |
224 |     @State private var isPressed = false
225 |     @State private var progress: CGFloat = 0
    |                        `- note: mutation of this property is only permitted within the actor
226 |     @State private var timer: Timer?
227 |     @Environment(\.lubaConfig) private var config
    :
303 |
304 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { _ in
305 |             progress += increment
    |             `- warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
306 |             if progress >= 1.0 {
307 |                 completePress()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:306:16: warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
223 |
224 |     @State private var isPressed = false
225 |     @State private var progress: CGFloat = 0
    |                        `- note: property declared here
226 |     @State private var timer: Timer?
227 |     @Environment(\.lubaConfig) private var config
    :
304 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { _ in
305 |             progress += increment
306 |             if progress >= 1.0 {
    |                `- warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
307 |                 completePress()
308 |             }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:307:17: warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
305 |             progress += increment
306 |             if progress >= 1.0 {
307 |                 completePress()
    |                 `- warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
308 |             }
309 |         }
    :
317 |     }
318 |
319 |     private func completePress() {
    |                  |- note: calls to instance method 'completePress()' from outside of its actor context are implicitly asynchronous
    |                  `- note: main actor isolation inferred from conformance to protocol 'View'
320 |         timer?.invalidate()
321 |         timer = nil
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:195:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
193 | // PreferenceKey for propagating press state (iOS 16 compatible)
194 | private struct PressStateKey: PreferenceKey {
195 |     static var defaultValue: Bool = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
197 |         value = nextValue()
[24/48] Compiling LubaUI LubaShimmerable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:147:13: warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 60 |
 61 |     @State private var isPressed = false
 62 |     @State private var progress: CGFloat = 0
    |                        `- note: mutation of this property is only permitted within the actor
 63 |     @State private var timer: Timer?
 64 |     @Environment(\.lubaConfig) private var config
    :
145 |
146 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { t in
147 |             progress += increment
    |             `- warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
148 |
149 |             if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:149:16: warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
 60 |
 61 |     @State private var isPressed = false
 62 |     @State private var progress: CGFloat = 0
    |                        `- note: property declared here
 63 |     @State private var timer: Timer?
 64 |     @Environment(\.lubaConfig) private var config
    :
147 |             progress += increment
148 |
149 |             if progress >= 1.0 {
    |                `- warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
150 |                 completePress()
151 |             }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:150:17: warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
148 |
149 |             if progress >= 1.0 {
150 |                 completePress()
    |                 `- warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
151 |             }
152 |         }
    :
160 |     }
161 |
162 |     private func completePress() {
    |                  |- note: calls to instance method 'completePress()' from outside of its actor context are implicitly asynchronous
    |                  `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
163 |         timer?.invalidate()
164 |         timer = nil
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:305:13: warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
223 |
224 |     @State private var isPressed = false
225 |     @State private var progress: CGFloat = 0
    |                        `- note: mutation of this property is only permitted within the actor
226 |     @State private var timer: Timer?
227 |     @Environment(\.lubaConfig) private var config
    :
303 |
304 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { _ in
305 |             progress += increment
    |             `- warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
306 |             if progress >= 1.0 {
307 |                 completePress()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:306:16: warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
223 |
224 |     @State private var isPressed = false
225 |     @State private var progress: CGFloat = 0
    |                        `- note: property declared here
226 |     @State private var timer: Timer?
227 |     @Environment(\.lubaConfig) private var config
    :
304 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { _ in
305 |             progress += increment
306 |             if progress >= 1.0 {
    |                `- warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
307 |                 completePress()
308 |             }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:307:17: warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
305 |             progress += increment
306 |             if progress >= 1.0 {
307 |                 completePress()
    |                 `- warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
308 |             }
309 |         }
    :
317 |     }
318 |
319 |     private func completePress() {
    |                  |- note: calls to instance method 'completePress()' from outside of its actor context are implicitly asynchronous
    |                  `- note: main actor isolation inferred from conformance to protocol 'View'
320 |         timer?.invalidate()
321 |         timer = nil
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:195:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
193 | // PreferenceKey for propagating press state (iOS 16 compatible)
194 | private struct PressStateKey: PreferenceKey {
195 |     static var defaultValue: Bool = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
197 |         value = nextValue()
[25/48] Compiling LubaUI LubaSwipeable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:147:13: warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 60 |
 61 |     @State private var isPressed = false
 62 |     @State private var progress: CGFloat = 0
    |                        `- note: mutation of this property is only permitted within the actor
 63 |     @State private var timer: Timer?
 64 |     @Environment(\.lubaConfig) private var config
    :
145 |
146 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { t in
147 |             progress += increment
    |             `- warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
148 |
149 |             if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:149:16: warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
 60 |
 61 |     @State private var isPressed = false
 62 |     @State private var progress: CGFloat = 0
    |                        `- note: property declared here
 63 |     @State private var timer: Timer?
 64 |     @Environment(\.lubaConfig) private var config
    :
147 |             progress += increment
148 |
149 |             if progress >= 1.0 {
    |                `- warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
150 |                 completePress()
151 |             }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:150:17: warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
148 |
149 |             if progress >= 1.0 {
150 |                 completePress()
    |                 `- warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
151 |             }
152 |         }
    :
160 |     }
161 |
162 |     private func completePress() {
    |                  |- note: calls to instance method 'completePress()' from outside of its actor context are implicitly asynchronous
    |                  `- note: main actor isolation inferred from conformance to protocol 'ViewModifier'
163 |         timer?.invalidate()
164 |         timer = nil
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:305:13: warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
223 |
224 |     @State private var isPressed = false
225 |     @State private var progress: CGFloat = 0
    |                        `- note: mutation of this property is only permitted within the actor
226 |     @State private var timer: Timer?
227 |     @Environment(\.lubaConfig) private var config
    :
303 |
304 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { _ in
305 |             progress += increment
    |             `- warning: main actor-isolated property 'progress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
306 |             if progress >= 1.0 {
307 |                 completePress()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:306:16: warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
223 |
224 |     @State private var isPressed = false
225 |     @State private var progress: CGFloat = 0
    |                        `- note: property declared here
226 |     @State private var timer: Timer?
227 |     @Environment(\.lubaConfig) private var config
    :
304 |         timer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { _ in
305 |             progress += increment
306 |             if progress >= 1.0 {
    |                `- warning: main actor-isolated property 'progress' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
307 |                 completePress()
308 |             }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaLongPressable.swift:307:17: warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
305 |             progress += increment
306 |             if progress >= 1.0 {
307 |                 completePress()
    |                 `- warning: call to main actor-isolated instance method 'completePress()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
308 |             }
309 |         }
    :
317 |     }
318 |
319 |     private func completePress() {
    |                  |- note: calls to instance method 'completePress()' from outside of its actor context are implicitly asynchronous
    |                  `- note: main actor isolation inferred from conformance to protocol 'View'
320 |         timer?.invalidate()
321 |         timer = nil
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:195:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
193 | // PreferenceKey for propagating press state (iOS 16 compatible)
194 | private struct PressStateKey: PreferenceKey {
195 |     static var defaultValue: Bool = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
197 |         value = nextValue()
[26/48] Compiling LubaUI LubaCheckbox.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:137:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | private struct IconPressKey: PreferenceKey {
137 |     static var defaultValue = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
139 | }
[27/48] Compiling LubaUI LubaChip.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:137:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | private struct IconPressKey: PreferenceKey {
137 |     static var defaultValue = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
139 | }
[28/48] Compiling LubaUI LubaDivider.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:137:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | private struct IconPressKey: PreferenceKey {
137 |     static var defaultValue = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
139 | }
[29/48] Compiling LubaUI LubaIcon.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:137:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | private struct IconPressKey: PreferenceKey {
137 |     static var defaultValue = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
139 | }
[30/48] Compiling LubaUI LubaLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:137:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | private struct IconPressKey: PreferenceKey {
137 |     static var defaultValue = false
    |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
139 | }
[31/48] Compiling LubaUI LubaMenu.swift
[32/48] Compiling LubaUI LubaProgress.swift
[33/48] Compiling LubaUI LubaRadio.swift
[34/48] Compiling LubaUI LubaRating.swift
[35/48] Compiling LubaUI LubaSearchBar.swift
[36/48] Compiling LubaUI LubaTheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:31:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
 29 |     }
 30 |
 31 |     public static let `default` = LubaThemeConfiguration()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 | }
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:63:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | // MARK: - Theme Colors
 35 |
 36 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 37 |     public let primary: Color
 38 |     public let secondary: Color
    :
 61 |     }
 62 |
 63 |     public static let `default` = LubaThemeColors()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 | }
 65 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:89:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
 66 | // MARK: - Theme Typography
 67 |
 68 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 69 |     public let title: Font
 70 |     public let headline: Font
    :
 87 |     }
 88 |
 89 |     public static let `default` = LubaThemeTypography()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 | }
 91 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:115:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
 92 | // MARK: - Theme Spacing
 93 |
 94 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
 95 |     public let xs: CGFloat
 96 |     public let sm: CGFloat
    :
113 |     }
114 |
115 |     public static let `default` = LubaThemeSpacing()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 | }
117 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:138:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
118 | // MARK: - Theme Radius
119 |
120 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
121 |     public let sm: CGFloat
122 |     public let md: CGFloat
    :
136 |     }
137 |
138 |     public static let `default` = LubaThemeRadius()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | }
140 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
142 |
143 | private struct LubaThemeKey: EnvironmentKey {
144 |     static let defaultValue = LubaThemeConfiguration.default
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | }
146 |
[37/48] Compiling LubaUI LubaColors.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:31:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
 29 |     }
 30 |
 31 |     public static let `default` = LubaThemeConfiguration()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 | }
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:63:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | // MARK: - Theme Colors
 35 |
 36 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 37 |     public let primary: Color
 38 |     public let secondary: Color
    :
 61 |     }
 62 |
 63 |     public static let `default` = LubaThemeColors()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 | }
 65 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:89:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
 66 | // MARK: - Theme Typography
 67 |
 68 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 69 |     public let title: Font
 70 |     public let headline: Font
    :
 87 |     }
 88 |
 89 |     public static let `default` = LubaThemeTypography()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 | }
 91 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:115:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
 92 | // MARK: - Theme Spacing
 93 |
 94 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
 95 |     public let xs: CGFloat
 96 |     public let sm: CGFloat
    :
113 |     }
114 |
115 |     public static let `default` = LubaThemeSpacing()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 | }
117 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:138:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
118 | // MARK: - Theme Radius
119 |
120 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
121 |     public let sm: CGFloat
122 |     public let md: CGFloat
    :
136 |     }
137 |
138 |     public static let `default` = LubaThemeRadius()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | }
140 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
142 |
143 | private struct LubaThemeKey: EnvironmentKey {
144 |     static let defaultValue = LubaThemeConfiguration.default
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | }
146 |
[38/48] Compiling LubaUI LubaControlTokens.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:31:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
 29 |     }
 30 |
 31 |     public static let `default` = LubaThemeConfiguration()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 | }
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:63:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | // MARK: - Theme Colors
 35 |
 36 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 37 |     public let primary: Color
 38 |     public let secondary: Color
    :
 61 |     }
 62 |
 63 |     public static let `default` = LubaThemeColors()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 | }
 65 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:89:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
 66 | // MARK: - Theme Typography
 67 |
 68 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 69 |     public let title: Font
 70 |     public let headline: Font
    :
 87 |     }
 88 |
 89 |     public static let `default` = LubaThemeTypography()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 | }
 91 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:115:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
 92 | // MARK: - Theme Spacing
 93 |
 94 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
 95 |     public let xs: CGFloat
 96 |     public let sm: CGFloat
    :
113 |     }
114 |
115 |     public static let `default` = LubaThemeSpacing()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 | }
117 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:138:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
118 | // MARK: - Theme Radius
119 |
120 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
121 |     public let sm: CGFloat
122 |     public let md: CGFloat
    :
136 |     }
137 |
138 |     public static let `default` = LubaThemeRadius()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | }
140 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
142 |
143 | private struct LubaThemeKey: EnvironmentKey {
144 |     static let defaultValue = LubaThemeConfiguration.default
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | }
146 |
[39/48] Compiling LubaUI LubaFeedbackTokens.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:31:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
 29 |     }
 30 |
 31 |     public static let `default` = LubaThemeConfiguration()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 | }
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:63:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | // MARK: - Theme Colors
 35 |
 36 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 37 |     public let primary: Color
 38 |     public let secondary: Color
    :
 61 |     }
 62 |
 63 |     public static let `default` = LubaThemeColors()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeColors' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 | }
 65 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:89:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
 66 | // MARK: - Theme Typography
 67 |
 68 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 69 |     public let title: Font
 70 |     public let headline: Font
    :
 87 |     }
 88 |
 89 |     public static let `default` = LubaThemeTypography()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeTypography' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 | }
 91 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:115:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
 92 | // MARK: - Theme Spacing
 93 |
 94 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
 95 |     public let xs: CGFloat
 96 |     public let sm: CGFloat
    :
113 |     }
114 |
115 |     public static let `default` = LubaThemeSpacing()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeSpacing' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 | }
117 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:138:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
118 | // MARK: - Theme Radius
119 |
120 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
121 |     public let sm: CGFloat
122 |     public let md: CGFloat
    :
136 |     }
137 |
138 |     public static let `default` = LubaThemeRadius()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LubaThemeRadius' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | }
140 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | /// LubaUI theme configuration
 13 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 14 |     public let colors: LubaThemeColors
 15 |     public let typography: LubaThemeTypography
    :
142 |
143 | private struct LubaThemeKey: EnvironmentKey {
144 |     static let defaultValue = LubaThemeConfiguration.default
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaThemeConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | }
146 |
[40/48] Compiling LubaUI LubaTextArea.swift
[41/48] Compiling LubaUI LubaTextField.swift
[42/48] Compiling LubaUI LubaToast.swift
[43/48] Compiling LubaUI LubaToggle.swift
[44/48] Compiling LubaUI LubaTooltip.swift
[45/48] Compiling LubaUI LubaConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:20:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Shared configuration instance
 20 |     public static var shared = LubaConfig()
    |                       |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     // MARK: - Brand Identity
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:117:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
 13 | /// Central configuration for LubaUI.
 14 | /// Modify these values to customize the design system for your brand.
 15 | public struct LubaConfig {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
115 |
116 | private struct LubaConfigKey: EnvironmentKey {
117 |     static let defaultValue = LubaConfig.shared
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 | }
119 |
[46/48] Compiling LubaUI LubaUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:20:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Shared configuration instance
 20 |     public static var shared = LubaConfig()
    |                       |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     // MARK: - Brand Identity
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:117:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
 13 | /// Central configuration for LubaUI.
 14 | /// Modify these values to customize the design system for your brand.
 15 | public struct LubaConfig {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
115 |
116 | private struct LubaConfigKey: EnvironmentKey {
117 |     static let defaultValue = LubaConfig.shared
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 | }
119 |
[47/48] Compiling LubaUI LubaButtonStyling.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:20:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Shared configuration instance
 20 |     public static var shared = LubaConfig()
    |                       |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     // MARK: - Brand Identity
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:117:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
 13 | /// Central configuration for LubaUI.
 14 | /// Modify these values to customize the design system for your brand.
 15 | public struct LubaConfig {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
115 |
116 | private struct LubaConfigKey: EnvironmentKey {
117 |     static let defaultValue = LubaConfig.shared
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 | }
119 |
[48/48] Compiling LubaUI LubaExpandable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:20:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 |     /// Shared configuration instance
 20 |     public static var shared = LubaConfig()
    |                       |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     // MARK: - Brand Identity
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Config/LubaConfig.swift:117:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
 13 | /// Central configuration for LubaUI.
 14 | /// Modify these values to customize the design system for your brand.
 15 | public struct LubaConfig {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
115 |
116 | private struct LubaConfigKey: EnvironmentKey {
117 |     static let defaultValue = LubaConfig.shared
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'LubaConfig' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 | }
119 |
Build complete! (10.17s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LubaUI",
  "name" : "LubaUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LubaUI",
      "targets" : [
        "LubaUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LubaUITests",
      "module_type" : "SwiftTarget",
      "name" : "LubaUITests",
      "path" : "Tests/LubaUITests",
      "sources" : [
        "ComponentTests.swift",
        "ComponentTokenTests.swift",
        "ThemeConfigTests.swift",
        "TokenTests.swift"
      ],
      "target_dependencies" : [
        "LubaUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LubaUI",
      "module_type" : "SwiftTarget",
      "name" : "LubaUI",
      "path" : "Sources/LubaUI",
      "product_memberships" : [
        "LubaUI"
      ],
      "sources" : [
        "Components/LubaAlert.swift",
        "Components/LubaAvatar.swift",
        "Components/LubaBadge.swift",
        "Components/LubaButton.swift",
        "Components/LubaCard.swift",
        "Components/LubaCheckbox.swift",
        "Components/LubaChip.swift",
        "Components/LubaDivider.swift",
        "Components/LubaIcon.swift",
        "Components/LubaLink.swift",
        "Components/LubaMenu.swift",
        "Components/LubaProgress.swift",
        "Components/LubaRadio.swift",
        "Components/LubaRating.swift",
        "Components/LubaSearchBar.swift",
        "Components/LubaSheet.swift",
        "Components/LubaSkeleton.swift",
        "Components/LubaSlider.swift",
        "Components/LubaStepper.swift",
        "Components/LubaTabs.swift",
        "Components/LubaTextArea.swift",
        "Components/LubaTextField.swift",
        "Components/LubaToast.swift",
        "Components/LubaToggle.swift",
        "Components/LubaTooltip.swift",
        "Config/LubaConfig.swift",
        "LubaUI.swift",
        "Primitives/LubaButtonStyling.swift",
        "Primitives/LubaExpandable.swift",
        "Primitives/LubaLongPressable.swift",
        "Primitives/LubaPressable.swift",
        "Primitives/LubaShimmerable.swift",
        "Primitives/LubaSwipeable.swift",
        "Theme/LubaTheme.swift",
        "Tokens/LubaColors.swift",
        "Tokens/LubaControlTokens.swift",
        "Tokens/LubaFeedbackTokens.swift",
        "Tokens/LubaMotion.swift",
        "Tokens/LubaPrimitives.swift",
        "Tokens/LubaRadius.swift",
        "Tokens/LubaSpacing.swift",
        "Tokens/LubaTypography.swift",
        "Utilities/LubaAccessibility.swift",
        "Utilities/LubaAnimations.swift",
        "Utilities/LubaHaptics.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.