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 (SPM) (8d4136) on 29 Jun 2024 16:33:16 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

     |                     |- note: annotate 'ticketPlus' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1357 |   public static let `ticketSlash`: NSImage = Bundle.module.image(forResource: "ticket-slash")!
1358 |   public static let `ticketX`: NSImage = Bundle.module.image(forResource: "ticket-x")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1357:21: warning: static property 'ticketSlash' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1355 |   public static let `ticketPercent`: NSImage = Bundle.module.image(forResource: "ticket-percent")!
1356 |   public static let `ticketPlus`: NSImage = Bundle.module.image(forResource: "ticket-plus")!
1357 |   public static let `ticketSlash`: NSImage = Bundle.module.image(forResource: "ticket-slash")!
     |                     |- warning: static property 'ticketSlash' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'ticketSlash' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1358 |   public static let `ticketX`: NSImage = Bundle.module.image(forResource: "ticket-x")!
1359 |   public static let `ticket`: NSImage = Bundle.module.image(forResource: "ticket")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1358:21: warning: static property 'ticketX' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1356 |   public static let `ticketPlus`: NSImage = Bundle.module.image(forResource: "ticket-plus")!
1357 |   public static let `ticketSlash`: NSImage = Bundle.module.image(forResource: "ticket-slash")!
1358 |   public static let `ticketX`: NSImage = Bundle.module.image(forResource: "ticket-x")!
     |                     |- warning: static property 'ticketX' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'ticketX' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1359 |   public static let `ticket`: NSImage = Bundle.module.image(forResource: "ticket")!
1360 |   public static let `timerOff`: NSImage = Bundle.module.image(forResource: "timer-off")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1359:21: warning: static property 'ticket' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1357 |   public static let `ticketSlash`: NSImage = Bundle.module.image(forResource: "ticket-slash")!
1358 |   public static let `ticketX`: NSImage = Bundle.module.image(forResource: "ticket-x")!
1359 |   public static let `ticket`: NSImage = Bundle.module.image(forResource: "ticket")!
     |                     |- warning: static property 'ticket' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'ticket' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1360 |   public static let `timerOff`: NSImage = Bundle.module.image(forResource: "timer-off")!
1361 |   public static let `timerReset`: NSImage = Bundle.module.image(forResource: "timer-reset")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1360:21: warning: static property 'timerOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1358 |   public static let `ticketX`: NSImage = Bundle.module.image(forResource: "ticket-x")!
1359 |   public static let `ticket`: NSImage = Bundle.module.image(forResource: "ticket")!
1360 |   public static let `timerOff`: NSImage = Bundle.module.image(forResource: "timer-off")!
     |                     |- warning: static property 'timerOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'timerOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1361 |   public static let `timerReset`: NSImage = Bundle.module.image(forResource: "timer-reset")!
1362 |   public static let `timer`: NSImage = Bundle.module.image(forResource: "timer")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1361:21: warning: static property 'timerReset' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1359 |   public static let `ticket`: NSImage = Bundle.module.image(forResource: "ticket")!
1360 |   public static let `timerOff`: NSImage = Bundle.module.image(forResource: "timer-off")!
1361 |   public static let `timerReset`: NSImage = Bundle.module.image(forResource: "timer-reset")!
     |                     |- warning: static property 'timerReset' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'timerReset' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1362 |   public static let `timer`: NSImage = Bundle.module.image(forResource: "timer")!
1363 |   public static let `toggleLeft`: NSImage = Bundle.module.image(forResource: "toggle-left")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1362:21: warning: static property 'timer' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1360 |   public static let `timerOff`: NSImage = Bundle.module.image(forResource: "timer-off")!
1361 |   public static let `timerReset`: NSImage = Bundle.module.image(forResource: "timer-reset")!
1362 |   public static let `timer`: NSImage = Bundle.module.image(forResource: "timer")!
     |                     |- warning: static property 'timer' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'timer' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1363 |   public static let `toggleLeft`: NSImage = Bundle.module.image(forResource: "toggle-left")!
1364 |   public static let `toggleRight`: NSImage = Bundle.module.image(forResource: "toggle-right")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1363:21: warning: static property 'toggleLeft' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1361 |   public static let `timerReset`: NSImage = Bundle.module.image(forResource: "timer-reset")!
1362 |   public static let `timer`: NSImage = Bundle.module.image(forResource: "timer")!
1363 |   public static let `toggleLeft`: NSImage = Bundle.module.image(forResource: "toggle-left")!
     |                     |- warning: static property 'toggleLeft' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'toggleLeft' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1364 |   public static let `toggleRight`: NSImage = Bundle.module.image(forResource: "toggle-right")!
