The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SFSymbolsKit, reference develop (df2d54), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 17:46:57 UTC.

Swift 6 data race errors: 5359

Build Command

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

Build Log

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