The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LucideIcons, reference 1.14.0 (31d664), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2026 06:59:27 UTC.

Swift 6 data race errors: 1703

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LucideIcons -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

  public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1577:21: warning: static property 'triangleAlert' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1577:21: note: add '@MainActor' to make static property 'triangleAlert' part of global actor 'MainActor'
  public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1577:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1578:21: warning: static property 'triangleDashed' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `triangleDashed`: NSImage = Bundle.module.image(forResource: "triangle-dashed")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1578:21: note: add '@MainActor' to make static property 'triangleDashed' part of global actor 'MainActor'
  public static let `triangleDashed`: NSImage = Bundle.module.image(forResource: "triangle-dashed")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1578:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `triangleDashed`: NSImage = Bundle.module.image(forResource: "triangle-dashed")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1579:21: warning: static property 'triangleRight' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1579:21: note: add '@MainActor' to make static property 'triangleRight' part of global actor 'MainActor'
  public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1579:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1580:21: warning: static property 'triangle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1580:21: note: add '@MainActor' to make static property 'triangle' part of global actor 'MainActor'
  public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1580:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1581:21: warning: static property 'trophy' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1581:21: note: add '@MainActor' to make static property 'trophy' part of global actor 'MainActor'
  public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1581:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1582:21: warning: static property 'truckElectric' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `truckElectric`: NSImage = Bundle.module.image(forResource: "truck-electric")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1582:21: note: add '@MainActor' to make static property 'truckElectric' part of global actor 'MainActor'
  public static let `truckElectric`: NSImage = Bundle.module.image(forResource: "truck-electric")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1582:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `truckElectric`: NSImage = Bundle.module.image(forResource: "truck-electric")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1583:21: warning: static property 'truck' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1583:21: note: add '@MainActor' to make static property 'truck' part of global actor 'MainActor'
  public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1583:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1584:21: warning: static property 'turkishLira' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `turkishLira`: NSImage = Bundle.module.image(forResource: "turkish-lira")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1584:21: note: add '@MainActor' to make static property 'turkishLira' part of global actor 'MainActor'
  public static let `turkishLira`: NSImage = Bundle.module.image(forResource: "turkish-lira")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1584:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `turkishLira`: NSImage = Bundle.module.image(forResource: "turkish-lira")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1585:21: warning: static property 'turntable' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `turntable`: NSImage = Bundle.module.image(forResource: "turntable")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1585:21: note: add '@MainActor' to make static property 'turntable' part of global actor 'MainActor'
  public static let `turntable`: NSImage = Bundle.module.image(forResource: "turntable")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1585:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `turntable`: NSImage = Bundle.module.image(forResource: "turntable")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1586:21: warning: static property 'turtle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1586:21: note: add '@MainActor' to make static property 'turtle' part of global actor 'MainActor'
  public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1586:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1587:21: warning: static property 'tvMinimalPlay' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1587:21: note: add '@MainActor' to make static property 'tvMinimalPlay' part of global actor 'MainActor'
  public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1587:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1588:21: warning: static property 'tvMinimal' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1588:21: note: add '@MainActor' to make static property 'tvMinimal' part of global actor 'MainActor'
  public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1588:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1589:21: warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1589:21: note: add '@MainActor' to make static property 'tv' part of global actor 'MainActor'
  public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1589:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1590:21: warning: static property 'typeOutline' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1590:21: note: add '@MainActor' to make static property 'typeOutline' part of global actor 'MainActor'
  public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1590:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1591:21: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1591:21: note: add '@MainActor' to make static property 'type' part of global actor 'MainActor'
  public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1591:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1592:21: warning: static property 'umbrellaOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1592:21: note: add '@MainActor' to make static property 'umbrellaOff' part of global actor 'MainActor'
  public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1592:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1593:21: warning: static property 'umbrella' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1593:21: note: add '@MainActor' to make static property 'umbrella' part of global actor 'MainActor'
  public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1593:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1594:21: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1594:21: note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
  public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1594:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1595:21: warning: static property 'undo2' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1595:21: note: add '@MainActor' to make static property 'undo2' part of global actor 'MainActor'
  public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1595:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1596:21: warning: static property 'undoDot' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1596:21: note: add '@MainActor' to make static property 'undoDot' part of global actor 'MainActor'
  public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1596:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1597:21: warning: static property 'undo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1597:21: note: add '@MainActor' to make static property 'undo' part of global actor 'MainActor'
  public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1597:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1598:21: warning: static property 'unfoldHorizontal' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1598:21: note: add '@MainActor' to make static property 'unfoldHorizontal' part of global actor 'MainActor'
  public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1598:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1599:21: warning: static property 'unfoldVertical' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1599:21: note: add '@MainActor' to make static property 'unfoldVertical' part of global actor 'MainActor'
  public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1599:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1600:21: warning: static property 'ungroup' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1600:21: note: add '@MainActor' to make static property 'ungroup' part of global actor 'MainActor'
  public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1600:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1601:21: warning: static property 'university' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1601:21: note: add '@MainActor' to make static property 'university' part of global actor 'MainActor'
  public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1601:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1602:21: warning: static property 'unlink2' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1602:21: note: add '@MainActor' to make static property 'unlink2' part of global actor 'MainActor'
  public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1602:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1603:21: warning: static property 'unlink' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1603:21: note: add '@MainActor' to make static property 'unlink' part of global actor 'MainActor'
  public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1603:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1604:21: warning: static property 'unplug' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1604:21: note: add '@MainActor' to make static property 'unplug' part of global actor 'MainActor'
  public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1604:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1605:21: warning: static property 'upload' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1605:21: note: add '@MainActor' to make static property 'upload' part of global actor 'MainActor'
  public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1605:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1606:21: warning: static property 'usb' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1606:21: note: add '@MainActor' to make static property 'usb' part of global actor 'MainActor'
  public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1606:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1607:21: warning: static property 'userCheck' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1607:21: note: add '@MainActor' to make static property 'userCheck' part of global actor 'MainActor'
  public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1607:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1608:21: warning: static property 'userCog' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1608:21: note: add '@MainActor' to make static property 'userCog' part of global actor 'MainActor'
  public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1608:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1609:21: warning: static property 'userKey' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userKey`: NSImage = Bundle.module.image(forResource: "user-key")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1609:21: note: add '@MainActor' to make static property 'userKey' part of global actor 'MainActor'
  public static let `userKey`: NSImage = Bundle.module.image(forResource: "user-key")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1609:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userKey`: NSImage = Bundle.module.image(forResource: "user-key")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1610:21: warning: static property 'userLock' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userLock`: NSImage = Bundle.module.image(forResource: "user-lock")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1610:21: note: add '@MainActor' to make static property 'userLock' part of global actor 'MainActor'
  public static let `userLock`: NSImage = Bundle.module.image(forResource: "user-lock")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1610:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userLock`: NSImage = Bundle.module.image(forResource: "user-lock")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1611:21: warning: static property 'userMinus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1611:21: note: add '@MainActor' to make static property 'userMinus' part of global actor 'MainActor'
  public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1611:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1612:21: warning: static property 'userPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1612:21: note: add '@MainActor' to make static property 'userPen' part of global actor 'MainActor'
  public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1612:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1613:21: warning: static property 'userPlus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1613:21: note: add '@MainActor' to make static property 'userPlus' part of global actor 'MainActor'
  public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1613:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1614:21: warning: static property 'userRoundCheck' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1614:21: note: add '@MainActor' to make static property 'userRoundCheck' part of global actor 'MainActor'
  public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1614:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1615:21: warning: static property 'userRoundCog' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1615:21: note: add '@MainActor' to make static property 'userRoundCog' part of global actor 'MainActor'
  public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1615:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1616:21: warning: static property 'userRoundKey' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRoundKey`: NSImage = Bundle.module.image(forResource: "user-round-key")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1616:21: note: add '@MainActor' to make static property 'userRoundKey' part of global actor 'MainActor'
  public static let `userRoundKey`: NSImage = Bundle.module.image(forResource: "user-round-key")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1616:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRoundKey`: NSImage = Bundle.module.image(forResource: "user-round-key")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1617:21: warning: static property 'userRoundMinus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1617:21: note: add '@MainActor' to make static property 'userRoundMinus' part of global actor 'MainActor'
  public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1617:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1618:21: warning: static property 'userRoundPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1618:21: note: add '@MainActor' to make static property 'userRoundPen' part of global actor 'MainActor'
  public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1618:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1619:21: warning: static property 'userRoundPlus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1619:21: note: add '@MainActor' to make static property 'userRoundPlus' part of global actor 'MainActor'
  public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1619:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1620:21: warning: static property 'userRoundSearch' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1620:21: note: add '@MainActor' to make static property 'userRoundSearch' part of global actor 'MainActor'
  public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1620:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1621:21: warning: static property 'userRoundX' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1621:21: note: add '@MainActor' to make static property 'userRoundX' part of global actor 'MainActor'
  public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1621:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1622:21: warning: static property 'userRound' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1622:21: note: add '@MainActor' to make static property 'userRound' part of global actor 'MainActor'
  public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1622:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1623:21: warning: static property 'userSearch' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1623:21: note: add '@MainActor' to make static property 'userSearch' part of global actor 'MainActor'
  public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1623:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1624:21: warning: static property 'userStar' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userStar`: NSImage = Bundle.module.image(forResource: "user-star")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1624:21: note: add '@MainActor' to make static property 'userStar' part of global actor 'MainActor'
  public static let `userStar`: NSImage = Bundle.module.image(forResource: "user-star")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1624:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userStar`: NSImage = Bundle.module.image(forResource: "user-star")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1625:21: warning: static property 'userX' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1625:21: note: add '@MainActor' to make static property 'userX' part of global actor 'MainActor'
  public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1625:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1626:21: warning: static property 'user' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1626:21: note: add '@MainActor' to make static property 'user' part of global actor 'MainActor'
  public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1626:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1627:21: warning: static property 'usersRound' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1627:21: note: add '@MainActor' to make static property 'usersRound' part of global actor 'MainActor'
  public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1627:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1628:21: warning: static property 'users' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1628:21: note: add '@MainActor' to make static property 'users' part of global actor 'MainActor'
  public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1628:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1629:21: warning: static property 'utensilsCrossed' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1629:21: note: add '@MainActor' to make static property 'utensilsCrossed' part of global actor 'MainActor'
  public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1629:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1630:21: warning: static property 'utensils' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1630:21: note: add '@MainActor' to make static property 'utensils' part of global actor 'MainActor'
  public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1630:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1631:21: warning: static property 'utilityPole' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1631:21: note: add '@MainActor' to make static property 'utilityPole' part of global actor 'MainActor'
  public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1631:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1632:21: warning: static property 'van' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `van`: NSImage = Bundle.module.image(forResource: "van")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1632:21: note: add '@MainActor' to make static property 'van' part of global actor 'MainActor'
  public static let `van`: NSImage = Bundle.module.image(forResource: "van")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1632:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `van`: NSImage = Bundle.module.image(forResource: "van")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1633:21: warning: static property 'variable' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1633:21: note: add '@MainActor' to make static property 'variable' part of global actor 'MainActor'
  public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1633:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1634:21: warning: static property 'vault' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1634:21: note: add '@MainActor' to make static property 'vault' part of global actor 'MainActor'
  public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1634:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1635:21: warning: static property 'vectorSquare' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `vectorSquare`: NSImage = Bundle.module.image(forResource: "vector-square")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1635:21: note: add '@MainActor' to make static property 'vectorSquare' part of global actor 'MainActor'
  public static let `vectorSquare`: NSImage = Bundle.module.image(forResource: "vector-square")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1635:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `vectorSquare`: NSImage = Bundle.module.image(forResource: "vector-square")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1636:21: warning: static property 'vegan' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1636:21: note: add '@MainActor' to make static property 'vegan' part of global actor 'MainActor'
  public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1636:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1637:21: warning: static property 'venetianMask' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1637:21: note: add '@MainActor' to make static property 'venetianMask' part of global actor 'MainActor'
  public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1637:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1638:21: warning: static property 'venusAndMars' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `venusAndMars`: NSImage = Bundle.module.image(forResource: "venus-and-mars")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1638:21: note: add '@MainActor' to make static property 'venusAndMars' part of global actor 'MainActor'
  public static let `venusAndMars`: NSImage = Bundle.module.image(forResource: "venus-and-mars")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1638:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `venusAndMars`: NSImage = Bundle.module.image(forResource: "venus-and-mars")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1639:21: warning: static property 'venus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `venus`: NSImage = Bundle.module.image(forResource: "venus")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1639:21: note: add '@MainActor' to make static property 'venus' part of global actor 'MainActor'
  public static let `venus`: NSImage = Bundle.module.image(forResource: "venus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1639:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `venus`: NSImage = Bundle.module.image(forResource: "venus")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1640:21: warning: static property 'vibrateOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1640:21: note: add '@MainActor' to make static property 'vibrateOff' part of global actor 'MainActor'
  public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1640:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1641:21: warning: static property 'vibrate' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1641:21: note: add '@MainActor' to make static property 'vibrate' part of global actor 'MainActor'
  public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1641:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1642:21: warning: static property 'videoOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1642:21: note: add '@MainActor' to make static property 'videoOff' part of global actor 'MainActor'
  public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1642:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1643:21: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1643:21: note: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
  public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1643:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1644:21: warning: static property 'videotape' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1644:21: note: add '@MainActor' to make static property 'videotape' part of global actor 'MainActor'
  public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1644:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1645:21: warning: static property 'view' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1645:21: note: add '@MainActor' to make static property 'view' part of global actor 'MainActor'
  public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1645:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1646:21: warning: static property 'voicemail' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1646:21: note: add '@MainActor' to make static property 'voicemail' part of global actor 'MainActor'
  public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1646:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1647:21: warning: static property 'volleyball' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1647:21: note: add '@MainActor' to make static property 'volleyball' part of global actor 'MainActor'
  public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1647:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1648:21: warning: static property 'volume1' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1648:21: note: add '@MainActor' to make static property 'volume1' part of global actor 'MainActor'
  public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1648:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1649:21: warning: static property 'volume2' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1649:21: note: add '@MainActor' to make static property 'volume2' part of global actor 'MainActor'
  public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1649:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1650:21: warning: static property 'volumeOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1650:21: note: add '@MainActor' to make static property 'volumeOff' part of global actor 'MainActor'
  public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1650:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1651:21: warning: static property 'volumeX' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1651:21: note: add '@MainActor' to make static property 'volumeX' part of global actor 'MainActor'
  public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1651:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1652:21: warning: static property 'volume' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1652:21: note: add '@MainActor' to make static property 'volume' part of global actor 'MainActor'
  public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1652:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1653:21: warning: static property 'vote' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1653:21: note: add '@MainActor' to make static property 'vote' part of global actor 'MainActor'
  public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1653:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1654:21: warning: static property 'walletCards' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1654:21: note: add '@MainActor' to make static property 'walletCards' part of global actor 'MainActor'
  public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1654:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1655:21: warning: static property 'walletMinimal' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1655:21: note: add '@MainActor' to make static property 'walletMinimal' part of global actor 'MainActor'
  public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1655:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1656:21: warning: static property 'wallet' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1656:21: note: add '@MainActor' to make static property 'wallet' part of global actor 'MainActor'
  public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1656:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1657:21: warning: static property 'wallpaper' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1657:21: note: add '@MainActor' to make static property 'wallpaper' part of global actor 'MainActor'
  public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1657:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1658:21: warning: static property 'wandSparkles' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1658:21: note: add '@MainActor' to make static property 'wandSparkles' part of global actor 'MainActor'
  public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1658:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1659:21: warning: static property 'wand' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1659:21: note: add '@MainActor' to make static property 'wand' part of global actor 'MainActor'
  public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1659:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1660:21: warning: static property 'warehouse' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1660:21: note: add '@MainActor' to make static property 'warehouse' part of global actor 'MainActor'
  public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1660:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1661:21: warning: static property 'washingMachine' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1661:21: note: add '@MainActor' to make static property 'washingMachine' part of global actor 'MainActor'
  public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1661:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1662:21: warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1662:21: note: add '@MainActor' to make static property 'watch' part of global actor 'MainActor'
  public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1662:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1663:21: warning: static property 'wavesArrowDown' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wavesArrowDown`: NSImage = Bundle.module.image(forResource: "waves-arrow-down")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1663:21: note: add '@MainActor' to make static property 'wavesArrowDown' part of global actor 'MainActor'
  public static let `wavesArrowDown`: NSImage = Bundle.module.image(forResource: "waves-arrow-down")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1663:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wavesArrowDown`: NSImage = Bundle.module.image(forResource: "waves-arrow-down")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1664:21: warning: static property 'wavesArrowUp' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wavesArrowUp`: NSImage = Bundle.module.image(forResource: "waves-arrow-up")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1664:21: note: add '@MainActor' to make static property 'wavesArrowUp' part of global actor 'MainActor'
  public static let `wavesArrowUp`: NSImage = Bundle.module.image(forResource: "waves-arrow-up")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1664:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wavesArrowUp`: NSImage = Bundle.module.image(forResource: "waves-arrow-up")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1665:21: warning: static property 'wavesHorizontal' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wavesHorizontal`: NSImage = Bundle.module.image(forResource: "waves-horizontal")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1665:21: note: add '@MainActor' to make static property 'wavesHorizontal' part of global actor 'MainActor'
  public static let `wavesHorizontal`: NSImage = Bundle.module.image(forResource: "waves-horizontal")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1665:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wavesHorizontal`: NSImage = Bundle.module.image(forResource: "waves-horizontal")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1666:21: warning: static property 'wavesLadder' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wavesLadder`: NSImage = Bundle.module.image(forResource: "waves-ladder")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1666:21: note: add '@MainActor' to make static property 'wavesLadder' part of global actor 'MainActor'
  public static let `wavesLadder`: NSImage = Bundle.module.image(forResource: "waves-ladder")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1666:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wavesLadder`: NSImage = Bundle.module.image(forResource: "waves-ladder")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1667:21: warning: static property 'wavesVertical' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wavesVertical`: NSImage = Bundle.module.image(forResource: "waves-vertical")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1667:21: note: add '@MainActor' to make static property 'wavesVertical' part of global actor 'MainActor'
  public static let `wavesVertical`: NSImage = Bundle.module.image(forResource: "waves-vertical")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1667:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wavesVertical`: NSImage = Bundle.module.image(forResource: "waves-vertical")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1668:21: warning: static property 'waypoints' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1668:21: note: add '@MainActor' to make static property 'waypoints' part of global actor 'MainActor'
  public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1668:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1669:21: warning: static property 'webcam' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1669:21: note: add '@MainActor' to make static property 'webcam' part of global actor 'MainActor'
  public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1669:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1670:21: warning: static property 'webhookOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1670:21: note: add '@MainActor' to make static property 'webhookOff' part of global actor 'MainActor'
  public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1670:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1671:21: warning: static property 'webhook' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1671:21: note: add '@MainActor' to make static property 'webhook' part of global actor 'MainActor'
  public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1671:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1672:21: warning: static property 'weightTilde' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `weightTilde`: NSImage = Bundle.module.image(forResource: "weight-tilde")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1672:21: note: add '@MainActor' to make static property 'weightTilde' part of global actor 'MainActor'
  public static let `weightTilde`: NSImage = Bundle.module.image(forResource: "weight-tilde")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1672:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `weightTilde`: NSImage = Bundle.module.image(forResource: "weight-tilde")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1673:21: warning: static property 'weight' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1673:21: note: add '@MainActor' to make static property 'weight' part of global actor 'MainActor'
  public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1673:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1674:21: warning: static property 'wheatOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1674:21: note: add '@MainActor' to make static property 'wheatOff' part of global actor 'MainActor'
  public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1674:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1675:21: warning: static property 'wheat' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1675:21: note: add '@MainActor' to make static property 'wheat' part of global actor 'MainActor'
  public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1675:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1676:21: warning: static property 'wholeWord' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1676:21: note: add '@MainActor' to make static property 'wholeWord' part of global actor 'MainActor'
  public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1676:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1677:21: warning: static property 'wifiCog' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wifiCog`: NSImage = Bundle.module.image(forResource: "wifi-cog")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1677:21: note: add '@MainActor' to make static property 'wifiCog' part of global actor 'MainActor'
  public static let `wifiCog`: NSImage = Bundle.module.image(forResource: "wifi-cog")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1677:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wifiCog`: NSImage = Bundle.module.image(forResource: "wifi-cog")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1678:21: warning: static property 'wifiHigh' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1678:21: note: add '@MainActor' to make static property 'wifiHigh' part of global actor 'MainActor'
  public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1678:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1679:21: warning: static property 'wifiLow' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1679:21: note: add '@MainActor' to make static property 'wifiLow' part of global actor 'MainActor'
  public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1679:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1680:21: warning: static property 'wifiOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1680:21: note: add '@MainActor' to make static property 'wifiOff' part of global actor 'MainActor'
  public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1680:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1681:21: warning: static property 'wifiPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wifiPen`: NSImage = Bundle.module.image(forResource: "wifi-pen")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1681:21: note: add '@MainActor' to make static property 'wifiPen' part of global actor 'MainActor'
  public static let `wifiPen`: NSImage = Bundle.module.image(forResource: "wifi-pen")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1681:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wifiPen`: NSImage = Bundle.module.image(forResource: "wifi-pen")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1682:21: warning: static property 'wifiSync' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wifiSync`: NSImage = Bundle.module.image(forResource: "wifi-sync")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1682:21: note: add '@MainActor' to make static property 'wifiSync' part of global actor 'MainActor'
  public static let `wifiSync`: NSImage = Bundle.module.image(forResource: "wifi-sync")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1682:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wifiSync`: NSImage = Bundle.module.image(forResource: "wifi-sync")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1683:21: warning: static property 'wifiZero' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1683:21: note: add '@MainActor' to make static property 'wifiZero' part of global actor 'MainActor'
  public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1683:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1684:21: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1684:21: note: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
  public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1684:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1685:21: warning: static property 'windArrowDown' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1685:21: note: add '@MainActor' to make static property 'windArrowDown' part of global actor 'MainActor'
  public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1685:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1686:21: warning: static property 'wind' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1686:21: note: add '@MainActor' to make static property 'wind' part of global actor 'MainActor'
  public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1686:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1687:21: warning: static property 'wineOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1687:21: note: add '@MainActor' to make static property 'wineOff' part of global actor 'MainActor'
  public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1687:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1688:21: warning: static property 'wine' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1688:21: note: add '@MainActor' to make static property 'wine' part of global actor 'MainActor'
  public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1688:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1689:21: warning: static property 'workflow' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1689:21: note: add '@MainActor' to make static property 'workflow' part of global actor 'MainActor'
  public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1689:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1690:21: warning: static property 'worm' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1690:21: note: add '@MainActor' to make static property 'worm' part of global actor 'MainActor'
  public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1690:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1691:21: warning: static property 'wrench' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1691:21: note: add '@MainActor' to make static property 'wrench' part of global actor 'MainActor'
  public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1691:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1692:21: warning: static property 'xLineTop' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `xLineTop`: NSImage = Bundle.module.image(forResource: "x-line-top")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1692:21: note: add '@MainActor' to make static property 'xLineTop' part of global actor 'MainActor'
  public static let `xLineTop`: NSImage = Bundle.module.image(forResource: "x-line-top")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1692:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `xLineTop`: NSImage = Bundle.module.image(forResource: "x-line-top")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1693:21: warning: static property 'x' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1693:21: note: add '@MainActor' to make static property 'x' part of global actor 'MainActor'
  public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1693:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1694:21: warning: static property 'zapOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1694:21: note: add '@MainActor' to make static property 'zapOff' part of global actor 'MainActor'
  public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1694:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1695:21: warning: static property 'zap' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1695:21: note: add '@MainActor' to make static property 'zap' part of global actor 'MainActor'
  public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1695:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1696:21: warning: static property 'zodiacAquarius' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacAquarius`: NSImage = Bundle.module.image(forResource: "zodiac-aquarius")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1696:21: note: add '@MainActor' to make static property 'zodiacAquarius' part of global actor 'MainActor'
  public static let `zodiacAquarius`: NSImage = Bundle.module.image(forResource: "zodiac-aquarius")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1696:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacAquarius`: NSImage = Bundle.module.image(forResource: "zodiac-aquarius")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1697:21: warning: static property 'zodiacAries' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacAries`: NSImage = Bundle.module.image(forResource: "zodiac-aries")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1697:21: note: add '@MainActor' to make static property 'zodiacAries' part of global actor 'MainActor'
  public static let `zodiacAries`: NSImage = Bundle.module.image(forResource: "zodiac-aries")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1697:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacAries`: NSImage = Bundle.module.image(forResource: "zodiac-aries")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1698:21: warning: static property 'zodiacCancer' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacCancer`: NSImage = Bundle.module.image(forResource: "zodiac-cancer")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1698:21: note: add '@MainActor' to make static property 'zodiacCancer' part of global actor 'MainActor'
  public static let `zodiacCancer`: NSImage = Bundle.module.image(forResource: "zodiac-cancer")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1698:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacCancer`: NSImage = Bundle.module.image(forResource: "zodiac-cancer")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1699:21: warning: static property 'zodiacCapricorn' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacCapricorn`: NSImage = Bundle.module.image(forResource: "zodiac-capricorn")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1699:21: note: add '@MainActor' to make static property 'zodiacCapricorn' part of global actor 'MainActor'
  public static let `zodiacCapricorn`: NSImage = Bundle.module.image(forResource: "zodiac-capricorn")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1699:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacCapricorn`: NSImage = Bundle.module.image(forResource: "zodiac-capricorn")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1700:21: warning: static property 'zodiacGemini' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacGemini`: NSImage = Bundle.module.image(forResource: "zodiac-gemini")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1700:21: note: add '@MainActor' to make static property 'zodiacGemini' part of global actor 'MainActor'
  public static let `zodiacGemini`: NSImage = Bundle.module.image(forResource: "zodiac-gemini")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1700:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacGemini`: NSImage = Bundle.module.image(forResource: "zodiac-gemini")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1701:21: warning: static property 'zodiacLeo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacLeo`: NSImage = Bundle.module.image(forResource: "zodiac-leo")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1701:21: note: add '@MainActor' to make static property 'zodiacLeo' part of global actor 'MainActor'
  public static let `zodiacLeo`: NSImage = Bundle.module.image(forResource: "zodiac-leo")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1701:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacLeo`: NSImage = Bundle.module.image(forResource: "zodiac-leo")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1702:21: warning: static property 'zodiacLibra' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacLibra`: NSImage = Bundle.module.image(forResource: "zodiac-libra")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1702:21: note: add '@MainActor' to make static property 'zodiacLibra' part of global actor 'MainActor'
  public static let `zodiacLibra`: NSImage = Bundle.module.image(forResource: "zodiac-libra")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1702:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacLibra`: NSImage = Bundle.module.image(forResource: "zodiac-libra")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1703:21: warning: static property 'zodiacOphiuchus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacOphiuchus`: NSImage = Bundle.module.image(forResource: "zodiac-ophiuchus")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1703:21: note: add '@MainActor' to make static property 'zodiacOphiuchus' part of global actor 'MainActor'
  public static let `zodiacOphiuchus`: NSImage = Bundle.module.image(forResource: "zodiac-ophiuchus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1703:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacOphiuchus`: NSImage = Bundle.module.image(forResource: "zodiac-ophiuchus")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1704:21: warning: static property 'zodiacPisces' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacPisces`: NSImage = Bundle.module.image(forResource: "zodiac-pisces")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1704:21: note: add '@MainActor' to make static property 'zodiacPisces' part of global actor 'MainActor'
  public static let `zodiacPisces`: NSImage = Bundle.module.image(forResource: "zodiac-pisces")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1704:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacPisces`: NSImage = Bundle.module.image(forResource: "zodiac-pisces")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1705:21: warning: static property 'zodiacSagittarius' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacSagittarius`: NSImage = Bundle.module.image(forResource: "zodiac-sagittarius")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1705:21: note: add '@MainActor' to make static property 'zodiacSagittarius' part of global actor 'MainActor'
  public static let `zodiacSagittarius`: NSImage = Bundle.module.image(forResource: "zodiac-sagittarius")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1705:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacSagittarius`: NSImage = Bundle.module.image(forResource: "zodiac-sagittarius")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1706:21: warning: static property 'zodiacScorpio' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacScorpio`: NSImage = Bundle.module.image(forResource: "zodiac-scorpio")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1706:21: note: add '@MainActor' to make static property 'zodiacScorpio' part of global actor 'MainActor'
  public static let `zodiacScorpio`: NSImage = Bundle.module.image(forResource: "zodiac-scorpio")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1706:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacScorpio`: NSImage = Bundle.module.image(forResource: "zodiac-scorpio")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1707:21: warning: static property 'zodiacTaurus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacTaurus`: NSImage = Bundle.module.image(forResource: "zodiac-taurus")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1707:21: note: add '@MainActor' to make static property 'zodiacTaurus' part of global actor 'MainActor'
  public static let `zodiacTaurus`: NSImage = Bundle.module.image(forResource: "zodiac-taurus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1707:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacTaurus`: NSImage = Bundle.module.image(forResource: "zodiac-taurus")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1708:21: warning: static property 'zodiacVirgo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zodiacVirgo`: NSImage = Bundle.module.image(forResource: "zodiac-virgo")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1708:21: note: add '@MainActor' to make static property 'zodiacVirgo' part of global actor 'MainActor'
  public static let `zodiacVirgo`: NSImage = Bundle.module.image(forResource: "zodiac-virgo")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1708:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zodiacVirgo`: NSImage = Bundle.module.image(forResource: "zodiac-virgo")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1709:21: warning: static property 'zoomIn' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1709:21: note: add '@MainActor' to make static property 'zoomIn' part of global actor 'MainActor'
  public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1709:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1710:21: warning: static property 'zoomOut' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1710:21: note: add '@MainActor' to make static property 'zoomOut' part of global actor 'MainActor'
  public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1710:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift:20:2: warning: 'public' modifier is redundant for static method declared in a public extension
        public static func image(lucideId: String) -> NSImage? {
        ^~~~~~~

/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift:622:14: warning: The "book-image" image asset name resolves to the symbol "book" which already exists. Try renaming the asset.
    #warning("The \"book-image\" image asset name resolves to the symbol \"book\" which already exists. Try renaming the asset.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift:1854:14: warning: The "file-image" image asset name resolves to the symbol "file" which already exists. Try renaming the asset.
    #warning("The \"file-image\" image asset name resolves to the symbol \"file\" which already exists. Try renaming the asset.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling Lucide+iOS.swift (in target 'LucideIcons' from project 'LucideIcons')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift (in target 'LucideIcons' from project 'LucideIcons')
SwiftDriverJobDiscovery normal arm64 Emitting module for LucideIcons (in target 'LucideIcons' from project 'LucideIcons')
SwiftDriver\ Compilation\ Requirements LucideIcons normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LucideIcons -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LucideIcons-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons-Swift.h (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LucideIcons-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftdoc (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.abi.json (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftmodule (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftsourceinfo (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Lucide.swift (in target 'LucideIcons' from project 'LucideIcons')
SwiftDriverJobDiscovery normal arm64 Compiling Lucide+macOS.swift (in target 'LucideIcons' from project 'LucideIcons')
SwiftDriverJobDiscovery normal arm64 Compiling GeneratedAssetSymbols.swift (in target 'LucideIcons' from project 'LucideIcons')
SwiftDriver\ Compilation LucideIcons normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LucideIcons -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
LinkAssetCatalog /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/icons.xcassets (in target 'LucideIcons_LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-linkAssetCatalog --thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/assetcatalog_output/thinned --thinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/assetcatalog_dependencies_thinned --thinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/assetcatalog_generated_info.plist_thinned --unthinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/assetcatalog_output/unthinned --unthinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/assetcatalog_dependencies_unthinned --unthinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/assetcatalog_generated_info.plist_unthinned --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons_LucideIcons.bundle/Contents/Resources --plist-output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/assetcatalog_generated_info.plist
note: Emplaced /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons_LucideIcons.bundle/Contents/Resources/Assets.car (in target 'LucideIcons_LucideIcons' from project 'LucideIcons')
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons_LucideIcons.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/empty-LucideIcons_LucideIcons.plist (in target 'LucideIcons_LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/empty-LucideIcons_LucideIcons.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons_LucideIcons.build/assetcatalog_generated_info.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons_LucideIcons.bundle/Contents/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons_LucideIcons.bundle (in target 'LucideIcons_LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons_LucideIcons.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons_LucideIcons.bundle (in target 'LucideIcons_LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons_LucideIcons.bundle
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.o normal (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.o
ExtractAppIntentsMetadata (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LucideIcons --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.LucideIcons --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/LucideIcons.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/LucideIcons.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-29 23:59:26.227 appintentsmetadataprocessor[722:4300] Starting appintentsmetadataprocessor export
2026-04-29 23:59:26.264 appintentsmetadataprocessor[722:4300] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.o (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:728f169ed30331f030b58f0a0f35f9ba989ac863, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:728f169ed30331f030b58f0a0f35f9ba989ac863, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:728f169ed30331f030b58f0a0f35f9ba989ac863, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:728f169ed30331f030b58f0a0f35f9ba989ac863, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LucideIcons",
  "name" : "LucideIcons",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "LucideIcons",
      "targets" : [
        "LucideIcons"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LucideIconsTests",
      "module_type" : "SwiftTarget",
      "name" : "LucideIconsTests",
      "path" : "Tests/LucideIconsTests",
      "sources" : [
        "LucideIconsTests.swift"
      ],
      "target_dependencies" : [
        "LucideIcons"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LucideIcons",
      "module_type" : "SwiftTarget",
      "name" : "LucideIcons",
      "path" : "Sources/LucideIcons",
      "product_memberships" : [
        "LucideIcons"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/icons.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Lucide+iOS.swift",
        "Lucide+macOS.swift",
        "Lucide.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.