Build Information
Successful build of LucideIcons, reference main (31d664), with Swift 6.1 for macOS (SPM) on 30 Apr 2026 07:11:37 UTC.
Swift 6 data race errors: 1703
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1596:21: warning: static property 'undoDot' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1594 | public static let `underline`: NSImage = Bundle.module.image(forResource: "underline")!
1595 | public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
1596 | 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: add '@MainActor' to make static property 'undoDot' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1597 | public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1598 | public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1597:21: warning: static property 'undo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1595 | public static let `undo2`: NSImage = Bundle.module.image(forResource: "undo-2")!
1596 | public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
1597 | 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: add '@MainActor' to make static property 'undo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1598 | public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1599 | public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1598:21: warning: static property 'unfoldHorizontal' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1596 | public static let `undoDot`: NSImage = Bundle.module.image(forResource: "undo-dot")!
1597 | public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1598 | 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: add '@MainActor' to make static property 'unfoldHorizontal' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1599 | public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1600 | public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1599:21: warning: static property 'unfoldVertical' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1597 | public static let `undo`: NSImage = Bundle.module.image(forResource: "undo")!
1598 | public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1599 | 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: add '@MainActor' to make static property 'unfoldVertical' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1600 | public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1601 | public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1600:21: warning: static property 'ungroup' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1598 | public static let `unfoldHorizontal`: NSImage = Bundle.module.image(forResource: "unfold-horizontal")!
1599 | public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1600 | 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: add '@MainActor' to make static property 'ungroup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1601 | public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1602 | public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1601:21: warning: static property 'university' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1599 | public static let `unfoldVertical`: NSImage = Bundle.module.image(forResource: "unfold-vertical")!
1600 | public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1601 | 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: add '@MainActor' to make static property 'university' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1602 | public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1603 | public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1602:21: warning: static property 'unlink2' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1600 | public static let `ungroup`: NSImage = Bundle.module.image(forResource: "ungroup")!
1601 | public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1602 | 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: add '@MainActor' to make static property 'unlink2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1603 | public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1604 | public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1603:21: warning: static property 'unlink' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1601 | public static let `university`: NSImage = Bundle.module.image(forResource: "university")!
1602 | public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1603 | 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: add '@MainActor' to make static property 'unlink' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1604 | public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1605 | public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1604:21: warning: static property 'unplug' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1602 | public static let `unlink2`: NSImage = Bundle.module.image(forResource: "unlink-2")!
1603 | public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1604 | 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: add '@MainActor' to make static property 'unplug' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1605 | public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1606 | public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1605:21: warning: static property 'upload' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1603 | public static let `unlink`: NSImage = Bundle.module.image(forResource: "unlink")!
1604 | public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1605 | 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: add '@MainActor' to make static property 'upload' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1606 | public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1607 | public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1606:21: warning: static property 'usb' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1604 | public static let `unplug`: NSImage = Bundle.module.image(forResource: "unplug")!
1605 | public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1606 | 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: add '@MainActor' to make static property 'usb' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1607 | public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1608 | public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1607:21: warning: static property 'userCheck' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1605 | public static let `upload`: NSImage = Bundle.module.image(forResource: "upload")!
1606 | public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1607 | 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: add '@MainActor' to make static property 'userCheck' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1608 | public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1609 | public static let `userKey`: NSImage = Bundle.module.image(forResource: "user-key")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1608:21: warning: static property 'userCog' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1606 | public static let `usb`: NSImage = Bundle.module.image(forResource: "usb")!
1607 | public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1608 | 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: add '@MainActor' to make static property 'userCog' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1609 | public static let `userKey`: NSImage = Bundle.module.image(forResource: "user-key")!
1610 | public static let `userLock`: NSImage = Bundle.module.image(forResource: "user-lock")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1609:21: warning: static property 'userKey' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1607 | public static let `userCheck`: NSImage = Bundle.module.image(forResource: "user-check")!
1608 | public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1609 | public static let `userKey`: NSImage = Bundle.module.image(forResource: "user-key")!
| |- warning: static property 'userKey' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'userKey' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1610 | public static let `userLock`: NSImage = Bundle.module.image(forResource: "user-lock")!
1611 | public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1610:21: warning: static property 'userLock' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1608 | public static let `userCog`: NSImage = Bundle.module.image(forResource: "user-cog")!
1609 | public static let `userKey`: NSImage = Bundle.module.image(forResource: "user-key")!
1610 | public static let `userLock`: NSImage = Bundle.module.image(forResource: "user-lock")!
| |- warning: static property 'userLock' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'userLock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1611 | public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1612 | public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1611:21: warning: static property 'userMinus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1609 | public static let `userKey`: NSImage = Bundle.module.image(forResource: "user-key")!
1610 | public static let `userLock`: NSImage = Bundle.module.image(forResource: "user-lock")!
1611 | 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: add '@MainActor' to make static property 'userMinus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1612 | public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
1613 | public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1612:21: warning: static property 'userPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1610 | public static let `userLock`: NSImage = Bundle.module.image(forResource: "user-lock")!
1611 | public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1612 | 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: add '@MainActor' to make static property 'userPen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1613 | public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1614 | public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1613:21: warning: static property 'userPlus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1611 | public static let `userMinus`: NSImage = Bundle.module.image(forResource: "user-minus")!
1612 | public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
1613 | 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: add '@MainActor' to make static property 'userPlus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1614 | public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1615 | public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1614:21: warning: static property 'userRoundCheck' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1612 | public static let `userPen`: NSImage = Bundle.module.image(forResource: "user-pen")!
1613 | public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1614 | 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: add '@MainActor' to make static property 'userRoundCheck' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1615 | public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1616 | public static let `userRoundKey`: NSImage = Bundle.module.image(forResource: "user-round-key")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1615:21: warning: static property 'userRoundCog' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1613 | public static let `userPlus`: NSImage = Bundle.module.image(forResource: "user-plus")!
1614 | public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1615 | 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: add '@MainActor' to make static property 'userRoundCog' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1616 | public static let `userRoundKey`: NSImage = Bundle.module.image(forResource: "user-round-key")!
1617 | public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1616:21: warning: static property 'userRoundKey' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1614 | public static let `userRoundCheck`: NSImage = Bundle.module.image(forResource: "user-round-check")!
1615 | public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1616 | public static let `userRoundKey`: NSImage = Bundle.module.image(forResource: "user-round-key")!
| |- warning: static property 'userRoundKey' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'userRoundKey' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1617 | public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1618 | public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1617:21: warning: static property 'userRoundMinus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1615 | public static let `userRoundCog`: NSImage = Bundle.module.image(forResource: "user-round-cog")!
1616 | public static let `userRoundKey`: NSImage = Bundle.module.image(forResource: "user-round-key")!
1617 | 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: add '@MainActor' to make static property 'userRoundMinus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1618 | public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
1619 | public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1618:21: warning: static property 'userRoundPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1616 | public static let `userRoundKey`: NSImage = Bundle.module.image(forResource: "user-round-key")!
1617 | public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1618 | 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: add '@MainActor' to make static property 'userRoundPen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1619 | public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1620 | public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1619:21: warning: static property 'userRoundPlus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1617 | public static let `userRoundMinus`: NSImage = Bundle.module.image(forResource: "user-round-minus")!
1618 | public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
1619 | 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: add '@MainActor' to make static property 'userRoundPlus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1620 | public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1621 | public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1620:21: warning: static property 'userRoundSearch' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1618 | public static let `userRoundPen`: NSImage = Bundle.module.image(forResource: "user-round-pen")!
1619 | public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1620 | 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: add '@MainActor' to make static property 'userRoundSearch' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1621 | public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1622 | public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1621:21: warning: static property 'userRoundX' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1619 | public static let `userRoundPlus`: NSImage = Bundle.module.image(forResource: "user-round-plus")!
1620 | public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1621 | 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: add '@MainActor' to make static property 'userRoundX' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1622 | public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1623 | public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1622:21: warning: static property 'userRound' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1620 | public static let `userRoundSearch`: NSImage = Bundle.module.image(forResource: "user-round-search")!
1621 | public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1622 | 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: add '@MainActor' to make static property 'userRound' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1623 | public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1624 | public static let `userStar`: NSImage = Bundle.module.image(forResource: "user-star")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1623:21: warning: static property 'userSearch' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1621 | public static let `userRoundX`: NSImage = Bundle.module.image(forResource: "user-round-x")!
1622 | public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1623 | 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: add '@MainActor' to make static property 'userSearch' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1624 | public static let `userStar`: NSImage = Bundle.module.image(forResource: "user-star")!
1625 | public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1624:21: warning: static property 'userStar' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1622 | public static let `userRound`: NSImage = Bundle.module.image(forResource: "user-round")!
1623 | public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1624 | public static let `userStar`: NSImage = Bundle.module.image(forResource: "user-star")!
| |- warning: static property 'userStar' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'userStar' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1625 | public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1626 | public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1625:21: warning: static property 'userX' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1623 | public static let `userSearch`: NSImage = Bundle.module.image(forResource: "user-search")!
1624 | public static let `userStar`: NSImage = Bundle.module.image(forResource: "user-star")!
1625 | 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: add '@MainActor' to make static property 'userX' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1626 | public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1627 | public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1626:21: warning: static property 'user' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1624 | public static let `userStar`: NSImage = Bundle.module.image(forResource: "user-star")!
1625 | public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1626 | 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: add '@MainActor' to make static property 'user' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1627 | public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1628 | public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1627:21: warning: static property 'usersRound' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1625 | public static let `userX`: NSImage = Bundle.module.image(forResource: "user-x")!
1626 | public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1627 | 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: add '@MainActor' to make static property 'usersRound' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1628 | public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1629 | public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1628:21: warning: static property 'users' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1626 | public static let `user`: NSImage = Bundle.module.image(forResource: "user")!
1627 | public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1628 | 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: add '@MainActor' to make static property 'users' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1629 | public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1630 | public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1629:21: warning: static property 'utensilsCrossed' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1627 | public static let `usersRound`: NSImage = Bundle.module.image(forResource: "users-round")!
1628 | public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1629 | 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: add '@MainActor' to make static property 'utensilsCrossed' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1630 | public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1631 | public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1630:21: warning: static property 'utensils' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1628 | public static let `users`: NSImage = Bundle.module.image(forResource: "users")!
1629 | public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1630 | 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: add '@MainActor' to make static property 'utensils' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1631 | public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1632 | public static let `van`: NSImage = Bundle.module.image(forResource: "van")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1631:21: warning: static property 'utilityPole' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1629 | public static let `utensilsCrossed`: NSImage = Bundle.module.image(forResource: "utensils-crossed")!
1630 | public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1631 | 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: add '@MainActor' to make static property 'utilityPole' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1632 | public static let `van`: NSImage = Bundle.module.image(forResource: "van")!
1633 | public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1632:21: warning: static property 'van' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1630 | public static let `utensils`: NSImage = Bundle.module.image(forResource: "utensils")!
1631 | public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1632 | public static let `van`: NSImage = Bundle.module.image(forResource: "van")!
| |- warning: static property 'van' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'van' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1633 | public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1634 | public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1633:21: warning: static property 'variable' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1631 | public static let `utilityPole`: NSImage = Bundle.module.image(forResource: "utility-pole")!
1632 | public static let `van`: NSImage = Bundle.module.image(forResource: "van")!
1633 | 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: add '@MainActor' to make static property 'variable' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1634 | public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1635 | public static let `vectorSquare`: NSImage = Bundle.module.image(forResource: "vector-square")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1634:21: warning: static property 'vault' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1632 | public static let `van`: NSImage = Bundle.module.image(forResource: "van")!
1633 | public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1634 | 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: add '@MainActor' to make static property 'vault' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1635 | public static let `vectorSquare`: NSImage = Bundle.module.image(forResource: "vector-square")!
1636 | public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1635:21: warning: static property 'vectorSquare' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1633 | public static let `variable`: NSImage = Bundle.module.image(forResource: "variable")!
1634 | public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1635 | public static let `vectorSquare`: NSImage = Bundle.module.image(forResource: "vector-square")!
| |- warning: static property 'vectorSquare' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'vectorSquare' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1636 | public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1637 | public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1636:21: warning: static property 'vegan' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1634 | public static let `vault`: NSImage = Bundle.module.image(forResource: "vault")!
1635 | public static let `vectorSquare`: NSImage = Bundle.module.image(forResource: "vector-square")!
1636 | 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: add '@MainActor' to make static property 'vegan' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1637 | public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1638 | public static let `venusAndMars`: NSImage = Bundle.module.image(forResource: "venus-and-mars")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1637:21: warning: static property 'venetianMask' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1635 | public static let `vectorSquare`: NSImage = Bundle.module.image(forResource: "vector-square")!
1636 | public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1637 | 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: add '@MainActor' to make static property 'venetianMask' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1638 | public static let `venusAndMars`: NSImage = Bundle.module.image(forResource: "venus-and-mars")!
1639 | public static let `venus`: NSImage = Bundle.module.image(forResource: "venus")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1638:21: warning: static property 'venusAndMars' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1636 | public static let `vegan`: NSImage = Bundle.module.image(forResource: "vegan")!
1637 | public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1638 | public static let `venusAndMars`: NSImage = Bundle.module.image(forResource: "venus-and-mars")!
| |- warning: static property 'venusAndMars' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'venusAndMars' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1639 | public static let `venus`: NSImage = Bundle.module.image(forResource: "venus")!
1640 | public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1639:21: warning: static property 'venus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1637 | public static let `venetianMask`: NSImage = Bundle.module.image(forResource: "venetian-mask")!
1638 | public static let `venusAndMars`: NSImage = Bundle.module.image(forResource: "venus-and-mars")!
1639 | public static let `venus`: NSImage = Bundle.module.image(forResource: "venus")!
| |- warning: static property 'venus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'venus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1640 | public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1641 | public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1640:21: warning: static property 'vibrateOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1638 | public static let `venusAndMars`: NSImage = Bundle.module.image(forResource: "venus-and-mars")!
1639 | public static let `venus`: NSImage = Bundle.module.image(forResource: "venus")!
1640 | 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: add '@MainActor' to make static property 'vibrateOff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1641 | public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1642 | public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1641:21: warning: static property 'vibrate' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1639 | public static let `venus`: NSImage = Bundle.module.image(forResource: "venus")!
1640 | public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1641 | 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: add '@MainActor' to make static property 'vibrate' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1642 | public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1643 | public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1642:21: warning: static property 'videoOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1640 | public static let `vibrateOff`: NSImage = Bundle.module.image(forResource: "vibrate-off")!
1641 | public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1642 | 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: add '@MainActor' to make static property 'videoOff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1643 | public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1644 | public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1643:21: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1641 | public static let `vibrate`: NSImage = Bundle.module.image(forResource: "vibrate")!
1642 | public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1643 | 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: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1644 | public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1645 | public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1644:21: warning: static property 'videotape' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1642 | public static let `videoOff`: NSImage = Bundle.module.image(forResource: "video-off")!
1643 | public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1644 | 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: add '@MainActor' to make static property 'videotape' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1645 | public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1646 | public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1645:21: warning: static property 'view' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1643 | public static let `video`: NSImage = Bundle.module.image(forResource: "video")!
1644 | public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1645 | 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: add '@MainActor' to make static property 'view' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1646 | public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1647 | public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1646:21: warning: static property 'voicemail' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1644 | public static let `videotape`: NSImage = Bundle.module.image(forResource: "videotape")!
1645 | public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1646 | 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: add '@MainActor' to make static property 'voicemail' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1647 | public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
1648 | public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1647:21: warning: static property 'volleyball' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1645 | public static let `view`: NSImage = Bundle.module.image(forResource: "view")!
1646 | public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1647 | 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: add '@MainActor' to make static property 'volleyball' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1648 | public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1649 | public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1648:21: warning: static property 'volume1' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1646 | public static let `voicemail`: NSImage = Bundle.module.image(forResource: "voicemail")!
1647 | public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
1648 | 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: add '@MainActor' to make static property 'volume1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1649 | public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1650 | public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1649:21: warning: static property 'volume2' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1647 | public static let `volleyball`: NSImage = Bundle.module.image(forResource: "volleyball")!
1648 | public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1649 | 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: add '@MainActor' to make static property 'volume2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1650 | public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
1651 | public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1650:21: warning: static property 'volumeOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1648 | public static let `volume1`: NSImage = Bundle.module.image(forResource: "volume-1")!
1649 | public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1650 | 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: add '@MainActor' to make static property 'volumeOff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1651 | public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1652 | public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1651:21: warning: static property 'volumeX' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1649 | public static let `volume2`: NSImage = Bundle.module.image(forResource: "volume-2")!
1650 | public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
1651 | 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: add '@MainActor' to make static property 'volumeX' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1652 | public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1653 | public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1652:21: warning: static property 'volume' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1650 | public static let `volumeOff`: NSImage = Bundle.module.image(forResource: "volume-off")!
1651 | public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1652 | 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: add '@MainActor' to make static property 'volume' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1653 | public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1654 | public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1653:21: warning: static property 'vote' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1651 | public static let `volumeX`: NSImage = Bundle.module.image(forResource: "volume-x")!
1652 | public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1653 | 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: add '@MainActor' to make static property 'vote' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1654 | public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1655 | public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1654:21: warning: static property 'walletCards' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1652 | public static let `volume`: NSImage = Bundle.module.image(forResource: "volume")!
1653 | public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1654 | 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: add '@MainActor' to make static property 'walletCards' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1655 | public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1656 | public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1655:21: warning: static property 'walletMinimal' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1653 | public static let `vote`: NSImage = Bundle.module.image(forResource: "vote")!
1654 | public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1655 | 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: add '@MainActor' to make static property 'walletMinimal' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1656 | public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1657 | public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1656:21: warning: static property 'wallet' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1654 | public static let `walletCards`: NSImage = Bundle.module.image(forResource: "wallet-cards")!
1655 | public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1656 | 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: add '@MainActor' to make static property 'wallet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1657 | public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1658 | public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1657:21: warning: static property 'wallpaper' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1655 | public static let `walletMinimal`: NSImage = Bundle.module.image(forResource: "wallet-minimal")!
1656 | public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1657 | 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: add '@MainActor' to make static property 'wallpaper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1658 | public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1659 | public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1658:21: warning: static property 'wandSparkles' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1656 | public static let `wallet`: NSImage = Bundle.module.image(forResource: "wallet")!
1657 | public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1658 | 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: add '@MainActor' to make static property 'wandSparkles' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1659 | public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1660 | public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1659:21: warning: static property 'wand' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1657 | public static let `wallpaper`: NSImage = Bundle.module.image(forResource: "wallpaper")!
1658 | public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1659 | 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: add '@MainActor' to make static property 'wand' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1660 | public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1661 | public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1660:21: warning: static property 'warehouse' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1658 | public static let `wandSparkles`: NSImage = Bundle.module.image(forResource: "wand-sparkles")!
1659 | public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1660 | 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: add '@MainActor' to make static property 'warehouse' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1661 | public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1662 | public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1661:21: warning: static property 'washingMachine' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1659 | public static let `wand`: NSImage = Bundle.module.image(forResource: "wand")!
1660 | public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1661 | 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: add '@MainActor' to make static property 'washingMachine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1662 | public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1663 | public static let `wavesArrowDown`: NSImage = Bundle.module.image(forResource: "waves-arrow-down")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1662:21: warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1660 | public static let `warehouse`: NSImage = Bundle.module.image(forResource: "warehouse")!
1661 | public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1662 | 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: add '@MainActor' to make static property 'watch' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1663 | public static let `wavesArrowDown`: NSImage = Bundle.module.image(forResource: "waves-arrow-down")!
1664 | public static let `wavesArrowUp`: NSImage = Bundle.module.image(forResource: "waves-arrow-up")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1663:21: warning: static property 'wavesArrowDown' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1661 | public static let `washingMachine`: NSImage = Bundle.module.image(forResource: "washing-machine")!
1662 | public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1663 | public static let `wavesArrowDown`: NSImage = Bundle.module.image(forResource: "waves-arrow-down")!
| |- warning: static property 'wavesArrowDown' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wavesArrowDown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1664 | public static let `wavesArrowUp`: NSImage = Bundle.module.image(forResource: "waves-arrow-up")!
1665 | public static let `wavesHorizontal`: NSImage = Bundle.module.image(forResource: "waves-horizontal")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1664:21: warning: static property 'wavesArrowUp' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1662 | public static let `watch`: NSImage = Bundle.module.image(forResource: "watch")!
1663 | public static let `wavesArrowDown`: NSImage = Bundle.module.image(forResource: "waves-arrow-down")!
1664 | public static let `wavesArrowUp`: NSImage = Bundle.module.image(forResource: "waves-arrow-up")!
| |- warning: static property 'wavesArrowUp' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wavesArrowUp' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1665 | public static let `wavesHorizontal`: NSImage = Bundle.module.image(forResource: "waves-horizontal")!
1666 | public static let `wavesLadder`: NSImage = Bundle.module.image(forResource: "waves-ladder")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1665:21: warning: static property 'wavesHorizontal' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1663 | public static let `wavesArrowDown`: NSImage = Bundle.module.image(forResource: "waves-arrow-down")!
1664 | public static let `wavesArrowUp`: NSImage = Bundle.module.image(forResource: "waves-arrow-up")!
1665 | public static let `wavesHorizontal`: NSImage = Bundle.module.image(forResource: "waves-horizontal")!
| |- warning: static property 'wavesHorizontal' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wavesHorizontal' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1666 | public static let `wavesLadder`: NSImage = Bundle.module.image(forResource: "waves-ladder")!
1667 | public static let `wavesVertical`: NSImage = Bundle.module.image(forResource: "waves-vertical")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1666:21: warning: static property 'wavesLadder' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1664 | public static let `wavesArrowUp`: NSImage = Bundle.module.image(forResource: "waves-arrow-up")!
1665 | public static let `wavesHorizontal`: NSImage = Bundle.module.image(forResource: "waves-horizontal")!
1666 | public static let `wavesLadder`: NSImage = Bundle.module.image(forResource: "waves-ladder")!
| |- warning: static property 'wavesLadder' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wavesLadder' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1667 | public static let `wavesVertical`: NSImage = Bundle.module.image(forResource: "waves-vertical")!
1668 | public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1667:21: warning: static property 'wavesVertical' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1665 | public static let `wavesHorizontal`: NSImage = Bundle.module.image(forResource: "waves-horizontal")!
1666 | public static let `wavesLadder`: NSImage = Bundle.module.image(forResource: "waves-ladder")!
1667 | public static let `wavesVertical`: NSImage = Bundle.module.image(forResource: "waves-vertical")!
| |- warning: static property 'wavesVertical' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wavesVertical' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1668 | public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1669 | public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1668:21: warning: static property 'waypoints' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1666 | public static let `wavesLadder`: NSImage = Bundle.module.image(forResource: "waves-ladder")!
1667 | public static let `wavesVertical`: NSImage = Bundle.module.image(forResource: "waves-vertical")!
1668 | 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: add '@MainActor' to make static property 'waypoints' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1669 | public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1670 | public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1669:21: warning: static property 'webcam' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1667 | public static let `wavesVertical`: NSImage = Bundle.module.image(forResource: "waves-vertical")!
1668 | public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1669 | 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: add '@MainActor' to make static property 'webcam' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1670 | public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1671 | public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1670:21: warning: static property 'webhookOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1668 | public static let `waypoints`: NSImage = Bundle.module.image(forResource: "waypoints")!
1669 | public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1670 | 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: add '@MainActor' to make static property 'webhookOff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1671 | public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1672 | public static let `weightTilde`: NSImage = Bundle.module.image(forResource: "weight-tilde")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1671:21: warning: static property 'webhook' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1669 | public static let `webcam`: NSImage = Bundle.module.image(forResource: "webcam")!
1670 | public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1671 | 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: add '@MainActor' to make static property 'webhook' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1672 | public static let `weightTilde`: NSImage = Bundle.module.image(forResource: "weight-tilde")!
1673 | public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1672:21: warning: static property 'weightTilde' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1670 | public static let `webhookOff`: NSImage = Bundle.module.image(forResource: "webhook-off")!
1671 | public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1672 | public static let `weightTilde`: NSImage = Bundle.module.image(forResource: "weight-tilde")!
| |- warning: static property 'weightTilde' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'weightTilde' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1673 | public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1674 | public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1673:21: warning: static property 'weight' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1671 | public static let `webhook`: NSImage = Bundle.module.image(forResource: "webhook")!
1672 | public static let `weightTilde`: NSImage = Bundle.module.image(forResource: "weight-tilde")!
1673 | 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: add '@MainActor' to make static property 'weight' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1674 | public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1675 | public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1674:21: warning: static property 'wheatOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1672 | public static let `weightTilde`: NSImage = Bundle.module.image(forResource: "weight-tilde")!
1673 | public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1674 | 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: add '@MainActor' to make static property 'wheatOff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1675 | public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1676 | public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1675:21: warning: static property 'wheat' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1673 | public static let `weight`: NSImage = Bundle.module.image(forResource: "weight")!
1674 | public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1675 | 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: add '@MainActor' to make static property 'wheat' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1676 | public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1677 | public static let `wifiCog`: NSImage = Bundle.module.image(forResource: "wifi-cog")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1676:21: warning: static property 'wholeWord' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1674 | public static let `wheatOff`: NSImage = Bundle.module.image(forResource: "wheat-off")!
1675 | public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1676 | 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: add '@MainActor' to make static property 'wholeWord' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1677 | public static let `wifiCog`: NSImage = Bundle.module.image(forResource: "wifi-cog")!
1678 | public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1677:21: warning: static property 'wifiCog' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1675 | public static let `wheat`: NSImage = Bundle.module.image(forResource: "wheat")!
1676 | public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1677 | public static let `wifiCog`: NSImage = Bundle.module.image(forResource: "wifi-cog")!
| |- warning: static property 'wifiCog' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wifiCog' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1678 | public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
1679 | public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1678:21: warning: static property 'wifiHigh' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1676 | public static let `wholeWord`: NSImage = Bundle.module.image(forResource: "whole-word")!
1677 | public static let `wifiCog`: NSImage = Bundle.module.image(forResource: "wifi-cog")!
1678 | 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: add '@MainActor' to make static property 'wifiHigh' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1679 | public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
1680 | public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1679:21: warning: static property 'wifiLow' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1677 | public static let `wifiCog`: NSImage = Bundle.module.image(forResource: "wifi-cog")!
1678 | public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
1679 | 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: add '@MainActor' to make static property 'wifiLow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1680 | public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1681 | public static let `wifiPen`: NSImage = Bundle.module.image(forResource: "wifi-pen")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1680:21: warning: static property 'wifiOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1678 | public static let `wifiHigh`: NSImage = Bundle.module.image(forResource: "wifi-high")!
1679 | public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
1680 | 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: add '@MainActor' to make static property 'wifiOff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1681 | public static let `wifiPen`: NSImage = Bundle.module.image(forResource: "wifi-pen")!
1682 | public static let `wifiSync`: NSImage = Bundle.module.image(forResource: "wifi-sync")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1681:21: warning: static property 'wifiPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1679 | public static let `wifiLow`: NSImage = Bundle.module.image(forResource: "wifi-low")!
1680 | public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1681 | public static let `wifiPen`: NSImage = Bundle.module.image(forResource: "wifi-pen")!
| |- warning: static property 'wifiPen' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wifiPen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1682 | public static let `wifiSync`: NSImage = Bundle.module.image(forResource: "wifi-sync")!
1683 | public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1682:21: warning: static property 'wifiSync' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1680 | public static let `wifiOff`: NSImage = Bundle.module.image(forResource: "wifi-off")!
1681 | public static let `wifiPen`: NSImage = Bundle.module.image(forResource: "wifi-pen")!
1682 | public static let `wifiSync`: NSImage = Bundle.module.image(forResource: "wifi-sync")!
| |- warning: static property 'wifiSync' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wifiSync' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1683 | public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
1684 | public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1683:21: warning: static property 'wifiZero' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1681 | public static let `wifiPen`: NSImage = Bundle.module.image(forResource: "wifi-pen")!
1682 | public static let `wifiSync`: NSImage = Bundle.module.image(forResource: "wifi-sync")!
1683 | 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: add '@MainActor' to make static property 'wifiZero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1684 | public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1685 | public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1684:21: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1682 | public static let `wifiSync`: NSImage = Bundle.module.image(forResource: "wifi-sync")!
1683 | public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
1684 | 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: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1685 | public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
1686 | public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1685:21: warning: static property 'windArrowDown' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1683 | public static let `wifiZero`: NSImage = Bundle.module.image(forResource: "wifi-zero")!
1684 | public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1685 | 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: add '@MainActor' to make static property 'windArrowDown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1686 | public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1687 | public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1686:21: warning: static property 'wind' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1684 | public static let `wifi`: NSImage = Bundle.module.image(forResource: "wifi")!
1685 | public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
1686 | 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: add '@MainActor' to make static property 'wind' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1687 | public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1688 | public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1687:21: warning: static property 'wineOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1685 | public static let `windArrowDown`: NSImage = Bundle.module.image(forResource: "wind-arrow-down")!
1686 | public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1687 | 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: add '@MainActor' to make static property 'wineOff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1688 | public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1689 | public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1688:21: warning: static property 'wine' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1686 | public static let `wind`: NSImage = Bundle.module.image(forResource: "wind")!
1687 | public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1688 | 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: add '@MainActor' to make static property 'wine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1689 | public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1690 | public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1689:21: warning: static property 'workflow' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1687 | public static let `wineOff`: NSImage = Bundle.module.image(forResource: "wine-off")!
1688 | public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1689 | 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: add '@MainActor' to make static property 'workflow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1690 | public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1691 | public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1690:21: warning: static property 'worm' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1688 | public static let `wine`: NSImage = Bundle.module.image(forResource: "wine")!
1689 | public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1690 | 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: add '@MainActor' to make static property 'worm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1691 | public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1692 | public static let `xLineTop`: NSImage = Bundle.module.image(forResource: "x-line-top")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1691:21: warning: static property 'wrench' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1689 | public static let `workflow`: NSImage = Bundle.module.image(forResource: "workflow")!
1690 | public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1691 | 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: add '@MainActor' to make static property 'wrench' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1692 | public static let `xLineTop`: NSImage = Bundle.module.image(forResource: "x-line-top")!
1693 | public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1692:21: warning: static property 'xLineTop' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1690 | public static let `worm`: NSImage = Bundle.module.image(forResource: "worm")!
1691 | public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1692 | public static let `xLineTop`: NSImage = Bundle.module.image(forResource: "x-line-top")!
| |- warning: static property 'xLineTop' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'xLineTop' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1693 | public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1694 | public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1693:21: warning: static property 'x' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1691 | public static let `wrench`: NSImage = Bundle.module.image(forResource: "wrench")!
1692 | public static let `xLineTop`: NSImage = Bundle.module.image(forResource: "x-line-top")!
1693 | 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: add '@MainActor' to make static property 'x' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1694 | public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1695 | public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1694:21: warning: static property 'zapOff' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1692 | public static let `xLineTop`: NSImage = Bundle.module.image(forResource: "x-line-top")!
1693 | public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1694 | 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: add '@MainActor' to make static property 'zapOff' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1695 | public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1696 | public static let `zodiacAquarius`: NSImage = Bundle.module.image(forResource: "zodiac-aquarius")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1695:21: warning: static property 'zap' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1693 | public static let `x`: NSImage = Bundle.module.image(forResource: "x")!
1694 | public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1695 | 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: add '@MainActor' to make static property 'zap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1696 | public static let `zodiacAquarius`: NSImage = Bundle.module.image(forResource: "zodiac-aquarius")!
1697 | public static let `zodiacAries`: NSImage = Bundle.module.image(forResource: "zodiac-aries")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1696:21: warning: static property 'zodiacAquarius' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1694 | public static let `zapOff`: NSImage = Bundle.module.image(forResource: "zap-off")!
1695 | public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1696 | public static let `zodiacAquarius`: NSImage = Bundle.module.image(forResource: "zodiac-aquarius")!
| |- warning: static property 'zodiacAquarius' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacAquarius' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1697 | public static let `zodiacAries`: NSImage = Bundle.module.image(forResource: "zodiac-aries")!
1698 | public static let `zodiacCancer`: NSImage = Bundle.module.image(forResource: "zodiac-cancer")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1697:21: warning: static property 'zodiacAries' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1695 | public static let `zap`: NSImage = Bundle.module.image(forResource: "zap")!
1696 | public static let `zodiacAquarius`: NSImage = Bundle.module.image(forResource: "zodiac-aquarius")!
1697 | public static let `zodiacAries`: NSImage = Bundle.module.image(forResource: "zodiac-aries")!
| |- warning: static property 'zodiacAries' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacAries' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1698 | public static let `zodiacCancer`: NSImage = Bundle.module.image(forResource: "zodiac-cancer")!
1699 | public static let `zodiacCapricorn`: NSImage = Bundle.module.image(forResource: "zodiac-capricorn")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1698:21: warning: static property 'zodiacCancer' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1696 | public static let `zodiacAquarius`: NSImage = Bundle.module.image(forResource: "zodiac-aquarius")!
1697 | public static let `zodiacAries`: NSImage = Bundle.module.image(forResource: "zodiac-aries")!
1698 | public static let `zodiacCancer`: NSImage = Bundle.module.image(forResource: "zodiac-cancer")!
| |- warning: static property 'zodiacCancer' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacCancer' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1699 | public static let `zodiacCapricorn`: NSImage = Bundle.module.image(forResource: "zodiac-capricorn")!
1700 | public static let `zodiacGemini`: NSImage = Bundle.module.image(forResource: "zodiac-gemini")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1699:21: warning: static property 'zodiacCapricorn' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1697 | public static let `zodiacAries`: NSImage = Bundle.module.image(forResource: "zodiac-aries")!
1698 | public static let `zodiacCancer`: NSImage = Bundle.module.image(forResource: "zodiac-cancer")!
1699 | public static let `zodiacCapricorn`: NSImage = Bundle.module.image(forResource: "zodiac-capricorn")!
| |- warning: static property 'zodiacCapricorn' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacCapricorn' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1700 | public static let `zodiacGemini`: NSImage = Bundle.module.image(forResource: "zodiac-gemini")!
1701 | public static let `zodiacLeo`: NSImage = Bundle.module.image(forResource: "zodiac-leo")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1700:21: warning: static property 'zodiacGemini' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1698 | public static let `zodiacCancer`: NSImage = Bundle.module.image(forResource: "zodiac-cancer")!
1699 | public static let `zodiacCapricorn`: NSImage = Bundle.module.image(forResource: "zodiac-capricorn")!
1700 | public static let `zodiacGemini`: NSImage = Bundle.module.image(forResource: "zodiac-gemini")!
| |- warning: static property 'zodiacGemini' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacGemini' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1701 | public static let `zodiacLeo`: NSImage = Bundle.module.image(forResource: "zodiac-leo")!
1702 | public static let `zodiacLibra`: NSImage = Bundle.module.image(forResource: "zodiac-libra")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1701:21: warning: static property 'zodiacLeo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1699 | public static let `zodiacCapricorn`: NSImage = Bundle.module.image(forResource: "zodiac-capricorn")!
1700 | public static let `zodiacGemini`: NSImage = Bundle.module.image(forResource: "zodiac-gemini")!
1701 | public static let `zodiacLeo`: NSImage = Bundle.module.image(forResource: "zodiac-leo")!
| |- warning: static property 'zodiacLeo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacLeo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1702 | public static let `zodiacLibra`: NSImage = Bundle.module.image(forResource: "zodiac-libra")!
1703 | public static let `zodiacOphiuchus`: NSImage = Bundle.module.image(forResource: "zodiac-ophiuchus")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1702:21: warning: static property 'zodiacLibra' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1700 | public static let `zodiacGemini`: NSImage = Bundle.module.image(forResource: "zodiac-gemini")!
1701 | public static let `zodiacLeo`: NSImage = Bundle.module.image(forResource: "zodiac-leo")!
1702 | public static let `zodiacLibra`: NSImage = Bundle.module.image(forResource: "zodiac-libra")!
| |- warning: static property 'zodiacLibra' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacLibra' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1703 | public static let `zodiacOphiuchus`: NSImage = Bundle.module.image(forResource: "zodiac-ophiuchus")!
1704 | public static let `zodiacPisces`: NSImage = Bundle.module.image(forResource: "zodiac-pisces")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1703:21: warning: static property 'zodiacOphiuchus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1701 | public static let `zodiacLeo`: NSImage = Bundle.module.image(forResource: "zodiac-leo")!
1702 | public static let `zodiacLibra`: NSImage = Bundle.module.image(forResource: "zodiac-libra")!
1703 | public static let `zodiacOphiuchus`: NSImage = Bundle.module.image(forResource: "zodiac-ophiuchus")!
| |- warning: static property 'zodiacOphiuchus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacOphiuchus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1704 | public static let `zodiacPisces`: NSImage = Bundle.module.image(forResource: "zodiac-pisces")!
1705 | public static let `zodiacSagittarius`: NSImage = Bundle.module.image(forResource: "zodiac-sagittarius")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1704:21: warning: static property 'zodiacPisces' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1702 | public static let `zodiacLibra`: NSImage = Bundle.module.image(forResource: "zodiac-libra")!
1703 | public static let `zodiacOphiuchus`: NSImage = Bundle.module.image(forResource: "zodiac-ophiuchus")!
1704 | public static let `zodiacPisces`: NSImage = Bundle.module.image(forResource: "zodiac-pisces")!
| |- warning: static property 'zodiacPisces' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacPisces' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1705 | public static let `zodiacSagittarius`: NSImage = Bundle.module.image(forResource: "zodiac-sagittarius")!
1706 | public static let `zodiacScorpio`: NSImage = Bundle.module.image(forResource: "zodiac-scorpio")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1705:21: warning: static property 'zodiacSagittarius' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1703 | public static let `zodiacOphiuchus`: NSImage = Bundle.module.image(forResource: "zodiac-ophiuchus")!
1704 | public static let `zodiacPisces`: NSImage = Bundle.module.image(forResource: "zodiac-pisces")!
1705 | public static let `zodiacSagittarius`: NSImage = Bundle.module.image(forResource: "zodiac-sagittarius")!
| |- warning: static property 'zodiacSagittarius' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacSagittarius' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1706 | public static let `zodiacScorpio`: NSImage = Bundle.module.image(forResource: "zodiac-scorpio")!
1707 | public static let `zodiacTaurus`: NSImage = Bundle.module.image(forResource: "zodiac-taurus")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1706:21: warning: static property 'zodiacScorpio' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1704 | public static let `zodiacPisces`: NSImage = Bundle.module.image(forResource: "zodiac-pisces")!
1705 | public static let `zodiacSagittarius`: NSImage = Bundle.module.image(forResource: "zodiac-sagittarius")!
1706 | public static let `zodiacScorpio`: NSImage = Bundle.module.image(forResource: "zodiac-scorpio")!
| |- warning: static property 'zodiacScorpio' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacScorpio' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1707 | public static let `zodiacTaurus`: NSImage = Bundle.module.image(forResource: "zodiac-taurus")!
1708 | public static let `zodiacVirgo`: NSImage = Bundle.module.image(forResource: "zodiac-virgo")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1707:21: warning: static property 'zodiacTaurus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1705 | public static let `zodiacSagittarius`: NSImage = Bundle.module.image(forResource: "zodiac-sagittarius")!
1706 | public static let `zodiacScorpio`: NSImage = Bundle.module.image(forResource: "zodiac-scorpio")!
1707 | public static let `zodiacTaurus`: NSImage = Bundle.module.image(forResource: "zodiac-taurus")!
| |- warning: static property 'zodiacTaurus' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacTaurus' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1708 | public static let `zodiacVirgo`: NSImage = Bundle.module.image(forResource: "zodiac-virgo")!
1709 | public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1708:21: warning: static property 'zodiacVirgo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1706 | public static let `zodiacScorpio`: NSImage = Bundle.module.image(forResource: "zodiac-scorpio")!
1707 | public static let `zodiacTaurus`: NSImage = Bundle.module.image(forResource: "zodiac-taurus")!
1708 | public static let `zodiacVirgo`: NSImage = Bundle.module.image(forResource: "zodiac-virgo")!
| |- warning: static property 'zodiacVirgo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zodiacVirgo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1709 | public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
1710 | public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1709:21: warning: static property 'zoomIn' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1707 | public static let `zodiacTaurus`: NSImage = Bundle.module.image(forResource: "zodiac-taurus")!
1708 | public static let `zodiacVirgo`: NSImage = Bundle.module.image(forResource: "zodiac-virgo")!
1709 | 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: add '@MainActor' to make static property 'zoomIn' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1710 | public static let `zoomOut`: NSImage = Bundle.module.image(forResource: "zoom-out")!
1711 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/LucideIcons/Lucide+macOS.swift:1710:21: warning: static property 'zoomOut' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
1708 | public static let `zodiacVirgo`: NSImage = Bundle.module.image(forResource: "zodiac-virgo")!
1709 | public static let `zoomIn`: NSImage = Bundle.module.image(forResource: "zoom-in")!
1710 | 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: add '@MainActor' to make static property 'zoomOut' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1711 | }
1712 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[8/8] Compiling LucideIcons Lucide+iOS.swift
Build complete! (9.46s)
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.