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, reference 0.460.0 (467720), with Swift 6.0 for macOS (SPM) on 16 Nov 2024 06:30:35 UTC.

Swift 6 data race errors: 1539

Build Command

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

Build Log

1422 |   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
1423 |   public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
1424 |   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:1423: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
1421 |   public static let `tornado`: NSImage = Bundle.module.image(forResource: "tornado")!
1422 |   public static let `torus`: NSImage = Bundle.module.image(forResource: "torus")!
1423 |   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
1424 |   public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
1425 |   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:1424: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
1422 |   public static let `torus`: NSImage = Bundle.module.image(forResource: "torus")!
1423 |   public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
1424 |   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
1425 |   public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
1426 |   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:1425: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
1423 |   public static let `touchpadOff`: NSImage = Bundle.module.image(forResource: "touchpad-off")!
1424 |   public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
1425 |   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
1426 |   public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
1427 |   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:1426: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
1424 |   public static let `touchpad`: NSImage = Bundle.module.image(forResource: "touchpad")!
1425 |   public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
1426 |   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
1427 |   public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
1428 |   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:1427: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
1425 |   public static let `towerControl`: NSImage = Bundle.module.image(forResource: "tower-control")!
1426 |   public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
1427 |   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
1428 |   public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
1429 |   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:1428: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
1426 |   public static let `toyBrick`: NSImage = Bundle.module.image(forResource: "toy-brick")!
1427 |   public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
1428 |   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
1429 |   public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
1430 |   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:1429: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
1427 |   public static let `tractor`: NSImage = Bundle.module.image(forResource: "tractor")!
1428 |   public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
1429 |   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
1430 |   public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
1431 |   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:1430: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
1428 |   public static let `trafficCone`: NSImage = Bundle.module.image(forResource: "traffic-cone")!
1429 |   public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
1430 |   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
1431 |   public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
1432 |   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:1431: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
1429 |   public static let `trainFrontTunnel`: NSImage = Bundle.module.image(forResource: "train-front-tunnel")!
1430 |   public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
1431 |   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
1432 |   public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
1433 |   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:1432: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
1430 |   public static let `trainFront`: NSImage = Bundle.module.image(forResource: "train-front")!
1431 |   public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
1432 |   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
1433 |   public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
1434 |   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:1433: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
1431 |   public static let `trainTrack`: NSImage = Bundle.module.image(forResource: "train-track")!
1432 |   public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
1433 |   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
1434 |   public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
1435 |   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:1434: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
1432 |   public static let `tramFront`: NSImage = Bundle.module.image(forResource: "tram-front")!
1433 |   public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
1434 |   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
1435 |   public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
1436 |   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:1435: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
1433 |   public static let `trash2`: NSImage = Bundle.module.image(forResource: "trash-2")!
1434 |   public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
1435 |   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
1436 |   public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
1437 |   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:1436: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
1434 |   public static let `trash`: NSImage = Bundle.module.image(forResource: "trash")!
1435 |   public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
1436 |   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
1437 |   public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
1438 |   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:1437: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
1435 |   public static let `treeDeciduous`: NSImage = Bundle.module.image(forResource: "tree-deciduous")!
1436 |   public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
1437 |   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
1438 |   public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
1439 |   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:1438: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
1436 |   public static let `treePalm`: NSImage = Bundle.module.image(forResource: "tree-palm")!
1437 |   public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
1438 |   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
1439 |   public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
1440 |   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:1439: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
1437 |   public static let `treePine`: NSImage = Bundle.module.image(forResource: "tree-pine")!
1438 |   public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
1439 |   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
1440 |   public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
1441 |   public static let `trendingUpDown`: NSImage = Bundle.module.image(forResource: "trending-up-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:1440: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
1438 |   public static let `trees`: NSImage = Bundle.module.image(forResource: "trees")!
1439 |   public static let `trello`: NSImage = Bundle.module.image(forResource: "trello")!
1440 |   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
1441 |   public static let `trendingUpDown`: NSImage = Bundle.module.image(forResource: "trending-up-down")!
1442 |   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:1441:21: warning: static property 'trendingUpDown' 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 `trello`: NSImage = Bundle.module.image(forResource: "trello")!
1440 |   public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
1441 |   public static let `trendingUpDown`: NSImage = Bundle.module.image(forResource: "trending-up-down")!
     |                     |- warning: static property 'trendingUpDown' 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 'trendingUpDown' 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 `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
1443 |   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:1442: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
1440 |   public static let `trendingDown`: NSImage = Bundle.module.image(forResource: "trending-down")!
1441 |   public static let `trendingUpDown`: NSImage = Bundle.module.image(forResource: "trending-up-down")!
1442 |   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
1443 |   public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
1444 |   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:1443: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
1441 |   public static let `trendingUpDown`: NSImage = Bundle.module.image(forResource: "trending-up-down")!
1442 |   public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
1443 |   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
1444 |   public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
1445 |   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:1444: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
1442 |   public static let `trendingUp`: NSImage = Bundle.module.image(forResource: "trending-up")!
1443 |   public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
1444 |   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
1445 |   public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
1446 |   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:1445: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
1443 |   public static let `triangleAlert`: NSImage = Bundle.module.image(forResource: "triangle-alert")!
1444 |   public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
1445 |   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
1446 |   public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
1447 |   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:1446: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
1444 |   public static let `triangleRight`: NSImage = Bundle.module.image(forResource: "triangle-right")!
1445 |   public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
1446 |   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
1447 |   public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
1448 |   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:1447: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
1445 |   public static let `triangle`: NSImage = Bundle.module.image(forResource: "triangle")!
1446 |   public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
1447 |   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
1448 |   public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
1449 |   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:1448: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
1446 |   public static let `trophy`: NSImage = Bundle.module.image(forResource: "trophy")!
1447 |   public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
1448 |   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
1449 |   public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
1450 |   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:1449: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
1447 |   public static let `truck`: NSImage = Bundle.module.image(forResource: "truck")!
1448 |   public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
1449 |   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
1450 |   public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
1451 |   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:1450: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
1448 |   public static let `turtle`: NSImage = Bundle.module.image(forResource: "turtle")!
1449 |   public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
1450 |   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
1451 |   public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
1452 |   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:1451: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
1449 |   public static let `tvMinimalPlay`: NSImage = Bundle.module.image(forResource: "tv-minimal-play")!
1450 |   public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
1451 |   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
1452 |   public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
1453 |   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:1452: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
1450 |   public static let `tvMinimal`: NSImage = Bundle.module.image(forResource: "tv-minimal")!
1451 |   public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
1452 |   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
1453 |   public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
1454 |   public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
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 '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
1451 |   public static let `tv`: NSImage = Bundle.module.image(forResource: "tv")!
1452 |   public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
1453 |   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
1454 |   public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
1455 |   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:1454:21: warning: static property 'typeOutline' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1452 |   public static let `twitch`: NSImage = Bundle.module.image(forResource: "twitch")!
1453 |   public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
1454 |   public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
     |                     |- warning: static property 'typeOutline' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'typeOutline' 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 `type`: NSImage = Bundle.module.image(forResource: "type")!
1456 |   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:1455: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
1453 |   public static let `twitter`: NSImage = Bundle.module.image(forResource: "twitter")!
1454 |   public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
1455 |   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
1456 |   public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
1457 |   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:1456: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
1454 |   public static let `typeOutline`: NSImage = Bundle.module.image(forResource: "type-outline")!
1455 |   public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
1456 |   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
1457 |   public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
1458 |   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:1457: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
1455 |   public static let `type`: NSImage = Bundle.module.image(forResource: "type")!
1456 |   public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
1457 |   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
1458 |   public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
1459 |   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:1458: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
1456 |   public static let `umbrellaOff`: NSImage = Bundle.module.image(forResource: "umbrella-off")!
1457 |   public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
1458 |   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
1459 |   public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
1460 |   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:1459: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
1457 |   public static let `umbrella`: NSImage = Bundle.module.image(forResource: "umbrella")!
1458 |   public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
1459 |   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
1460 |   public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
1461 |   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:1460: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
1458 |   public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
1459 |   public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
1460 |   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
1461 |   public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1462 |   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:1461: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
1459 |   public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
1460 |   public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
1461 |   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
1462 |   public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1463 |   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:1462: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
1460 |   public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
1461 |   public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1462 |   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
1463 |   public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1464 |   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:1463: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
1461 |   public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1462 |   public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1463 |   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
1464 |   public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1465 |   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:1464: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
1462 |   public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1463 |   public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1464 |   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
1465 |   public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1466 |   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:1465: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
1463 |   public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1464 |   public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1465 |   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
1466 |   public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1467 |   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:1466: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
1464 |   public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1465 |   public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1466 |   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
1467 |   public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1468 |   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:1467: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
1465 |   public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1466 |   public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1467 |   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
1468 |   public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1469 |   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:1468: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
1466 |   public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1467 |   public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1468 |   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
1469 |   public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1470 |   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:1469: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
1467 |   public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1468 |   public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1469 |   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
1470 |   public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1471 |   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:1470: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
1468 |   public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1469 |   public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1470 |   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
1471 |   public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1472 |   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:1471: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
1469 |   public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1470 |   public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1471 |   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
1472 |   public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1473 |   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:1472: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
1470 |   public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1471 |   public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1472 |   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
1473 |   public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1474 |   public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
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 '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
1471 |   public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1472 |   public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1473 |   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
1474 |   public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
1475 |   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:1474:21: warning: static property 'userPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1472 |   public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1473 |   public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1474 |   public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
     |                     |- warning: static property 'userPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'userPen' 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 `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1476 |   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:1475: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
1473 |   public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1474 |   public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
1475 |   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
1476 |   public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1477 |   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:1476: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
1474 |   public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
1475 |   public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1476 |   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
1477 |   public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1478 |   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:1477: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
1475 |   public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1476 |   public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1477 |   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
1478 |   public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1479 |   public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
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 '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
1476 |   public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1477 |   public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1478 |   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
1479 |   public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
1480 |   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:1479:21: warning: static property 'userRoundPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1477 |   public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1478 |   public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1479 |   public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
     |                     |- warning: static property 'userRoundPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'userRoundPen' 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 `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1481 |   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:1480: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
1478 |   public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1479 |   public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
1480 |   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
1481 |   public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1482 |   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:1481: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
1479 |   public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
1480 |   public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1481 |   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
1482 |   public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1483 |   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:1482: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
1480 |   public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1481 |   public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1482 |   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
1483 |   public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1484 |   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:1483: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
1481 |   public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1482 |   public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1483 |   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
1484 |   public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1485 |   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:1484: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
1482 |   public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1483 |   public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1484 |   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
1485 |   public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1486 |   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:1485: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
1483 |   public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1484 |   public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1485 |   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
1486 |   public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1487 |   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:1486: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
1484 |   public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1485 |   public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1486 |   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
1487 |   public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1488 |   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:1487: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
1485 |   public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1486 |   public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1487 |   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
1488 |   public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1489 |   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:1488: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
1486 |   public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1487 |   public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1488 |   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
1489 |   public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1490 |   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:1489: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
1487 |   public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1488 |   public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1489 |   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
1490 |   public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1491 |   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:1490: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
1488 |   public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1489 |   public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1490 |   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
1491 |   public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1492 |   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:1491: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
1489 |   public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1490 |   public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1491 |   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
1492 |   public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1493 |   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:1492: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
1490 |   public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1491 |   public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1492 |   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
1493 |   public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1494 |   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:1493: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
1491 |   public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1492 |   public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1493 |   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
1494 |   public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1495 |   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:1494: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
1492 |   public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1493 |   public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1494 |   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
1495 |   public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1496 |   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:1495: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
1493 |   public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1494 |   public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1495 |   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
1496 |   public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1497 |   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:1496: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
1494 |   public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1495 |   public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1496 |   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
1497 |   public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1498 |   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:1497: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
1495 |   public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1496 |   public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1497 |   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
1498 |   public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1499 |   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:1498: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
1496 |   public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1497 |   public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1498 |   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
1499 |   public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1500 |   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:1499: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
1497 |   public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1498 |   public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1499 |   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
1500 |   public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1501 |   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:1500: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
1498 |   public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1499 |   public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1500 |   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
1501 |   public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1502 |   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:1501: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
1499 |   public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1500 |   public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1501 |   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
1502 |   public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1503 |   public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
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:1502: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
1500 |   public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1501 |   public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1502 |   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
1503 |   public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
1504 |   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:1503:21: warning: static property 'volleyball' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1501 |   public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1502 |   public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1503 |   public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
     |                     |- warning: static property 'volleyball' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'volleyball' 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
1504 |   public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1505 |   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:1504: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
1502 |   public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1503 |   public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
1504 |   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
1505 |   public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1506 |   public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-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:1505: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
1503 |   public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
1504 |   public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1505 |   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
1506 |   public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
1507 |   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:1506:21: warning: static property 'volumeOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1504 |   public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1505 |   public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1506 |   public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
     |                     |- warning: static property 'volumeOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'volumeOff' 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
1507 |   public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1508 |   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:1507: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
1505 |   public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1506 |   public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
1507 |   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
1508 |   public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1509 |   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:1508: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
1506 |   public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
1507 |   public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1508 |   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
1509 |   public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1510 |   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:1509: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
1507 |   public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1508 |   public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1509 |   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
1510 |   public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1511 |   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:1510: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
1508 |   public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1509 |   public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1510 |   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
1511 |   public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1512 |   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:1511: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
1509 |   public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1510 |   public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1511 |   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
1512 |   public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1513 |   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:1512: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
1510 |   public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1511 |   public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1512 |   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
1513 |   public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1514 |   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:1513: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
1511 |   public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1512 |   public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1513 |   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
1514 |   public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1515 |   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:1514: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
1512 |   public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1513 |   public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1514 |   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
1515 |   public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1516 |   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:1515: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
1513 |   public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1514 |   public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1515 |   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
1516 |   public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1517 |   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:1516: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
1514 |   public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1515 |   public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1516 |   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
1517 |   public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1518 |   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:1517: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
1515 |   public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1516 |   public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1517 |   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
1518 |   public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1519 |   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:1518: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
1516 |   public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1517 |   public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1518 |   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
1519 |   public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
1520 |   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:1519: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
1517 |   public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1518 |   public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1519 |   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
1520 |   public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1521 |   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:1520: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
1518 |   public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1519 |   public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
1520 |   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
1521 |   public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1522 |   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:1521: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
1519 |   public static let `waves`: NSImage = Bundle.module.image(forResource: "waves")!
1520 |   public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1521 |   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
1522 |   public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1523 |   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:1522: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
1520 |   public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1521 |   public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1522 |   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
1523 |   public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1524 |   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:1523: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
1521 |   public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1522 |   public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1523 |   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
1524 |   public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1525 |   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:1524: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
1522 |   public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1523 |   public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1524 |   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
1525 |   public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1526 |   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:1525: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
1523 |   public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1524 |   public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1525 |   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
1526 |   public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1527 |   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:1526: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
1524 |   public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1525 |   public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1526 |   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
1527 |   public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1528 |   public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
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:1527: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
1525 |   public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1526 |   public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1527 |   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
1528 |   public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
1529 |   public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
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:1528:21: warning: static property 'wifiHigh' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1526 |   public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1527 |   public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1528 |   public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
     |                     |- warning: static property 'wifiHigh' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'wifiHigh' 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
1529 |   public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
1530 |   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:1529:21: warning: static property 'wifiLow' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1527 |   public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1528 |   public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
1529 |   public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
     |                     |- warning: static property 'wifiLow' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'wifiLow' 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
1530 |   public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1531 |   public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
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:1530: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
1528 |   public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
1529 |   public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
1530 |   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
1531 |   public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
1532 |   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:1531:21: warning: static property 'wifiZero' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1529 |   public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
1530 |   public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1531 |   public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
     |                     |- warning: static property 'wifiZero' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'wifiZero' 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
1532 |   public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1533 |   public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-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:1532: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
1530 |   public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1531 |   public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
1532 |   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
1533 |   public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
1534 |   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:1533:21: warning: static property 'windArrowDown' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1531 |   public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
1532 |   public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1533 |   public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
     |                     |- warning: static property 'windArrowDown' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'windArrowDown' 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
1534 |   public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1535 |   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:1534: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
1532 |   public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1533 |   public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
1534 |   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
1535 |   public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1536 |   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:1535: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
1533 |   public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
1534 |   public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1535 |   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
1536 |   public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1537 |   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:1536: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
1534 |   public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1535 |   public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1536 |   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
1537 |   public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1538 |   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:1537: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
1535 |   public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1536 |   public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1537 |   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
1538 |   public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1539 |   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:1538: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
1536 |   public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1537 |   public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1538 |   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
1539 |   public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
1540 |   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:1539: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
1537 |   public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1538 |   public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1539 |   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
1540 |   public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1541 |   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:1540: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
1538 |   public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1539 |   public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
1540 |   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
1541 |   public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1542 |   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:1541: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
1539 |   public static let `wrapText`: NSImage = Bundle.module.image(forResource: "wrap-text")!
1540 |   public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1541 |   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
1542 |   public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
1543 |   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:1542: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
1540 |   public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1541 |   public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1542 |   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
1543 |   public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1544 |   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:1543: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
1541 |   public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1542 |   public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
1543 |   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
1544 |   public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1545 |   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:1544: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
1542 |   public static let `youtube`: NSImage = Bundle.module.image(forResource: "youtube")!
1543 |   public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1544 |   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
1545 |   public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
1546 |   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:1545: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
1543 |   public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1544 |   public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1545 |   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
1546 |   public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
1547 | }
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:1546: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
1544 |   public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1545 |   public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
1546 |   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
1547 | }
1548 |
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")
Build complete! (11.99s)
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.