1365 |   public static let `tornado`: NSImage = Bundle.module.image(forResource: "tornado")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1364:21: warning: static property 'toggleRight' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1362 |   public static let `timer`: NSImage = Bundle.module.image(forResource: "timer")!
1363 |   public static let `toggleLeft`: NSImage = Bundle.module.image(forResource: "toggle-left")!
1364 |   public static let `toggleRight`: NSImage = Bundle.module.image(forResource: "toggle-right")!
     |                     |- warning: static property 'toggleRight' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'toggleRight' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1365 |   public static let `tornado`: NSImage = Bundle.module.image(forResource: "tornado")!
1366 |   public static let `torus`: NSImage = Bundle.module.image(forResource: "torus")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1365:21: warning: static property 'tornado' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1363 |   public static let `toggleLeft`: NSImage = Bundle.module.image(forResource: "toggle-left")!
1364 |   public static let `toggleRight`: NSImage = Bundle.module.image(forResource: "toggle-right")!
1365 |   public static let `tornado`: NSImage = Bundle.module.image(forResource: "tornado")!
     |                     |- warning: static property 'tornado' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'tornado' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1366 |   public static let `torus`: NSImage = Bundle.module.image(forResource: "torus")!
1367 |   public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1366:21: warning: static property 'torus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1364 |   public static let `toggleRight`: NSImage = Bundle.module.image(forResource: "toggle-right")!
1365 |   public static let `tornado`: NSImage = Bundle.module.image(forResource: "tornado")!
1366 |   public static let `torus`: NSImage = Bundle.module.image(forResource: "torus")!
     |                     |- warning: static property 'torus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'torus' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1367 |   public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
1368 |   public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1367:21: warning: static property 'touchpadOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1365 |   public static let `tornado`: NSImage = Bundle.module.image(forResource: "tornado")!
1366 |   public static let `torus`: NSImage = Bundle.module.image(forResource: "torus")!
1367 |   public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
     |                     |- warning: static property 'touchpadOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'touchpadOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1368 |   public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
1369 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1368: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
1366 |   public static let `torus`: NSImage = Bundle.module.image(forResource: "torus")!
1367 |   public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
1368 |   public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
     |                     |- 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
     |                     |- note: annotate 'touchpad' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1369 |   public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
1370 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1369: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
1367 |   public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
1368 |   public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
1369 |   public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
     |                     |- 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
     |                     |- note: annotate 'towerControl' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1370 |   public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
1371 |   public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1370: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
1368 |   public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
1369 |   public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
1370 |   public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
     |                     |- 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
     |                     |- note: annotate 'toyBrick' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1371 |   public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
1372 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1371: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
1369 |   public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
1370 |   public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
1371 |   public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
     |                     |- 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
     |                     |- note: annotate 'tractor' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1372 |   public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
1373 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1372: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
1370 |   public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
1371 |   public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
1372 |   public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
     |                     |- 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
     |                     |- note: annotate 'trafficCone' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1373 |   public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
1374 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1373: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
1371 |   public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
1372 |   public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
1373 |   public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
     |                     |- 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
     |                     |- note: annotate 'trainFrontTunnel' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1374 |   public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
1375 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1374: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
1372 |   public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
1373 |   public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
1374 |   public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
     |                     |- 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
     |                     |- note: annotate 'trainFront' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1375 |   public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
1376 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1375: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
1373 |   public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
1374 |   public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
1375 |   public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
     |                     |- 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
     |                     |- note: annotate 'trainTrack' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1376 |   public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
1377 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1376: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
1374 |   public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
1375 |   public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
1376 |   public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
     |                     |- 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
     |                     |- note: annotate 'tramFront' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1377 |   public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
1378 |   public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1377: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
1375 |   public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
1376 |   public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
1377 |   public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
     |                     |- 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
     |                     |- note: annotate 'trash2' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1378 |   public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
1379 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1378: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
1376 |   public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
1377 |   public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
1378 |   public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
     |                     |- 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
     |                     |- note: annotate 'trash' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1379 |   public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
1380 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1379: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
1377 |   public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
1378 |   public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
1379 |   public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
     |                     |- 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
     |                     |- note: annotate 'treeDeciduous' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1380 |   public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
