Build Information
Successful build of SFSymbolsKit, reference develop (df2d54
), with Swift 6.0 for macOS (Xcode) using Xcode 16.0 on 5 Nov 2024 11:54:23 UTC.
Swift 6 data race errors: 5359
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SFSymbolsKit -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
public static let one4CircleFill = getSystemImage(named: SFSymbol.one4CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5226:27: note: annotate 'one4CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let one4CircleFill = getSystemImage(named: SFSymbol.one4CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5226:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one4CircleFill = getSystemImage(named: SFSymbol.one4CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5227:27: warning: static property 'one4Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one4Square = getSystemImage(named: SFSymbol.one4Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5227:27: note: annotate 'one4Square' with '@MainActor' if property should only be accessed from the main actor
public static let one4Square = getSystemImage(named: SFSymbol.one4Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5227:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one4Square = getSystemImage(named: SFSymbol.one4Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5228:27: warning: static property 'one4SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one4SquareFill = getSystemImage(named: SFSymbol.one4SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5228:27: note: annotate 'one4SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let one4SquareFill = getSystemImage(named: SFSymbol.one4SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5228:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one4SquareFill = getSystemImage(named: SFSymbol.one4SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5229:27: warning: static property 'one5Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one5Circle = getSystemImage(named: SFSymbol.one5Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5229:27: note: annotate 'one5Circle' with '@MainActor' if property should only be accessed from the main actor
public static let one5Circle = getSystemImage(named: SFSymbol.one5Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5229:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one5Circle = getSystemImage(named: SFSymbol.one5Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5230:27: warning: static property 'one5CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one5CircleFill = getSystemImage(named: SFSymbol.one5CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5230:27: note: annotate 'one5CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let one5CircleFill = getSystemImage(named: SFSymbol.one5CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5230:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one5CircleFill = getSystemImage(named: SFSymbol.one5CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5231:27: warning: static property 'one5Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one5Square = getSystemImage(named: SFSymbol.one5Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5231:27: note: annotate 'one5Square' with '@MainActor' if property should only be accessed from the main actor
public static let one5Square = getSystemImage(named: SFSymbol.one5Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5231:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one5Square = getSystemImage(named: SFSymbol.one5Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5232:27: warning: static property 'one5SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one5SquareFill = getSystemImage(named: SFSymbol.one5SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5232:27: note: annotate 'one5SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let one5SquareFill = getSystemImage(named: SFSymbol.one5SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5232:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one5SquareFill = getSystemImage(named: SFSymbol.one5SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5233:27: warning: static property 'one6Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one6Circle = getSystemImage(named: SFSymbol.one6Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5233:27: note: annotate 'one6Circle' with '@MainActor' if property should only be accessed from the main actor
public static let one6Circle = getSystemImage(named: SFSymbol.one6Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5233:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one6Circle = getSystemImage(named: SFSymbol.one6Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5234:27: warning: static property 'one6CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one6CircleFill = getSystemImage(named: SFSymbol.one6CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5234:27: note: annotate 'one6CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let one6CircleFill = getSystemImage(named: SFSymbol.one6CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5234:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one6CircleFill = getSystemImage(named: SFSymbol.one6CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5235:27: warning: static property 'one6Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one6Square = getSystemImage(named: SFSymbol.one6Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5235:27: note: annotate 'one6Square' with '@MainActor' if property should only be accessed from the main actor
public static let one6Square = getSystemImage(named: SFSymbol.one6Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5235:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one6Square = getSystemImage(named: SFSymbol.one6Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5236:27: warning: static property 'one6SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one6SquareFill = getSystemImage(named: SFSymbol.one6SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5236:27: note: annotate 'one6SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let one6SquareFill = getSystemImage(named: SFSymbol.one6SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5236:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one6SquareFill = getSystemImage(named: SFSymbol.one6SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5237:27: warning: static property 'one7Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one7Circle = getSystemImage(named: SFSymbol.one7Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5237:27: note: annotate 'one7Circle' with '@MainActor' if property should only be accessed from the main actor
public static let one7Circle = getSystemImage(named: SFSymbol.one7Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5237:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one7Circle = getSystemImage(named: SFSymbol.one7Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5238:27: warning: static property 'one7CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one7CircleFill = getSystemImage(named: SFSymbol.one7CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5238:27: note: annotate 'one7CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let one7CircleFill = getSystemImage(named: SFSymbol.one7CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5238:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one7CircleFill = getSystemImage(named: SFSymbol.one7CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5239:27: warning: static property 'one7Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one7Square = getSystemImage(named: SFSymbol.one7Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5239:27: note: annotate 'one7Square' with '@MainActor' if property should only be accessed from the main actor
public static let one7Square = getSystemImage(named: SFSymbol.one7Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5239:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one7Square = getSystemImage(named: SFSymbol.one7Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5240:27: warning: static property 'one7SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one7SquareFill = getSystemImage(named: SFSymbol.one7SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5240:27: note: annotate 'one7SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let one7SquareFill = getSystemImage(named: SFSymbol.one7SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5240:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one7SquareFill = getSystemImage(named: SFSymbol.one7SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5241:27: warning: static property 'one8Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one8Circle = getSystemImage(named: SFSymbol.one8Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5241:27: note: annotate 'one8Circle' with '@MainActor' if property should only be accessed from the main actor
public static let one8Circle = getSystemImage(named: SFSymbol.one8Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5241:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one8Circle = getSystemImage(named: SFSymbol.one8Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5242:27: warning: static property 'one8CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one8CircleFill = getSystemImage(named: SFSymbol.one8CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5242:27: note: annotate 'one8CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let one8CircleFill = getSystemImage(named: SFSymbol.one8CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5242:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one8CircleFill = getSystemImage(named: SFSymbol.one8CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5243:27: warning: static property 'one8Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one8Square = getSystemImage(named: SFSymbol.one8Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5243:27: note: annotate 'one8Square' with '@MainActor' if property should only be accessed from the main actor
public static let one8Square = getSystemImage(named: SFSymbol.one8Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5243:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one8Square = getSystemImage(named: SFSymbol.one8Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5244:27: warning: static property 'one8SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one8SquareFill = getSystemImage(named: SFSymbol.one8SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5244:27: note: annotate 'one8SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let one8SquareFill = getSystemImage(named: SFSymbol.one8SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5244:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one8SquareFill = getSystemImage(named: SFSymbol.one8SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5245:27: warning: static property 'one9Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one9Circle = getSystemImage(named: SFSymbol.one9Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5245:27: note: annotate 'one9Circle' with '@MainActor' if property should only be accessed from the main actor
public static let one9Circle = getSystemImage(named: SFSymbol.one9Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5245:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one9Circle = getSystemImage(named: SFSymbol.one9Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5246:27: warning: static property 'one9CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one9CircleFill = getSystemImage(named: SFSymbol.one9CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5246:27: note: annotate 'one9CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let one9CircleFill = getSystemImage(named: SFSymbol.one9CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5246:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one9CircleFill = getSystemImage(named: SFSymbol.one9CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5247:27: warning: static property 'one9Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one9Square = getSystemImage(named: SFSymbol.one9Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5247:27: note: annotate 'one9Square' with '@MainActor' if property should only be accessed from the main actor
public static let one9Square = getSystemImage(named: SFSymbol.one9Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5247:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one9Square = getSystemImage(named: SFSymbol.one9Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5248:27: warning: static property 'one9SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one9SquareFill = getSystemImage(named: SFSymbol.one9SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5248:27: note: annotate 'one9SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let one9SquareFill = getSystemImage(named: SFSymbol.one9SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5248:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one9SquareFill = getSystemImage(named: SFSymbol.one9SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5249:27: warning: static property 'two0Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two0Circle = getSystemImage(named: SFSymbol.two0Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5249:27: note: annotate 'two0Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two0Circle = getSystemImage(named: SFSymbol.two0Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5249:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two0Circle = getSystemImage(named: SFSymbol.two0Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5250:27: warning: static property 'two0CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two0CircleFill = getSystemImage(named: SFSymbol.two0CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5250:27: note: annotate 'two0CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two0CircleFill = getSystemImage(named: SFSymbol.two0CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5250:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two0CircleFill = getSystemImage(named: SFSymbol.two0CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5251:27: warning: static property 'two0Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two0Square = getSystemImage(named: SFSymbol.two0Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5251:27: note: annotate 'two0Square' with '@MainActor' if property should only be accessed from the main actor
public static let two0Square = getSystemImage(named: SFSymbol.two0Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5251:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two0Square = getSystemImage(named: SFSymbol.two0Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5252:27: warning: static property 'two0SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two0SquareFill = getSystemImage(named: SFSymbol.two0SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5252:27: note: annotate 'two0SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two0SquareFill = getSystemImage(named: SFSymbol.two0SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5252:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two0SquareFill = getSystemImage(named: SFSymbol.two0SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5253:27: warning: static property 'two1Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two1Circle = getSystemImage(named: SFSymbol.two1Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5253:27: note: annotate 'two1Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two1Circle = getSystemImage(named: SFSymbol.two1Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5253:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two1Circle = getSystemImage(named: SFSymbol.two1Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5254:27: warning: static property 'two1CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two1CircleFill = getSystemImage(named: SFSymbol.two1CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5254:27: note: annotate 'two1CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two1CircleFill = getSystemImage(named: SFSymbol.two1CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5254:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two1CircleFill = getSystemImage(named: SFSymbol.two1CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5255:27: warning: static property 'two1Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two1Square = getSystemImage(named: SFSymbol.two1Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5255:27: note: annotate 'two1Square' with '@MainActor' if property should only be accessed from the main actor
public static let two1Square = getSystemImage(named: SFSymbol.two1Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5255:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two1Square = getSystemImage(named: SFSymbol.two1Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5256:27: warning: static property 'two1SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two1SquareFill = getSystemImage(named: SFSymbol.two1SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5256:27: note: annotate 'two1SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two1SquareFill = getSystemImage(named: SFSymbol.two1SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5256:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two1SquareFill = getSystemImage(named: SFSymbol.two1SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5257:27: warning: static property 'two2Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two2Circle = getSystemImage(named: SFSymbol.two2Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5257:27: note: annotate 'two2Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two2Circle = getSystemImage(named: SFSymbol.two2Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5257:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two2Circle = getSystemImage(named: SFSymbol.two2Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5258:27: warning: static property 'two2CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two2CircleFill = getSystemImage(named: SFSymbol.two2CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5258:27: note: annotate 'two2CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two2CircleFill = getSystemImage(named: SFSymbol.two2CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5258:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two2CircleFill = getSystemImage(named: SFSymbol.two2CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5259:27: warning: static property 'two2Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two2Square = getSystemImage(named: SFSymbol.two2Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5259:27: note: annotate 'two2Square' with '@MainActor' if property should only be accessed from the main actor
public static let two2Square = getSystemImage(named: SFSymbol.two2Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5259:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two2Square = getSystemImage(named: SFSymbol.two2Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5260:27: warning: static property 'two2SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two2SquareFill = getSystemImage(named: SFSymbol.two2SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5260:27: note: annotate 'two2SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two2SquareFill = getSystemImage(named: SFSymbol.two2SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5260:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two2SquareFill = getSystemImage(named: SFSymbol.two2SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5261:27: warning: static property 'two3Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two3Circle = getSystemImage(named: SFSymbol.two3Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5261:27: note: annotate 'two3Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two3Circle = getSystemImage(named: SFSymbol.two3Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5261:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two3Circle = getSystemImage(named: SFSymbol.two3Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5262:27: warning: static property 'two3CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two3CircleFill = getSystemImage(named: SFSymbol.two3CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5262:27: note: annotate 'two3CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two3CircleFill = getSystemImage(named: SFSymbol.two3CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5262:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two3CircleFill = getSystemImage(named: SFSymbol.two3CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5263:27: warning: static property 'two3Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two3Square = getSystemImage(named: SFSymbol.two3Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5263:27: note: annotate 'two3Square' with '@MainActor' if property should only be accessed from the main actor
public static let two3Square = getSystemImage(named: SFSymbol.two3Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5263:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two3Square = getSystemImage(named: SFSymbol.two3Square.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5264:27: warning: static property 'two3SquareFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two3SquareFill = getSystemImage(named: SFSymbol.two3SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5264:27: note: annotate 'two3SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two3SquareFill = getSystemImage(named: SFSymbol.two3SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5264:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two3SquareFill = getSystemImage(named: SFSymbol.two3SquareFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5265:27: warning: static property 'two4Circle' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two4Circle = getSystemImage(named: SFSymbol.two4Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5265:27: note: annotate 'two4Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two4Circle = getSystemImage(named: SFSymbol.two4Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5265:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two4Circle = getSystemImage(named: SFSymbol.two4Circle.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5266:27: warning: static property 'two4CircleFill' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two4CircleFill = getSystemImage(named: SFSymbol.two4CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5266:27: note: annotate 'two4CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two4CircleFill = getSystemImage(named: SFSymbol.two4CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5266:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two4CircleFill = getSystemImage(named: SFSymbol.two4CircleFill.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5267:27: warning: static property 'two4Square' is not concurrency-safe because non-'Sendable' type 'NSImage' may have shared mutable state; this is an error in the Swift 6 language mode
public static let two4Square = getSystemImage(named: SFSymbol.two4Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5267:27: note: annotate 'two4Square' with '@MainActor' if property should only be accessed from the main actor
public static let two4Square = getSystemImage(named: SFSymbol.two4Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5267:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two4Square = getSystemImage(named: SFSymbol.two4Square.rawValue)
^
nonisolated(unsafe)
/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
public static let two4SquareFill = getSystemImage(named: SFSymbol.two4SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5268:27: note: annotate 'two4SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two4SquareFill = getSystemImage(named: SFSymbol.two4SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5268:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two4SquareFill = getSystemImage(named: SFSymbol.two4SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two5Circle = getSystemImage(named: SFSymbol.two5Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5269:27: note: annotate 'two5Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two5Circle = getSystemImage(named: SFSymbol.two5Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5269:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two5Circle = getSystemImage(named: SFSymbol.two5Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let two5CircleFill = getSystemImage(named: SFSymbol.two5CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5270:27: note: annotate 'two5CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two5CircleFill = getSystemImage(named: SFSymbol.two5CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5270:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two5CircleFill = getSystemImage(named: SFSymbol.two5CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two5Square = getSystemImage(named: SFSymbol.two5Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5271:27: note: annotate 'two5Square' with '@MainActor' if property should only be accessed from the main actor
public static let two5Square = getSystemImage(named: SFSymbol.two5Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5271:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two5Square = getSystemImage(named: SFSymbol.two5Square.rawValue)
^
nonisolated(unsafe)
/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
public static let two5SquareFill = getSystemImage(named: SFSymbol.two5SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5272:27: note: annotate 'two5SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two5SquareFill = getSystemImage(named: SFSymbol.two5SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5272:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two5SquareFill = getSystemImage(named: SFSymbol.two5SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two6Circle = getSystemImage(named: SFSymbol.two6Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5273:27: note: annotate 'two6Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two6Circle = getSystemImage(named: SFSymbol.two6Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5273:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two6Circle = getSystemImage(named: SFSymbol.two6Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let two6CircleFill = getSystemImage(named: SFSymbol.two6CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5274:27: note: annotate 'two6CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two6CircleFill = getSystemImage(named: SFSymbol.two6CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5274:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two6CircleFill = getSystemImage(named: SFSymbol.two6CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two6Square = getSystemImage(named: SFSymbol.two6Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5275:27: note: annotate 'two6Square' with '@MainActor' if property should only be accessed from the main actor
public static let two6Square = getSystemImage(named: SFSymbol.two6Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5275:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two6Square = getSystemImage(named: SFSymbol.two6Square.rawValue)
^
nonisolated(unsafe)
/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
public static let two6SquareFill = getSystemImage(named: SFSymbol.two6SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5276:27: note: annotate 'two6SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two6SquareFill = getSystemImage(named: SFSymbol.two6SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5276:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two6SquareFill = getSystemImage(named: SFSymbol.two6SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two7Circle = getSystemImage(named: SFSymbol.two7Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5277:27: note: annotate 'two7Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two7Circle = getSystemImage(named: SFSymbol.two7Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5277:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two7Circle = getSystemImage(named: SFSymbol.two7Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let two7CircleFill = getSystemImage(named: SFSymbol.two7CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5278:27: note: annotate 'two7CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two7CircleFill = getSystemImage(named: SFSymbol.two7CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5278:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two7CircleFill = getSystemImage(named: SFSymbol.two7CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two7Square = getSystemImage(named: SFSymbol.two7Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5279:27: note: annotate 'two7Square' with '@MainActor' if property should only be accessed from the main actor
public static let two7Square = getSystemImage(named: SFSymbol.two7Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5279:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two7Square = getSystemImage(named: SFSymbol.two7Square.rawValue)
^
nonisolated(unsafe)
/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
public static let two7SquareFill = getSystemImage(named: SFSymbol.two7SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5280:27: note: annotate 'two7SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two7SquareFill = getSystemImage(named: SFSymbol.two7SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5280:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two7SquareFill = getSystemImage(named: SFSymbol.two7SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two8Circle = getSystemImage(named: SFSymbol.two8Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5281:27: note: annotate 'two8Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two8Circle = getSystemImage(named: SFSymbol.two8Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5281:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two8Circle = getSystemImage(named: SFSymbol.two8Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let two8CircleFill = getSystemImage(named: SFSymbol.two8CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5282:27: note: annotate 'two8CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two8CircleFill = getSystemImage(named: SFSymbol.two8CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5282:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two8CircleFill = getSystemImage(named: SFSymbol.two8CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two8Square = getSystemImage(named: SFSymbol.two8Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5283:27: note: annotate 'two8Square' with '@MainActor' if property should only be accessed from the main actor
public static let two8Square = getSystemImage(named: SFSymbol.two8Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5283:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two8Square = getSystemImage(named: SFSymbol.two8Square.rawValue)
^
nonisolated(unsafe)
/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
public static let two8SquareFill = getSystemImage(named: SFSymbol.two8SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5284:27: note: annotate 'two8SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two8SquareFill = getSystemImage(named: SFSymbol.two8SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5284:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two8SquareFill = getSystemImage(named: SFSymbol.two8SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two9Circle = getSystemImage(named: SFSymbol.two9Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5285:27: note: annotate 'two9Circle' with '@MainActor' if property should only be accessed from the main actor
public static let two9Circle = getSystemImage(named: SFSymbol.two9Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5285:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two9Circle = getSystemImage(named: SFSymbol.two9Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let two9CircleFill = getSystemImage(named: SFSymbol.two9CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5286:27: note: annotate 'two9CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let two9CircleFill = getSystemImage(named: SFSymbol.two9CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5286:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two9CircleFill = getSystemImage(named: SFSymbol.two9CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let two9Square = getSystemImage(named: SFSymbol.two9Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5287:27: note: annotate 'two9Square' with '@MainActor' if property should only be accessed from the main actor
public static let two9Square = getSystemImage(named: SFSymbol.two9Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5287:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two9Square = getSystemImage(named: SFSymbol.two9Square.rawValue)
^
nonisolated(unsafe)
/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
public static let two9SquareFill = getSystemImage(named: SFSymbol.two9SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5288:27: note: annotate 'two9SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let two9SquareFill = getSystemImage(named: SFSymbol.two9SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5288:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let two9SquareFill = getSystemImage(named: SFSymbol.two9SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three0Circle = getSystemImage(named: SFSymbol.three0Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5289:27: note: annotate 'three0Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three0Circle = getSystemImage(named: SFSymbol.three0Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5289:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three0Circle = getSystemImage(named: SFSymbol.three0Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three0CircleFill = getSystemImage(named: SFSymbol.three0CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5290:27: note: annotate 'three0CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three0CircleFill = getSystemImage(named: SFSymbol.three0CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5290:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three0CircleFill = getSystemImage(named: SFSymbol.three0CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three0Square = getSystemImage(named: SFSymbol.three0Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5291:27: note: annotate 'three0Square' with '@MainActor' if property should only be accessed from the main actor
public static let three0Square = getSystemImage(named: SFSymbol.three0Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5291:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three0Square = getSystemImage(named: SFSymbol.three0Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three0SquareFill = getSystemImage(named: SFSymbol.three0SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5292:27: note: annotate 'three0SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three0SquareFill = getSystemImage(named: SFSymbol.three0SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5292:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three0SquareFill = getSystemImage(named: SFSymbol.three0SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three1Circle = getSystemImage(named: SFSymbol.three1Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5293:27: note: annotate 'three1Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three1Circle = getSystemImage(named: SFSymbol.three1Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5293:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three1Circle = getSystemImage(named: SFSymbol.three1Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three1CircleFill = getSystemImage(named: SFSymbol.three1CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5294:27: note: annotate 'three1CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three1CircleFill = getSystemImage(named: SFSymbol.three1CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5294:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three1CircleFill = getSystemImage(named: SFSymbol.three1CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three1Square = getSystemImage(named: SFSymbol.three1Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5295:27: note: annotate 'three1Square' with '@MainActor' if property should only be accessed from the main actor
public static let three1Square = getSystemImage(named: SFSymbol.three1Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5295:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three1Square = getSystemImage(named: SFSymbol.three1Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three1SquareFill = getSystemImage(named: SFSymbol.three1SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5296:27: note: annotate 'three1SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three1SquareFill = getSystemImage(named: SFSymbol.three1SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5296:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three1SquareFill = getSystemImage(named: SFSymbol.three1SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three2Circle = getSystemImage(named: SFSymbol.three2Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5297:27: note: annotate 'three2Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three2Circle = getSystemImage(named: SFSymbol.three2Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5297:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three2Circle = getSystemImage(named: SFSymbol.three2Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three2CircleFill = getSystemImage(named: SFSymbol.three2CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5298:27: note: annotate 'three2CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three2CircleFill = getSystemImage(named: SFSymbol.three2CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5298:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three2CircleFill = getSystemImage(named: SFSymbol.three2CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three2Square = getSystemImage(named: SFSymbol.three2Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5299:27: note: annotate 'three2Square' with '@MainActor' if property should only be accessed from the main actor
public static let three2Square = getSystemImage(named: SFSymbol.three2Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5299:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three2Square = getSystemImage(named: SFSymbol.three2Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three2SquareFill = getSystemImage(named: SFSymbol.three2SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5300:27: note: annotate 'three2SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three2SquareFill = getSystemImage(named: SFSymbol.three2SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5300:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three2SquareFill = getSystemImage(named: SFSymbol.three2SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three3Circle = getSystemImage(named: SFSymbol.three3Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5301:27: note: annotate 'three3Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three3Circle = getSystemImage(named: SFSymbol.three3Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5301:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three3Circle = getSystemImage(named: SFSymbol.three3Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three3CircleFill = getSystemImage(named: SFSymbol.three3CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5302:27: note: annotate 'three3CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three3CircleFill = getSystemImage(named: SFSymbol.three3CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5302:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three3CircleFill = getSystemImage(named: SFSymbol.three3CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three3Square = getSystemImage(named: SFSymbol.three3Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5303:27: note: annotate 'three3Square' with '@MainActor' if property should only be accessed from the main actor
public static let three3Square = getSystemImage(named: SFSymbol.three3Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5303:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three3Square = getSystemImage(named: SFSymbol.three3Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three3SquareFill = getSystemImage(named: SFSymbol.three3SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5304:27: note: annotate 'three3SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three3SquareFill = getSystemImage(named: SFSymbol.three3SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5304:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three3SquareFill = getSystemImage(named: SFSymbol.three3SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three4Circle = getSystemImage(named: SFSymbol.three4Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5305:27: note: annotate 'three4Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three4Circle = getSystemImage(named: SFSymbol.three4Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5305:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three4Circle = getSystemImage(named: SFSymbol.three4Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three4CircleFill = getSystemImage(named: SFSymbol.three4CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5306:27: note: annotate 'three4CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three4CircleFill = getSystemImage(named: SFSymbol.three4CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5306:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three4CircleFill = getSystemImage(named: SFSymbol.three4CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three4Square = getSystemImage(named: SFSymbol.three4Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5307:27: note: annotate 'three4Square' with '@MainActor' if property should only be accessed from the main actor
public static let three4Square = getSystemImage(named: SFSymbol.three4Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5307:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three4Square = getSystemImage(named: SFSymbol.three4Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three4SquareFill = getSystemImage(named: SFSymbol.three4SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5308:27: note: annotate 'three4SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three4SquareFill = getSystemImage(named: SFSymbol.three4SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5308:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three4SquareFill = getSystemImage(named: SFSymbol.three4SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three5Circle = getSystemImage(named: SFSymbol.three5Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5309:27: note: annotate 'three5Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three5Circle = getSystemImage(named: SFSymbol.three5Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5309:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three5Circle = getSystemImage(named: SFSymbol.three5Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three5CircleFill = getSystemImage(named: SFSymbol.three5CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5310:27: note: annotate 'three5CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three5CircleFill = getSystemImage(named: SFSymbol.three5CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5310:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three5CircleFill = getSystemImage(named: SFSymbol.three5CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three5Square = getSystemImage(named: SFSymbol.three5Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5311:27: note: annotate 'three5Square' with '@MainActor' if property should only be accessed from the main actor
public static let three5Square = getSystemImage(named: SFSymbol.three5Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5311:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three5Square = getSystemImage(named: SFSymbol.three5Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three5SquareFill = getSystemImage(named: SFSymbol.three5SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5312:27: note: annotate 'three5SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three5SquareFill = getSystemImage(named: SFSymbol.three5SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5312:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three5SquareFill = getSystemImage(named: SFSymbol.three5SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three6Circle = getSystemImage(named: SFSymbol.three6Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5313:27: note: annotate 'three6Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three6Circle = getSystemImage(named: SFSymbol.three6Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5313:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three6Circle = getSystemImage(named: SFSymbol.three6Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three6CircleFill = getSystemImage(named: SFSymbol.three6CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5314:27: note: annotate 'three6CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three6CircleFill = getSystemImage(named: SFSymbol.three6CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5314:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three6CircleFill = getSystemImage(named: SFSymbol.three6CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three6Square = getSystemImage(named: SFSymbol.three6Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5315:27: note: annotate 'three6Square' with '@MainActor' if property should only be accessed from the main actor
public static let three6Square = getSystemImage(named: SFSymbol.three6Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5315:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three6Square = getSystemImage(named: SFSymbol.three6Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three6SquareFill = getSystemImage(named: SFSymbol.three6SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5316:27: note: annotate 'three6SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three6SquareFill = getSystemImage(named: SFSymbol.three6SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5316:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three6SquareFill = getSystemImage(named: SFSymbol.three6SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three7Circle = getSystemImage(named: SFSymbol.three7Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5317:27: note: annotate 'three7Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three7Circle = getSystemImage(named: SFSymbol.three7Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5317:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three7Circle = getSystemImage(named: SFSymbol.three7Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three7CircleFill = getSystemImage(named: SFSymbol.three7CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5318:27: note: annotate 'three7CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three7CircleFill = getSystemImage(named: SFSymbol.three7CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5318:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three7CircleFill = getSystemImage(named: SFSymbol.three7CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three7Square = getSystemImage(named: SFSymbol.three7Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5319:27: note: annotate 'three7Square' with '@MainActor' if property should only be accessed from the main actor
public static let three7Square = getSystemImage(named: SFSymbol.three7Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5319:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three7Square = getSystemImage(named: SFSymbol.three7Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three7SquareFill = getSystemImage(named: SFSymbol.three7SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5320:27: note: annotate 'three7SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three7SquareFill = getSystemImage(named: SFSymbol.three7SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5320:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three7SquareFill = getSystemImage(named: SFSymbol.three7SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three8Circle = getSystemImage(named: SFSymbol.three8Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5321:27: note: annotate 'three8Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three8Circle = getSystemImage(named: SFSymbol.three8Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5321:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three8Circle = getSystemImage(named: SFSymbol.three8Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three8CircleFill = getSystemImage(named: SFSymbol.three8CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5322:27: note: annotate 'three8CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three8CircleFill = getSystemImage(named: SFSymbol.three8CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5322:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three8CircleFill = getSystemImage(named: SFSymbol.three8CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three8Square = getSystemImage(named: SFSymbol.three8Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5323:27: note: annotate 'three8Square' with '@MainActor' if property should only be accessed from the main actor
public static let three8Square = getSystemImage(named: SFSymbol.three8Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5323:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three8Square = getSystemImage(named: SFSymbol.three8Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three8SquareFill = getSystemImage(named: SFSymbol.three8SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5324:27: note: annotate 'three8SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three8SquareFill = getSystemImage(named: SFSymbol.three8SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5324:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three8SquareFill = getSystemImage(named: SFSymbol.three8SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three9Circle = getSystemImage(named: SFSymbol.three9Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5325:27: note: annotate 'three9Circle' with '@MainActor' if property should only be accessed from the main actor
public static let three9Circle = getSystemImage(named: SFSymbol.three9Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5325:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three9Circle = getSystemImage(named: SFSymbol.three9Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let three9CircleFill = getSystemImage(named: SFSymbol.three9CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5326:27: note: annotate 'three9CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let three9CircleFill = getSystemImage(named: SFSymbol.three9CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5326:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three9CircleFill = getSystemImage(named: SFSymbol.three9CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let three9Square = getSystemImage(named: SFSymbol.three9Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5327:27: note: annotate 'three9Square' with '@MainActor' if property should only be accessed from the main actor
public static let three9Square = getSystemImage(named: SFSymbol.three9Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5327:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three9Square = getSystemImage(named: SFSymbol.three9Square.rawValue)
^
nonisolated(unsafe)
/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
public static let three9SquareFill = getSystemImage(named: SFSymbol.three9SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5328:27: note: annotate 'three9SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let three9SquareFill = getSystemImage(named: SFSymbol.three9SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5328:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let three9SquareFill = getSystemImage(named: SFSymbol.three9SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four0Circle = getSystemImage(named: SFSymbol.four0Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5329:27: note: annotate 'four0Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four0Circle = getSystemImage(named: SFSymbol.four0Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5329:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four0Circle = getSystemImage(named: SFSymbol.four0Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four0CircleFill = getSystemImage(named: SFSymbol.four0CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5330:27: note: annotate 'four0CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four0CircleFill = getSystemImage(named: SFSymbol.four0CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5330:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four0CircleFill = getSystemImage(named: SFSymbol.four0CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four0Square = getSystemImage(named: SFSymbol.four0Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5331:27: note: annotate 'four0Square' with '@MainActor' if property should only be accessed from the main actor
public static let four0Square = getSystemImage(named: SFSymbol.four0Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5331:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four0Square = getSystemImage(named: SFSymbol.four0Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four0SquareFill = getSystemImage(named: SFSymbol.four0SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5332:27: note: annotate 'four0SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four0SquareFill = getSystemImage(named: SFSymbol.four0SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5332:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four0SquareFill = getSystemImage(named: SFSymbol.four0SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four1Circle = getSystemImage(named: SFSymbol.four1Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5333:27: note: annotate 'four1Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four1Circle = getSystemImage(named: SFSymbol.four1Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5333:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four1Circle = getSystemImage(named: SFSymbol.four1Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four1CircleFill = getSystemImage(named: SFSymbol.four1CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5334:27: note: annotate 'four1CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four1CircleFill = getSystemImage(named: SFSymbol.four1CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5334:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four1CircleFill = getSystemImage(named: SFSymbol.four1CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four1Square = getSystemImage(named: SFSymbol.four1Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5335:27: note: annotate 'four1Square' with '@MainActor' if property should only be accessed from the main actor
public static let four1Square = getSystemImage(named: SFSymbol.four1Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5335:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four1Square = getSystemImage(named: SFSymbol.four1Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four1SquareFill = getSystemImage(named: SFSymbol.four1SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5336:27: note: annotate 'four1SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four1SquareFill = getSystemImage(named: SFSymbol.four1SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5336:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four1SquareFill = getSystemImage(named: SFSymbol.four1SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four2Circle = getSystemImage(named: SFSymbol.four2Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5337:27: note: annotate 'four2Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four2Circle = getSystemImage(named: SFSymbol.four2Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5337:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four2Circle = getSystemImage(named: SFSymbol.four2Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four2CircleFill = getSystemImage(named: SFSymbol.four2CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5338:27: note: annotate 'four2CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four2CircleFill = getSystemImage(named: SFSymbol.four2CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5338:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four2CircleFill = getSystemImage(named: SFSymbol.four2CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four2Square = getSystemImage(named: SFSymbol.four2Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5339:27: note: annotate 'four2Square' with '@MainActor' if property should only be accessed from the main actor
public static let four2Square = getSystemImage(named: SFSymbol.four2Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5339:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four2Square = getSystemImage(named: SFSymbol.four2Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four2SquareFill = getSystemImage(named: SFSymbol.four2SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5340:27: note: annotate 'four2SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four2SquareFill = getSystemImage(named: SFSymbol.four2SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5340:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four2SquareFill = getSystemImage(named: SFSymbol.four2SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four3Circle = getSystemImage(named: SFSymbol.four3Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5341:27: note: annotate 'four3Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four3Circle = getSystemImage(named: SFSymbol.four3Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5341:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four3Circle = getSystemImage(named: SFSymbol.four3Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four3CircleFill = getSystemImage(named: SFSymbol.four3CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5342:27: note: annotate 'four3CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four3CircleFill = getSystemImage(named: SFSymbol.four3CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5342:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four3CircleFill = getSystemImage(named: SFSymbol.four3CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four3Square = getSystemImage(named: SFSymbol.four3Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5343:27: note: annotate 'four3Square' with '@MainActor' if property should only be accessed from the main actor
public static let four3Square = getSystemImage(named: SFSymbol.four3Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5343:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four3Square = getSystemImage(named: SFSymbol.four3Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four3SquareFill = getSystemImage(named: SFSymbol.four3SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5344:27: note: annotate 'four3SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four3SquareFill = getSystemImage(named: SFSymbol.four3SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5344:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four3SquareFill = getSystemImage(named: SFSymbol.four3SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four4Circle = getSystemImage(named: SFSymbol.four4Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5345:27: note: annotate 'four4Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four4Circle = getSystemImage(named: SFSymbol.four4Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5345:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four4Circle = getSystemImage(named: SFSymbol.four4Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four4CircleFill = getSystemImage(named: SFSymbol.four4CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5346:27: note: annotate 'four4CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four4CircleFill = getSystemImage(named: SFSymbol.four4CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5346:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four4CircleFill = getSystemImage(named: SFSymbol.four4CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four4Square = getSystemImage(named: SFSymbol.four4Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5347:27: note: annotate 'four4Square' with '@MainActor' if property should only be accessed from the main actor
public static let four4Square = getSystemImage(named: SFSymbol.four4Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5347:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four4Square = getSystemImage(named: SFSymbol.four4Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four4SquareFill = getSystemImage(named: SFSymbol.four4SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5348:27: note: annotate 'four4SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four4SquareFill = getSystemImage(named: SFSymbol.four4SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5348:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four4SquareFill = getSystemImage(named: SFSymbol.four4SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four5Circle = getSystemImage(named: SFSymbol.four5Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5349:27: note: annotate 'four5Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four5Circle = getSystemImage(named: SFSymbol.four5Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5349:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four5Circle = getSystemImage(named: SFSymbol.four5Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four5CircleFill = getSystemImage(named: SFSymbol.four5CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5350:27: note: annotate 'four5CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four5CircleFill = getSystemImage(named: SFSymbol.four5CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5350:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four5CircleFill = getSystemImage(named: SFSymbol.four5CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four5Square = getSystemImage(named: SFSymbol.four5Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5351:27: note: annotate 'four5Square' with '@MainActor' if property should only be accessed from the main actor
public static let four5Square = getSystemImage(named: SFSymbol.four5Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5351:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four5Square = getSystemImage(named: SFSymbol.four5Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four5SquareFill = getSystemImage(named: SFSymbol.four5SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5352:27: note: annotate 'four5SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four5SquareFill = getSystemImage(named: SFSymbol.four5SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5352:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four5SquareFill = getSystemImage(named: SFSymbol.four5SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four6Circle = getSystemImage(named: SFSymbol.four6Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5353:27: note: annotate 'four6Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four6Circle = getSystemImage(named: SFSymbol.four6Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5353:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four6Circle = getSystemImage(named: SFSymbol.four6Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four6CircleFill = getSystemImage(named: SFSymbol.four6CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5354:27: note: annotate 'four6CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four6CircleFill = getSystemImage(named: SFSymbol.four6CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5354:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four6CircleFill = getSystemImage(named: SFSymbol.four6CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four6Square = getSystemImage(named: SFSymbol.four6Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5355:27: note: annotate 'four6Square' with '@MainActor' if property should only be accessed from the main actor
public static let four6Square = getSystemImage(named: SFSymbol.four6Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5355:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four6Square = getSystemImage(named: SFSymbol.four6Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four6SquareFill = getSystemImage(named: SFSymbol.four6SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5356:27: note: annotate 'four6SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four6SquareFill = getSystemImage(named: SFSymbol.four6SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5356:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four6SquareFill = getSystemImage(named: SFSymbol.four6SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four7Circle = getSystemImage(named: SFSymbol.four7Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5357:27: note: annotate 'four7Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four7Circle = getSystemImage(named: SFSymbol.four7Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5357:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four7Circle = getSystemImage(named: SFSymbol.four7Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four7CircleFill = getSystemImage(named: SFSymbol.four7CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5358:27: note: annotate 'four7CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four7CircleFill = getSystemImage(named: SFSymbol.four7CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5358:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four7CircleFill = getSystemImage(named: SFSymbol.four7CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four7Square = getSystemImage(named: SFSymbol.four7Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5359:27: note: annotate 'four7Square' with '@MainActor' if property should only be accessed from the main actor
public static let four7Square = getSystemImage(named: SFSymbol.four7Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5359:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four7Square = getSystemImage(named: SFSymbol.four7Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four7SquareFill = getSystemImage(named: SFSymbol.four7SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5360:27: note: annotate 'four7SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four7SquareFill = getSystemImage(named: SFSymbol.four7SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5360:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four7SquareFill = getSystemImage(named: SFSymbol.four7SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four8Circle = getSystemImage(named: SFSymbol.four8Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5361:27: note: annotate 'four8Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four8Circle = getSystemImage(named: SFSymbol.four8Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5361:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four8Circle = getSystemImage(named: SFSymbol.four8Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four8CircleFill = getSystemImage(named: SFSymbol.four8CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5362:27: note: annotate 'four8CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four8CircleFill = getSystemImage(named: SFSymbol.four8CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5362:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four8CircleFill = getSystemImage(named: SFSymbol.four8CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four8Square = getSystemImage(named: SFSymbol.four8Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5363:27: note: annotate 'four8Square' with '@MainActor' if property should only be accessed from the main actor
public static let four8Square = getSystemImage(named: SFSymbol.four8Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5363:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four8Square = getSystemImage(named: SFSymbol.four8Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four8SquareFill = getSystemImage(named: SFSymbol.four8SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5364:27: note: annotate 'four8SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four8SquareFill = getSystemImage(named: SFSymbol.four8SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5364:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four8SquareFill = getSystemImage(named: SFSymbol.four8SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four9Circle = getSystemImage(named: SFSymbol.four9Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5365:27: note: annotate 'four9Circle' with '@MainActor' if property should only be accessed from the main actor
public static let four9Circle = getSystemImage(named: SFSymbol.four9Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5365:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four9Circle = getSystemImage(named: SFSymbol.four9Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let four9CircleFill = getSystemImage(named: SFSymbol.four9CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5366:27: note: annotate 'four9CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let four9CircleFill = getSystemImage(named: SFSymbol.four9CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5366:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four9CircleFill = getSystemImage(named: SFSymbol.four9CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let four9Square = getSystemImage(named: SFSymbol.four9Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5367:27: note: annotate 'four9Square' with '@MainActor' if property should only be accessed from the main actor
public static let four9Square = getSystemImage(named: SFSymbol.four9Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5367:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four9Square = getSystemImage(named: SFSymbol.four9Square.rawValue)
^
nonisolated(unsafe)
/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
public static let four9SquareFill = getSystemImage(named: SFSymbol.four9SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5368:27: note: annotate 'four9SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let four9SquareFill = getSystemImage(named: SFSymbol.four9SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5368:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four9SquareFill = getSystemImage(named: SFSymbol.four9SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let five0Circle = getSystemImage(named: SFSymbol.five0Circle.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5369:27: note: annotate 'five0Circle' with '@MainActor' if property should only be accessed from the main actor
public static let five0Circle = getSystemImage(named: SFSymbol.five0Circle.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5369:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let five0Circle = getSystemImage(named: SFSymbol.five0Circle.rawValue)
^
nonisolated(unsafe)
/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
public static let five0CircleFill = getSystemImage(named: SFSymbol.five0CircleFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5370:27: note: annotate 'five0CircleFill' with '@MainActor' if property should only be accessed from the main actor
public static let five0CircleFill = getSystemImage(named: SFSymbol.five0CircleFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5370:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let five0CircleFill = getSystemImage(named: SFSymbol.five0CircleFill.rawValue)
^
nonisolated(unsafe)
/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
public static let five0Square = getSystemImage(named: SFSymbol.five0Square.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5371:27: note: annotate 'five0Square' with '@MainActor' if property should only be accessed from the main actor
public static let five0Square = getSystemImage(named: SFSymbol.five0Square.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5371:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let five0Square = getSystemImage(named: SFSymbol.five0Square.rawValue)
^
nonisolated(unsafe)
/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
public static let five0SquareFill = getSystemImage(named: SFSymbol.five0SquareFill.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5372:27: note: annotate 'five0SquareFill' with '@MainActor' if property should only be accessed from the main actor
public static let five0SquareFill = getSystemImage(named: SFSymbol.five0SquareFill.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5372:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let five0SquareFill = getSystemImage(named: SFSymbol.five0SquareFill.rawValue)
^
nonisolated(unsafe)
/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
public static let appleLogo = getSystemImage(named: SFSymbol.appleLogo.rawValue)
^
AppKit.NSImage:1:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
open class NSImage : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5373:27: note: annotate 'appleLogo' with '@MainActor' if property should only be accessed from the main actor
public static let appleLogo = getSystemImage(named: SFSymbol.appleLogo.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsKit/NSImage+Extension.swift:5373:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let appleLogo = getSystemImage(named: SFSymbol.appleLogo.rawValue)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling UIImage+Extension.swift (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
SwiftDriverJobDiscovery normal arm64 Compiling String+Extension.swift (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
SwiftDriverJobDiscovery normal arm64 Compiling NSImage+Extension.swift (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
SwiftDriverJobDiscovery normal arm64 Compiling Enum.swift (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for SFSymbolsKit (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
SwiftDriver\ Compilation\ Requirements SFSymbolsKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SFSymbolsKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation SFSymbolsKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SFSymbolsKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SFSymbolsKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit-Swift.h (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SFSymbolsKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftmodule (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftdoc (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.abi.json (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftsourceinfo (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.o normal (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SFSymbolsKit.build/Debug/SFSymbolsKit.build/Objects-normal/arm64/SFSymbolsKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.o (in target 'SFSymbolsKit' from project 'SFSymbolsKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SFSymbolsKit.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "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"
}
Done.