The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LubaUI, reference main (9663aa), with Swift 6.1 for macOS (SPM) on 1 May 2026 01:17:01 UTC.

Swift 6 data race errors: 13

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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ermanakar/LubaUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ermanakar/LubaUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9663aa1 feat(showcase): update charts screen with interactive demos and more data
Cloned https://github.com/ermanakar/LubaUI.git
Revision (git rev-parse @):
9663aa199221b15418502452e16cd75e1019273b
SUCCESS checkout https://github.com/ermanakar/LubaUI.git at main
========================================
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" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "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/LubaChart.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/LubaChartStyle.swift",
        "Primitives/LubaExpandable.swift",
        "Primitives/LubaGlass.swift",
        "Primitives/LubaLongPressable.swift",
        "Primitives/LubaPressable.swift",
        "Primitives/LubaShimmerable.swift",
        "Primitives/LubaSwipeable.swift",
        "Theme/LubaTheme.swift",
        "Tokens/LubaChartTokens.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/50] Emitting module LubaUI
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:151: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
149 |
150 | private struct IconPressKey: PreferenceKey {
151 |     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
152 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
153 | }
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:33:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
 23 | // MARK: - Controller
 24 |
 25 | final class LubaTooltipController: ObservableObject {
    |             `- note: class 'LubaTooltipController' does not conform to the 'Sendable' protocol
 26 |     struct ActiveTooltip: Equatable {
 27 |         let id: UUID
    :
 31 |     }
 32 |
 33 |     static let shared = LubaTooltipController()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
 34 |
 35 |     @Published var active: ActiveTooltip?
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:342: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
340 |
341 | private struct TooltipAnchorPreferenceKey: PreferenceKey {
342 |     static var defaultValue: CGRect = .zero
    |                |- 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
343 |     static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
344 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:349: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
347 |
348 | private struct TooltipBubbleSizePreferenceKey: PreferenceKey {
349 |     static var defaultValue: CGSize = .zero
    |                |- 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
350 |     static func reduce(value: inout CGSize, nextValue: () -> CGSize) {
351 |         value = nextValue()
/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:124: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: Equatable {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
122 |
123 | private struct LubaConfigKey: EnvironmentKey {
124 |     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
125 | }
126 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:206: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
204 | // PreferenceKey for propagating press state (iOS 16 compatible)
205 | private struct PressStateKey: PreferenceKey {
206 |     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
207 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
208 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:42: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
 40 |     }
 41 |
 42 |     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
 43 | }
 44 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:77: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
 48 | ///
 49 | /// Each property defaults to the corresponding ``LubaColors`` token.
 50 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 51 |     public let primary: Color
 52 |     public let secondary: Color
    :
 75 |     }
 76 |
 77 |     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
 78 | }
 79 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:106: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
 83 | ///
 84 | /// Each property defaults to the corresponding ``LubaTypography`` token.
 85 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 86 |     public let title: Font
 87 |     public let headline: Font
    :
104 |     }
105 |
106 |     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
107 | }
108 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144: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
112 | ///
113 | /// Each property defaults to the corresponding ``LubaSpacing`` token.
114 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
115 |     public let xs: CGFloat
116 |     public let sm: CGFloat
    :
142 |     }
143 |
144 |     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
145 | }
146 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:179: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
150 | ///
151 | /// Each property defaults to the corresponding ``LubaRadius`` token.
152 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
153 |     public let none: CGFloat
154 |     public let xs: CGFloat
    :
177 |     }
178 |
179 |     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
180 | }
181 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:185: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
183 |
184 | private struct LubaThemeKey: EnvironmentKey {
185 |     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
186 | }
187 |
[6/54] Compiling LubaUI LubaTypography.swift
[7/54] Compiling LubaUI LubaAccessibility.swift
[8/54] Compiling LubaUI LubaAnimations.swift
[9/54] Compiling LubaUI LubaHaptics.swift
[10/54] Compiling LubaUI LubaFeedbackTokens.swift
[11/54] Compiling LubaUI LubaMotion.swift
[12/54] Compiling LubaUI LubaPrimitives.swift
[13/54] Compiling LubaUI LubaRadius.swift
[14/54] Compiling LubaUI LubaSpacing.swift
[15/54] Compiling LubaUI LubaSearchBar.swift
[16/54] Compiling LubaUI LubaSheet.swift
[17/54] Compiling LubaUI LubaSkeleton.swift
[18/54] Compiling LubaUI LubaSlider.swift
[19/54] Compiling LubaUI LubaStepper.swift
[20/54] Compiling LubaUI LubaExpandable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
234 |     ///   - cornerRadius: Corner radius for the glass surface
235 |     ///   - isInteractive: Whether the glass responds to touch (iOS 26+ only)
236 |     func lubaGlass(
    |          `- note: calls to instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' from outside of its actor context are implicitly asynchronous
237 |         _ style: LubaGlassStyle = .regular,
238 |         tint: Color? = nil,
    :
314 |
315 | @ViewBuilder
316 | private func glassDemo(_ title: String, subtitle: String, style: LubaGlassStyle, tint: Color? = nil) -> some View {
    |              `- note: add '@MainActor' to make global function 'glassDemo(_:subtitle:style:tint:)' part of global actor 'MainActor'
317 |     VStack(alignment: .leading, spacing: LubaSpacing.sm) {
318 |         Text(title)
    :
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      `- warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
328 | }
329 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:206: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
204 | // PreferenceKey for propagating press state (iOS 16 compatible)
205 | private struct PressStateKey: PreferenceKey {
206 |     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
207 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
208 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      |- warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
    |      `- note: sending task-isolated 'style' to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' risks causing data races between main actor-isolated and task-isolated uses
328 | }
329 |
[21/54] Compiling LubaUI LubaGlass.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
234 |     ///   - cornerRadius: Corner radius for the glass surface
235 |     ///   - isInteractive: Whether the glass responds to touch (iOS 26+ only)
236 |     func lubaGlass(
    |          `- note: calls to instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' from outside of its actor context are implicitly asynchronous
237 |         _ style: LubaGlassStyle = .regular,
238 |         tint: Color? = nil,
    :
314 |
315 | @ViewBuilder
316 | private func glassDemo(_ title: String, subtitle: String, style: LubaGlassStyle, tint: Color? = nil) -> some View {
    |              `- note: add '@MainActor' to make global function 'glassDemo(_:subtitle:style:tint:)' part of global actor 'MainActor'
317 |     VStack(alignment: .leading, spacing: LubaSpacing.sm) {
318 |         Text(title)
    :
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      `- warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
328 | }
329 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:206: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
204 | // PreferenceKey for propagating press state (iOS 16 compatible)
205 | private struct PressStateKey: PreferenceKey {
206 |     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
207 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
208 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      |- warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
    |      `- note: sending task-isolated 'style' to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' risks causing data races between main actor-isolated and task-isolated uses
328 | }
329 |
[22/54] Compiling LubaUI LubaLongPressable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
234 |     ///   - cornerRadius: Corner radius for the glass surface
235 |     ///   - isInteractive: Whether the glass responds to touch (iOS 26+ only)
236 |     func lubaGlass(
    |          `- note: calls to instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' from outside of its actor context are implicitly asynchronous
237 |         _ style: LubaGlassStyle = .regular,
238 |         tint: Color? = nil,
    :
314 |
315 | @ViewBuilder
316 | private func glassDemo(_ title: String, subtitle: String, style: LubaGlassStyle, tint: Color? = nil) -> some View {
    |              `- note: add '@MainActor' to make global function 'glassDemo(_:subtitle:style:tint:)' part of global actor 'MainActor'
317 |     VStack(alignment: .leading, spacing: LubaSpacing.sm) {
318 |         Text(title)
    :
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      `- warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
328 | }
329 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:206: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
204 | // PreferenceKey for propagating press state (iOS 16 compatible)
205 | private struct PressStateKey: PreferenceKey {
206 |     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
207 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
208 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      |- warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
    |      `- note: sending task-isolated 'style' to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' risks causing data races between main actor-isolated and task-isolated uses
328 | }
329 |
[23/54] Compiling LubaUI LubaPressable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
234 |     ///   - cornerRadius: Corner radius for the glass surface
235 |     ///   - isInteractive: Whether the glass responds to touch (iOS 26+ only)
236 |     func lubaGlass(
    |          `- note: calls to instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' from outside of its actor context are implicitly asynchronous
237 |         _ style: LubaGlassStyle = .regular,
238 |         tint: Color? = nil,
    :
314 |
315 | @ViewBuilder
316 | private func glassDemo(_ title: String, subtitle: String, style: LubaGlassStyle, tint: Color? = nil) -> some View {
    |              `- note: add '@MainActor' to make global function 'glassDemo(_:subtitle:style:tint:)' part of global actor 'MainActor'
317 |     VStack(alignment: .leading, spacing: LubaSpacing.sm) {
318 |         Text(title)
    :
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      `- warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
328 | }
329 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:206: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
204 | // PreferenceKey for propagating press state (iOS 16 compatible)
205 | private struct PressStateKey: PreferenceKey {
206 |     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
207 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
208 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      |- warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
    |      `- note: sending task-isolated 'style' to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' risks causing data races between main actor-isolated and task-isolated uses
328 | }
329 |
[24/54] Compiling LubaUI LubaShimmerable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
234 |     ///   - cornerRadius: Corner radius for the glass surface
235 |     ///   - isInteractive: Whether the glass responds to touch (iOS 26+ only)
236 |     func lubaGlass(
    |          `- note: calls to instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' from outside of its actor context are implicitly asynchronous
237 |         _ style: LubaGlassStyle = .regular,
238 |         tint: Color? = nil,
    :
314 |
315 | @ViewBuilder
316 | private func glassDemo(_ title: String, subtitle: String, style: LubaGlassStyle, tint: Color? = nil) -> some View {
    |              `- note: add '@MainActor' to make global function 'glassDemo(_:subtitle:style:tint:)' part of global actor 'MainActor'
317 |     VStack(alignment: .leading, spacing: LubaSpacing.sm) {
318 |         Text(title)
    :
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      `- warning: call to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
328 | }
329 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaPressable.swift:206: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
204 | // PreferenceKey for propagating press state (iOS 16 compatible)
205 | private struct PressStateKey: PreferenceKey {
206 |     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
207 |     static func reduce(value: inout Bool, nextValue: () -> Bool) {
208 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Primitives/LubaGlass.swift:327:6: warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
325 |     .frame(maxWidth: .infinity, alignment: .leading)
326 |     .padding(LubaSpacing.lg)
327 |     .lubaGlass(style, tint: tint)
    |      |- warning: sending 'style' risks causing data races; this is an error in the Swift 6 language mode
    |      `- note: sending task-isolated 'style' to main actor-isolated instance method 'lubaGlass(_:tint:cornerRadius:isInteractive:)' risks causing data races between main actor-isolated and task-isolated uses
328 | }
329 |
[25/54] Compiling LubaUI LubaAlert.swift
[26/54] Compiling LubaUI LubaAvatar.swift
[27/54] Compiling LubaUI LubaBadge.swift
[28/54] Compiling LubaUI LubaButton.swift
[29/54] Compiling LubaUI LubaCard.swift
[30/54] Compiling LubaUI LubaTabs.swift
[31/54] Compiling LubaUI LubaTextArea.swift
[32/54] Compiling LubaUI LubaTextField.swift
[33/54] Compiling LubaUI LubaToast.swift
[34/54] Compiling LubaUI LubaToggle.swift
[35/54] Compiling LubaUI LubaLink.swift
[36/54] Compiling LubaUI LubaMenu.swift
[37/54] Compiling LubaUI LubaProgress.swift
[38/54] Compiling LubaUI LubaRadio.swift
[39/54] Compiling LubaUI LubaRating.swift
[40/54] Compiling LubaUI LubaSwipeable.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:42: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
 40 |     }
 41 |
 42 |     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
 43 | }
 44 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:77: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
 48 | ///
 49 | /// Each property defaults to the corresponding ``LubaColors`` token.
 50 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 51 |     public let primary: Color
 52 |     public let secondary: Color
    :
 75 |     }
 76 |
 77 |     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
 78 | }
 79 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:106: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
 83 | ///
 84 | /// Each property defaults to the corresponding ``LubaTypography`` token.
 85 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 86 |     public let title: Font
 87 |     public let headline: Font
    :
104 |     }
105 |
106 |     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
107 | }
108 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144: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
112 | ///
113 | /// Each property defaults to the corresponding ``LubaSpacing`` token.
114 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
115 |     public let xs: CGFloat
116 |     public let sm: CGFloat
    :
142 |     }
143 |
144 |     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
145 | }
146 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:179: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
150 | ///
151 | /// Each property defaults to the corresponding ``LubaRadius`` token.
152 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
153 |     public let none: CGFloat
154 |     public let xs: CGFloat
    :
177 |     }
178 |
179 |     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
180 | }
181 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:185: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
183 |
184 | private struct LubaThemeKey: EnvironmentKey {
185 |     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
186 | }
187 |
[41/54] Compiling LubaUI LubaTheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:42: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
 40 |     }
 41 |
 42 |     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
 43 | }
 44 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:77: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
 48 | ///
 49 | /// Each property defaults to the corresponding ``LubaColors`` token.
 50 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 51 |     public let primary: Color
 52 |     public let secondary: Color
    :
 75 |     }
 76 |
 77 |     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
 78 | }
 79 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:106: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
 83 | ///
 84 | /// Each property defaults to the corresponding ``LubaTypography`` token.
 85 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 86 |     public let title: Font
 87 |     public let headline: Font
    :
104 |     }
105 |
106 |     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
107 | }
108 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144: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
112 | ///
113 | /// Each property defaults to the corresponding ``LubaSpacing`` token.
114 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
115 |     public let xs: CGFloat
116 |     public let sm: CGFloat
    :
142 |     }
143 |
144 |     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
145 | }
146 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:179: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
150 | ///
151 | /// Each property defaults to the corresponding ``LubaRadius`` token.
152 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
153 |     public let none: CGFloat
154 |     public let xs: CGFloat
    :
177 |     }
178 |
179 |     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
180 | }
181 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:185: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
183 |
184 | private struct LubaThemeKey: EnvironmentKey {
185 |     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
186 | }
187 |
[42/54] Compiling LubaUI LubaChartTokens.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:42: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
 40 |     }
 41 |
 42 |     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
 43 | }
 44 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:77: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
 48 | ///
 49 | /// Each property defaults to the corresponding ``LubaColors`` token.
 50 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 51 |     public let primary: Color
 52 |     public let secondary: Color
    :
 75 |     }
 76 |
 77 |     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
 78 | }
 79 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:106: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
 83 | ///
 84 | /// Each property defaults to the corresponding ``LubaTypography`` token.
 85 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 86 |     public let title: Font
 87 |     public let headline: Font
    :
104 |     }
105 |
106 |     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
107 | }
108 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144: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
112 | ///
113 | /// Each property defaults to the corresponding ``LubaSpacing`` token.
114 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
115 |     public let xs: CGFloat
116 |     public let sm: CGFloat
    :
142 |     }
143 |
144 |     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
145 | }
146 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:179: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
150 | ///
151 | /// Each property defaults to the corresponding ``LubaRadius`` token.
152 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
153 |     public let none: CGFloat
154 |     public let xs: CGFloat
    :
177 |     }
178 |
179 |     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
180 | }
181 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:185: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
183 |
184 | private struct LubaThemeKey: EnvironmentKey {
185 |     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
186 | }
187 |
[43/54] Compiling LubaUI LubaColors.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:42: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
 40 |     }
 41 |
 42 |     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
 43 | }
 44 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:77: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
 48 | ///
 49 | /// Each property defaults to the corresponding ``LubaColors`` token.
 50 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 51 |     public let primary: Color
 52 |     public let secondary: Color
    :
 75 |     }
 76 |
 77 |     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
 78 | }
 79 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:106: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
 83 | ///
 84 | /// Each property defaults to the corresponding ``LubaTypography`` token.
 85 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 86 |     public let title: Font
 87 |     public let headline: Font
    :
104 |     }
105 |
106 |     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
107 | }
108 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144: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
112 | ///
113 | /// Each property defaults to the corresponding ``LubaSpacing`` token.
114 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
115 |     public let xs: CGFloat
116 |     public let sm: CGFloat
    :
142 |     }
143 |
144 |     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
145 | }
146 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:179: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
150 | ///
151 | /// Each property defaults to the corresponding ``LubaRadius`` token.
152 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
153 |     public let none: CGFloat
154 |     public let xs: CGFloat
    :
177 |     }
178 |
179 |     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
180 | }
181 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:185: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
183 |
184 | private struct LubaThemeKey: EnvironmentKey {
185 |     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
186 | }
187 |
[44/54] Compiling LubaUI LubaControlTokens.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:42: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
 40 |     }
 41 |
 42 |     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
 43 | }
 44 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:77: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
 48 | ///
 49 | /// Each property defaults to the corresponding ``LubaColors`` token.
 50 | public struct LubaThemeColors {
    |               `- note: consider making struct 'LubaThemeColors' conform to the 'Sendable' protocol
 51 |     public let primary: Color
 52 |     public let secondary: Color
    :
 75 |     }
 76 |
 77 |     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
 78 | }
 79 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:106: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
 83 | ///
 84 | /// Each property defaults to the corresponding ``LubaTypography`` token.
 85 | public struct LubaThemeTypography {
    |               `- note: consider making struct 'LubaThemeTypography' conform to the 'Sendable' protocol
 86 |     public let title: Font
 87 |     public let headline: Font
    :
104 |     }
105 |
106 |     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
107 | }
108 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:144: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
112 | ///
113 | /// Each property defaults to the corresponding ``LubaSpacing`` token.
114 | public struct LubaThemeSpacing {
    |               `- note: consider making struct 'LubaThemeSpacing' conform to the 'Sendable' protocol
115 |     public let xs: CGFloat
116 |     public let sm: CGFloat
    :
142 |     }
143 |
144 |     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
145 | }
146 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:179: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
150 | ///
151 | /// Each property defaults to the corresponding ``LubaRadius`` token.
152 | public struct LubaThemeRadius {
    |               `- note: consider making struct 'LubaThemeRadius' conform to the 'Sendable' protocol
153 |     public let none: CGFloat
154 |     public let xs: CGFloat
    :
177 |     }
178 |
179 |     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
180 | }
181 |
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Theme/LubaTheme.swift:185: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
 22 | ///
 23 | /// Properties not specified fall back to LubaUI defaults.
 24 | public struct LubaThemeConfiguration {
    |               `- note: consider making struct 'LubaThemeConfiguration' conform to the 'Sendable' protocol
 25 |     public let colors: LubaThemeColors
 26 |     public let typography: LubaThemeTypography
    :
183 |
184 | private struct LubaThemeKey: EnvironmentKey {
185 |     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
186 | }
187 |
[45/54] Compiling LubaUI LubaTooltip.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:33:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
 23 | // MARK: - Controller
 24 |
 25 | final class LubaTooltipController: ObservableObject {
    |             `- note: class 'LubaTooltipController' does not conform to the 'Sendable' protocol
 26 |     struct ActiveTooltip: Equatable {
 27 |         let id: UUID
    :
 31 |     }
 32 |
 33 |     static let shared = LubaTooltipController()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
 34 |
 35 |     @Published var active: ActiveTooltip?
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:342: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
340 |
341 | private struct TooltipAnchorPreferenceKey: PreferenceKey {
342 |     static var defaultValue: CGRect = .zero
    |                |- 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
343 |     static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
344 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:349: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
347 |
348 | private struct TooltipBubbleSizePreferenceKey: PreferenceKey {
349 |     static var defaultValue: CGSize = .zero
    |                |- 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
350 |     static func reduce(value: inout CGSize, nextValue: () -> CGSize) {
351 |         value = nextValue()
/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:124: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: Equatable {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
122 |
123 | private struct LubaConfigKey: EnvironmentKey {
124 |     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
125 | }
126 |
[46/54] Compiling LubaUI LubaConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:33:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
 23 | // MARK: - Controller
 24 |
 25 | final class LubaTooltipController: ObservableObject {
    |             `- note: class 'LubaTooltipController' does not conform to the 'Sendable' protocol
 26 |     struct ActiveTooltip: Equatable {
 27 |         let id: UUID
    :
 31 |     }
 32 |
 33 |     static let shared = LubaTooltipController()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
 34 |
 35 |     @Published var active: ActiveTooltip?
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:342: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
340 |
341 | private struct TooltipAnchorPreferenceKey: PreferenceKey {
342 |     static var defaultValue: CGRect = .zero
    |                |- 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
343 |     static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
344 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:349: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
347 |
348 | private struct TooltipBubbleSizePreferenceKey: PreferenceKey {
349 |     static var defaultValue: CGSize = .zero
    |                |- 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
350 |     static func reduce(value: inout CGSize, nextValue: () -> CGSize) {
351 |         value = nextValue()
/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:124: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: Equatable {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
122 |
123 | private struct LubaConfigKey: EnvironmentKey {
124 |     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
125 | }
126 |
[47/54] Compiling LubaUI LubaUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:33:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
 23 | // MARK: - Controller
 24 |
 25 | final class LubaTooltipController: ObservableObject {
    |             `- note: class 'LubaTooltipController' does not conform to the 'Sendable' protocol
 26 |     struct ActiveTooltip: Equatable {
 27 |         let id: UUID
    :
 31 |     }
 32 |
 33 |     static let shared = LubaTooltipController()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
 34 |
 35 |     @Published var active: ActiveTooltip?
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:342: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
340 |
341 | private struct TooltipAnchorPreferenceKey: PreferenceKey {
342 |     static var defaultValue: CGRect = .zero
    |                |- 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
343 |     static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
344 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:349: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
347 |
348 | private struct TooltipBubbleSizePreferenceKey: PreferenceKey {
349 |     static var defaultValue: CGSize = .zero
    |                |- 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
350 |     static func reduce(value: inout CGSize, nextValue: () -> CGSize) {
351 |         value = nextValue()
/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:124: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: Equatable {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
122 |
123 | private struct LubaConfigKey: EnvironmentKey {
124 |     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
125 | }
126 |
[48/54] Compiling LubaUI LubaButtonStyling.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:33:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
 23 | // MARK: - Controller
 24 |
 25 | final class LubaTooltipController: ObservableObject {
    |             `- note: class 'LubaTooltipController' does not conform to the 'Sendable' protocol
 26 |     struct ActiveTooltip: Equatable {
 27 |         let id: UUID
    :
 31 |     }
 32 |
 33 |     static let shared = LubaTooltipController()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
 34 |
 35 |     @Published var active: ActiveTooltip?
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:342: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
340 |
341 | private struct TooltipAnchorPreferenceKey: PreferenceKey {
342 |     static var defaultValue: CGRect = .zero
    |                |- 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
343 |     static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
344 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:349: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
347 |
348 | private struct TooltipBubbleSizePreferenceKey: PreferenceKey {
349 |     static var defaultValue: CGSize = .zero
    |                |- 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
350 |     static func reduce(value: inout CGSize, nextValue: () -> CGSize) {
351 |         value = nextValue()
/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:124: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: Equatable {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
122 |
123 | private struct LubaConfigKey: EnvironmentKey {
124 |     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
125 | }
126 |
[49/54] Compiling LubaUI LubaChartStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:33:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
 23 | // MARK: - Controller
 24 |
 25 | final class LubaTooltipController: ObservableObject {
    |             `- note: class 'LubaTooltipController' does not conform to the 'Sendable' protocol
 26 |     struct ActiveTooltip: Equatable {
 27 |         let id: UUID
    :
 31 |     }
 32 |
 33 |     static let shared = LubaTooltipController()
    |                |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LubaTooltipController' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
 34 |
 35 |     @Published var active: ActiveTooltip?
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:342: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
340 |
341 | private struct TooltipAnchorPreferenceKey: PreferenceKey {
342 |     static var defaultValue: CGRect = .zero
    |                |- 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
343 |     static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
344 |         value = nextValue()
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaTooltip.swift:349: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
347 |
348 | private struct TooltipBubbleSizePreferenceKey: PreferenceKey {
349 |     static var defaultValue: CGSize = .zero
    |                |- 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
350 |     static func reduce(value: inout CGSize, nextValue: () -> CGSize) {
351 |         value = nextValue()
/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:124: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: Equatable {
    |               `- note: consider making struct 'LubaConfig' conform to the 'Sendable' protocol
 16 |
 17 |     // MARK: - Singleton
    :
122 |
123 | private struct LubaConfigKey: EnvironmentKey {
124 |     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
125 | }
126 |
[50/54] Compiling LubaUI LubaChart.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:151: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
149 |
150 | private struct IconPressKey: PreferenceKey {
151 |     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
152 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
153 | }
[51/54] Compiling LubaUI LubaCheckbox.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:151: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
149 |
150 | private struct IconPressKey: PreferenceKey {
151 |     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
152 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
153 | }
[52/54] Compiling LubaUI LubaChip.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:151: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
149 |
150 | private struct IconPressKey: PreferenceKey {
151 |     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
152 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
153 | }
[53/54] Compiling LubaUI LubaDivider.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:151: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
149 |
150 | private struct IconPressKey: PreferenceKey {
151 |     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
152 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
153 | }
[54/54] Compiling LubaUI LubaIcon.swift
/Users/admin/builder/spi-builder-workspace/Sources/LubaUI/Components/LubaIcon.swift:151: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
149 |
150 | private struct IconPressKey: PreferenceKey {
151 |     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
152 |     static func reduce(value: inout Bool, nextValue: () -> Bool) { value = nextValue() }
153 | }
Build complete! (25.11s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.67s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.77s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "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/LubaChart.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/LubaChartStyle.swift",
        "Primitives/LubaExpandable.swift",
        "Primitives/LubaGlass.swift",
        "Primitives/LubaLongPressable.swift",
        "Primitives/LubaPressable.swift",
        "Primitives/LubaShimmerable.swift",
        "Primitives/LubaSwipeable.swift",
        "Theme/LubaTheme.swift",
        "Tokens/LubaChartTokens.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.