1381 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1380: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
1378 |   public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
1379 |   public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
1380 |   public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
     |                     |- 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
     |                     |- note: annotate 'treePalm' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1381 |   public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
1382 |   public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1381: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
1379 |   public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
1380 |   public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
1381 |   public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
     |                     |- 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
     |                     |- note: annotate 'treePine' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1382 |   public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
1383 |   public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1382: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
1380 |   public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
1381 |   public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
1382 |   public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
     |                     |- 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
     |                     |- note: annotate 'trees' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1383 |   public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
1384 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1383: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
1381 |   public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
1382 |   public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
1383 |   public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
     |                     |- 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
     |                     |- note: annotate 'trello' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1384 |   public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
1385 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1384: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
1382 |   public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
1383 |   public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
1384 |   public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
     |                     |- 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
     |                     |- note: annotate 'trendingDown' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1385 |   public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
1386 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1385: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
1383 |   public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
1384 |   public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
1385 |   public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
     |                     |- 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
     |                     |- note: annotate 'trendingUp' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1386 |   public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
1387 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1386: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
1384 |   public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
1385 |   public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
1386 |   public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
     |                     |- 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
     |                     |- note: annotate 'triangleAlert' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1387 |   public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
1388 |   public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1387: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
1385 |   public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
1386 |   public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
1387 |   public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
     |                     |- 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
     |                     |- note: annotate 'triangleRight' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1388 |   public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
1389 |   public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1388: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
1386 |   public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
1387 |   public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
1388 |   public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
     |                     |- 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
     |                     |- note: annotate 'triangle' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1389 |   public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
1390 |   public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1389: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
1387 |   public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
1388 |   public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
1389 |   public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
     |                     |- 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
     |                     |- note: annotate 'trophy' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1390 |   public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
1391 |   public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1390: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
1388 |   public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
1389 |   public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
1390 |   public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
     |                     |- 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
     |                     |- note: annotate 'truck' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1391 |   public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
1392 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1391: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
1389 |   public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
1390 |   public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
1391 |   public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
     |                     |- 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
     |                     |- note: annotate 'turtle' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1392 |   public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
1393 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1392: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
1390 |   public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
1391 |   public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
1392 |   public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
     |                     |- 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
     |                     |- note: annotate 'tvMinimalPlay' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1393 |   public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
1394 |   public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1393: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
1391 |   public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
1392 |   public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
1393 |   public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
     |                     |- 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
     |                     |- note: annotate 'tvMinimal' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1394 |   public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
1395 |   public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1394: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
1392 |   public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
1393 |   public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
1394 |   public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
     |                     |- 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
     |                     |- note: annotate 'tv' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1395 |   public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
1396 |   public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1395: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
1393 |   public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
1394 |   public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
1395 |   public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
     |                     |- 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
     |                     |- note: annotate 'twitch' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1396 |   public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
1397 |   public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1396: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
1394 |   public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
1395 |   public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
1396 |   public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
     |                     |- 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
     |                     |- note: annotate 'twitter' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1397 |   public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
1398 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1397: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
1395 |   public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
1396 |   public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
1397 |   public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
     |                     |- 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
     |                     |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1398 |   public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
1399 |   public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1398: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
1396 |   public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
1397 |   public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
1398 |   public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
     |                     |- 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
     |                     |- note: annotate 'umbrellaOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1399 |   public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
1400 |   public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1399: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
1397 |   public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
1398 |   public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
1399 |   public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
     |                     |- 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
     |                     |- note: annotate 'umbrella' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1400 |   public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
1401 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1400: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
1398 |   public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
1399 |   public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
1400 |   public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
     |                     |- 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
     |                     |- note: annotate 'underline' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1401 |   public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
1402 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1401: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
1399 |   public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
1400 |   public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
1401 |   public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
     |                     |- 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
     |                     |- note: annotate 'undo2' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1402 |   public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
1403 |   public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1402: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
1400 |   public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
1401 |   public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
1402 |   public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
     |                     |- 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
     |                     |- note: annotate 'undoDot' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1403 |   public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1404 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1403: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
1401 |   public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
1402 |   public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
1403 |   public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
     |                     |- 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
     |                     |- note: annotate 'undo' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1404 |   public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1405 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1404: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
1402 |   public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
1403 |   public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1404 |   public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
     |                     |- 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
     |                     |- note: annotate 'unfoldHorizontal' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1405 |   public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1406 |   public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1405: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
