Build Information
Successful build of SFSymbolsKit, reference 0.1.25 (34093f
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 03:38:52 UTC.
Swift 6 data race errors: 5359
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 InferSendableFromCaptures
Build Log
67 |
68 | #pragma mark - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5268:27: warning: static property 'two4SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5266 | public static let two4CircleFill = getSystemImage(named: SFSymbol.two4CircleFill.rawValue)
5267 | public static let two4Square = getSystemImage(named: SFSymbol.two4Square.rawValue)
5268 | public static let two4SquareFill = getSystemImage(named: SFSymbol.two4SquareFill.rawValue)
| |- warning: static property 'two4SquareFill' is 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 'two4SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5269 | public static let two5Circle = getSystemImage(named: SFSymbol.two5Circle.rawValue)
5270 | public static let two5CircleFill = getSystemImage(named: SFSymbol.two5CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5269:27: warning: static property 'two5Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5267 | public static let two4Square = getSystemImage(named: SFSymbol.two4Square.rawValue)
5268 | public static let two4SquareFill = getSystemImage(named: SFSymbol.two4SquareFill.rawValue)
5269 | public static let two5Circle = getSystemImage(named: SFSymbol.two5Circle.rawValue)
| |- warning: static property 'two5Circle' is 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 'two5Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5270 | public static let two5CircleFill = getSystemImage(named: SFSymbol.two5CircleFill.rawValue)
5271 | public static let two5Square = getSystemImage(named: SFSymbol.two5Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5270:27: warning: static property 'two5CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5268 | public static let two4SquareFill = getSystemImage(named: SFSymbol.two4SquareFill.rawValue)
5269 | public static let two5Circle = getSystemImage(named: SFSymbol.two5Circle.rawValue)
5270 | public static let two5CircleFill = getSystemImage(named: SFSymbol.two5CircleFill.rawValue)
| |- warning: static property 'two5CircleFill' is 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 'two5CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5271 | public static let two5Square = getSystemImage(named: SFSymbol.two5Square.rawValue)
5272 | public static let two5SquareFill = getSystemImage(named: SFSymbol.two5SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5271:27: warning: static property 'two5Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5269 | public static let two5Circle = getSystemImage(named: SFSymbol.two5Circle.rawValue)
5270 | public static let two5CircleFill = getSystemImage(named: SFSymbol.two5CircleFill.rawValue)
5271 | public static let two5Square = getSystemImage(named: SFSymbol.two5Square.rawValue)
| |- warning: static property 'two5Square' is 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 'two5Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5272 | public static let two5SquareFill = getSystemImage(named: SFSymbol.two5SquareFill.rawValue)
5273 | public static let two6Circle = getSystemImage(named: SFSymbol.two6Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5272:27: warning: static property 'two5SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5270 | public static let two5CircleFill = getSystemImage(named: SFSymbol.two5CircleFill.rawValue)
5271 | public static let two5Square = getSystemImage(named: SFSymbol.two5Square.rawValue)
5272 | public static let two5SquareFill = getSystemImage(named: SFSymbol.two5SquareFill.rawValue)
| |- warning: static property 'two5SquareFill' is 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 'two5SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5273 | public static let two6Circle = getSystemImage(named: SFSymbol.two6Circle.rawValue)
5274 | public static let two6CircleFill = getSystemImage(named: SFSymbol.two6CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5273:27: warning: static property 'two6Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5271 | public static let two5Square = getSystemImage(named: SFSymbol.two5Square.rawValue)
5272 | public static let two5SquareFill = getSystemImage(named: SFSymbol.two5SquareFill.rawValue)
5273 | public static let two6Circle = getSystemImage(named: SFSymbol.two6Circle.rawValue)
| |- warning: static property 'two6Circle' is 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 'two6Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5274 | public static let two6CircleFill = getSystemImage(named: SFSymbol.two6CircleFill.rawValue)
5275 | public static let two6Square = getSystemImage(named: SFSymbol.two6Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5274:27: warning: static property 'two6CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5272 | public static let two5SquareFill = getSystemImage(named: SFSymbol.two5SquareFill.rawValue)
5273 | public static let two6Circle = getSystemImage(named: SFSymbol.two6Circle.rawValue)
5274 | public static let two6CircleFill = getSystemImage(named: SFSymbol.two6CircleFill.rawValue)
| |- warning: static property 'two6CircleFill' is 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 'two6CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5275 | public static let two6Square = getSystemImage(named: SFSymbol.two6Square.rawValue)
5276 | public static let two6SquareFill = getSystemImage(named: SFSymbol.two6SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5275:27: warning: static property 'two6Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5273 | public static let two6Circle = getSystemImage(named: SFSymbol.two6Circle.rawValue)
5274 | public static let two6CircleFill = getSystemImage(named: SFSymbol.two6CircleFill.rawValue)
5275 | public static let two6Square = getSystemImage(named: SFSymbol.two6Square.rawValue)
| |- warning: static property 'two6Square' is 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 'two6Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5276 | public static let two6SquareFill = getSystemImage(named: SFSymbol.two6SquareFill.rawValue)
5277 | public static let two7Circle = getSystemImage(named: SFSymbol.two7Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5276:27: warning: static property 'two6SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5274 | public static let two6CircleFill = getSystemImage(named: SFSymbol.two6CircleFill.rawValue)
5275 | public static let two6Square = getSystemImage(named: SFSymbol.two6Square.rawValue)
5276 | public static let two6SquareFill = getSystemImage(named: SFSymbol.two6SquareFill.rawValue)
| |- warning: static property 'two6SquareFill' is 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 'two6SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5277 | public static let two7Circle = getSystemImage(named: SFSymbol.two7Circle.rawValue)
5278 | public static let two7CircleFill = getSystemImage(named: SFSymbol.two7CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5277:27: warning: static property 'two7Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5275 | public static let two6Square = getSystemImage(named: SFSymbol.two6Square.rawValue)
5276 | public static let two6SquareFill = getSystemImage(named: SFSymbol.two6SquareFill.rawValue)
5277 | public static let two7Circle = getSystemImage(named: SFSymbol.two7Circle.rawValue)
| |- warning: static property 'two7Circle' is 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 'two7Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5278 | public static let two7CircleFill = getSystemImage(named: SFSymbol.two7CircleFill.rawValue)
5279 | public static let two7Square = getSystemImage(named: SFSymbol.two7Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5278:27: warning: static property 'two7CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5276 | public static let two6SquareFill = getSystemImage(named: SFSymbol.two6SquareFill.rawValue)
5277 | public static let two7Circle = getSystemImage(named: SFSymbol.two7Circle.rawValue)
5278 | public static let two7CircleFill = getSystemImage(named: SFSymbol.two7CircleFill.rawValue)
| |- warning: static property 'two7CircleFill' is 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 'two7CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5279 | public static let two7Square = getSystemImage(named: SFSymbol.two7Square.rawValue)
5280 | public static let two7SquareFill = getSystemImage(named: SFSymbol.two7SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5279:27: warning: static property 'two7Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5277 | public static let two7Circle = getSystemImage(named: SFSymbol.two7Circle.rawValue)
5278 | public static let two7CircleFill = getSystemImage(named: SFSymbol.two7CircleFill.rawValue)
5279 | public static let two7Square = getSystemImage(named: SFSymbol.two7Square.rawValue)
| |- warning: static property 'two7Square' is 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 'two7Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5280 | public static let two7SquareFill = getSystemImage(named: SFSymbol.two7SquareFill.rawValue)
5281 | public static let two8Circle = getSystemImage(named: SFSymbol.two8Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5280:27: warning: static property 'two7SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5278 | public static let two7CircleFill = getSystemImage(named: SFSymbol.two7CircleFill.rawValue)
5279 | public static let two7Square = getSystemImage(named: SFSymbol.two7Square.rawValue)
5280 | public static let two7SquareFill = getSystemImage(named: SFSymbol.two7SquareFill.rawValue)
| |- warning: static property 'two7SquareFill' is 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 'two7SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5281 | public static let two8Circle = getSystemImage(named: SFSymbol.two8Circle.rawValue)
5282 | public static let two8CircleFill = getSystemImage(named: SFSymbol.two8CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5281:27: warning: static property 'two8Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5279 | public static let two7Square = getSystemImage(named: SFSymbol.two7Square.rawValue)
5280 | public static let two7SquareFill = getSystemImage(named: SFSymbol.two7SquareFill.rawValue)
5281 | public static let two8Circle = getSystemImage(named: SFSymbol.two8Circle.rawValue)
| |- warning: static property 'two8Circle' is 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 'two8Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5282 | public static let two8CircleFill = getSystemImage(named: SFSymbol.two8CircleFill.rawValue)
5283 | public static let two8Square = getSystemImage(named: SFSymbol.two8Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5282:27: warning: static property 'two8CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5280 | public static let two7SquareFill = getSystemImage(named: SFSymbol.two7SquareFill.rawValue)
5281 | public static let two8Circle = getSystemImage(named: SFSymbol.two8Circle.rawValue)
5282 | public static let two8CircleFill = getSystemImage(named: SFSymbol.two8CircleFill.rawValue)
| |- warning: static property 'two8CircleFill' is 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 'two8CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5283 | public static let two8Square = getSystemImage(named: SFSymbol.two8Square.rawValue)
5284 | public static let two8SquareFill = getSystemImage(named: SFSymbol.two8SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5283:27: warning: static property 'two8Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5281 | public static let two8Circle = getSystemImage(named: SFSymbol.two8Circle.rawValue)
5282 | public static let two8CircleFill = getSystemImage(named: SFSymbol.two8CircleFill.rawValue)
5283 | public static let two8Square = getSystemImage(named: SFSymbol.two8Square.rawValue)
| |- warning: static property 'two8Square' is 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 'two8Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5284 | public static let two8SquareFill = getSystemImage(named: SFSymbol.two8SquareFill.rawValue)
5285 | public static let two9Circle = getSystemImage(named: SFSymbol.two9Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5284:27: warning: static property 'two8SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5282 | public static let two8CircleFill = getSystemImage(named: SFSymbol.two8CircleFill.rawValue)
5283 | public static let two8Square = getSystemImage(named: SFSymbol.two8Square.rawValue)
5284 | public static let two8SquareFill = getSystemImage(named: SFSymbol.two8SquareFill.rawValue)
| |- warning: static property 'two8SquareFill' is 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 'two8SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5285 | public static let two9Circle = getSystemImage(named: SFSymbol.two9Circle.rawValue)
5286 | public static let two9CircleFill = getSystemImage(named: SFSymbol.two9CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5285:27: warning: static property 'two9Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5283 | public static let two8Square = getSystemImage(named: SFSymbol.two8Square.rawValue)
5284 | public static let two8SquareFill = getSystemImage(named: SFSymbol.two8SquareFill.rawValue)
5285 | public static let two9Circle = getSystemImage(named: SFSymbol.two9Circle.rawValue)
| |- warning: static property 'two9Circle' is 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 'two9Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5286 | public static let two9CircleFill = getSystemImage(named: SFSymbol.two9CircleFill.rawValue)
5287 | public static let two9Square = getSystemImage(named: SFSymbol.two9Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5286:27: warning: static property 'two9CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5284 | public static let two8SquareFill = getSystemImage(named: SFSymbol.two8SquareFill.rawValue)
5285 | public static let two9Circle = getSystemImage(named: SFSymbol.two9Circle.rawValue)
5286 | public static let two9CircleFill = getSystemImage(named: SFSymbol.two9CircleFill.rawValue)
| |- warning: static property 'two9CircleFill' is 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 'two9CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5287 | public static let two9Square = getSystemImage(named: SFSymbol.two9Square.rawValue)
5288 | public static let two9SquareFill = getSystemImage(named: SFSymbol.two9SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5287:27: warning: static property 'two9Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5285 | public static let two9Circle = getSystemImage(named: SFSymbol.two9Circle.rawValue)
5286 | public static let two9CircleFill = getSystemImage(named: SFSymbol.two9CircleFill.rawValue)
5287 | public static let two9Square = getSystemImage(named: SFSymbol.two9Square.rawValue)
| |- warning: static property 'two9Square' is 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 'two9Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5288 | public static let two9SquareFill = getSystemImage(named: SFSymbol.two9SquareFill.rawValue)
5289 | public static let three0Circle = getSystemImage(named: SFSymbol.three0Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5288:27: warning: static property 'two9SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5286 | public static let two9CircleFill = getSystemImage(named: SFSymbol.two9CircleFill.rawValue)
5287 | public static let two9Square = getSystemImage(named: SFSymbol.two9Square.rawValue)
5288 | public static let two9SquareFill = getSystemImage(named: SFSymbol.two9SquareFill.rawValue)
| |- warning: static property 'two9SquareFill' is 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 'two9SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5289 | public static let three0Circle = getSystemImage(named: SFSymbol.three0Circle.rawValue)
5290 | public static let three0CircleFill = getSystemImage(named: SFSymbol.three0CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5289:27: warning: static property 'three0Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5287 | public static let two9Square = getSystemImage(named: SFSymbol.two9Square.rawValue)
5288 | public static let two9SquareFill = getSystemImage(named: SFSymbol.two9SquareFill.rawValue)
5289 | public static let three0Circle = getSystemImage(named: SFSymbol.three0Circle.rawValue)
| |- warning: static property 'three0Circle' is 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 'three0Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5290 | public static let three0CircleFill = getSystemImage(named: SFSymbol.three0CircleFill.rawValue)
5291 | public static let three0Square = getSystemImage(named: SFSymbol.three0Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5290:27: warning: static property 'three0CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5288 | public static let two9SquareFill = getSystemImage(named: SFSymbol.two9SquareFill.rawValue)
5289 | public static let three0Circle = getSystemImage(named: SFSymbol.three0Circle.rawValue)
5290 | public static let three0CircleFill = getSystemImage(named: SFSymbol.three0CircleFill.rawValue)
| |- warning: static property 'three0CircleFill' is 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 'three0CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5291 | public static let three0Square = getSystemImage(named: SFSymbol.three0Square.rawValue)
5292 | public static let three0SquareFill = getSystemImage(named: SFSymbol.three0SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5291:27: warning: static property 'three0Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5289 | public static let three0Circle = getSystemImage(named: SFSymbol.three0Circle.rawValue)
5290 | public static let three0CircleFill = getSystemImage(named: SFSymbol.three0CircleFill.rawValue)
5291 | public static let three0Square = getSystemImage(named: SFSymbol.three0Square.rawValue)
| |- warning: static property 'three0Square' is 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 'three0Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5292 | public static let three0SquareFill = getSystemImage(named: SFSymbol.three0SquareFill.rawValue)
5293 | public static let three1Circle = getSystemImage(named: SFSymbol.three1Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5292:27: warning: static property 'three0SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5290 | public static let three0CircleFill = getSystemImage(named: SFSymbol.three0CircleFill.rawValue)
5291 | public static let three0Square = getSystemImage(named: SFSymbol.three0Square.rawValue)
5292 | public static let three0SquareFill = getSystemImage(named: SFSymbol.three0SquareFill.rawValue)
| |- warning: static property 'three0SquareFill' is 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 'three0SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5293 | public static let three1Circle = getSystemImage(named: SFSymbol.three1Circle.rawValue)
5294 | public static let three1CircleFill = getSystemImage(named: SFSymbol.three1CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5293:27: warning: static property 'three1Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5291 | public static let three0Square = getSystemImage(named: SFSymbol.three0Square.rawValue)
5292 | public static let three0SquareFill = getSystemImage(named: SFSymbol.three0SquareFill.rawValue)
5293 | public static let three1Circle = getSystemImage(named: SFSymbol.three1Circle.rawValue)
| |- warning: static property 'three1Circle' is 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 'three1Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5294 | public static let three1CircleFill = getSystemImage(named: SFSymbol.three1CircleFill.rawValue)
5295 | public static let three1Square = getSystemImage(named: SFSymbol.three1Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5294:27: warning: static property 'three1CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5292 | public static let three0SquareFill = getSystemImage(named: SFSymbol.three0SquareFill.rawValue)
5293 | public static let three1Circle = getSystemImage(named: SFSymbol.three1Circle.rawValue)
5294 | public static let three1CircleFill = getSystemImage(named: SFSymbol.three1CircleFill.rawValue)
| |- warning: static property 'three1CircleFill' is 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 'three1CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5295 | public static let three1Square = getSystemImage(named: SFSymbol.three1Square.rawValue)
5296 | public static let three1SquareFill = getSystemImage(named: SFSymbol.three1SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5295:27: warning: static property 'three1Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5293 | public static let three1Circle = getSystemImage(named: SFSymbol.three1Circle.rawValue)
5294 | public static let three1CircleFill = getSystemImage(named: SFSymbol.three1CircleFill.rawValue)
5295 | public static let three1Square = getSystemImage(named: SFSymbol.three1Square.rawValue)
| |- warning: static property 'three1Square' is 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 'three1Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5296 | public static let three1SquareFill = getSystemImage(named: SFSymbol.three1SquareFill.rawValue)
5297 | public static let three2Circle = getSystemImage(named: SFSymbol.three2Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5296:27: warning: static property 'three1SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5294 | public static let three1CircleFill = getSystemImage(named: SFSymbol.three1CircleFill.rawValue)
5295 | public static let three1Square = getSystemImage(named: SFSymbol.three1Square.rawValue)
5296 | public static let three1SquareFill = getSystemImage(named: SFSymbol.three1SquareFill.rawValue)
| |- warning: static property 'three1SquareFill' is 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 'three1SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5297 | public static let three2Circle = getSystemImage(named: SFSymbol.three2Circle.rawValue)
5298 | public static let three2CircleFill = getSystemImage(named: SFSymbol.three2CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5297:27: warning: static property 'three2Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5295 | public static let three1Square = getSystemImage(named: SFSymbol.three1Square.rawValue)
5296 | public static let three1SquareFill = getSystemImage(named: SFSymbol.three1SquareFill.rawValue)
5297 | public static let three2Circle = getSystemImage(named: SFSymbol.three2Circle.rawValue)
| |- warning: static property 'three2Circle' is 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 'three2Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5298 | public static let three2CircleFill = getSystemImage(named: SFSymbol.three2CircleFill.rawValue)
5299 | public static let three2Square = getSystemImage(named: SFSymbol.three2Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5298:27: warning: static property 'three2CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5296 | public static let three1SquareFill = getSystemImage(named: SFSymbol.three1SquareFill.rawValue)
5297 | public static let three2Circle = getSystemImage(named: SFSymbol.three2Circle.rawValue)
5298 | public static let three2CircleFill = getSystemImage(named: SFSymbol.three2CircleFill.rawValue)
| |- warning: static property 'three2CircleFill' is 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 'three2CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5299 | public static let three2Square = getSystemImage(named: SFSymbol.three2Square.rawValue)
5300 | public static let three2SquareFill = getSystemImage(named: SFSymbol.three2SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5299:27: warning: static property 'three2Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5297 | public static let three2Circle = getSystemImage(named: SFSymbol.three2Circle.rawValue)
5298 | public static let three2CircleFill = getSystemImage(named: SFSymbol.three2CircleFill.rawValue)
5299 | public static let three2Square = getSystemImage(named: SFSymbol.three2Square.rawValue)
| |- warning: static property 'three2Square' is 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 'three2Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5300 | public static let three2SquareFill = getSystemImage(named: SFSymbol.three2SquareFill.rawValue)
5301 | public static let three3Circle = getSystemImage(named: SFSymbol.three3Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5300:27: warning: static property 'three2SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5298 | public static let three2CircleFill = getSystemImage(named: SFSymbol.three2CircleFill.rawValue)
5299 | public static let three2Square = getSystemImage(named: SFSymbol.three2Square.rawValue)
5300 | public static let three2SquareFill = getSystemImage(named: SFSymbol.three2SquareFill.rawValue)
| |- warning: static property 'three2SquareFill' is 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 'three2SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5301 | public static let three3Circle = getSystemImage(named: SFSymbol.three3Circle.rawValue)
5302 | public static let three3CircleFill = getSystemImage(named: SFSymbol.three3CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5301:27: warning: static property 'three3Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5299 | public static let three2Square = getSystemImage(named: SFSymbol.three2Square.rawValue)
5300 | public static let three2SquareFill = getSystemImage(named: SFSymbol.three2SquareFill.rawValue)
5301 | public static let three3Circle = getSystemImage(named: SFSymbol.three3Circle.rawValue)
| |- warning: static property 'three3Circle' is 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 'three3Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5302 | public static let three3CircleFill = getSystemImage(named: SFSymbol.three3CircleFill.rawValue)
5303 | public static let three3Square = getSystemImage(named: SFSymbol.three3Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5302:27: warning: static property 'three3CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5300 | public static let three2SquareFill = getSystemImage(named: SFSymbol.three2SquareFill.rawValue)
5301 | public static let three3Circle = getSystemImage(named: SFSymbol.three3Circle.rawValue)
5302 | public static let three3CircleFill = getSystemImage(named: SFSymbol.three3CircleFill.rawValue)
| |- warning: static property 'three3CircleFill' is 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 'three3CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5303 | public static let three3Square = getSystemImage(named: SFSymbol.three3Square.rawValue)
5304 | public static let three3SquareFill = getSystemImage(named: SFSymbol.three3SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5303:27: warning: static property 'three3Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5301 | public static let three3Circle = getSystemImage(named: SFSymbol.three3Circle.rawValue)
5302 | public static let three3CircleFill = getSystemImage(named: SFSymbol.three3CircleFill.rawValue)
5303 | public static let three3Square = getSystemImage(named: SFSymbol.three3Square.rawValue)
| |- warning: static property 'three3Square' is 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 'three3Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5304 | public static let three3SquareFill = getSystemImage(named: SFSymbol.three3SquareFill.rawValue)
5305 | public static let three4Circle = getSystemImage(named: SFSymbol.three4Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5304:27: warning: static property 'three3SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5302 | public static let three3CircleFill = getSystemImage(named: SFSymbol.three3CircleFill.rawValue)
5303 | public static let three3Square = getSystemImage(named: SFSymbol.three3Square.rawValue)
5304 | public static let three3SquareFill = getSystemImage(named: SFSymbol.three3SquareFill.rawValue)
| |- warning: static property 'three3SquareFill' is 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 'three3SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5305 | public static let three4Circle = getSystemImage(named: SFSymbol.three4Circle.rawValue)
5306 | public static let three4CircleFill = getSystemImage(named: SFSymbol.three4CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5305:27: warning: static property 'three4Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5303 | public static let three3Square = getSystemImage(named: SFSymbol.three3Square.rawValue)
5304 | public static let three3SquareFill = getSystemImage(named: SFSymbol.three3SquareFill.rawValue)
5305 | public static let three4Circle = getSystemImage(named: SFSymbol.three4Circle.rawValue)
| |- warning: static property 'three4Circle' is 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 'three4Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5306 | public static let three4CircleFill = getSystemImage(named: SFSymbol.three4CircleFill.rawValue)
5307 | public static let three4Square = getSystemImage(named: SFSymbol.three4Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5306:27: warning: static property 'three4CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5304 | public static let three3SquareFill = getSystemImage(named: SFSymbol.three3SquareFill.rawValue)
5305 | public static let three4Circle = getSystemImage(named: SFSymbol.three4Circle.rawValue)
5306 | public static let three4CircleFill = getSystemImage(named: SFSymbol.three4CircleFill.rawValue)
| |- warning: static property 'three4CircleFill' is 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 'three4CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5307 | public static let three4Square = getSystemImage(named: SFSymbol.three4Square.rawValue)
5308 | public static let three4SquareFill = getSystemImage(named: SFSymbol.three4SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5307:27: warning: static property 'three4Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5305 | public static let three4Circle = getSystemImage(named: SFSymbol.three4Circle.rawValue)
5306 | public static let three4CircleFill = getSystemImage(named: SFSymbol.three4CircleFill.rawValue)
5307 | public static let three4Square = getSystemImage(named: SFSymbol.three4Square.rawValue)
| |- warning: static property 'three4Square' is 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 'three4Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5308 | public static let three4SquareFill = getSystemImage(named: SFSymbol.three4SquareFill.rawValue)
5309 | public static let three5Circle = getSystemImage(named: SFSymbol.three5Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5308:27: warning: static property 'three4SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5306 | public static let three4CircleFill = getSystemImage(named: SFSymbol.three4CircleFill.rawValue)
5307 | public static let three4Square = getSystemImage(named: SFSymbol.three4Square.rawValue)
5308 | public static let three4SquareFill = getSystemImage(named: SFSymbol.three4SquareFill.rawValue)
| |- warning: static property 'three4SquareFill' is 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 'three4SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5309 | public static let three5Circle = getSystemImage(named: SFSymbol.three5Circle.rawValue)
5310 | public static let three5CircleFill = getSystemImage(named: SFSymbol.three5CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5309:27: warning: static property 'three5Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5307 | public static let three4Square = getSystemImage(named: SFSymbol.three4Square.rawValue)
5308 | public static let three4SquareFill = getSystemImage(named: SFSymbol.three4SquareFill.rawValue)
5309 | public static let three5Circle = getSystemImage(named: SFSymbol.three5Circle.rawValue)
| |- warning: static property 'three5Circle' is 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 'three5Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5310 | public static let three5CircleFill = getSystemImage(named: SFSymbol.three5CircleFill.rawValue)
5311 | public static let three5Square = getSystemImage(named: SFSymbol.three5Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5310:27: warning: static property 'three5CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5308 | public static let three4SquareFill = getSystemImage(named: SFSymbol.three4SquareFill.rawValue)
5309 | public static let three5Circle = getSystemImage(named: SFSymbol.three5Circle.rawValue)
5310 | public static let three5CircleFill = getSystemImage(named: SFSymbol.three5CircleFill.rawValue)
| |- warning: static property 'three5CircleFill' is 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 'three5CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5311 | public static let three5Square = getSystemImage(named: SFSymbol.three5Square.rawValue)
5312 | public static let three5SquareFill = getSystemImage(named: SFSymbol.three5SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5311:27: warning: static property 'three5Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5309 | public static let three5Circle = getSystemImage(named: SFSymbol.three5Circle.rawValue)
5310 | public static let three5CircleFill = getSystemImage(named: SFSymbol.three5CircleFill.rawValue)
5311 | public static let three5Square = getSystemImage(named: SFSymbol.three5Square.rawValue)
| |- warning: static property 'three5Square' is 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 'three5Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5312 | public static let three5SquareFill = getSystemImage(named: SFSymbol.three5SquareFill.rawValue)
5313 | public static let three6Circle = getSystemImage(named: SFSymbol.three6Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5312:27: warning: static property 'three5SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5310 | public static let three5CircleFill = getSystemImage(named: SFSymbol.three5CircleFill.rawValue)
5311 | public static let three5Square = getSystemImage(named: SFSymbol.three5Square.rawValue)
5312 | public static let three5SquareFill = getSystemImage(named: SFSymbol.three5SquareFill.rawValue)
| |- warning: static property 'three5SquareFill' is 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 'three5SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5313 | public static let three6Circle = getSystemImage(named: SFSymbol.three6Circle.rawValue)
5314 | public static let three6CircleFill = getSystemImage(named: SFSymbol.three6CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5313:27: warning: static property 'three6Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5311 | public static let three5Square = getSystemImage(named: SFSymbol.three5Square.rawValue)
5312 | public static let three5SquareFill = getSystemImage(named: SFSymbol.three5SquareFill.rawValue)
5313 | public static let three6Circle = getSystemImage(named: SFSymbol.three6Circle.rawValue)
| |- warning: static property 'three6Circle' is 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 'three6Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5314 | public static let three6CircleFill = getSystemImage(named: SFSymbol.three6CircleFill.rawValue)
5315 | public static let three6Square = getSystemImage(named: SFSymbol.three6Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5314:27: warning: static property 'three6CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5312 | public static let three5SquareFill = getSystemImage(named: SFSymbol.three5SquareFill.rawValue)
5313 | public static let three6Circle = getSystemImage(named: SFSymbol.three6Circle.rawValue)
5314 | public static let three6CircleFill = getSystemImage(named: SFSymbol.three6CircleFill.rawValue)
| |- warning: static property 'three6CircleFill' is 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 'three6CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5315 | public static let three6Square = getSystemImage(named: SFSymbol.three6Square.rawValue)
5316 | public static let three6SquareFill = getSystemImage(named: SFSymbol.three6SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5315:27: warning: static property 'three6Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5313 | public static let three6Circle = getSystemImage(named: SFSymbol.three6Circle.rawValue)
5314 | public static let three6CircleFill = getSystemImage(named: SFSymbol.three6CircleFill.rawValue)
5315 | public static let three6Square = getSystemImage(named: SFSymbol.three6Square.rawValue)
| |- warning: static property 'three6Square' is 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 'three6Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5316 | public static let three6SquareFill = getSystemImage(named: SFSymbol.three6SquareFill.rawValue)
5317 | public static let three7Circle = getSystemImage(named: SFSymbol.three7Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5316:27: warning: static property 'three6SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5314 | public static let three6CircleFill = getSystemImage(named: SFSymbol.three6CircleFill.rawValue)
5315 | public static let three6Square = getSystemImage(named: SFSymbol.three6Square.rawValue)
5316 | public static let three6SquareFill = getSystemImage(named: SFSymbol.three6SquareFill.rawValue)
| |- warning: static property 'three6SquareFill' is 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 'three6SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5317 | public static let three7Circle = getSystemImage(named: SFSymbol.three7Circle.rawValue)
5318 | public static let three7CircleFill = getSystemImage(named: SFSymbol.three7CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5317:27: warning: static property 'three7Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5315 | public static let three6Square = getSystemImage(named: SFSymbol.three6Square.rawValue)
5316 | public static let three6SquareFill = getSystemImage(named: SFSymbol.three6SquareFill.rawValue)
5317 | public static let three7Circle = getSystemImage(named: SFSymbol.three7Circle.rawValue)
| |- warning: static property 'three7Circle' is 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 'three7Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5318 | public static let three7CircleFill = getSystemImage(named: SFSymbol.three7CircleFill.rawValue)
5319 | public static let three7Square = getSystemImage(named: SFSymbol.three7Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5318:27: warning: static property 'three7CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5316 | public static let three6SquareFill = getSystemImage(named: SFSymbol.three6SquareFill.rawValue)
5317 | public static let three7Circle = getSystemImage(named: SFSymbol.three7Circle.rawValue)
5318 | public static let three7CircleFill = getSystemImage(named: SFSymbol.three7CircleFill.rawValue)
| |- warning: static property 'three7CircleFill' is 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 'three7CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5319 | public static let three7Square = getSystemImage(named: SFSymbol.three7Square.rawValue)
5320 | public static let three7SquareFill = getSystemImage(named: SFSymbol.three7SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5319:27: warning: static property 'three7Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5317 | public static let three7Circle = getSystemImage(named: SFSymbol.three7Circle.rawValue)
5318 | public static let three7CircleFill = getSystemImage(named: SFSymbol.three7CircleFill.rawValue)
5319 | public static let three7Square = getSystemImage(named: SFSymbol.three7Square.rawValue)
| |- warning: static property 'three7Square' is 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 'three7Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5320 | public static let three7SquareFill = getSystemImage(named: SFSymbol.three7SquareFill.rawValue)
5321 | public static let three8Circle = getSystemImage(named: SFSymbol.three8Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5320:27: warning: static property 'three7SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5318 | public static let three7CircleFill = getSystemImage(named: SFSymbol.three7CircleFill.rawValue)
5319 | public static let three7Square = getSystemImage(named: SFSymbol.three7Square.rawValue)
5320 | public static let three7SquareFill = getSystemImage(named: SFSymbol.three7SquareFill.rawValue)
| |- warning: static property 'three7SquareFill' is 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 'three7SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5321 | public static let three8Circle = getSystemImage(named: SFSymbol.three8Circle.rawValue)
5322 | public static let three8CircleFill = getSystemImage(named: SFSymbol.three8CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5321:27: warning: static property 'three8Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5319 | public static let three7Square = getSystemImage(named: SFSymbol.three7Square.rawValue)
5320 | public static let three7SquareFill = getSystemImage(named: SFSymbol.three7SquareFill.rawValue)
5321 | public static let three8Circle = getSystemImage(named: SFSymbol.three8Circle.rawValue)
| |- warning: static property 'three8Circle' is 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 'three8Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5322 | public static let three8CircleFill = getSystemImage(named: SFSymbol.three8CircleFill.rawValue)
5323 | public static let three8Square = getSystemImage(named: SFSymbol.three8Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5322:27: warning: static property 'three8CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5320 | public static let three7SquareFill = getSystemImage(named: SFSymbol.three7SquareFill.rawValue)
5321 | public static let three8Circle = getSystemImage(named: SFSymbol.three8Circle.rawValue)
5322 | public static let three8CircleFill = getSystemImage(named: SFSymbol.three8CircleFill.rawValue)
| |- warning: static property 'three8CircleFill' is 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 'three8CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5323 | public static let three8Square = getSystemImage(named: SFSymbol.three8Square.rawValue)
5324 | public static let three8SquareFill = getSystemImage(named: SFSymbol.three8SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5323:27: warning: static property 'three8Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5321 | public static let three8Circle = getSystemImage(named: SFSymbol.three8Circle.rawValue)
5322 | public static let three8CircleFill = getSystemImage(named: SFSymbol.three8CircleFill.rawValue)
5323 | public static let three8Square = getSystemImage(named: SFSymbol.three8Square.rawValue)
| |- warning: static property 'three8Square' is 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 'three8Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5324 | public static let three8SquareFill = getSystemImage(named: SFSymbol.three8SquareFill.rawValue)
5325 | public static let three9Circle = getSystemImage(named: SFSymbol.three9Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5324:27: warning: static property 'three8SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5322 | public static let three8CircleFill = getSystemImage(named: SFSymbol.three8CircleFill.rawValue)
5323 | public static let three8Square = getSystemImage(named: SFSymbol.three8Square.rawValue)
5324 | public static let three8SquareFill = getSystemImage(named: SFSymbol.three8SquareFill.rawValue)
| |- warning: static property 'three8SquareFill' is 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 'three8SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5325 | public static let three9Circle = getSystemImage(named: SFSymbol.three9Circle.rawValue)
5326 | public static let three9CircleFill = getSystemImage(named: SFSymbol.three9CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5325:27: warning: static property 'three9Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5323 | public static let three8Square = getSystemImage(named: SFSymbol.three8Square.rawValue)
5324 | public static let three8SquareFill = getSystemImage(named: SFSymbol.three8SquareFill.rawValue)
5325 | public static let three9Circle = getSystemImage(named: SFSymbol.three9Circle.rawValue)
| |- warning: static property 'three9Circle' is 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 'three9Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5326 | public static let three9CircleFill = getSystemImage(named: SFSymbol.three9CircleFill.rawValue)
5327 | public static let three9Square = getSystemImage(named: SFSymbol.three9Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5326:27: warning: static property 'three9CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5324 | public static let three8SquareFill = getSystemImage(named: SFSymbol.three8SquareFill.rawValue)
5325 | public static let three9Circle = getSystemImage(named: SFSymbol.three9Circle.rawValue)
5326 | public static let three9CircleFill = getSystemImage(named: SFSymbol.three9CircleFill.rawValue)
| |- warning: static property 'three9CircleFill' is 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 'three9CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5327 | public static let three9Square = getSystemImage(named: SFSymbol.three9Square.rawValue)
5328 | public static let three9SquareFill = getSystemImage(named: SFSymbol.three9SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5327:27: warning: static property 'three9Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5325 | public static let three9Circle = getSystemImage(named: SFSymbol.three9Circle.rawValue)
5326 | public static let three9CircleFill = getSystemImage(named: SFSymbol.three9CircleFill.rawValue)
5327 | public static let three9Square = getSystemImage(named: SFSymbol.three9Square.rawValue)
| |- warning: static property 'three9Square' is 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 'three9Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5328 | public static let three9SquareFill = getSystemImage(named: SFSymbol.three9SquareFill.rawValue)
5329 | public static let four0Circle = getSystemImage(named: SFSymbol.four0Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5328:27: warning: static property 'three9SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5326 | public static let three9CircleFill = getSystemImage(named: SFSymbol.three9CircleFill.rawValue)
5327 | public static let three9Square = getSystemImage(named: SFSymbol.three9Square.rawValue)
5328 | public static let three9SquareFill = getSystemImage(named: SFSymbol.three9SquareFill.rawValue)
| |- warning: static property 'three9SquareFill' is 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 'three9SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5329 | public static let four0Circle = getSystemImage(named: SFSymbol.four0Circle.rawValue)
5330 | public static let four0CircleFill = getSystemImage(named: SFSymbol.four0CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5329:27: warning: static property 'four0Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5327 | public static let three9Square = getSystemImage(named: SFSymbol.three9Square.rawValue)
5328 | public static let three9SquareFill = getSystemImage(named: SFSymbol.three9SquareFill.rawValue)
5329 | public static let four0Circle = getSystemImage(named: SFSymbol.four0Circle.rawValue)
| |- warning: static property 'four0Circle' is 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 'four0Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5330 | public static let four0CircleFill = getSystemImage(named: SFSymbol.four0CircleFill.rawValue)
5331 | public static let four0Square = getSystemImage(named: SFSymbol.four0Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5330:27: warning: static property 'four0CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5328 | public static let three9SquareFill = getSystemImage(named: SFSymbol.three9SquareFill.rawValue)
5329 | public static let four0Circle = getSystemImage(named: SFSymbol.four0Circle.rawValue)
5330 | public static let four0CircleFill = getSystemImage(named: SFSymbol.four0CircleFill.rawValue)
| |- warning: static property 'four0CircleFill' is 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 'four0CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5331 | public static let four0Square = getSystemImage(named: SFSymbol.four0Square.rawValue)
5332 | public static let four0SquareFill = getSystemImage(named: SFSymbol.four0SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5331:27: warning: static property 'four0Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5329 | public static let four0Circle = getSystemImage(named: SFSymbol.four0Circle.rawValue)
5330 | public static let four0CircleFill = getSystemImage(named: SFSymbol.four0CircleFill.rawValue)
5331 | public static let four0Square = getSystemImage(named: SFSymbol.four0Square.rawValue)
| |- warning: static property 'four0Square' is 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 'four0Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5332 | public static let four0SquareFill = getSystemImage(named: SFSymbol.four0SquareFill.rawValue)
5333 | public static let four1Circle = getSystemImage(named: SFSymbol.four1Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5332:27: warning: static property 'four0SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5330 | public static let four0CircleFill = getSystemImage(named: SFSymbol.four0CircleFill.rawValue)
5331 | public static let four0Square = getSystemImage(named: SFSymbol.four0Square.rawValue)
5332 | public static let four0SquareFill = getSystemImage(named: SFSymbol.four0SquareFill.rawValue)
| |- warning: static property 'four0SquareFill' is 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 'four0SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5333 | public static let four1Circle = getSystemImage(named: SFSymbol.four1Circle.rawValue)
5334 | public static let four1CircleFill = getSystemImage(named: SFSymbol.four1CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5333:27: warning: static property 'four1Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5331 | public static let four0Square = getSystemImage(named: SFSymbol.four0Square.rawValue)
5332 | public static let four0SquareFill = getSystemImage(named: SFSymbol.four0SquareFill.rawValue)
5333 | public static let four1Circle = getSystemImage(named: SFSymbol.four1Circle.rawValue)
| |- warning: static property 'four1Circle' is 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 'four1Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5334 | public static let four1CircleFill = getSystemImage(named: SFSymbol.four1CircleFill.rawValue)
5335 | public static let four1Square = getSystemImage(named: SFSymbol.four1Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5334:27: warning: static property 'four1CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5332 | public static let four0SquareFill = getSystemImage(named: SFSymbol.four0SquareFill.rawValue)
5333 | public static let four1Circle = getSystemImage(named: SFSymbol.four1Circle.rawValue)
5334 | public static let four1CircleFill = getSystemImage(named: SFSymbol.four1CircleFill.rawValue)
| |- warning: static property 'four1CircleFill' is 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 'four1CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5335 | public static let four1Square = getSystemImage(named: SFSymbol.four1Square.rawValue)
5336 | public static let four1SquareFill = getSystemImage(named: SFSymbol.four1SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5335:27: warning: static property 'four1Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5333 | public static let four1Circle = getSystemImage(named: SFSymbol.four1Circle.rawValue)
5334 | public static let four1CircleFill = getSystemImage(named: SFSymbol.four1CircleFill.rawValue)
5335 | public static let four1Square = getSystemImage(named: SFSymbol.four1Square.rawValue)
| |- warning: static property 'four1Square' is 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 'four1Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5336 | public static let four1SquareFill = getSystemImage(named: SFSymbol.four1SquareFill.rawValue)
5337 | public static let four2Circle = getSystemImage(named: SFSymbol.four2Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5336:27: warning: static property 'four1SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5334 | public static let four1CircleFill = getSystemImage(named: SFSymbol.four1CircleFill.rawValue)
5335 | public static let four1Square = getSystemImage(named: SFSymbol.four1Square.rawValue)
5336 | public static let four1SquareFill = getSystemImage(named: SFSymbol.four1SquareFill.rawValue)
| |- warning: static property 'four1SquareFill' is 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 'four1SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5337 | public static let four2Circle = getSystemImage(named: SFSymbol.four2Circle.rawValue)
5338 | public static let four2CircleFill = getSystemImage(named: SFSymbol.four2CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5337:27: warning: static property 'four2Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5335 | public static let four1Square = getSystemImage(named: SFSymbol.four1Square.rawValue)
5336 | public static let four1SquareFill = getSystemImage(named: SFSymbol.four1SquareFill.rawValue)
5337 | public static let four2Circle = getSystemImage(named: SFSymbol.four2Circle.rawValue)
| |- warning: static property 'four2Circle' is 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 'four2Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5338 | public static let four2CircleFill = getSystemImage(named: SFSymbol.four2CircleFill.rawValue)
5339 | public static let four2Square = getSystemImage(named: SFSymbol.four2Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5338:27: warning: static property 'four2CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5336 | public static let four1SquareFill = getSystemImage(named: SFSymbol.four1SquareFill.rawValue)
5337 | public static let four2Circle = getSystemImage(named: SFSymbol.four2Circle.rawValue)
5338 | public static let four2CircleFill = getSystemImage(named: SFSymbol.four2CircleFill.rawValue)
| |- warning: static property 'four2CircleFill' is 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 'four2CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5339 | public static let four2Square = getSystemImage(named: SFSymbol.four2Square.rawValue)
5340 | public static let four2SquareFill = getSystemImage(named: SFSymbol.four2SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5339:27: warning: static property 'four2Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5337 | public static let four2Circle = getSystemImage(named: SFSymbol.four2Circle.rawValue)
5338 | public static let four2CircleFill = getSystemImage(named: SFSymbol.four2CircleFill.rawValue)
5339 | public static let four2Square = getSystemImage(named: SFSymbol.four2Square.rawValue)
| |- warning: static property 'four2Square' is 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 'four2Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5340 | public static let four2SquareFill = getSystemImage(named: SFSymbol.four2SquareFill.rawValue)
5341 | public static let four3Circle = getSystemImage(named: SFSymbol.four3Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5340:27: warning: static property 'four2SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5338 | public static let four2CircleFill = getSystemImage(named: SFSymbol.four2CircleFill.rawValue)
5339 | public static let four2Square = getSystemImage(named: SFSymbol.four2Square.rawValue)
5340 | public static let four2SquareFill = getSystemImage(named: SFSymbol.four2SquareFill.rawValue)
| |- warning: static property 'four2SquareFill' is 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 'four2SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5341 | public static let four3Circle = getSystemImage(named: SFSymbol.four3Circle.rawValue)
5342 | public static let four3CircleFill = getSystemImage(named: SFSymbol.four3CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5341:27: warning: static property 'four3Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5339 | public static let four2Square = getSystemImage(named: SFSymbol.four2Square.rawValue)
5340 | public static let four2SquareFill = getSystemImage(named: SFSymbol.four2SquareFill.rawValue)
5341 | public static let four3Circle = getSystemImage(named: SFSymbol.four3Circle.rawValue)
| |- warning: static property 'four3Circle' is 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 'four3Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5342 | public static let four3CircleFill = getSystemImage(named: SFSymbol.four3CircleFill.rawValue)
5343 | public static let four3Square = getSystemImage(named: SFSymbol.four3Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5342:27: warning: static property 'four3CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5340 | public static let four2SquareFill = getSystemImage(named: SFSymbol.four2SquareFill.rawValue)
5341 | public static let four3Circle = getSystemImage(named: SFSymbol.four3Circle.rawValue)
5342 | public static let four3CircleFill = getSystemImage(named: SFSymbol.four3CircleFill.rawValue)
| |- warning: static property 'four3CircleFill' is 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 'four3CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5343 | public static let four3Square = getSystemImage(named: SFSymbol.four3Square.rawValue)
5344 | public static let four3SquareFill = getSystemImage(named: SFSymbol.four3SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5343:27: warning: static property 'four3Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5341 | public static let four3Circle = getSystemImage(named: SFSymbol.four3Circle.rawValue)
5342 | public static let four3CircleFill = getSystemImage(named: SFSymbol.four3CircleFill.rawValue)
5343 | public static let four3Square = getSystemImage(named: SFSymbol.four3Square.rawValue)
| |- warning: static property 'four3Square' is 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 'four3Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5344 | public static let four3SquareFill = getSystemImage(named: SFSymbol.four3SquareFill.rawValue)
5345 | public static let four4Circle = getSystemImage(named: SFSymbol.four4Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5344:27: warning: static property 'four3SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5342 | public static let four3CircleFill = getSystemImage(named: SFSymbol.four3CircleFill.rawValue)
5343 | public static let four3Square = getSystemImage(named: SFSymbol.four3Square.rawValue)
5344 | public static let four3SquareFill = getSystemImage(named: SFSymbol.four3SquareFill.rawValue)
| |- warning: static property 'four3SquareFill' is 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 'four3SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5345 | public static let four4Circle = getSystemImage(named: SFSymbol.four4Circle.rawValue)
5346 | public static let four4CircleFill = getSystemImage(named: SFSymbol.four4CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5345:27: warning: static property 'four4Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5343 | public static let four3Square = getSystemImage(named: SFSymbol.four3Square.rawValue)
5344 | public static let four3SquareFill = getSystemImage(named: SFSymbol.four3SquareFill.rawValue)
5345 | public static let four4Circle = getSystemImage(named: SFSymbol.four4Circle.rawValue)
| |- warning: static property 'four4Circle' is 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 'four4Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5346 | public static let four4CircleFill = getSystemImage(named: SFSymbol.four4CircleFill.rawValue)
5347 | public static let four4Square = getSystemImage(named: SFSymbol.four4Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5346:27: warning: static property 'four4CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5344 | public static let four3SquareFill = getSystemImage(named: SFSymbol.four3SquareFill.rawValue)
5345 | public static let four4Circle = getSystemImage(named: SFSymbol.four4Circle.rawValue)
5346 | public static let four4CircleFill = getSystemImage(named: SFSymbol.four4CircleFill.rawValue)
| |- warning: static property 'four4CircleFill' is 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 'four4CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5347 | public static let four4Square = getSystemImage(named: SFSymbol.four4Square.rawValue)
5348 | public static let four4SquareFill = getSystemImage(named: SFSymbol.four4SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5347:27: warning: static property 'four4Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5345 | public static let four4Circle = getSystemImage(named: SFSymbol.four4Circle.rawValue)
5346 | public static let four4CircleFill = getSystemImage(named: SFSymbol.four4CircleFill.rawValue)
5347 | public static let four4Square = getSystemImage(named: SFSymbol.four4Square.rawValue)
| |- warning: static property 'four4Square' is 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 'four4Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5348 | public static let four4SquareFill = getSystemImage(named: SFSymbol.four4SquareFill.rawValue)
5349 | public static let four5Circle = getSystemImage(named: SFSymbol.four5Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5348:27: warning: static property 'four4SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5346 | public static let four4CircleFill = getSystemImage(named: SFSymbol.four4CircleFill.rawValue)
5347 | public static let four4Square = getSystemImage(named: SFSymbol.four4Square.rawValue)
5348 | public static let four4SquareFill = getSystemImage(named: SFSymbol.four4SquareFill.rawValue)
| |- warning: static property 'four4SquareFill' is 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 'four4SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5349 | public static let four5Circle = getSystemImage(named: SFSymbol.four5Circle.rawValue)
5350 | public static let four5CircleFill = getSystemImage(named: SFSymbol.four5CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5349:27: warning: static property 'four5Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5347 | public static let four4Square = getSystemImage(named: SFSymbol.four4Square.rawValue)
5348 | public static let four4SquareFill = getSystemImage(named: SFSymbol.four4SquareFill.rawValue)
5349 | public static let four5Circle = getSystemImage(named: SFSymbol.four5Circle.rawValue)
| |- warning: static property 'four5Circle' is 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 'four5Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5350 | public static let four5CircleFill = getSystemImage(named: SFSymbol.four5CircleFill.rawValue)
5351 | public static let four5Square = getSystemImage(named: SFSymbol.four5Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5350:27: warning: static property 'four5CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5348 | public static let four4SquareFill = getSystemImage(named: SFSymbol.four4SquareFill.rawValue)
5349 | public static let four5Circle = getSystemImage(named: SFSymbol.four5Circle.rawValue)
5350 | public static let four5CircleFill = getSystemImage(named: SFSymbol.four5CircleFill.rawValue)
| |- warning: static property 'four5CircleFill' is 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 'four5CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5351 | public static let four5Square = getSystemImage(named: SFSymbol.four5Square.rawValue)
5352 | public static let four5SquareFill = getSystemImage(named: SFSymbol.four5SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5351:27: warning: static property 'four5Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5349 | public static let four5Circle = getSystemImage(named: SFSymbol.four5Circle.rawValue)
5350 | public static let four5CircleFill = getSystemImage(named: SFSymbol.four5CircleFill.rawValue)
5351 | public static let four5Square = getSystemImage(named: SFSymbol.four5Square.rawValue)
| |- warning: static property 'four5Square' is 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 'four5Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5352 | public static let four5SquareFill = getSystemImage(named: SFSymbol.four5SquareFill.rawValue)
5353 | public static let four6Circle = getSystemImage(named: SFSymbol.four6Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5352:27: warning: static property 'four5SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5350 | public static let four5CircleFill = getSystemImage(named: SFSymbol.four5CircleFill.rawValue)
5351 | public static let four5Square = getSystemImage(named: SFSymbol.four5Square.rawValue)
5352 | public static let four5SquareFill = getSystemImage(named: SFSymbol.four5SquareFill.rawValue)
| |- warning: static property 'four5SquareFill' is 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 'four5SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5353 | public static let four6Circle = getSystemImage(named: SFSymbol.four6Circle.rawValue)
5354 | public static let four6CircleFill = getSystemImage(named: SFSymbol.four6CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5353:27: warning: static property 'four6Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5351 | public static let four5Square = getSystemImage(named: SFSymbol.four5Square.rawValue)
5352 | public static let four5SquareFill = getSystemImage(named: SFSymbol.four5SquareFill.rawValue)
5353 | public static let four6Circle = getSystemImage(named: SFSymbol.four6Circle.rawValue)
| |- warning: static property 'four6Circle' is 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 'four6Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5354 | public static let four6CircleFill = getSystemImage(named: SFSymbol.four6CircleFill.rawValue)
5355 | public static let four6Square = getSystemImage(named: SFSymbol.four6Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5354:27: warning: static property 'four6CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5352 | public static let four5SquareFill = getSystemImage(named: SFSymbol.four5SquareFill.rawValue)
5353 | public static let four6Circle = getSystemImage(named: SFSymbol.four6Circle.rawValue)
5354 | public static let four6CircleFill = getSystemImage(named: SFSymbol.four6CircleFill.rawValue)
| |- warning: static property 'four6CircleFill' is 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 'four6CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5355 | public static let four6Square = getSystemImage(named: SFSymbol.four6Square.rawValue)
5356 | public static let four6SquareFill = getSystemImage(named: SFSymbol.four6SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5355:27: warning: static property 'four6Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5353 | public static let four6Circle = getSystemImage(named: SFSymbol.four6Circle.rawValue)
5354 | public static let four6CircleFill = getSystemImage(named: SFSymbol.four6CircleFill.rawValue)
5355 | public static let four6Square = getSystemImage(named: SFSymbol.four6Square.rawValue)
| |- warning: static property 'four6Square' is 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 'four6Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5356 | public static let four6SquareFill = getSystemImage(named: SFSymbol.four6SquareFill.rawValue)
5357 | public static let four7Circle = getSystemImage(named: SFSymbol.four7Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5356:27: warning: static property 'four6SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5354 | public static let four6CircleFill = getSystemImage(named: SFSymbol.four6CircleFill.rawValue)
5355 | public static let four6Square = getSystemImage(named: SFSymbol.four6Square.rawValue)
5356 | public static let four6SquareFill = getSystemImage(named: SFSymbol.four6SquareFill.rawValue)
| |- warning: static property 'four6SquareFill' is 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 'four6SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5357 | public static let four7Circle = getSystemImage(named: SFSymbol.four7Circle.rawValue)
5358 | public static let four7CircleFill = getSystemImage(named: SFSymbol.four7CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5357:27: warning: static property 'four7Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5355 | public static let four6Square = getSystemImage(named: SFSymbol.four6Square.rawValue)
5356 | public static let four6SquareFill = getSystemImage(named: SFSymbol.four6SquareFill.rawValue)
5357 | public static let four7Circle = getSystemImage(named: SFSymbol.four7Circle.rawValue)
| |- warning: static property 'four7Circle' is 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 'four7Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5358 | public static let four7CircleFill = getSystemImage(named: SFSymbol.four7CircleFill.rawValue)
5359 | public static let four7Square = getSystemImage(named: SFSymbol.four7Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5358:27: warning: static property 'four7CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5356 | public static let four6SquareFill = getSystemImage(named: SFSymbol.four6SquareFill.rawValue)
5357 | public static let four7Circle = getSystemImage(named: SFSymbol.four7Circle.rawValue)
5358 | public static let four7CircleFill = getSystemImage(named: SFSymbol.four7CircleFill.rawValue)
| |- warning: static property 'four7CircleFill' is 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 'four7CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5359 | public static let four7Square = getSystemImage(named: SFSymbol.four7Square.rawValue)
5360 | public static let four7SquareFill = getSystemImage(named: SFSymbol.four7SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5359:27: warning: static property 'four7Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5357 | public static let four7Circle = getSystemImage(named: SFSymbol.four7Circle.rawValue)
5358 | public static let four7CircleFill = getSystemImage(named: SFSymbol.four7CircleFill.rawValue)
5359 | public static let four7Square = getSystemImage(named: SFSymbol.four7Square.rawValue)
| |- warning: static property 'four7Square' is 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 'four7Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5360 | public static let four7SquareFill = getSystemImage(named: SFSymbol.four7SquareFill.rawValue)
5361 | public static let four8Circle = getSystemImage(named: SFSymbol.four8Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5360:27: warning: static property 'four7SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5358 | public static let four7CircleFill = getSystemImage(named: SFSymbol.four7CircleFill.rawValue)
5359 | public static let four7Square = getSystemImage(named: SFSymbol.four7Square.rawValue)
5360 | public static let four7SquareFill = getSystemImage(named: SFSymbol.four7SquareFill.rawValue)
| |- warning: static property 'four7SquareFill' is 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 'four7SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5361 | public static let four8Circle = getSystemImage(named: SFSymbol.four8Circle.rawValue)
5362 | public static let four8CircleFill = getSystemImage(named: SFSymbol.four8CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5361:27: warning: static property 'four8Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5359 | public static let four7Square = getSystemImage(named: SFSymbol.four7Square.rawValue)
5360 | public static let four7SquareFill = getSystemImage(named: SFSymbol.four7SquareFill.rawValue)
5361 | public static let four8Circle = getSystemImage(named: SFSymbol.four8Circle.rawValue)
| |- warning: static property 'four8Circle' is 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 'four8Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5362 | public static let four8CircleFill = getSystemImage(named: SFSymbol.four8CircleFill.rawValue)
5363 | public static let four8Square = getSystemImage(named: SFSymbol.four8Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5362:27: warning: static property 'four8CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5360 | public static let four7SquareFill = getSystemImage(named: SFSymbol.four7SquareFill.rawValue)
5361 | public static let four8Circle = getSystemImage(named: SFSymbol.four8Circle.rawValue)
5362 | public static let four8CircleFill = getSystemImage(named: SFSymbol.four8CircleFill.rawValue)
| |- warning: static property 'four8CircleFill' is 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 'four8CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5363 | public static let four8Square = getSystemImage(named: SFSymbol.four8Square.rawValue)
5364 | public static let four8SquareFill = getSystemImage(named: SFSymbol.four8SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5363:27: warning: static property 'four8Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5361 | public static let four8Circle = getSystemImage(named: SFSymbol.four8Circle.rawValue)
5362 | public static let four8CircleFill = getSystemImage(named: SFSymbol.four8CircleFill.rawValue)
5363 | public static let four8Square = getSystemImage(named: SFSymbol.four8Square.rawValue)
| |- warning: static property 'four8Square' is 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 'four8Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5364 | public static let four8SquareFill = getSystemImage(named: SFSymbol.four8SquareFill.rawValue)
5365 | public static let four9Circle = getSystemImage(named: SFSymbol.four9Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5364:27: warning: static property 'four8SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5362 | public static let four8CircleFill = getSystemImage(named: SFSymbol.four8CircleFill.rawValue)
5363 | public static let four8Square = getSystemImage(named: SFSymbol.four8Square.rawValue)
5364 | public static let four8SquareFill = getSystemImage(named: SFSymbol.four8SquareFill.rawValue)
| |- warning: static property 'four8SquareFill' is 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 'four8SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5365 | public static let four9Circle = getSystemImage(named: SFSymbol.four9Circle.rawValue)
5366 | public static let four9CircleFill = getSystemImage(named: SFSymbol.four9CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5365:27: warning: static property 'four9Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5363 | public static let four8Square = getSystemImage(named: SFSymbol.four8Square.rawValue)
5364 | public static let four8SquareFill = getSystemImage(named: SFSymbol.four8SquareFill.rawValue)
5365 | public static let four9Circle = getSystemImage(named: SFSymbol.four9Circle.rawValue)
| |- warning: static property 'four9Circle' is 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 'four9Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5366 | public static let four9CircleFill = getSystemImage(named: SFSymbol.four9CircleFill.rawValue)
5367 | public static let four9Square = getSystemImage(named: SFSymbol.four9Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5366:27: warning: static property 'four9CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5364 | public static let four8SquareFill = getSystemImage(named: SFSymbol.four8SquareFill.rawValue)
5365 | public static let four9Circle = getSystemImage(named: SFSymbol.four9Circle.rawValue)
5366 | public static let four9CircleFill = getSystemImage(named: SFSymbol.four9CircleFill.rawValue)
| |- warning: static property 'four9CircleFill' is 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 'four9CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5367 | public static let four9Square = getSystemImage(named: SFSymbol.four9Square.rawValue)
5368 | public static let four9SquareFill = getSystemImage(named: SFSymbol.four9SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5367:27: warning: static property 'four9Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5365 | public static let four9Circle = getSystemImage(named: SFSymbol.four9Circle.rawValue)
5366 | public static let four9CircleFill = getSystemImage(named: SFSymbol.four9CircleFill.rawValue)
5367 | public static let four9Square = getSystemImage(named: SFSymbol.four9Square.rawValue)
| |- warning: static property 'four9Square' is 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 'four9Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5368 | public static let four9SquareFill = getSystemImage(named: SFSymbol.four9SquareFill.rawValue)
5369 | public static let five0Circle = getSystemImage(named: SFSymbol.five0Circle.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5368:27: warning: static property 'four9SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5366 | public static let four9CircleFill = getSystemImage(named: SFSymbol.four9CircleFill.rawValue)
5367 | public static let four9Square = getSystemImage(named: SFSymbol.four9Square.rawValue)
5368 | public static let four9SquareFill = getSystemImage(named: SFSymbol.four9SquareFill.rawValue)
| |- warning: static property 'four9SquareFill' is 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 'four9SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5369 | public static let five0Circle = getSystemImage(named: SFSymbol.five0Circle.rawValue)
5370 | public static let five0CircleFill = getSystemImage(named: SFSymbol.five0CircleFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5369:27: warning: static property 'five0Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5367 | public static let four9Square = getSystemImage(named: SFSymbol.four9Square.rawValue)
5368 | public static let four9SquareFill = getSystemImage(named: SFSymbol.four9SquareFill.rawValue)
5369 | public static let five0Circle = getSystemImage(named: SFSymbol.five0Circle.rawValue)
| |- warning: static property 'five0Circle' is 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 'five0Circle' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5370 | public static let five0CircleFill = getSystemImage(named: SFSymbol.five0CircleFill.rawValue)
5371 | public static let five0Square = getSystemImage(named: SFSymbol.five0Square.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5370:27: warning: static property 'five0CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5368 | public static let four9SquareFill = getSystemImage(named: SFSymbol.four9SquareFill.rawValue)
5369 | public static let five0Circle = getSystemImage(named: SFSymbol.five0Circle.rawValue)
5370 | public static let five0CircleFill = getSystemImage(named: SFSymbol.five0CircleFill.rawValue)
| |- warning: static property 'five0CircleFill' is 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 'five0CircleFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5371 | public static let five0Square = getSystemImage(named: SFSymbol.five0Square.rawValue)
5372 | public static let five0SquareFill = getSystemImage(named: SFSymbol.five0SquareFill.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5371:27: warning: static property 'five0Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5369 | public static let five0Circle = getSystemImage(named: SFSymbol.five0Circle.rawValue)
5370 | public static let five0CircleFill = getSystemImage(named: SFSymbol.five0CircleFill.rawValue)
5371 | public static let five0Square = getSystemImage(named: SFSymbol.five0Square.rawValue)
| |- warning: static property 'five0Square' is 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 'five0Square' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5372 | public static let five0SquareFill = getSystemImage(named: SFSymbol.five0SquareFill.rawValue)
5373 | public static let appleLogo = getSystemImage(named: SFSymbol.appleLogo.rawValue)
/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/SFSymbolsKit/NSImage+Extension.swift:5372:27: warning: static property 'five0SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5370 | public static let five0CircleFill = getSystemImage(named: SFSymbol.five0CircleFill.rawValue)
5371 | public static let five0Square = getSystemImage(named: SFSymbol.five0Square.rawValue)
5372 | public static let five0SquareFill = getSystemImage(named: SFSymbol.five0SquareFill.rawValue)
| |- warning: static property 'five0SquareFill' is 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 'five0SquareFill' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5373 | public static let appleLogo = getSystemImage(named: SFSymbol.appleLogo.rawValue)
5374 |
/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/SFSymbolsKit/NSImage+Extension.swift:5373:27: warning: static property 'appleLogo' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
5371 | public static let five0Square = getSystemImage(named: SFSymbol.five0Square.rawValue)
5372 | public static let five0SquareFill = getSystemImage(named: SFSymbol.five0SquareFill.rawValue)
5373 | public static let appleLogo = getSystemImage(named: SFSymbol.appleLogo.rawValue)
| |- warning: static property 'appleLogo' is 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 'appleLogo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5374 |
5375 | /// This `private` method is a helper that provides an `NSImage`.
/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
Build complete! (71.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SFSymbolsKit",
"name" : "SFSymbolsKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "SFSymbolsKit",
"targets" : [
"SFSymbolsKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SFSymbolsKitTests",
"module_type" : "SwiftTarget",
"name" : "SFSymbolsKitTests",
"path" : "Tests/SFSymbolsKitTests",
"sources" : [
"NSImageExtensionTests.swift",
"SFSymbolsEnumTests.swift",
"StringExtensionTests.swift",
"UIImageExtensionTests.swift"
],
"target_dependencies" : [
"SFSymbolsKit"
],
"type" : "test"
},
{
"c99name" : "SFSymbolsKit",
"module_type" : "SwiftTarget",
"name" : "SFSymbolsKit",
"path" : "Sources/SFSymbolsKit",
"product_memberships" : [
"SFSymbolsKit"
],
"sources" : [
"Enum.swift",
"NSImage+Extension.swift",
"String+Extension.swift",
"UIImage+Extension.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/wikipediabrown/sfsymbolskit/0.1.25
Repository: WikipediaBrown/SFSymbolsKit
Swift version used: 6.1
Target: SFSymbolsKit
Extracting symbol information for 'SFSymbolsKit'...
Finished extracting symbol information for 'SFSymbolsKit'. (10.52s)
Building documentation for 'SFSymbolsKit'...
Finished building documentation for 'SFSymbolsKit' (7.12s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/wikipediabrown/sfsymbolskit/0.1.25
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.21s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.86s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Names.swift
[7/53] Compiling SymbolKit SPI.swift
[8/53] Compiling SymbolKit Snippet.swift
[9/53] Compiling SymbolKit Extension.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Relationship.swift
[17/57] Compiling SymbolKit RelationshipKind.swift
[18/57] Compiling SymbolKit SourceOrigin.swift
[19/57] Compiling SymbolKit GenericConstraints.swift
[20/57] Compiling SymbolKit Swift.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling SymbolKit SourceRange.swift
[27/57] Compiling SymbolKit Metadata.swift
[28/57] Compiling SymbolKit Module.swift
[29/57] Compiling SymbolKit OperatingSystem.swift
[30/57] Compiling SymbolKit Platform.swift
[31/57] Compiling SymbolKit SemanticVersion.swift
[32/57] Compiling SymbolKit AccessControl.swift
[33/57] Compiling SymbolKit Availability.swift
[34/57] Compiling SymbolKit AvailabilityItem.swift
[35/57] Compiling SymbolKit Domain.swift
[36/57] Compiling SymbolKit Identifier.swift
[37/57] Compiling SymbolKit KindIdentifier.swift
[38/57] Compiling SymbolKit Location.swift
[39/57] Compiling SymbolKit Mutability.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.88s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling SFSymbolsKit UIImage+Extension.swift
[3/6] Compiling SFSymbolsKit String+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/String+Extension.swift:10:5: warning: 'public' modifier is redundant for enum declared in a public extension
8 | public extension String {
9 | /// This enum provides static properties, each corresponding to an SFSymbol and returning a `String`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
10 | public enum SFSymbols {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
11 | public static let squareAndArrowUp: String = SFSymbol.squareAndArrowUp.rawValue
12 | public static let squareAndArrowUpFill: String = SFSymbol.squareAndArrowUpFill.rawValue
[4/6] Compiling SFSymbolsKit Enum.swift
[5/6] Compiling SFSymbolsKit NSImage+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:14:5: warning: 'public' modifier is redundant for enum declared in a public extension
12 | public extension NSImage {
13 | /// This enum provides static properties, each corresponding to an SFSymbol and returning an `NSImage`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
14 | public enum SFSymbols {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
15 | public static let squareAndArrowUp = getSystemImage(named: SFSymbol.squareAndArrowUp.rawValue)
16 | public static let squareAndArrowUpFill = getSystemImage(named: SFSymbol.squareAndArrowUpFill.rawValue)
[6/6] Emitting module SFSymbolsKit
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:14:5: warning: 'public' modifier is redundant for enum declared in a public extension
12 | public extension NSImage {
13 | /// This enum provides static properties, each corresponding to an SFSymbol and returning an `NSImage`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
14 | public enum SFSymbols {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
15 | public static let squareAndArrowUp = getSystemImage(named: SFSymbol.squareAndArrowUp.rawValue)
16 | public static let squareAndArrowUpFill = getSystemImage(named: SFSymbol.squareAndArrowUpFill.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/String+Extension.swift:10:5: warning: 'public' modifier is redundant for enum declared in a public extension
8 | public extension String {
9 | /// This enum provides static properties, each corresponding to an SFSymbol and returning a `String`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
10 | public enum SFSymbols {
| `- warning: 'public' modifier is redundant for enum declared in a public extension
11 | public static let squareAndArrowUp: String = SFSymbol.squareAndArrowUp.rawValue
12 | public static let squareAndArrowUpFill: String = SFSymbol.squareAndArrowUpFill.rawValue
Build of target: 'SFSymbolsKit' complete! (6.92s)
32234
178 /Users/admin/builder/spi-builder-workspace/.docs/wikipediabrown/sfsymbolskit/0.1.25
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/wikipediabrown/sfsymbolskit/0.1.25
File count: 32234
Doc size: 178.0MB
Preparing doc bundle ...
Uploading prod-wikipediabrown-sfsymbolskit-0.1.25-e799d567.zip to s3://spi-docs-inbox/prod-wikipediabrown-sfsymbolskit-0.1.25-e799d567.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.