The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LucideIcons with Swift 6.0 (beta) for macOS (Xcode) using Xcode 16.0 at 0.399.0 (6d6317) on 29 Jun 2024 16:03:18 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme LucideIcons -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

  public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1365:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1366:21: warning: static property 'touchpad' 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 `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1366:21: note: annotate 'touchpad' with '@MainActor' if property should only be accessed from the main actor
  public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1366:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1367:21: warning: static property 'towerControl' 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 `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1367:21: note: annotate 'towerControl' with '@MainActor' if property should only be accessed from the main actor
  public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1367:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1368:21: warning: static property 'toyBrick' 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 `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1368:21: note: annotate 'toyBrick' with '@MainActor' if property should only be accessed from the main actor
  public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1368:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1369:21: warning: static property 'tractor' 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 `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1369:21: note: annotate 'tractor' with '@MainActor' if property should only be accessed from the main actor
  public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1369:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1370:21: warning: static property 'trafficCone' 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 `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1370:21: note: annotate 'trafficCone' with '@MainActor' if property should only be accessed from the main actor
  public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1370:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1371:21: warning: static property 'trainFrontTunnel' 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 `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1371:21: note: annotate 'trainFrontTunnel' with '@MainActor' if property should only be accessed from the main actor
  public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1371:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1372:21: warning: static property 'trainFront' 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 `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1372:21: note: annotate 'trainFront' with '@MainActor' if property should only be accessed from the main actor
  public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1372:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1373:21: warning: static property 'trainTrack' 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 `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1373:21: note: annotate 'trainTrack' with '@MainActor' if property should only be accessed from the main actor
  public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1373:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1374:21: warning: static property 'tramFront' 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 `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1374:21: note: annotate 'tramFront' with '@MainActor' if property should only be accessed from the main actor
  public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1374:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1375:21: warning: static property 'trash2' 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 `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1375:21: note: annotate 'trash2' with '@MainActor' if property should only be accessed from the main actor
  public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1375:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1376:21: warning: static property 'trash' 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 `trash`: NSImage = Bundle.module.image(forResource: "trash")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1376:21: note: annotate 'trash' with '@MainActor' if property should only be accessed from the main actor
  public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1376:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1377:21: warning: static property 'treeDeciduous' 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 `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1377:21: note: annotate 'treeDeciduous' with '@MainActor' if property should only be accessed from the main actor
  public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1377:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1378:21: warning: static property 'treePalm' 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 `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1378:21: note: annotate 'treePalm' with '@MainActor' if property should only be accessed from the main actor
  public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1378:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1379:21: warning: static property 'treePine' 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 `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1379:21: note: annotate 'treePine' with '@MainActor' if property should only be accessed from the main actor
  public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1379:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1380:21: warning: static property 'trees' 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 `trees`: NSImage = Bundle.module.image(forResource: "trees")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1380:21: note: annotate 'trees' with '@MainActor' if property should only be accessed from the main actor
  public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1380:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1381:21: warning: static property 'trello' 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 `trello`: NSImage = Bundle.module.image(forResource: "trello")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1381:21: note: annotate 'trello' with '@MainActor' if property should only be accessed from the main actor
  public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1381:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1382:21: warning: static property 'trendingDown' 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 `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1382:21: note: annotate 'trendingDown' with '@MainActor' if property should only be accessed from the main actor
  public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1382:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1383:21: warning: static property 'trendingUp' 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 `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1383:21: note: annotate 'trendingUp' with '@MainActor' if property should only be accessed from the main actor
  public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1383:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1384: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1384:21: note: annotate 'triangleAlert' with '@MainActor' if property should only be accessed from the main actor
  public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1384: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:1385: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1385:21: note: annotate 'triangleRight' with '@MainActor' if property should only be accessed from the main actor
  public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1385: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:1386: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1386:21: note: annotate 'triangle' with '@MainActor' if property should only be accessed from the main actor
  public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1386: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:1387: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1387:21: note: annotate 'trophy' with '@MainActor' if property should only be accessed from the main actor
  public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1387: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:1388: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1388:21: note: annotate 'truck' with '@MainActor' if property should only be accessed from the main actor
  public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1388: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:1389: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1389:21: note: annotate 'turtle' with '@MainActor' if property should only be accessed from the main actor
  public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1389: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:1390: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1390:21: note: annotate 'tvMinimalPlay' with '@MainActor' if property should only be accessed from the main actor
  public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1390: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:1391: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1391:21: note: annotate 'tvMinimal' with '@MainActor' if property should only be accessed from the main actor
  public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1391: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:1392: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1392:21: note: annotate 'tv' with '@MainActor' if property should only be accessed from the main actor
  public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1392: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:1393:21: warning: static property 'twitch' 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 `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1393:21: note: annotate 'twitch' with '@MainActor' if property should only be accessed from the main actor
  public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1393:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1394:21: warning: static property 'twitter' 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 `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1394:21: note: annotate 'twitter' with '@MainActor' if property should only be accessed from the main actor
  public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1394:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1395: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1395:21: note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
  public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1395: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:1396: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1396:21: note: annotate 'umbrellaOff' with '@MainActor' if property should only be accessed from the main actor
  public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1396: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:1397: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1397:21: note: annotate 'umbrella' with '@MainActor' if property should only be accessed from the main actor
  public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1397: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:1398: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1398:21: note: annotate 'underline' with '@MainActor' if property should only be accessed from the main actor
  public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1398: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:1399: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1399:21: note: annotate 'undo2' with '@MainActor' if property should only be accessed from the main actor
  public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1399: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:1400: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1400:21: note: annotate 'undoDot' with '@MainActor' if property should only be accessed from the main actor
  public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1400: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:1401: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1401:21: note: annotate 'undo' with '@MainActor' if property should only be accessed from the main actor
  public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1401: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:1402: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1402:21: note: annotate 'unfoldHorizontal' with '@MainActor' if property should only be accessed from the main actor
  public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1402: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:1403: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1403:21: note: annotate 'unfoldVertical' with '@MainActor' if property should only be accessed from the main actor
  public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1403: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:1404: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1404:21: note: annotate 'ungroup' with '@MainActor' if property should only be accessed from the main actor
  public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1404: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:1405: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1405:21: note: annotate 'university' with '@MainActor' if property should only be accessed from the main actor
  public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1405: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:1406: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1406:21: note: annotate 'unlink2' with '@MainActor' if property should only be accessed from the main actor
  public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1406: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:1407: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1407:21: note: annotate 'unlink' with '@MainActor' if property should only be accessed from the main actor
  public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1407: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:1408: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1408:21: note: annotate 'unplug' with '@MainActor' if property should only be accessed from the main actor
  public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1408: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:1409: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1409:21: note: annotate 'upload' with '@MainActor' if property should only be accessed from the main actor
  public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1409: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:1410: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1410:21: note: annotate 'usb' with '@MainActor' if property should only be accessed from the main actor
  public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1410: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:1411: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1411:21: note: annotate 'userCheck' with '@MainActor' if property should only be accessed from the main actor
  public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1411: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:1412: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1412:21: note: annotate 'userCog' with '@MainActor' if property should only be accessed from the main actor
  public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1412: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:1413: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1413:21: note: annotate 'userMinus' with '@MainActor' if property should only be accessed from the main actor
  public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1413: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:1414: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1414:21: note: annotate 'userPlus' with '@MainActor' if property should only be accessed from the main actor
  public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1414: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:1415: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1415:21: note: annotate 'userRoundCheck' with '@MainActor' if property should only be accessed from the main actor
  public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1415: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:1416: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1416:21: note: annotate 'userRoundCog' with '@MainActor' if property should only be accessed from the main actor
  public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1416: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:1417: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1417:21: note: annotate 'userRoundMinus' with '@MainActor' if property should only be accessed from the main actor
  public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1417: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:1418: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1418:21: note: annotate 'userRoundPlus' with '@MainActor' if property should only be accessed from the main actor
  public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1418: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:1419: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1419:21: note: annotate 'userRoundSearch' with '@MainActor' if property should only be accessed from the main actor
  public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1419: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:1420: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1420:21: note: annotate 'userRoundX' with '@MainActor' if property should only be accessed from the main actor
  public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1420: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:1421: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1421:21: note: annotate 'userRound' with '@MainActor' if property should only be accessed from the main actor
  public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1421: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:1422: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1422:21: note: annotate 'userSearch' with '@MainActor' if property should only be accessed from the main actor
  public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1422: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:1423: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1423:21: note: annotate 'userX' with '@MainActor' if property should only be accessed from the main actor
  public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1423: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:1424: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1424:21: note: annotate 'user' with '@MainActor' if property should only be accessed from the main actor
  public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1424: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:1425: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1425:21: note: annotate 'usersRound' with '@MainActor' if property should only be accessed from the main actor
  public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1425: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:1426: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1426:21: note: annotate 'users' with '@MainActor' if property should only be accessed from the main actor
  public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1426: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:1427: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1427:21: note: annotate 'utensilsCrossed' with '@MainActor' if property should only be accessed from the main actor
  public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1427: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:1428: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1428:21: note: annotate 'utensils' with '@MainActor' if property should only be accessed from the main actor
  public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1428: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:1429: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1429:21: note: annotate 'utilityPole' with '@MainActor' if property should only be accessed from the main actor
  public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1429: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:1430: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1430:21: note: annotate 'variable' with '@MainActor' if property should only be accessed from the main actor
  public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1430: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:1431: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1431:21: note: annotate 'vault' with '@MainActor' if property should only be accessed from the main actor
  public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1431: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:1432: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1432:21: note: annotate 'vegan' with '@MainActor' if property should only be accessed from the main actor
  public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1432: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:1433: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1433:21: note: annotate 'venetianMask' with '@MainActor' if property should only be accessed from the main actor
  public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1433: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:1434: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1434:21: note: annotate 'vibrateOff' with '@MainActor' if property should only be accessed from the main actor
  public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1434: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:1435: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1435:21: note: annotate 'vibrate' with '@MainActor' if property should only be accessed from the main actor
  public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1435: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:1436: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1436:21: note: annotate 'videoOff' with '@MainActor' if property should only be accessed from the main actor
  public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1436: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:1437: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1437:21: note: annotate 'video' with '@MainActor' if property should only be accessed from the main actor
  public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1437: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:1438: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1438:21: note: annotate 'videotape' with '@MainActor' if property should only be accessed from the main actor
  public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1438: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:1439: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1439:21: note: annotate 'view' with '@MainActor' if property should only be accessed from the main actor
  public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1439: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:1440: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1440:21: note: annotate 'voicemail' with '@MainActor' if property should only be accessed from the main actor
  public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1440: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:1441: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1441:21: note: annotate 'volume1' with '@MainActor' if property should only be accessed from the main actor
  public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1441: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:1442: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1442:21: note: annotate 'volume2' with '@MainActor' if property should only be accessed from the main actor
  public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1442: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:1443: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1443:21: note: annotate 'volumeX' with '@MainActor' if property should only be accessed from the main actor
  public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1443: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:1444: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1444:21: note: annotate 'volume' with '@MainActor' if property should only be accessed from the main actor
  public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1444: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:1445: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1445:21: note: annotate 'vote' with '@MainActor' if property should only be accessed from the main actor
  public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1445: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:1446: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1446:21: note: annotate 'walletCards' with '@MainActor' if property should only be accessed from the main actor
  public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1446: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:1447: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1447:21: note: annotate 'walletMinimal' with '@MainActor' if property should only be accessed from the main actor
  public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1447: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:1448: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1448:21: note: annotate 'wallet' with '@MainActor' if property should only be accessed from the main actor
  public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1448: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:1449: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1449:21: note: annotate 'wallpaper' with '@MainActor' if property should only be accessed from the main actor
  public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1449: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:1450: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1450:21: note: annotate 'wandSparkles' with '@MainActor' if property should only be accessed from the main actor
  public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1450: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:1451: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1451:21: note: annotate 'wand' with '@MainActor' if property should only be accessed from the main actor
  public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1451: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:1452: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1452:21: note: annotate 'warehouse' with '@MainActor' if property should only be accessed from the main actor
  public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1452: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:1453: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1453:21: note: annotate 'washingMachine' with '@MainActor' if property should only be accessed from the main actor
  public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1453: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:1454: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1454:21: note: annotate 'watch' with '@MainActor' if property should only be accessed from the main actor
  public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1454: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:1455:21: warning: static property 'waves' 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 `waves`: NSImage = Bundle.module.image(forResource: "waves")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1455:21: note: annotate 'waves' with '@MainActor' if property should only be accessed from the main actor
  public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1455:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1456: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1456:21: note: annotate 'waypoints' with '@MainActor' if property should only be accessed from the main actor
  public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1456: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:1457: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1457:21: note: annotate 'webcam' with '@MainActor' if property should only be accessed from the main actor
  public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1457: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:1458: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1458:21: note: annotate 'webhookOff' with '@MainActor' if property should only be accessed from the main actor
  public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1458: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:1459: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1459:21: note: annotate 'webhook' with '@MainActor' if property should only be accessed from the main actor
  public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1459: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:1460: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1460:21: note: annotate 'weight' with '@MainActor' if property should only be accessed from the main actor
  public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1460: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:1461: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1461:21: note: annotate 'wheatOff' with '@MainActor' if property should only be accessed from the main actor
  public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1461: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:1462: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1462:21: note: annotate 'wheat' with '@MainActor' if property should only be accessed from the main actor
  public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1462: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:1463: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1463:21: note: annotate 'wholeWord' with '@MainActor' if property should only be accessed from the main actor
  public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1463: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:1464: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1464:21: note: annotate 'wifiOff' with '@MainActor' if property should only be accessed from the main actor
  public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1464: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:1465: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1465:21: note: annotate 'wifi' with '@MainActor' if property should only be accessed from the main actor
  public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1465: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:1466: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1466:21: note: annotate 'wind' with '@MainActor' if property should only be accessed from the main actor
  public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1466: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:1467: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1467:21: note: annotate 'wineOff' with '@MainActor' if property should only be accessed from the main actor
  public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1467: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:1468: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1468:21: note: annotate 'wine' with '@MainActor' if property should only be accessed from the main actor
  public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1468: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:1469: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1469:21: note: annotate 'workflow' with '@MainActor' if property should only be accessed from the main actor
  public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1469: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:1470: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1470:21: note: annotate 'worm' with '@MainActor' if property should only be accessed from the main actor
  public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1470: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:1471:21: warning: static property 'wrapText' 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 `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1471:21: note: annotate 'wrapText' with '@MainActor' if property should only be accessed from the main actor
  public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1471:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1472: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1472:21: note: annotate 'wrench' with '@MainActor' if property should only be accessed from the main actor
  public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1472: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:1473: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1473:21: note: annotate 'x' with '@MainActor' if property should only be accessed from the main actor
  public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1473: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:1474:21: warning: static property 'youtube' 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 `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1474:21: note: annotate 'youtube' with '@MainActor' if property should only be accessed from the main actor
  public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1474:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1475: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1475:21: note: annotate 'zapOff' with '@MainActor' if property should only be accessed from the main actor
  public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1475: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:1476: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1476:21: note: annotate 'zap' with '@MainActor' if property should only be accessed from the main actor
  public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1476: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:1477: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1477:21: note: annotate 'zoomIn' with '@MainActor' if property should only be accessed from the main actor
  public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1477: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:1478: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")!
                    ^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1478:21: note: annotate 'zoomOut' with '@MainActor' if property should only be accessed from the main actor
  public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1478: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)
SwiftCompile normal arm64 Compiling\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -enable-experimental-opaque-type-erasure -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -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 -module-name LucideIcons -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.o -index-unit-output-path /LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -enable-experimental-opaque-type-erasure -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -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 -module-name LucideIcons -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.o -index-unit-output-path /LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/GeneratedAssetSymbols.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift:613: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:1626: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.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -enable-experimental-opaque-type-erasure -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -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 -module-name LucideIcons -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.o -index-unit-output-path /LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -enable-experimental-opaque-type-erasure -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -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 -module-name LucideIcons -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.o -index-unit-output-path /LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide+iOS.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Lucide.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -enable-experimental-opaque-type-erasure -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -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 -module-name LucideIcons -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.o -index-unit-output-path /LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -enable-experimental-opaque-type-erasure -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -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 -module-name LucideIcons -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.o -index-unit-output-path /LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/Lucide.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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? {
        ^~~~~~~

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -enable-experimental-opaque-type-erasure -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -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 -module-name LucideIcons -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift (in target 'LucideIcons' from project 'LucideIcons')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -enable-experimental-opaque-type-erasure -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/LucideIcons_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/swift-overrides.hmap -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 -module-name LucideIcons -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.0 -target-sdk-name macosx15.0 -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /LucideIcons.build/Debug/LucideIcons.build/Objects-normal/arm64/resource_bundle_accessor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
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 Compiling Lucide.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.0.0-Beta.2.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 -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -Xfrontend -enable-experimental-opaque-type-erasure -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.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.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.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/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
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
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.0.0-Beta.2.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 -plugin-path /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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 -Xfrontend -enable-experimental-opaque-type-erasure -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.0.0-Beta.2.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.0-24A5279g-3b92ffea4532a487dd4252ab2446b378.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
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.0.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.0.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.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.0.0-Beta.2.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.0.0-Beta.2.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.0.0-Beta.2.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LucideIcons.o
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:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, 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.