1403 |   public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1404 |   public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1405 |   public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
     |                     |- 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
     |                     |- note: annotate 'unfoldVertical' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1406 |   public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1407 |   public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1406: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
1404 |   public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1405 |   public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1406 |   public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
     |                     |- 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
     |                     |- note: annotate 'ungroup' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1407 |   public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1408 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1407: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
1405 |   public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1406 |   public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1407 |   public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
     |                     |- 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
     |                     |- note: annotate 'university' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1408 |   public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1409 |   public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1408: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
1406 |   public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1407 |   public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1408 |   public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
     |                     |- 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
     |                     |- note: annotate 'unlink2' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1409 |   public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1410 |   public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1409: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
1407 |   public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1408 |   public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1409 |   public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
     |                     |- 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
     |                     |- note: annotate 'unlink' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1410 |   public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1411 |   public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1410: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
1408 |   public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1409 |   public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1410 |   public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
     |                     |- 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
     |                     |- note: annotate 'unplug' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1411 |   public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1412 |   public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1411: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
1409 |   public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1410 |   public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1411 |   public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
     |                     |- 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
     |                     |- note: annotate 'upload' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1412 |   public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1413 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1412: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
1410 |   public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1411 |   public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1412 |   public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
     |                     |- 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
     |                     |- note: annotate 'usb' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1413 |   public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1414 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1413: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
1411 |   public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1412 |   public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1413 |   public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
     |                     |- 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
     |                     |- note: annotate 'userCheck' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1414 |   public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1415 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1414: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
1412 |   public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1413 |   public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1414 |   public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
     |                     |- 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
     |                     |- note: annotate 'userCog' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1415 |   public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1416 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1415: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
1413 |   public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1414 |   public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1415 |   public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
     |                     |- 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
     |                     |- note: annotate 'userMinus' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1416 |   public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1417 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1416: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
1414 |   public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1415 |   public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1416 |   public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
     |                     |- 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
     |                     |- note: annotate 'userPlus' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1417 |   public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1418 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1417: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
1415 |   public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1416 |   public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1417 |   public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
     |                     |- 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
     |                     |- note: annotate 'userRoundCheck' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1418 |   public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1419 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1418: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
1416 |   public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1417 |   public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1418 |   public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
     |                     |- 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
     |                     |- note: annotate 'userRoundCog' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1419 |   public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1420 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1419: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
1417 |   public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1418 |   public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1419 |   public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
     |                     |- 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
     |                     |- note: annotate 'userRoundMinus' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1420 |   public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1421 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1420: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
1418 |   public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1419 |   public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1420 |   public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
     |                     |- 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
     |                     |- note: annotate 'userRoundPlus' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1421 |   public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1422 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1421: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
1419 |   public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1420 |   public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1421 |   public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
     |                     |- 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
     |                     |- note: annotate 'userRoundSearch' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1422 |   public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1423 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1422: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
1420 |   public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1421 |   public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1422 |   public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
     |                     |- 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
     |                     |- note: annotate 'userRoundX' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1423 |   public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1424 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1423: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
1421 |   public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1422 |   public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1423 |   public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
     |                     |- 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
     |                     |- note: annotate 'userRound' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1424 |   public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1425 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1424: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
1422 |   public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1423 |   public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1424 |   public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
     |                     |- 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
     |                     |- note: annotate 'userSearch' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1425 |   public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1426 |   public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1425: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
1423 |   public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1424 |   public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1425 |   public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
     |                     |- 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
     |                     |- note: annotate 'userX' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1426 |   public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1427 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1426: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
1424 |   public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1425 |   public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1426 |   public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
     |                     |- 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
     |                     |- note: annotate 'user' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1427 |   public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1428 |   public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1427: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
1425 |   public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1426 |   public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1427 |   public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
     |                     |- 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
     |                     |- note: annotate 'usersRound' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1428 |   public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1429 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1428: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
1426 |   public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1427 |   public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1428 |   public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
     |                     |- 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
     |                     |- note: annotate 'users' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1429 |   public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1430 |   public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1429: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
1427 |   public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1428 |   public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1429 |   public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
     |                     |- 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
     |                     |- note: annotate 'utensilsCrossed' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1430 |   public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1431 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1430: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
1428 |   public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1429 |   public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1430 |   public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
     |                     |- 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
     |                     |- note: annotate 'utensils' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1431 |   public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1432 |   public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1431: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
1429 |   public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1430 |   public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1431 |   public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
     |                     |- 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
     |                     |- note: annotate 'utilityPole' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1432 |   public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1433 |   public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1432: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
