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

Failed to build StreamDeck, reference 0.5.1 (f6d1a5), with Swift 6.1 for Linux on 29 Apr 2025 16:29:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
356 | 	public static let lightgrey = Color(hexString: "#D3D3D3")
357 | 	/// CSS `lightpink`
358 | 	public static let lightpink = Color(hexString: "#FFB6C1")
    |                    |- warning: static property 'lightpink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lightpink' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
359 | 	/// CSS `lightsalmon`
360 | 	public static let lightsalmon = Color(hexString: "#FFA07A")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:360:20: warning: static property 'lightsalmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
358 | 	public static let lightpink = Color(hexString: "#FFB6C1")
359 | 	/// CSS `lightsalmon`
360 | 	public static let lightsalmon = Color(hexString: "#FFA07A")
    |                    |- warning: static property 'lightsalmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lightsalmon' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
361 | 	/// CSS `lightseagreen`
362 | 	public static let lightseagreen = Color(hexString: "#20B2AA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:362:20: warning: static property 'lightseagreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
360 | 	public static let lightsalmon = Color(hexString: "#FFA07A")
361 | 	/// CSS `lightseagreen`
362 | 	public static let lightseagreen = Color(hexString: "#20B2AA")
    |                    |- warning: static property 'lightseagreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lightseagreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
363 | 	/// CSS `lightskyblue`
364 | 	public static let lightskyblue = Color(hexString: "#87CEFA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:364:20: warning: static property 'lightskyblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
362 | 	public static let lightseagreen = Color(hexString: "#20B2AA")
363 | 	/// CSS `lightskyblue`
364 | 	public static let lightskyblue = Color(hexString: "#87CEFA")
    |                    |- warning: static property 'lightskyblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lightskyblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
365 | 	/// CSS `lightslategray`
366 | 	public static let lightslategray = Color(hexString: "#778899")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:366:20: warning: static property 'lightslategray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
364 | 	public static let lightskyblue = Color(hexString: "#87CEFA")
365 | 	/// CSS `lightslategray`
366 | 	public static let lightslategray = Color(hexString: "#778899")
    |                    |- warning: static property 'lightslategray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lightslategray' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
367 | 	/// CSS `lightslategrey`
368 | 	public static let lightslategrey = Color(hexString: "#778899")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:368:20: warning: static property 'lightslategrey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
366 | 	public static let lightslategray = Color(hexString: "#778899")
367 | 	/// CSS `lightslategrey`
368 | 	public static let lightslategrey = Color(hexString: "#778899")
    |                    |- warning: static property 'lightslategrey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lightslategrey' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
369 | 	/// CSS `lightsteelblue`
370 | 	public static let lightsteelblue = Color(hexString: "#B0C4DE")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:370:20: warning: static property 'lightsteelblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
368 | 	public static let lightslategrey = Color(hexString: "#778899")
369 | 	/// CSS `lightsteelblue`
370 | 	public static let lightsteelblue = Color(hexString: "#B0C4DE")
    |                    |- warning: static property 'lightsteelblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lightsteelblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
371 | 	/// CSS `lightyellow`
372 | 	public static let lightyellow = Color(hexString: "#FFFFE0")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:372:20: warning: static property 'lightyellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
370 | 	public static let lightsteelblue = Color(hexString: "#B0C4DE")
371 | 	/// CSS `lightyellow`
372 | 	public static let lightyellow = Color(hexString: "#FFFFE0")
    |                    |- warning: static property 'lightyellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lightyellow' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
373 | 	/// CSS `lime`
374 | 	public static let lime = Color(hexString: "#00FF00")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:374:20: warning: static property 'lime' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
372 | 	public static let lightyellow = Color(hexString: "#FFFFE0")
373 | 	/// CSS `lime`
374 | 	public static let lime = Color(hexString: "#00FF00")
    |                    |- warning: static property 'lime' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'lime' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
375 | 	/// CSS `limegreen`
376 | 	public static let limegreen = Color(hexString: "#32CD32")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:376:20: warning: static property 'limegreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
374 | 	public static let lime = Color(hexString: "#00FF00")
375 | 	/// CSS `limegreen`
376 | 	public static let limegreen = Color(hexString: "#32CD32")
    |                    |- warning: static property 'limegreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'limegreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
377 | 	/// CSS `linen`
378 | 	public static let linen = Color(hexString: "#FAF0E6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:378:20: warning: static property 'linen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
376 | 	public static let limegreen = Color(hexString: "#32CD32")
377 | 	/// CSS `linen`
378 | 	public static let linen = Color(hexString: "#FAF0E6")
    |                    |- warning: static property 'linen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'linen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
379 | 	/// CSS `magenta`
380 | 	public static let magenta = Color(hexString: "#FF00FF")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:380:20: warning: static property 'magenta' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
378 | 	public static let linen = Color(hexString: "#FAF0E6")
379 | 	/// CSS `magenta`
380 | 	public static let magenta = Color(hexString: "#FF00FF")
    |                    |- warning: static property 'magenta' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'magenta' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
381 | 	/// CSS `maroon`
382 | 	public static let maroon = Color(hexString: "#800000")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:382:20: warning: static property 'maroon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
380 | 	public static let magenta = Color(hexString: "#FF00FF")
381 | 	/// CSS `maroon`
382 | 	public static let maroon = Color(hexString: "#800000")
    |                    |- warning: static property 'maroon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'maroon' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 | 	/// CSS `mediumaquamarine`
384 | 	public static let mediumaquamarine = Color(hexString: "#66CDAA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:384:20: warning: static property 'mediumaquamarine' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
382 | 	public static let maroon = Color(hexString: "#800000")
383 | 	/// CSS `mediumaquamarine`
384 | 	public static let mediumaquamarine = Color(hexString: "#66CDAA")
    |                    |- warning: static property 'mediumaquamarine' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumaquamarine' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
385 | 	/// CSS `mediumblue`
386 | 	public static let mediumblue = Color(hexString: "#0000CD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:386:20: warning: static property 'mediumblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
384 | 	public static let mediumaquamarine = Color(hexString: "#66CDAA")
385 | 	/// CSS `mediumblue`
386 | 	public static let mediumblue = Color(hexString: "#0000CD")
    |                    |- warning: static property 'mediumblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
387 | 	/// CSS `mediumorchid`
388 | 	public static let mediumorchid = Color(hexString: "#BA55D3")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:388:20: warning: static property 'mediumorchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
386 | 	public static let mediumblue = Color(hexString: "#0000CD")
387 | 	/// CSS `mediumorchid`
388 | 	public static let mediumorchid = Color(hexString: "#BA55D3")
    |                    |- warning: static property 'mediumorchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumorchid' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
389 | 	/// CSS `mediumpurple`
390 | 	public static let mediumpurple = Color(hexString: "#9370DB")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:390:20: warning: static property 'mediumpurple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
388 | 	public static let mediumorchid = Color(hexString: "#BA55D3")
389 | 	/// CSS `mediumpurple`
390 | 	public static let mediumpurple = Color(hexString: "#9370DB")
    |                    |- warning: static property 'mediumpurple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumpurple' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
391 | 	/// CSS `mediumseagreen`
392 | 	public static let mediumseagreen = Color(hexString: "#3CB371")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:392:20: warning: static property 'mediumseagreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
390 | 	public static let mediumpurple = Color(hexString: "#9370DB")
391 | 	/// CSS `mediumseagreen`
392 | 	public static let mediumseagreen = Color(hexString: "#3CB371")
    |                    |- warning: static property 'mediumseagreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumseagreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
393 | 	/// CSS `mediumslateblue`
394 | 	public static let mediumslateblue = Color(hexString: "#7B68EE")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:394:20: warning: static property 'mediumslateblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
392 | 	public static let mediumseagreen = Color(hexString: "#3CB371")
393 | 	/// CSS `mediumslateblue`
394 | 	public static let mediumslateblue = Color(hexString: "#7B68EE")
    |                    |- warning: static property 'mediumslateblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumslateblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 | 	/// CSS `mediumspringgreen`
396 | 	public static let mediumspringgreen = Color(hexString: "#00FA9A")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:396:20: warning: static property 'mediumspringgreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
394 | 	public static let mediumslateblue = Color(hexString: "#7B68EE")
395 | 	/// CSS `mediumspringgreen`
396 | 	public static let mediumspringgreen = Color(hexString: "#00FA9A")
    |                    |- warning: static property 'mediumspringgreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumspringgreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
397 | 	/// CSS `mediumturquoise`
398 | 	public static let mediumturquoise = Color(hexString: "#48D1CC")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:398:20: warning: static property 'mediumturquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
396 | 	public static let mediumspringgreen = Color(hexString: "#00FA9A")
397 | 	/// CSS `mediumturquoise`
398 | 	public static let mediumturquoise = Color(hexString: "#48D1CC")
    |                    |- warning: static property 'mediumturquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumturquoise' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
399 | 	/// CSS `mediumvioletred`
400 | 	public static let mediumvioletred = Color(hexString: "#C71585")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:400:20: warning: static property 'mediumvioletred' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
398 | 	public static let mediumturquoise = Color(hexString: "#48D1CC")
399 | 	/// CSS `mediumvioletred`
400 | 	public static let mediumvioletred = Color(hexString: "#C71585")
    |                    |- warning: static property 'mediumvioletred' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mediumvioletred' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
401 | 	/// CSS `midnightblue`
402 | 	public static let midnightblue = Color(hexString: "#191970")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:402:20: warning: static property 'midnightblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
400 | 	public static let mediumvioletred = Color(hexString: "#C71585")
401 | 	/// CSS `midnightblue`
402 | 	public static let midnightblue = Color(hexString: "#191970")
    |                    |- warning: static property 'midnightblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'midnightblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
403 | 	/// CSS `mintcream`
404 | 	public static let mintcream = Color(hexString: "#F5FFFA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:404:20: warning: static property 'mintcream' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
402 | 	public static let midnightblue = Color(hexString: "#191970")
403 | 	/// CSS `mintcream`
404 | 	public static let mintcream = Color(hexString: "#F5FFFA")
    |                    |- warning: static property 'mintcream' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mintcream' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 | 	/// CSS `mistyrose`
406 | 	public static let mistyrose = Color(hexString: "#FFE4E1")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:406:20: warning: static property 'mistyrose' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
404 | 	public static let mintcream = Color(hexString: "#F5FFFA")
405 | 	/// CSS `mistyrose`
406 | 	public static let mistyrose = Color(hexString: "#FFE4E1")
    |                    |- warning: static property 'mistyrose' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'mistyrose' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
407 | 	/// CSS `moccasin`
408 | 	public static let moccasin = Color(hexString: "#FFE4B5")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:408:20: warning: static property 'moccasin' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
406 | 	public static let mistyrose = Color(hexString: "#FFE4E1")
407 | 	/// CSS `moccasin`
408 | 	public static let moccasin = Color(hexString: "#FFE4B5")
    |                    |- warning: static property 'moccasin' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'moccasin' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
409 | 	/// CSS `navajowhite`
410 | 	public static let navajowhite = Color(hexString: "#FFDEAD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:410:20: warning: static property 'navajowhite' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
408 | 	public static let moccasin = Color(hexString: "#FFE4B5")
409 | 	/// CSS `navajowhite`
410 | 	public static let navajowhite = Color(hexString: "#FFDEAD")
    |                    |- warning: static property 'navajowhite' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'navajowhite' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
411 | 	/// CSS `navy`
412 | 	public static let navy = Color(hexString: "#000080")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:412:20: warning: static property 'navy' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
410 | 	public static let navajowhite = Color(hexString: "#FFDEAD")
411 | 	/// CSS `navy`
412 | 	public static let navy = Color(hexString: "#000080")
    |                    |- warning: static property 'navy' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'navy' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 | 	/// CSS `oldlace`
414 | 	public static let oldlace = Color(hexString: "#FDF5E6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:414:20: warning: static property 'oldlace' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
412 | 	public static let navy = Color(hexString: "#000080")
413 | 	/// CSS `oldlace`
414 | 	public static let oldlace = Color(hexString: "#FDF5E6")
    |                    |- warning: static property 'oldlace' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'oldlace' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
415 | 	/// CSS `olive`
416 | 	public static let olive = Color(hexString: "#808000")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:416:20: warning: static property 'olive' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
414 | 	public static let oldlace = Color(hexString: "#FDF5E6")
415 | 	/// CSS `olive`
416 | 	public static let olive = Color(hexString: "#808000")
    |                    |- warning: static property 'olive' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'olive' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
417 | 	/// CSS `olivedrab`
418 | 	public static let olivedrab = Color(hexString: "#6B8E23")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:418:20: warning: static property 'olivedrab' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
416 | 	public static let olive = Color(hexString: "#808000")
417 | 	/// CSS `olivedrab`
418 | 	public static let olivedrab = Color(hexString: "#6B8E23")
    |                    |- warning: static property 'olivedrab' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'olivedrab' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
419 | 	/// CSS `orange`
420 | 	public static let orange = Color(hexString: "#FFA500")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:420:20: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
418 | 	public static let olivedrab = Color(hexString: "#6B8E23")
419 | 	/// CSS `orange`
420 | 	public static let orange = Color(hexString: "#FFA500")
    |                    |- warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
421 | 	/// CSS `orangered`
422 | 	public static let orangered = Color(hexString: "#FF4500")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:422:20: warning: static property 'orangered' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
420 | 	public static let orange = Color(hexString: "#FFA500")
421 | 	/// CSS `orangered`
422 | 	public static let orangered = Color(hexString: "#FF4500")
    |                    |- warning: static property 'orangered' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'orangered' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
423 | 	/// CSS `orchid`
424 | 	public static let orchid = Color(hexString: "#DA70D6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:424:20: warning: static property 'orchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
422 | 	public static let orangered = Color(hexString: "#FF4500")
423 | 	/// CSS `orchid`
424 | 	public static let orchid = Color(hexString: "#DA70D6")
    |                    |- warning: static property 'orchid' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'orchid' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
425 | 	/// CSS `palegoldenrod`
426 | 	public static let palegoldenrod = Color(hexString: "#EEE8AA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:426:20: warning: static property 'palegoldenrod' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
424 | 	public static let orchid = Color(hexString: "#DA70D6")
425 | 	/// CSS `palegoldenrod`
426 | 	public static let palegoldenrod = Color(hexString: "#EEE8AA")
    |                    |- warning: static property 'palegoldenrod' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'palegoldenrod' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
427 | 	/// CSS `palegreen`
428 | 	public static let palegreen = Color(hexString: "#98FB98")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:428:20: warning: static property 'palegreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
426 | 	public static let palegoldenrod = Color(hexString: "#EEE8AA")
427 | 	/// CSS `palegreen`
428 | 	public static let palegreen = Color(hexString: "#98FB98")
    |                    |- warning: static property 'palegreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'palegreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
429 | 	/// CSS `paleturquoise`
430 | 	public static let paleturquoise = Color(hexString: "#AFEEEE")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:430:20: warning: static property 'paleturquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
428 | 	public static let palegreen = Color(hexString: "#98FB98")
429 | 	/// CSS `paleturquoise`
430 | 	public static let paleturquoise = Color(hexString: "#AFEEEE")
    |                    |- warning: static property 'paleturquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'paleturquoise' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
431 | 	/// CSS `palevioletred`
432 | 	public static let palevioletred = Color(hexString: "#DB7093")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:432:20: warning: static property 'palevioletred' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
430 | 	public static let paleturquoise = Color(hexString: "#AFEEEE")
431 | 	/// CSS `palevioletred`
432 | 	public static let palevioletred = Color(hexString: "#DB7093")
    |                    |- warning: static property 'palevioletred' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'palevioletred' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
433 | 	/// CSS `papayawhip`
434 | 	public static let papayawhip = Color(hexString: "#FFEFD5")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:434:20: warning: static property 'papayawhip' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
432 | 	public static let palevioletred = Color(hexString: "#DB7093")
433 | 	/// CSS `papayawhip`
434 | 	public static let papayawhip = Color(hexString: "#FFEFD5")
    |                    |- warning: static property 'papayawhip' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'papayawhip' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
435 | 	/// CSS `peachpuff`
436 | 	public static let peachpuff = Color(hexString: "#FFDAB9")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:436:20: warning: static property 'peachpuff' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
434 | 	public static let papayawhip = Color(hexString: "#FFEFD5")
435 | 	/// CSS `peachpuff`
436 | 	public static let peachpuff = Color(hexString: "#FFDAB9")
    |                    |- warning: static property 'peachpuff' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'peachpuff' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
437 | 	/// CSS `peru`
438 | 	public static let peru = Color(hexString: "#CD853F")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:438:20: warning: static property 'peru' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
436 | 	public static let peachpuff = Color(hexString: "#FFDAB9")
437 | 	/// CSS `peru`
438 | 	public static let peru = Color(hexString: "#CD853F")
    |                    |- warning: static property 'peru' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'peru' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
439 | 	/// CSS `pink`
440 | 	public static let pink = Color(hexString: "#FFC0CB")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:440:20: warning: static property 'pink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
438 | 	public static let peru = Color(hexString: "#CD853F")
439 | 	/// CSS `pink`
440 | 	public static let pink = Color(hexString: "#FFC0CB")
    |                    |- warning: static property 'pink' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'pink' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
441 | 	/// CSS `plum`
442 | 	public static let plum = Color(hexString: "#DDA0DD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:442:20: warning: static property 'plum' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
440 | 	public static let pink = Color(hexString: "#FFC0CB")
441 | 	/// CSS `plum`
442 | 	public static let plum = Color(hexString: "#DDA0DD")
    |                    |- warning: static property 'plum' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'plum' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
443 | 	/// CSS `powderblue`
444 | 	public static let powderblue = Color(hexString: "#B0E0E6")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:444:20: warning: static property 'powderblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
442 | 	public static let plum = Color(hexString: "#DDA0DD")
443 | 	/// CSS `powderblue`
444 | 	public static let powderblue = Color(hexString: "#B0E0E6")
    |                    |- warning: static property 'powderblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'powderblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
445 | 	/// CSS `purple`
446 | 	public static let purple = Color(hexString: "#800080")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:446:20: warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
444 | 	public static let powderblue = Color(hexString: "#B0E0E6")
445 | 	/// CSS `purple`
446 | 	public static let purple = Color(hexString: "#800080")
    |                    |- warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
447 | 	/// CSS `red`
448 | 	public static let red = Color(hexString: "#FF0000")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:448:20: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
446 | 	public static let purple = Color(hexString: "#800080")
447 | 	/// CSS `red`
448 | 	public static let red = Color(hexString: "#FF0000")
    |                    |- warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
449 | 	/// CSS `rosybrown`
450 | 	public static let rosybrown = Color(hexString: "#BC8F8F")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:450:20: warning: static property 'rosybrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
448 | 	public static let red = Color(hexString: "#FF0000")
449 | 	/// CSS `rosybrown`
450 | 	public static let rosybrown = Color(hexString: "#BC8F8F")
    |                    |- warning: static property 'rosybrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'rosybrown' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
451 | 	/// CSS `royalblue`
452 | 	public static let royalblue = Color(hexString: "#4169E1")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:452:20: warning: static property 'royalblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
450 | 	public static let rosybrown = Color(hexString: "#BC8F8F")
451 | 	/// CSS `royalblue`
452 | 	public static let royalblue = Color(hexString: "#4169E1")
    |                    |- warning: static property 'royalblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'royalblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
453 | 	/// CSS `saddlebrown`
454 | 	public static let saddlebrown = Color(hexString: "#8B4513")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:454:20: warning: static property 'saddlebrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
452 | 	public static let royalblue = Color(hexString: "#4169E1")
453 | 	/// CSS `saddlebrown`
454 | 	public static let saddlebrown = Color(hexString: "#8B4513")
    |                    |- warning: static property 'saddlebrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'saddlebrown' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
455 | 	/// CSS `salmon`
456 | 	public static let salmon = Color(hexString: "#FA8072")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:456:20: warning: static property 'salmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
454 | 	public static let saddlebrown = Color(hexString: "#8B4513")
455 | 	/// CSS `salmon`
456 | 	public static let salmon = Color(hexString: "#FA8072")
    |                    |- warning: static property 'salmon' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'salmon' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
457 | 	/// CSS `sandybrown`
458 | 	public static let sandybrown = Color(hexString: "#F4A460")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:458:20: warning: static property 'sandybrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
456 | 	public static let salmon = Color(hexString: "#FA8072")
457 | 	/// CSS `sandybrown`
458 | 	public static let sandybrown = Color(hexString: "#F4A460")
    |                    |- warning: static property 'sandybrown' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'sandybrown' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
459 | 	/// CSS `seagreen`
460 | 	public static let seagreen = Color(hexString: "#2E8B57")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:460:20: warning: static property 'seagreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
458 | 	public static let sandybrown = Color(hexString: "#F4A460")
459 | 	/// CSS `seagreen`
460 | 	public static let seagreen = Color(hexString: "#2E8B57")
    |                    |- warning: static property 'seagreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'seagreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 | 	/// CSS `seashell`
462 | 	public static let seashell = Color(hexString: "#2E8B57")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:462:20: warning: static property 'seashell' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
460 | 	public static let seagreen = Color(hexString: "#2E8B57")
461 | 	/// CSS `seashell`
462 | 	public static let seashell = Color(hexString: "#2E8B57")
    |                    |- warning: static property 'seashell' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'seashell' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
463 | 	/// CSS `sienna`
464 | 	public static let sienna = Color(hexString: "#A0522D")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:464:20: warning: static property 'sienna' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
462 | 	public static let seashell = Color(hexString: "#2E8B57")
463 | 	/// CSS `sienna`
464 | 	public static let sienna = Color(hexString: "#A0522D")
    |                    |- warning: static property 'sienna' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'sienna' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
465 | 	/// CSS `silver`
466 | 	public static let silver = Color(hexString: "#C0C0C0")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:466:20: warning: static property 'silver' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
464 | 	public static let sienna = Color(hexString: "#A0522D")
465 | 	/// CSS `silver`
466 | 	public static let silver = Color(hexString: "#C0C0C0")
    |                    |- warning: static property 'silver' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'silver' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
467 | 	/// CSS `skyblue`
468 | 	public static let skyblue = Color(hexString: "#87CEEB")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:468:20: warning: static property 'skyblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
466 | 	public static let silver = Color(hexString: "#C0C0C0")
467 | 	/// CSS `skyblue`
468 | 	public static let skyblue = Color(hexString: "#87CEEB")
    |                    |- warning: static property 'skyblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'skyblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
469 | 	/// CSS `slateblue`
470 | 	public static let slateblue = Color(hexString: "#6A5ACD")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:470:20: warning: static property 'slateblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
468 | 	public static let skyblue = Color(hexString: "#87CEEB")
469 | 	/// CSS `slateblue`
470 | 	public static let slateblue = Color(hexString: "#6A5ACD")
    |                    |- warning: static property 'slateblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'slateblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
471 | 	/// CSS `slategray`
472 | 	public static let slategray = Color(hexString: "#708090")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:472:20: warning: static property 'slategray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
470 | 	public static let slateblue = Color(hexString: "#6A5ACD")
471 | 	/// CSS `slategray`
472 | 	public static let slategray = Color(hexString: "#708090")
    |                    |- warning: static property 'slategray' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'slategray' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
473 | 	/// CSS `slategrey`
474 | 	public static let slategrey = Color(hexString: "#708090")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:474:20: warning: static property 'slategrey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
472 | 	public static let slategray = Color(hexString: "#708090")
473 | 	/// CSS `slategrey`
474 | 	public static let slategrey = Color(hexString: "#708090")
    |                    |- warning: static property 'slategrey' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'slategrey' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
475 | 	/// CSS `snow`
476 | 	public static let snow = Color(hexString: "#FFFAFA")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:476:20: warning: static property 'snow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
474 | 	public static let slategrey = Color(hexString: "#708090")
475 | 	/// CSS `snow`
476 | 	public static let snow = Color(hexString: "#FFFAFA")
    |                    |- warning: static property 'snow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'snow' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
477 | 	/// CSS `springgreen`
478 | 	public static let springgreen = Color(hexString: "#00FF7F")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:478:20: warning: static property 'springgreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
476 | 	public static let snow = Color(hexString: "#FFFAFA")
477 | 	/// CSS `springgreen`
478 | 	public static let springgreen = Color(hexString: "#00FF7F")
    |                    |- warning: static property 'springgreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'springgreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
479 | 	/// CSS `steelblue`
480 | 	public static let steelblue = Color(hexString: "#4682B4")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:480:20: warning: static property 'steelblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
478 | 	public static let springgreen = Color(hexString: "#00FF7F")
479 | 	/// CSS `steelblue`
480 | 	public static let steelblue = Color(hexString: "#4682B4")
    |                    |- warning: static property 'steelblue' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'steelblue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
481 | 	/// CSS `tan`
482 | 	public static let tan = Color(hexString: "#D2B48C")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:482:20: warning: static property 'tan' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
480 | 	public static let steelblue = Color(hexString: "#4682B4")
481 | 	/// CSS `tan`
482 | 	public static let tan = Color(hexString: "#D2B48C")
    |                    |- warning: static property 'tan' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'tan' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
483 | 	/// CSS `teal`
484 | 	public static let teal = Color(hexString: "#008080")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:484:20: warning: static property 'teal' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
482 | 	public static let tan = Color(hexString: "#D2B48C")
483 | 	/// CSS `teal`
484 | 	public static let teal = Color(hexString: "#008080")
    |                    |- warning: static property 'teal' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'teal' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
485 | 	/// CSS `thistle`
486 | 	public static let thistle = Color(hexString: "#D8BFD8")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:486:20: warning: static property 'thistle' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
484 | 	public static let teal = Color(hexString: "#008080")
485 | 	/// CSS `thistle`
486 | 	public static let thistle = Color(hexString: "#D8BFD8")
    |                    |- warning: static property 'thistle' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'thistle' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
487 | 	/// CSS `tomato`
488 | 	public static let tomato = Color(hexString: "#FF6347")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:488:20: warning: static property 'tomato' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
486 | 	public static let thistle = Color(hexString: "#D8BFD8")
487 | 	/// CSS `tomato`
488 | 	public static let tomato = Color(hexString: "#FF6347")
    |                    |- warning: static property 'tomato' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'tomato' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
489 | 	/// CSS `turquoise`
490 | 	public static let turquoise = Color(hexString: "#40E0D0")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:490:20: warning: static property 'turquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
488 | 	public static let tomato = Color(hexString: "#FF6347")
489 | 	/// CSS `turquoise`
490 | 	public static let turquoise = Color(hexString: "#40E0D0")
    |                    |- warning: static property 'turquoise' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'turquoise' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
491 | 	/// CSS `violet`
492 | 	public static let violet = Color(hexString: "#EE82EE")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:492:20: warning: static property 'violet' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
490 | 	public static let turquoise = Color(hexString: "#40E0D0")
491 | 	/// CSS `violet`
492 | 	public static let violet = Color(hexString: "#EE82EE")
    |                    |- warning: static property 'violet' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
493 | 	/// CSS `wheat`
494 | 	public static let wheat = Color(hexString: "#F5DEB3")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:494:20: warning: static property 'wheat' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
492 | 	public static let violet = Color(hexString: "#EE82EE")
493 | 	/// CSS `wheat`
494 | 	public static let wheat = Color(hexString: "#F5DEB3")
    |                    |- warning: static property 'wheat' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'wheat' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
495 | 	/// CSS `white`
496 | 	public static let white = Color(hexString: "#FFFFFF")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:496:20: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
494 | 	public static let wheat = Color(hexString: "#F5DEB3")
495 | 	/// CSS `white`
496 | 	public static let white = Color(hexString: "#FFFFFF")
    |                    |- warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
497 | 	/// CSS `whitesmoke`
498 | 	public static let whitesmoke = Color(hexString: "#F5F5F5")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:498:20: warning: static property 'whitesmoke' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
496 | 	public static let white = Color(hexString: "#FFFFFF")
497 | 	/// CSS `whitesmoke`
498 | 	public static let whitesmoke = Color(hexString: "#F5F5F5")
    |                    |- warning: static property 'whitesmoke' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'whitesmoke' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
499 | 	/// CSS `yellow`
500 | 	public static let yellow = Color(hexString: "#FFFF00")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:500:20: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
498 | 	public static let whitesmoke = Color(hexString: "#F5F5F5")
499 | 	/// CSS `yellow`
500 | 	public static let yellow = Color(hexString: "#FFFF00")
    |                    |- warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
501 | 	/// CSS `yellowgreen`
502 | 	public static let yellowgreen = Color(hexString: "#9ACD32")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:502:20: warning: static property 'yellowgreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// A set of components that define a color. The color space is defined by the drawing context.
 12 | public struct Color: Equatable, Hashable, Codable {
    |               `- note: consider making struct 'Color' conform to the 'Sendable' protocol
 13 |
 14 |     /// Red value
    :
500 | 	public static let yellow = Color(hexString: "#FFFF00")
501 | 	/// CSS `yellowgreen`
502 | 	public static let yellowgreen = Color(hexString: "#9ACD32")
    |                    |- warning: static property 'yellowgreen' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'yellowgreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
503 |
504 | }
[60/214] Compiling ArgumentParser CompletionKind.swift
[61/214] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:44:20: warning: static property 'icon' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
42 |
43 | 	/// The default layout.
44 | 	public static let icon: LayoutName = "$X1"
   |                    |- warning: static property 'icon' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'icon' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 | 	/// The layout best suited for custom images with a title.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:47:20: warning: static property 'canvas' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
45 |
46 | 	/// The layout best suited for custom images with a title.
47 | 	public static let canvas: LayoutName = "$A0"
   |                    |- warning: static property 'canvas' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'canvas' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 | 	/// The layout best suited for representing a single value.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:50:20: warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
48 |
49 | 	/// The layout best suited for representing a single value.
50 | 	public static let value: LayoutName = "$A1"
   |                    |- warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'value' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |
52 | 	/// The layout best suited for representing a single value range.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:53:20: warning: static property 'indicator' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
51 |
52 | 	/// The layout best suited for representing a single value range.
53 | 	public static let indicator: LayoutName = "$B1"
   |                    |- warning: static property 'indicator' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'indicator' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 | 	/// The layout best suited for representing a single value range, where the data can be further explained using color.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:56:20: warning: static property 'gradient' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
54 |
55 | 	/// The layout best suited for representing a single value range, where the data can be further explained using color.
56 | 	public static let gradient: LayoutName = "$B2"
   |                    |- warning: static property 'gradient' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'gradient' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 |
58 | 	/// The layout best suited for representing two value ranges.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:59:20: warning: static property 'doubleIndicator' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
57 |
58 | 	/// The layout best suited for representing two value ranges.
59 | 	public static let doubleIndicator: LayoutName = "$C1"
   |                    |- warning: static property 'doubleIndicator' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'doubleIndicator' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |
61 | }
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:44:20: warning: static property 'icon' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
42 |
43 | 	/// The default layout.
44 | 	public static let icon: LayoutName = "$X1"
   |                    |- warning: static property 'icon' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'icon' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 | 	/// The layout best suited for custom images with a title.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:47:20: warning: static property 'canvas' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
45 |
46 | 	/// The layout best suited for custom images with a title.
47 | 	public static let canvas: LayoutName = "$A0"
   |                    |- warning: static property 'canvas' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'canvas' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 | 	/// The layout best suited for representing a single value.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:50:20: warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
48 |
49 | 	/// The layout best suited for representing a single value.
50 | 	public static let value: LayoutName = "$A1"
   |                    |- warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'value' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |
52 | 	/// The layout best suited for representing a single value range.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:53:20: warning: static property 'indicator' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
51 |
52 | 	/// The layout best suited for representing a single value range.
53 | 	public static let indicator: LayoutName = "$B1"
   |                    |- warning: static property 'indicator' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'indicator' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 | 	/// The layout best suited for representing a single value range, where the data can be further explained using color.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:56:20: warning: static property 'gradient' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
54 |
55 | 	/// The layout best suited for representing a single value range, where the data can be further explained using color.
56 | 	public static let gradient: LayoutName = "$B2"
   |                    |- warning: static property 'gradient' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'gradient' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 |
58 | 	/// The layout best suited for representing two value ranges.
/host/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:59:20: warning: static property 'doubleIndicator' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
13 | ///
14 | /// The layout can also be dynamically changed using the `setFeedbackLayout` event.
15 | public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
   |               `- note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
16 |
17 | 	public var id: String
   :
57 |
58 | 	/// The layout best suited for representing two value ranges.
59 | 	public static let doubleIndicator: LayoutName = "$C1"
   |                    |- warning: static property 'doubleIndicator' is not concurrency-safe because non-'Sendable' type 'LayoutName' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'doubleIndicator' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |
61 | }
/host/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift:56:13: warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
54 | 	}
55 |
56 | 	static var standard = Rect(x: 0, y: 0, width: 200, height: 100)
   |             |- warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'standard' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 | }
58 |
/host/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift:56:13: warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
54 | 	}
55 |
56 | 	static var standard = Rect(x: 0, y: 0, width: 200, height: 100)
   |             |- warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'standard' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 | }
58 |
[85/216] Compiling ArgumentParser OptionGroup.swift
[86/216] Compiling ArgumentParser AsyncParsableCommand.swift
[87/216] Compiling ArgumentParser CommandConfiguration.swift
[88/216] Compiling ArgumentParser CommandGroup.swift
[89/216] Compiling ArgumentParser EnumerableFlag.swift
[90/216] Compiling ArgumentParser Name.swift
[91/216] Compiling ArgumentParser Parsed.swift
[92/216] Compiling ArgumentParser ParsedValues.swift
[93/216] Compiling ArgumentParser ParserError.swift
[94/216] Compiling ArgumentParser SplitArguments.swift
[106/216] Compiling ArgumentParser Option.swift
[107/216] Compiling ArgumentParser CollectionExtensions.swift
[108/216] Compiling ArgumentParser Platform.swift
[109/216] Compiling ArgumentParser SequenceExtensions.swift
[110/216] Compiling ArgumentParser StringExtensions.swift
[111/216] Compiling ArgumentParser Tree.swift
[133/216] Compiling ArgumentParser ArgumentDefinition.swift
[134/216] Compiling ArgumentParser ArgumentSet.swift
[135/216] Compiling ArgumentParser CommandParser.swift
[136/216] Compiling ArgumentParser InputKey.swift
[137/216] Compiling ArgumentParser InputOrigin.swift
[138/216] Compiling ArgumentParser DumpHelpGenerator.swift
[139/216] Compiling ArgumentParser HelpCommand.swift
[140/216] Compiling ArgumentParser HelpGenerator.swift
[141/216] Compiling ArgumentParser MessageInfo.swift
[142/216] Compiling ArgumentParser UsageGenerator.swift
[160/218] Emitting module SwiftSyntax
[199/224] Compiling SwiftSyntax SyntaxDeclNodes.swift
[200/224] Compiling SwiftSyntax SyntaxExprNodes.swift
[201/224] Compiling SwiftSyntax SyntaxNodes.swift
[202/224] Compiling SwiftSyntax SyntaxPatternNodes.swift
[203/224] Compiling SwiftSyntax SyntaxStmtNodes.swift
[204/224] Compiling SwiftSyntax SyntaxTypeNodes.swift
[209/224] Compiling SwiftSyntax RawSyntaxNodes.swift
[210/224] Compiling SwiftSyntax RawSyntaxValidation.swift
[211/225] Wrapping AST for SwiftSyntax for debugging
[213/276] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[214/276] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[215/276] Compiling SwiftBasicFormat Syntax+Extensions.swift
[216/276] Compiling SwiftDiagnostics Convenience.swift
[217/276] Emitting module SwiftDiagnostics
[218/276] Compiling SwiftDiagnostics Message.swift
[219/276] Compiling SwiftDiagnostics Note.swift
[220/276] Compiling SwiftDiagnostics Diagnostic.swift
[221/276] Compiling SwiftDiagnostics FixIt.swift
[222/276] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[223/276] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[224/276] Emitting module SwiftBasicFormat
[225/277] Compiling SwiftBasicFormat BasicFormat.swift
[227/278] Wrapping AST for SwiftDiagnostics for debugging
[228/278] Wrapping AST for SwiftBasicFormat for debugging
[230/278] Emitting module SwiftParser
[231/283] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[232/283] Compiling SwiftParser StringLiterals.swift
[233/283] Compiling SwiftParser SwiftParserCompatibility.swift
[234/283] Compiling SwiftParser SyntaxUtils.swift
[235/283] Compiling SwiftParser TokenConsumer.swift
[236/283] Compiling SwiftParser TokenPrecedence.swift
[237/283] Compiling SwiftParser TokenSpec.swift
[238/283] Compiling SwiftParser TokenSpecSet.swift
[239/283] Compiling SwiftParser TopLevel.swift
[240/283] Compiling SwiftParser TriviaParser.swift
[241/283] Compiling SwiftParser Modifiers.swift
[242/283] Compiling SwiftParser Names.swift
[243/283] Compiling SwiftParser Nominals.swift
[244/283] Compiling SwiftParser Parameters.swift
[245/283] Compiling SwiftParser ParseSourceFile.swift
[246/283] Compiling SwiftParser Parser.swift
[247/283] Compiling SwiftParser Patterns.swift
[248/283] Compiling SwiftParser Recovery.swift
[249/283] Compiling SwiftParser Specifiers.swift
[250/283] Compiling SwiftParser Statements.swift
[251/283] Compiling SwiftParser Lexer.swift
[252/283] Compiling SwiftParser RegexLiteralLexer.swift
[253/283] Compiling SwiftParser UnicodeScalarExtensions.swift
[254/283] Compiling SwiftParser Lookahead.swift
[255/283] Compiling SwiftParser LoopProgressCondition.swift
[256/283] Compiling SwiftParser Attributes.swift
[257/283] Compiling SwiftParser Availability.swift
[258/283] Compiling SwiftParser CharacterInfo.swift
[259/283] Compiling SwiftParser CollectionNodes+Parsable.swift
[260/283] Compiling SwiftParser Declarations.swift
[261/283] Compiling SwiftParser Directives.swift
[262/283] Compiling SwiftParser ExperimentalFeatures.swift
[263/283] Compiling SwiftParser Expressions.swift
[264/283] Compiling SwiftParser IncrementalParseTransition.swift
[265/283] Compiling SwiftParser Cursor.swift
[266/283] Compiling SwiftParser Lexeme.swift
[267/283] Compiling SwiftParser LexemeSequence.swift
[268/283] Compiling SwiftParser Types.swift
[269/283] Compiling SwiftParser IsLexerClassified.swift
[270/283] Compiling SwiftParser LayoutNodes+Parsable.swift
[271/283] Compiling SwiftParser Parser+TokenSpecSet.swift
[272/283] Compiling SwiftParser TokenSpecStaticMembers.swift
[273/284] Wrapping AST for SwiftParser for debugging
[275/307] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[276/308] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[277/308] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[278/308] Compiling SwiftParserDiagnostics MissingNodesError.swift
[279/308] Compiling SwiftParserDiagnostics MissingTokenError.swift
[280/309] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[281/309] Compiling SwiftOperators OperatorTable.swift
[282/309] Compiling SwiftOperators PrecedenceGroup.swift
[283/309] Compiling SwiftOperators PrecedenceGraph.swift
[284/309] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[285/309] Compiling SwiftParserDiagnostics Utils.swift
[286/309] Emitting module SwiftOperators
[287/309] Compiling SwiftOperators SyntaxSynthesis.swift
[288/309] Compiling SwiftOperators OperatorTable+Semantics.swift
[289/309] Compiling SwiftOperators OperatorTable+Folding.swift
[291/310] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[291/310] Wrapping AST for SwiftOperators for debugging
[293/310] Emitting module SwiftParserDiagnostics
[294/310] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[295/310] Compiling SwiftParserDiagnostics PresenceUtils.swift
[300/310] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[301/310] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[302/311] Wrapping AST for SwiftParserDiagnostics for debugging
[304/325] Emitting module SwiftSyntaxBuilder
[305/326] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[306/326] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[307/326] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[308/326] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[309/326] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[310/326] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[311/326] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[312/326] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[313/326] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[314/326] Compiling SwiftSyntaxBuilder Indenter.swift
[315/326] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[316/326] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[317/326] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[318/326] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[319/327] Wrapping AST for SwiftSyntaxBuilder for debugging
[321/341] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[322/341] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[323/342] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[324/342] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[325/342] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[326/342] Compiling SwiftSyntaxMacros Macro+Format.swift
[327/342] Compiling SwiftSyntaxMacros Macro.swift
[328/342] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[329/342] Compiling SwiftSyntaxMacros MemberMacro.swift
[330/342] Compiling SwiftSyntaxMacros PeerMacro.swift
[331/342] Compiling SwiftSyntaxMacros AccessorMacro.swift
[332/342] Compiling SwiftSyntaxMacros AttachedMacro.swift
[333/342] Emitting module SwiftSyntaxMacros
[334/342] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[335/342] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[336/343] Wrapping AST for SwiftSyntaxMacros for debugging
[338/351] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[339/351] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[340/351] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[341/351] Emitting module SwiftSyntaxMacroExpansion
[342/351] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[343/351] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[344/351] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[345/351] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[346/352] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[348/359] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[349/359] Emitting module SwiftCompilerPluginMessageHandling
[350/359] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[351/359] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[352/359] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[353/359] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[354/359] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[355/360] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[357/362] Emitting module SwiftCompilerPlugin
[358/362] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[359/363] Wrapping AST for SwiftCompilerPlugin for debugging
[361/367] Compiling StreamDeckMacros KeyMacros.swift
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:17:20: warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public struct GlobalSettingsMacro: SharedKeyMacro {
16 |
17 | 	public static let inheritedType = TypeSyntax("GlobalSettingKey")
   |                    `- warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 8 | import Foundation
 9 | import SwiftCompilerPlugin
10 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
11 | import SwiftSyntaxBuilder
12 | import SwiftSyntaxMacros
   :
15 | public struct GlobalSettingsMacro: SharedKeyMacro {
16 |
17 | 	public static let inheritedType = TypeSyntax("GlobalSettingKey")
   |                    |- note: add '@MainActor' to make static property 'inheritedType' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | }
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:23:20: warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
21 | public struct EnvironmentMacro: SharedKeyMacro {
22 |
23 | 	public static let inheritedType = TypeSyntax("EnvironmentKey")
   |                    |- warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'inheritedType' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |
25 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
[362/367] Emitting module StreamDeckMacros
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:17:20: warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public struct GlobalSettingsMacro: SharedKeyMacro {
16 |
17 | 	public static let inheritedType = TypeSyntax("GlobalSettingKey")
   |                    `- warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 8 | import Foundation
 9 | import SwiftCompilerPlugin
10 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
11 | import SwiftSyntaxBuilder
12 | import SwiftSyntaxMacros
   :
15 | public struct GlobalSettingsMacro: SharedKeyMacro {
16 |
17 | 	public static let inheritedType = TypeSyntax("GlobalSettingKey")
   |                    |- note: add '@MainActor' to make static property 'inheritedType' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | }
/host/spi-builder-workspace/Sources/StreamDeckMacros/KeyMacros.swift:23:20: warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
21 | public struct EnvironmentMacro: SharedKeyMacro {
22 |
23 | 	public static let inheritedType = TypeSyntax("EnvironmentKey")
   |                    |- warning: static property 'inheritedType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'inheritedType' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |
25 | }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
[363/367] Compiling StreamDeckMacros SharedKeyMacro.swift
[364/367] Compiling StreamDeckMacros Plugin.swift
[365/368] Wrapping AST for StreamDeckMacros for debugging
[366/368] Write Objects.LinkFileList
[367/368] Linking StreamDeckMacros-tool
[369/446] Compiling StreamDeck ActionBuilder.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[370/446] Compiling StreamDeck ExportCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[371/446] Compiling StreamDeck PluginCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[372/446] Compiling StreamDeck StreamDeckCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[373/446] Compiling StreamDeck StreamDeckKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[374/446] Compiling StreamDeck EventProtocols.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[375/451] Compiling StreamDeck Action+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[376/451] Compiling StreamDeck Action+Support.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[377/451] Compiling StreamDeck Action.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[378/451] Compiling StreamDeck LongPress.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[379/451] Compiling StreamDeck PluginCommunication.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[380/451] Compiling StreamDeck EnvironmentKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[381/451] Compiling StreamDeck EnvironmentValues.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[382/451] Compiling StreamDeck EnvironmentWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[383/451] Compiling StreamDeck ApplicationsToMonitor.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[384/451] Compiling StreamDeck Coordinates.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[391/451] Compiling StreamDeck PluginManifest.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[392/451] Compiling StreamDeck PluginOS.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[393/451] Compiling StreamDeck PluginProfile.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[394/451] Compiling StreamDeck PluginSoftware.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[395/451] Compiling StreamDeck RotaryEncoder.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[401/456] Compiling StreamDeck StreamDeckError.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[402/456] Compiling StreamDeck SDPlugin+Received.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[403/456] Compiling StreamDeck SDPlugin+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[404/456] Compiling StreamDeck SDPlugin+Support.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[405/456] Compiling StreamDeck StreamDeckPlugin.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[406/456] Compiling StreamDeck Fonts.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[407/456] Compiling StreamDeck Hardware.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[408/456] Compiling StreamDeck PluginAction.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[409/456] Compiling StreamDeck PluginActionState.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[410/456] Compiling StreamDeck PluginInfo.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[420/456] Compiling StreamDeck ActionControllerRegistry.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[427/456] Emitting module StreamDeck
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[428/456] Compiling StreamDeck Events.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[429/456] Compiling StreamDeck CharSet+DNS.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[430/456] Compiling StreamDeck NSImage+Base64.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[431/456] Compiling StreamDeck URL+Argument.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[432/456] Compiling StreamDeck SettingsMacros.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[433/456] Compiling StreamDeck Action+Received.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[434/456] Compiling StreamDeck TriggerDescription.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[435/456] Compiling StreamDeck GlobalSettings.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[436/456] Compiling StreamDeck GlobalSettingsKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[437/456] Compiling StreamDeck SettingsWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[438/456] Compiling StreamDeck State.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[439/456] Emitting module StreamDeck
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/19] Write swift-version-24593BA9C3E375BF.txt
[5/55] Compiling SwiftSyntax509 Empty.swift
[6/55] Emitting module SwiftSyntax509
[8/55] Compiling SDPlusLayout LayoutItem.swift
[9/55] Compiling SDPlusLayout LayoutName.swift
[10/57] Compiling SDPlusLayout BarLayoutItem.swift
[11/57] Compiling SDPlusLayout Color+ExpressibleByStringLiteral.swift
[14/59] Compiling SDPlusLayout Slider.swift
[15/59] Compiling SDPlusLayout Text.swift
[16/59] Compiling SDPlusLayout Clamped.swift
[17/59] Compiling SDPlusLayout Layout.swift
[18/59] Compiling SDPlusLayout ModifiedItem.swift
[19/59] Compiling SDPlusLayout Properties.swift
[22/72] Compiling SwiftSyntax MissingNodeInitializers.swift
[23/72] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[24/72] Compiling SwiftSyntax Convenience.swift
[25/72] Compiling SwiftSyntax MemoryLayout.swift
[30/104] Compiling SwiftSyntax Syntax.swift
[31/104] Compiling SwiftSyntax SyntaxArena.swift
[32/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[33/104] Compiling SwiftSyntax TokenDiagnostic.swift
[34/104] Emitting module ArgumentParserToolInfo
[35/104] Compiling ArgumentParserToolInfo ToolInfo.swift
[37/105] Emitting module ArgumentParserToolInfo
[38/105] Compiling ArgumentParserToolInfo ToolInfo.swift
[40/182] Compiling ArgumentParser BashCompletionsGenerator.swift
[41/182] Compiling ArgumentParser CompletionsGenerator.swift
[42/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[43/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/182] Emitting module SDPlusLayout
[45/182] Emitting module ArgumentParser
[47/188] Emitting module SDPlusLayout
[51/189] Compiling ArgumentParser CollectionExtensions.swift
[52/189] Compiling ArgumentParser Platform.swift
[53/189] Compiling ArgumentParser SequenceExtensions.swift
[54/189] Compiling ArgumentParser StringExtensions.swift
[55/189] Compiling ArgumentParser Tree.swift
[56/189] Compiling ArgumentParser ArgumentDefinition.swift
[57/189] Compiling ArgumentParser ArgumentSet.swift
[58/189] Compiling ArgumentParser CommandParser.swift
[59/189] Compiling ArgumentParser InputKey.swift
[60/189] Compiling ArgumentParser InputOrigin.swift
[65/194] Compiling ArgumentParser Argument.swift
[66/194] Compiling ArgumentParser ArgumentHelp.swift
[67/194] Compiling ArgumentParser ArgumentVisibility.swift
[68/194] Compiling ArgumentParser CompletionKind.swift
[69/194] Compiling ArgumentParser Errors.swift
[70/194] Compiling ArgumentParser Flag.swift
[71/194] Compiling ArgumentParser NameSpecification.swift
[72/194] Compiling ArgumentParser Option.swift
[73/194] Emitting module ArgumentParser
[80/194] Compiling ArgumentParser Name.swift
[81/194] Compiling ArgumentParser Parsed.swift
[82/194] Compiling ArgumentParser ParsedValues.swift
[83/194] Compiling ArgumentParser ParserError.swift
[84/194] Compiling ArgumentParser SplitArguments.swift
[85/194] Compiling ArgumentParser DumpHelpGenerator.swift
[86/194] Compiling ArgumentParser HelpCommand.swift
[87/194] Compiling ArgumentParser HelpGenerator.swift
[88/194] Compiling ArgumentParser MessageInfo.swift
[89/194] Compiling ArgumentParser UsageGenerator.swift
[90/194] Compiling ArgumentParser AsyncParsableCommand.swift
[91/194] Compiling ArgumentParser CommandConfiguration.swift
[92/194] Compiling ArgumentParser CommandGroup.swift
[93/194] Compiling ArgumentParser EnumerableFlag.swift
[94/194] Compiling ArgumentParser ExpressibleByArgument.swift
[95/194] Compiling ArgumentParser ParsableArguments.swift
[96/200] Compiling ArgumentParser CollectionExtensions.swift
[97/200] Compiling ArgumentParser Platform.swift
[98/200] Compiling ArgumentParser SequenceExtensions.swift
[99/200] Compiling ArgumentParser StringExtensions.swift
[100/200] Compiling ArgumentParser Tree.swift
[106/200] Compiling ArgumentParser OptionGroup.swift
[132/200] Compiling ArgumentParser ParsableArgumentsValidation.swift
[133/200] Compiling ArgumentParser ParsableCommand.swift
[134/200] Compiling ArgumentParser ArgumentDecoder.swift
[170/202] Emitting module SwiftSyntax
[171/202] Compiling SwiftSyntax SyntaxDeclNodes.swift
[172/202] Compiling SwiftSyntax SyntaxExprNodes.swift
[173/202] Compiling SwiftSyntax SyntaxNodes.swift
[174/202] Compiling SwiftSyntax SyntaxPatternNodes.swift
[175/202] Compiling SwiftSyntax SyntaxStmtNodes.swift
[176/202] Compiling SwiftSyntax SyntaxTypeNodes.swift
[187/202] Compiling SwiftSyntax RawSyntaxNodes.swift
[188/202] Compiling SwiftSyntax RawSyntaxValidation.swift
[190/253] Compiling SwiftDiagnostics FixIt.swift
[191/253] Compiling SwiftBasicFormat Syntax+Extensions.swift
[192/253] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[193/253] Compiling SwiftDiagnostics Message.swift
[194/253] Compiling SwiftDiagnostics Note.swift
[195/253] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[196/253] Emitting module SwiftDiagnostics
[197/253] Compiling SwiftDiagnostics Convenience.swift
[198/253] Compiling SwiftDiagnostics Diagnostic.swift
[199/253] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[200/253] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[202/253] Emitting module SwiftBasicFormat
[203/253] Compiling SwiftBasicFormat BasicFormat.swift
[205/253] Compiling SwiftParser Lexer.swift
[206/253] Compiling SwiftParser RegexLiteralLexer.swift
[207/253] Compiling SwiftParser UnicodeScalarExtensions.swift
[208/253] Compiling SwiftParser Lookahead.swift
[209/253] Compiling SwiftParser LoopProgressCondition.swift
[210/258] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[211/258] Compiling SwiftParser StringLiterals.swift
[212/258] Compiling SwiftParser SwiftParserCompatibility.swift
[213/258] Compiling SwiftParser SyntaxUtils.swift
[214/258] Compiling SwiftParser TokenConsumer.swift
[215/258] Compiling SwiftParser TokenPrecedence.swift
[216/258] Compiling SwiftParser TokenSpec.swift
[217/258] Compiling SwiftParser TokenSpecSet.swift
[218/258] Compiling SwiftParser TopLevel.swift
[219/258] Compiling SwiftParser TriviaParser.swift
[220/258] Emitting module SwiftParser
[221/258] Compiling SwiftParser Parser.swift
[222/258] Compiling SwiftParser Patterns.swift
[223/258] Compiling SwiftParser Recovery.swift
[224/258] Compiling SwiftParser Specifiers.swift
[225/258] Compiling SwiftParser Statements.swift
[226/258] Compiling SwiftParser Modifiers.swift
[227/258] Compiling SwiftParser Names.swift
[228/258] Compiling SwiftParser Nominals.swift
[229/258] Compiling SwiftParser Parameters.swift
[230/258] Compiling SwiftParser ParseSourceFile.swift
[231/258] Compiling SwiftParser Types.swift
[232/258] Compiling SwiftParser IsLexerClassified.swift
[233/258] Compiling SwiftParser LayoutNodes+Parsable.swift
[234/258] Compiling SwiftParser Parser+TokenSpecSet.swift
[235/258] Compiling SwiftParser TokenSpecStaticMembers.swift
[236/258] Compiling SwiftParser Attributes.swift
[237/258] Compiling SwiftParser Availability.swift
[238/258] Compiling SwiftParser CharacterInfo.swift
[239/258] Compiling SwiftParser CollectionNodes+Parsable.swift
[240/258] Compiling SwiftParser Declarations.swift
[241/258] Compiling SwiftParser Directives.swift
[242/258] Compiling SwiftParser ExperimentalFeatures.swift
[243/258] Compiling SwiftParser Expressions.swift
[244/258] Compiling SwiftParser IncrementalParseTransition.swift
[245/258] Compiling SwiftParser Cursor.swift
[246/258] Compiling SwiftParser Lexeme.swift
[247/258] Compiling SwiftParser LexemeSequence.swift
[248/259] Wrapping AST for SwiftParser for debugging
[250/282] Compiling SwiftOperators PrecedenceGroup.swift
[251/283] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[252/284] Compiling SwiftOperators SyntaxSynthesis.swift
[253/284] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[254/284] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[255/284] Compiling SwiftParserDiagnostics Utils.swift
[256/284] Compiling SwiftOperators OperatorTable.swift
[257/284] Compiling SwiftOperators PrecedenceGraph.swift
[258/284] Compiling SwiftOperators OperatorTable+Folding.swift
[259/284] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[260/284] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[261/284] Emitting module SwiftOperators
[262/284] Compiling SwiftOperators OperatorTable+Semantics.swift
[263/284] Compiling SwiftParserDiagnostics MissingNodesError.swift
[264/284] Compiling SwiftParserDiagnostics MissingTokenError.swift
[266/285] Emitting module SwiftParserDiagnostics
[267/285] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[267/285] Wrapping AST for SwiftOperators for debugging
[271/285] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[272/285] Compiling SwiftParserDiagnostics PresenceUtils.swift
[275/285] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[276/285] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[277/286] Wrapping AST for SwiftParserDiagnostics for debugging
[279/300] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[280/300] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[281/301] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[282/301] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[283/301] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[284/301] Compiling SwiftSyntaxBuilder Indenter.swift
[285/301] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[286/301] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[287/301] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[288/301] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[289/301] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[290/301] Emitting module SwiftSyntaxBuilder
[291/301] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[292/301] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[293/301] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[294/302] Wrapping AST for SwiftSyntaxBuilder for debugging
[296/316] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[297/316] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[298/317] Compiling SwiftSyntaxMacros Macro.swift
[299/317] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[300/317] Compiling SwiftSyntaxMacros MemberMacro.swift
[301/317] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[302/317] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[303/317] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[304/317] Compiling SwiftSyntaxMacros Macro+Format.swift
[305/317] Compiling SwiftSyntaxMacros AccessorMacro.swift
[306/317] Compiling SwiftSyntaxMacros AttachedMacro.swift
[307/317] Emitting module SwiftSyntaxMacros
[308/317] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[309/317] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[310/317] Compiling SwiftSyntaxMacros PeerMacro.swift
[312/325] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[313/325] Emitting module SwiftSyntaxMacroExpansion
[314/325] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[315/325] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[316/325] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[317/325] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[318/325] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[319/325] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[320/326] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[322/333] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[323/333] Emitting module SwiftCompilerPluginMessageHandling
[324/333] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[325/333] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[326/333] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[327/333] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[328/333] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[330/335] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[331/335] Emitting module SwiftCompilerPlugin
[332/336] Wrapping AST for SwiftCompilerPlugin for debugging
[334/340] Emitting module StreamDeckMacros
[335/340] Compiling StreamDeckMacros SharedKeyMacro.swift
[336/340] Compiling StreamDeckMacros Plugin.swift
[337/340] Compiling StreamDeckMacros KeyMacros.swift
[338/340] Write Objects.LinkFileList
[339/340] Linking StreamDeckMacros-tool
[341/418] Compiling StreamDeck Fonts.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[342/418] Compiling StreamDeck Hardware.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[343/418] Compiling StreamDeck PluginAction.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[344/418] Compiling StreamDeck PluginActionState.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[345/418] Compiling StreamDeck PluginInfo.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[346/423] Compiling StreamDeck ActionBuilder.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[347/423] Compiling StreamDeck ExportCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[348/423] Compiling StreamDeck PluginCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[349/423] Compiling StreamDeck StreamDeckCommand.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[350/423] Compiling StreamDeck StreamDeckKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[351/423] Compiling StreamDeck EventProtocols.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[352/428] Compiling StreamDeck EnvironmentKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[353/428] Compiling StreamDeck EnvironmentValues.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[354/428] Compiling StreamDeck EnvironmentWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[355/428] Compiling StreamDeck ApplicationsToMonitor.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[356/428] Compiling StreamDeck Coordinates.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[357/428] Compiling StreamDeck Action+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[358/428] Compiling StreamDeck Action+Support.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[359/428] Compiling StreamDeck Action.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[360/428] Compiling StreamDeck LongPress.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[361/428] Compiling StreamDeck PluginCommunication.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[362/428] Compiling StreamDeck StreamDeckError.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[363/428] Compiling StreamDeck SDPlugin+Received.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[364/428] Compiling StreamDeck SDPlugin+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[365/428] Compiling StreamDeck SDPlugin+Support.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[366/428] Compiling StreamDeck StreamDeckPlugin.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[367/428] Compiling StreamDeck ActionControllerRegistry.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[368/428] Compiling StreamDeck TriggerDescription.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[369/428] Compiling StreamDeck GlobalSettings.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[370/428] Compiling StreamDeck GlobalSettingsKey.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[371/428] Compiling StreamDeck SettingsWrapper.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[372/428] Compiling StreamDeck State.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[378/428] Compiling StreamDeck CharSet+DNS.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[379/428] Compiling StreamDeck NSImage+Base64.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[380/428] Compiling StreamDeck URL+Argument.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[381/428] Compiling StreamDeck SettingsMacros.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[382/428] Compiling StreamDeck Action+Received.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[388/428] Compiling StreamDeck Action+Sent.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[389/428] Compiling StreamDeck Action+Support.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[390/428] Compiling StreamDeck Action.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[391/428] Compiling StreamDeck LongPress.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[392/428] Compiling StreamDeck PluginCommunication.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
[393/428] Compiling StreamDeck Events.swift
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[400/428] Emitting module StreamDeck
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
/host/spi-builder-workspace/Sources/StreamDeck/Command Line/StreamDeckCommand.swift:10:8: error: no such module 'OSLog'
 8 | import Foundation
 9 | import ArgumentParser
10 | import OSLog
   |        `- error: no such module 'OSLog'
11 |
12 | fileprivate let log = Logger(subsystem: "StreamDeckPlugin", category: "StreamDeckCommand")
BUILD FAILURE 6.1 linux