1430 |   public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1431 |   public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1432 |   public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
     |                     |- 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
     |                     |- note: annotate 'variable' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1433 |   public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1434 |   public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1433: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
1431 |   public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1432 |   public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1433 |   public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
     |                     |- 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
     |                     |- note: annotate 'vault' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1434 |   public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1435 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1434: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
1432 |   public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1433 |   public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1434 |   public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
     |                     |- 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
     |                     |- note: annotate 'vegan' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1435 |   public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1436 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1435: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
1433 |   public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1434 |   public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1435 |   public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
     |                     |- 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
     |                     |- note: annotate 'venetianMask' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1436 |   public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1437 |   public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1436: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
1434 |   public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1435 |   public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1436 |   public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
     |                     |- 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
     |                     |- note: annotate 'vibrateOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1437 |   public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1438 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1437: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
1435 |   public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1436 |   public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1437 |   public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
     |                     |- 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
     |                     |- note: annotate 'vibrate' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1438 |   public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1439 |   public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1438: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
1436 |   public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1437 |   public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1438 |   public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
     |                     |- 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
     |                     |- note: annotate 'videoOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1439 |   public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1440 |   public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1439: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
1437 |   public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1438 |   public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1439 |   public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
     |                     |- 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
     |                     |- note: annotate 'video' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1440 |   public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1441 |   public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1440: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
1438 |   public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1439 |   public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1440 |   public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
     |                     |- 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
     |                     |- note: annotate 'videotape' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1441 |   public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1442 |   public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1441: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
1439 |   public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1440 |   public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1441 |   public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
     |                     |- 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
     |                     |- note: annotate 'view' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1442 |   public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1443 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1442: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
1440 |   public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1441 |   public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1442 |   public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
     |                     |- 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
     |                     |- note: annotate 'voicemail' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1443 |   public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1444 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1443: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
1441 |   public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1442 |   public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1443 |   public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
     |                     |- 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
     |                     |- note: annotate 'volume1' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1444 |   public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1445 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1444: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
1442 |   public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1443 |   public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1444 |   public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
     |                     |- 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
     |                     |- note: annotate 'volume2' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1445 |   public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1446 |   public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1445: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
1443 |   public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1444 |   public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1445 |   public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
     |                     |- 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
     |                     |- note: annotate 'volumeX' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1446 |   public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1447 |   public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1446: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
1444 |   public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1445 |   public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1446 |   public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
     |                     |- 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
     |                     |- note: annotate 'volume' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1447 |   public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1448 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1447: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
1445 |   public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1446 |   public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1447 |   public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
     |                     |- 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
     |                     |- note: annotate 'vote' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1448 |   public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1449 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1448: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
1446 |   public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1447 |   public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1448 |   public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
     |                     |- 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
     |                     |- note: annotate 'walletCards' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1449 |   public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1450 |   public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1449: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
1447 |   public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1448 |   public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1449 |   public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
     |                     |- 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
     |                     |- note: annotate 'walletMinimal' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1450 |   public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1451 |   public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1450: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
1448 |   public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1449 |   public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1450 |   public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
     |                     |- 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
     |                     |- note: annotate 'wallet' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1451 |   public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1452 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1451: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
1449 |   public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1450 |   public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1451 |   public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
     |                     |- 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
     |                     |- note: annotate 'wallpaper' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1452 |   public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1453 |   public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1452: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
1450 |   public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1451 |   public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1452 |   public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
     |                     |- 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
     |                     |- note: annotate 'wandSparkles' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1453 |   public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1454 |   public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1453: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
1451 |   public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1452 |   public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1453 |   public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
     |                     |- 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
     |                     |- note: annotate 'wand' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1454 |   public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1455 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1454: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
1452 |   public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1453 |   public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1454 |   public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
     |                     |- 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
     |                     |- note: annotate 'warehouse' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1455 |   public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1456 |   public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1455: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
1453 |   public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1454 |   public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1455 |   public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
     |                     |- 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
     |                     |- note: annotate 'washingMachine' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1456 |   public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1457 |   public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1456: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
1454 |   public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1455 |   public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1456 |   public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
     |                     |- 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
     |                     |- note: annotate 'watch' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1457 |   public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
1458 |   public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1457: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
1455 |   public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1456 |   public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1457 |   public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
     |                     |- 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
     |                     |- note: annotate 'waves' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1458 |   public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1459 |   public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1458: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
1456 |   public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1457 |   public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
1458 |   public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
     |                     |- 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
     |                     |- note: annotate 'waypoints' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1459 |   public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1460 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1459: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
1457 |   public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
1458 |   public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1459 |   public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
     |                     |- 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
     |                     |- note: annotate 'webcam' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1460 |   public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1461 |   public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1460: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
1458 |   public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1459 |   public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1460 |   public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
     |                     |- 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
     |                     |- note: annotate 'webhookOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1461 |   public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1462 |   public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1461: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
1459 |   public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1460 |   public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1461 |   public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
     |                     |- 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
     |                     |- note: annotate 'webhook' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1462 |   public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1463 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1462: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
1460 |   public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1461 |   public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1462 |   public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
     |                     |- 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
     |                     |- note: annotate 'weight' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1463 |   public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1464 |   public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1463: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
1461 |   public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1462 |   public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1463 |   public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
     |                     |- 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
     |                     |- note: annotate 'wheatOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1464 |   public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1465 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1464: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
1462 |   public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1463 |   public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1464 |   public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
     |                     |- 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
     |                     |- note: annotate 'wheat' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1465 |   public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1466 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1465: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
1463 |   public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1464 |   public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1465 |   public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
     |                     |- 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
     |                     |- note: annotate 'wholeWord' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1466 |   public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1467 |   public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1466: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
1464 |   public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1465 |   public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1466 |   public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
     |                     |- 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
     |                     |- note: annotate 'wifiOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1467 |   public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1468 |   public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1467: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
1465 |   public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1466 |   public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1467 |   public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
     |                     |- 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
     |                     |- note: annotate 'wifi' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1468 |   public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1469 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1468: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
1466 |   public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1467 |   public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1468 |   public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
     |                     |- 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
     |                     |- note: annotate 'wind' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1469 |   public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1470 |   public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1469: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
1467 |   public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1468 |   public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1469 |   public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
     |                     |- 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
     |                     |- note: annotate 'wineOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1470 |   public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1471 |   public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1470: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
1468 |   public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1469 |   public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1470 |   public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
     |                     |- 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
     |                     |- note: annotate 'wine' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1471 |   public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1472 |   public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1471: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
1469 |   public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1470 |   public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1471 |   public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
     |                     |- 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
     |                     |- note: annotate 'workflow' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1472 |   public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1473 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1472: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
1470 |   public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1471 |   public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1472 |   public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
     |                     |- 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
     |                     |- note: annotate 'worm' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1473 |   public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
1474 |   public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1473: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
1471 |   public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1472 |   public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1473 |   public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
     |                     |- 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
     |                     |- note: annotate 'wrapText' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1474 |   public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1475 |   public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1474: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
1472 |   public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1473 |   public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
1474 |   public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
     |                     |- 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
     |                     |- note: annotate 'wrench' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1475 |   public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1476 |   public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1475: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
1473 |   public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
1474 |   public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1475 |   public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
     |                     |- 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
     |                     |- note: annotate 'x' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1476 |   public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
1477 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1476: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
1474 |   public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1475 |   public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1476 |   public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
     |                     |- 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
     |                     |- note: annotate 'youtube' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1477 |   public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1478 |   public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1477: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
1475 |   public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1476 |   public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
1477 |   public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
     |                     |- 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
     |                     |- note: annotate 'zapOff' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1478 |   public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1479 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1478: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
1476 |   public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
1477 |   public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1478 |   public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
     |                     |- 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
     |                     |- note: annotate 'zap' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1479 |   public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
1480 |   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
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1479: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
1477 |   public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1478 |   public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1479 |   public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
     |                     |- 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
     |                     |- note: annotate 'zoomIn' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1480 |   public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
1481 | }
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1480: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
1478 |   public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1479 |   public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
1480 |   public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
     |                     |- 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
     |                     |- note: annotate 'zoomOut' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1481 | }
1482 |
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
  1 | open class NSImage : NSObject {
    |            `- note: class 'NSImage' does not conform to the 'Sendable' protocol
  2 |     public /*not inherited*/ init?(named name: NSImage.Name)
  3 |     @available(*, unavailable, renamed: "init(named:)", message: "Not available in Swift")
/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
18 | import AppKit
19 | public extension NSImage {
20 | 	public static func image(lucideId: String) -> NSImage? {
   |  `- warning: 'public' modifier is redundant for static method declared in a public extension
21 | 		Bundle.module.image(forResource: lucideId)
22 | 	}
Build complete! (10.70s)
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.