The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build StreamDeck, reference 0.5.1 (f6d1a5), with Swift 6.1 for Android on 29 May 2025 20:11:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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
    :
346 | 	public static let lightcoral = Color(hexString: "#F08080")
347 | 	/// CSS `lightcyan`
348 | 	public static let lightcyan = Color(hexString: "#E0FFFF")
    |                    |- warning: static property 'lightcyan' 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 'lightcyan' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
349 | 	/// CSS `lightgoldenrodyellow`
350 | 	public static let lightgoldenrodyellow = Color(hexString: "#FAFAD2")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:350:20: warning: static property 'lightgoldenrodyellow' 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
    :
348 | 	public static let lightcyan = Color(hexString: "#E0FFFF")
349 | 	/// CSS `lightgoldenrodyellow`
350 | 	public static let lightgoldenrodyellow = Color(hexString: "#FAFAD2")
    |                    |- warning: static property 'lightgoldenrodyellow' 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 'lightgoldenrodyellow' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
351 | 	/// CSS `lightgray`
352 | 	public static let lightgray = Color(hexString: "#D3D3D3")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:352:20: warning: static property 'lightgray' 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
    :
350 | 	public static let lightgoldenrodyellow = Color(hexString: "#FAFAD2")
351 | 	/// CSS `lightgray`
352 | 	public static let lightgray = Color(hexString: "#D3D3D3")
    |                    |- warning: static property 'lightgray' 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 'lightgray' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
353 | 	/// CSS `lightgreen`
354 | 	public static let lightgreen = Color(hexString: "#90EE90")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:354:20: warning: static property 'lightgreen' 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
    :
352 | 	public static let lightgray = Color(hexString: "#D3D3D3")
353 | 	/// CSS `lightgreen`
354 | 	public static let lightgreen = Color(hexString: "#90EE90")
    |                    |- warning: static property 'lightgreen' 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 'lightgreen' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
355 | 	/// CSS `lightgrey`
356 | 	public static let lightgrey = Color(hexString: "#D3D3D3")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:356:20: warning: static property 'lightgrey' 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
    :
354 | 	public static let lightgreen = Color(hexString: "#90EE90")
355 | 	/// CSS `lightgrey`
356 | 	public static let lightgrey = Color(hexString: "#D3D3D3")
    |                    |- warning: static property 'lightgrey' 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 'lightgrey' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
357 | 	/// CSS `lightpink`
358 | 	public static let lightpink = Color(hexString: "#FFB6C1")
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:358:20: 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
 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 | }
/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 |
[156/217] Compiling SDPlusLayout ModifiedItem.swift
/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 |
[157/217] Compiling SDPlusLayout Properties.swift
/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 |
[180/224] 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 SwiftDiagnostics Convenience.swift
[214/276] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[215/276] Compiling SwiftBasicFormat Syntax+Extensions.swift
[216/276] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[217/276] Compiling SwiftDiagnostics Message.swift
[218/276] Compiling SwiftDiagnostics Note.swift
[219/276] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[220/276] Compiling SwiftDiagnostics FixIt.swift
[221/276] Emitting module SwiftDiagnostics
[222/276] Compiling SwiftDiagnostics Diagnostic.swift
[223/276] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[225/277] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[226/277] Compiling SwiftParser StringLiterals.swift
[227/277] Compiling SwiftParser SwiftParserCompatibility.swift
[228/277] Compiling SwiftParser SyntaxUtils.swift
[229/277] Compiling SwiftParser TokenConsumer.swift
[230/277] Emitting module SwiftBasicFormat
[231/277] Compiling SwiftBasicFormat BasicFormat.swift
[231/283] Wrapping AST for SwiftDiagnostics for debugging
[233/283] Wrapping AST for SwiftBasicFormat for debugging
[235/283] Compiling SwiftParser Lexer.swift
[236/283] Compiling SwiftParser RegexLiteralLexer.swift
[237/283] Compiling SwiftParser UnicodeScalarExtensions.swift
[238/283] Compiling SwiftParser Lookahead.swift
[239/283] Compiling SwiftParser LoopProgressCondition.swift
[240/283] Emitting module SwiftParser
[241/283] Compiling SwiftParser TokenPrecedence.swift
[242/283] Compiling SwiftParser TokenSpec.swift
[243/283] Compiling SwiftParser TokenSpecSet.swift
[244/283] Compiling SwiftParser TopLevel.swift
[245/283] Compiling SwiftParser TriviaParser.swift
[246/283] Compiling SwiftParser Modifiers.swift
[247/283] Compiling SwiftParser Names.swift
[248/283] Compiling SwiftParser Nominals.swift
[249/283] Compiling SwiftParser Parameters.swift
[250/283] Compiling SwiftParser ParseSourceFile.swift
[251/283] Compiling SwiftParser Parser.swift
[252/283] Compiling SwiftParser Patterns.swift
[253/283] Compiling SwiftParser Recovery.swift
[254/283] Compiling SwiftParser Specifiers.swift
[255/283] Compiling SwiftParser Statements.swift
[256/283] Compiling SwiftParser ExperimentalFeatures.swift
[257/283] Compiling SwiftParser Expressions.swift
[258/283] Compiling SwiftParser IncrementalParseTransition.swift
[259/283] Compiling SwiftParser Cursor.swift
[260/283] Compiling SwiftParser Lexeme.swift
[261/283] Compiling SwiftParser LexemeSequence.swift
[262/283] Compiling SwiftParser Attributes.swift
[263/283] Compiling SwiftParser Availability.swift
[264/283] Compiling SwiftParser CharacterInfo.swift
[265/283] Compiling SwiftParser CollectionNodes+Parsable.swift
[266/283] Compiling SwiftParser Declarations.swift
[267/283] Compiling SwiftParser Directives.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 SwiftOperators PrecedenceGroup.swift
[276/308] Compiling SwiftOperators PrecedenceGraph.swift
[277/308] Compiling SwiftOperators OperatorTable.swift
[278/308] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[279/308] Compiling SwiftParserDiagnostics PresenceUtils.swift
[280/308] Compiling SwiftOperators OperatorTable+Semantics.swift
[281/308] Emitting module SwiftOperators
[282/308] Compiling SwiftOperators OperatorTable+Folding.swift
[283/308] Compiling SwiftParserDiagnostics MissingNodesError.swift
[284/308] Compiling SwiftParserDiagnostics MissingTokenError.swift
[285/308] Compiling SwiftOperators SyntaxSynthesis.swift
[287/309] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[288/309] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[289/309] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[290/310] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[291/310] Compiling SwiftParserDiagnostics Utils.swift
[292/310] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[292/310] Wrapping AST for SwiftOperators for debugging
[294/310] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[297/310] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[298/310] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[301/310] Emitting module SwiftParserDiagnostics
[302/311] Wrapping AST for SwiftParserDiagnostics for debugging
[304/325] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[305/325] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[306/326] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[307/326] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[308/326] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[309/326] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[310/326] Emitting module SwiftSyntaxBuilder
[311/326] Compiling SwiftSyntaxBuilder Indenter.swift
[312/326] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[313/326] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[314/326] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[315/326] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[316/326] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[317/326] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[318/326] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[319/327] Wrapping AST for SwiftSyntaxBuilder for debugging
[321/341] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[322/341] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[323/341] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[324/341] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[325/341] Compiling SwiftSyntaxMacros MemberMacro.swift
[326/342] Compiling SwiftSyntaxMacros Macro.swift
[327/342] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[328/342] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[329/342] Compiling SwiftSyntaxMacros Macro+Format.swift
[330/342] Compiling SwiftSyntaxMacros AccessorMacro.swift
[331/342] Compiling SwiftSyntaxMacros AttachedMacro.swift
[332/342] Emitting module SwiftSyntaxMacros
[333/342] Compiling SwiftSyntaxMacros PeerMacro.swift
[334/342] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[335/342] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[336/343] Wrapping AST for SwiftSyntaxMacros for debugging
[338/351] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[339/351] Emitting module SwiftSyntaxMacroExpansion
[340/351] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[341/351] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[342/351] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[343/351] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[344/351] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[345/351] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[346/352] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[348/359] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[349/359] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[350/359] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[351/359] Emitting module SwiftCompilerPluginMessageHandling
[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 Plugin.swift
[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 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 |
[365/368] Wrapping AST for StreamDeckMacros for debugging
[366/368] Write Objects.LinkFileList
[367/368] Linking StreamDeckMacros-tool
[369/446] 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")
[370/446] 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")
[371/446] 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")
[372/446] 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")
[373/446] 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")
[374/451] 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")
[375/451] 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")
[376/451] 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")
[377/451] 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")
[378/451] 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")
[379/456] 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")
[380/456] 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")
[381/456] 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")
[382/456] 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")
[383/456] 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")
[384/456] 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")
[385/456] 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")
[386/456] 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")
[387/456] 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")
[388/456] 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")
[389/456] 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")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[390/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")
[401/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")
[402/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")
[403/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")
[404/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")
[405/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")
[406/456] 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")
[407/456] 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")
[408/456] 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")
[409/456] 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")
[410/456] 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")
[411/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")
/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")
[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")
/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)
[444/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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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] Emitting module SwiftSyntax509
[6/55] Compiling SwiftSyntax509 Empty.swift
[7/56] Compiling SDPlusLayout LayoutItem.swift
[8/56] Compiling SDPlusLayout LayoutName.swift
[10/58] Compiling SDPlusLayout Clamped.swift
[11/58] Compiling SDPlusLayout Layout.swift
[12/57] Compiling SDPlusLayout BarLayoutItem.swift
[13/57] Compiling SDPlusLayout Color+ExpressibleByStringLiteral.swift
[18/59] Compiling SDPlusLayout Bar.swift
[19/59] Compiling SDPlusLayout Image.swift
[20/59] Compiling SDPlusLayout Slider.swift
[21/59] Compiling SDPlusLayout Text.swift
[22/59] Compiling SDPlusLayout ModifiedItem.swift
[23/59] Compiling SDPlusLayout Properties.swift
[24/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[25/104] Compiling SwiftSyntax RawSyntax.swift
[26/104] Emitting module SDPlusLayout
[27/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[28/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[29/104] Compiling SwiftSyntax SyntaxText.swift
[30/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[31/104] Compiling SwiftSyntax Convenience.swift
[32/104] Compiling SwiftSyntax MemoryLayout.swift
[35/104] Emitting module ArgumentParserToolInfo
[36/104] Compiling ArgumentParserToolInfo ToolInfo.swift
[37/105] Emitting module ArgumentParserToolInfo
[38/105] Compiling ArgumentParserToolInfo ToolInfo.swift
[41/182] Emitting module SDPlusLayout
[42/182] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/182] Compiling ArgumentParser CompletionsGenerator.swift
[44/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/184] Compiling ArgumentParser Argument.swift
[55/184] Compiling ArgumentParser ArgumentHelp.swift
[56/189] Emitting module ArgumentParser
[57/189] Compiling ArgumentParser ArgumentVisibility.swift
[58/189] Compiling ArgumentParser CompletionKind.swift
[59/189] Compiling ArgumentParser Errors.swift
[60/189] Compiling ArgumentParser Flag.swift
[61/189] Compiling ArgumentParser NameSpecification.swift
[62/189] Compiling ArgumentParser Option.swift
[75/189] Compiling ArgumentParser OptionGroup.swift
[76/189] Compiling ArgumentParser AsyncParsableCommand.swift
[77/195] Emitting module ArgumentParser
[84/200] Compiling ArgumentParser DumpHelpGenerator.swift
[85/200] Compiling ArgumentParser HelpCommand.swift
[86/200] Compiling ArgumentParser HelpGenerator.swift
[87/200] Compiling ArgumentParser MessageInfo.swift
[88/200] Compiling ArgumentParser UsageGenerator.swift
[89/200] Compiling ArgumentParser Name.swift
[90/200] Compiling ArgumentParser Parsed.swift
[91/200] Compiling ArgumentParser ParsedValues.swift
[92/200] Compiling ArgumentParser ParserError.swift
[93/200] Compiling ArgumentParser SplitArguments.swift
[94/200] Compiling ArgumentParser ExpressibleByArgument.swift
[95/200] Compiling ArgumentParser ParsableArguments.swift
[96/200] Compiling ArgumentParser ParsableArgumentsValidation.swift
[97/200] Compiling ArgumentParser ParsableCommand.swift
[98/200] Compiling ArgumentParser ArgumentDecoder.swift
[101/200] Compiling ArgumentParser CommandConfiguration.swift
[102/200] Compiling ArgumentParser CommandGroup.swift
[103/200] Compiling ArgumentParser EnumerableFlag.swift
[120/200] Compiling ArgumentParser CollectionExtensions.swift
[121/200] Compiling ArgumentParser Platform.swift
[122/200] Compiling ArgumentParser SequenceExtensions.swift
[123/200] Compiling ArgumentParser StringExtensions.swift
[124/200] Compiling ArgumentParser Tree.swift
[125/200] Compiling ArgumentParser ArgumentDefinition.swift
[126/200] Compiling ArgumentParser ArgumentSet.swift
[127/200] Compiling ArgumentParser CommandParser.swift
[128/200] Compiling ArgumentParser InputKey.swift
[129/200] Compiling ArgumentParser InputOrigin.swift
[152/202] Emitting module SwiftSyntax
[177/202] Compiling SwiftSyntax SyntaxDeclNodes.swift
[178/202] Compiling SwiftSyntax SyntaxExprNodes.swift
[179/202] Compiling SwiftSyntax SyntaxNodes.swift
[180/202] Compiling SwiftSyntax SyntaxPatternNodes.swift
[181/202] Compiling SwiftSyntax SyntaxStmtNodes.swift
[182/202] Compiling SwiftSyntax SyntaxTypeNodes.swift
[187/202] Compiling SwiftSyntax RawSyntaxNodes.swift
[188/202] Compiling SwiftSyntax RawSyntaxValidation.swift
[190/215] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[191/215] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[192/253] Compiling SwiftBasicFormat Syntax+Extensions.swift
[193/253] Compiling SwiftDiagnostics Message.swift
[194/253] Compiling SwiftDiagnostics FixIt.swift
[195/253] Emitting module SwiftDiagnostics
[196/253] Compiling SwiftDiagnostics Note.swift
[197/253] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[198/253] Compiling SwiftDiagnostics Diagnostic.swift
[199/253] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[200/253] Compiling SwiftDiagnostics Convenience.swift
[202/253] Emitting module SwiftBasicFormat
[203/253] Compiling SwiftBasicFormat BasicFormat.swift
[205/253] Emitting module SwiftParser
[206/258] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[207/258] Compiling SwiftParser StringLiterals.swift
[208/258] Compiling SwiftParser SwiftParserCompatibility.swift
[209/258] Compiling SwiftParser SyntaxUtils.swift
[210/258] Compiling SwiftParser TokenConsumer.swift
[211/258] Compiling SwiftParser TokenPrecedence.swift
[212/258] Compiling SwiftParser TokenSpec.swift
[213/258] Compiling SwiftParser TokenSpecSet.swift
[214/258] Compiling SwiftParser TopLevel.swift
[215/258] Compiling SwiftParser TriviaParser.swift
[216/258] Compiling SwiftParser Modifiers.swift
[217/258] Compiling SwiftParser Names.swift
[218/258] Compiling SwiftParser Nominals.swift
[219/258] Compiling SwiftParser Parameters.swift
[220/258] Compiling SwiftParser ParseSourceFile.swift
[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 Attributes.swift
[227/258] Compiling SwiftParser Availability.swift
[228/258] Compiling SwiftParser CharacterInfo.swift
[229/258] Compiling SwiftParser CollectionNodes+Parsable.swift
[230/258] Compiling SwiftParser Declarations.swift
[231/258] Compiling SwiftParser Directives.swift
[232/258] Compiling SwiftParser Lexer.swift
[233/258] Compiling SwiftParser RegexLiteralLexer.swift
[234/258] Compiling SwiftParser UnicodeScalarExtensions.swift
[235/258] Compiling SwiftParser Lookahead.swift
[236/258] Compiling SwiftParser LoopProgressCondition.swift
[237/258] Compiling SwiftParser ExperimentalFeatures.swift
[238/258] Compiling SwiftParser Expressions.swift
[239/258] Compiling SwiftParser IncrementalParseTransition.swift
[240/258] Compiling SwiftParser Cursor.swift
[241/258] Compiling SwiftParser Lexeme.swift
[242/258] Compiling SwiftParser LexemeSequence.swift
[243/258] Compiling SwiftParser Types.swift
[244/258] Compiling SwiftParser IsLexerClassified.swift
[245/258] Compiling SwiftParser LayoutNodes+Parsable.swift
[246/258] Compiling SwiftParser Parser+TokenSpecSet.swift
[247/258] Compiling SwiftParser TokenSpecStaticMembers.swift
[248/259] Wrapping AST for SwiftParser for debugging
[250/282] Compiling SwiftOperators PrecedenceGroup.swift
[251/283] Compiling SwiftOperators OperatorTable.swift
[252/283] Compiling SwiftOperators PrecedenceGraph.swift
[253/283] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[254/284] Emitting module SwiftOperators
[255/284] Compiling SwiftOperators SyntaxSynthesis.swift
[256/284] Compiling SwiftOperators OperatorTable+Semantics.swift
[257/284] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[258/284] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[259/284] Compiling SwiftParserDiagnostics MissingNodesError.swift
[260/284] Compiling SwiftParserDiagnostics MissingTokenError.swift
[261/284] Compiling SwiftOperators OperatorTable+Folding.swift
[262/285] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[263/285] Wrapping AST for SwiftOperators for debugging
[265/285] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[266/285] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[267/285] Compiling SwiftParserDiagnostics Utils.swift
[270/285] Emitting module SwiftParserDiagnostics
[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 Indenter.swift
[280/300] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[281/301] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[282/301] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[283/301] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[284/301] Emitting module SwiftSyntaxBuilder
[285/301] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[286/301] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[287/301] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[288/301] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[289/301] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[290/301] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[291/301] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[292/301] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[293/301] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[294/302] Wrapping AST for SwiftSyntaxBuilder for debugging
[296/316] Compiling SwiftSyntaxMacros AccessorMacro.swift
[297/316] Compiling SwiftSyntaxMacros AttachedMacro.swift
[298/317] Compiling SwiftSyntaxMacros MemberMacro.swift
[299/317] Compiling SwiftSyntaxMacros Macro.swift
[300/317] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[301/317] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[302/317] Compiling SwiftSyntaxMacros Macro+Format.swift
[303/317] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[304/317] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[305/317] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[306/317] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[307/317] Compiling SwiftSyntaxMacros PeerMacro.swift
[308/317] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[309/317] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[310/317] Emitting module SwiftSyntaxMacros
[312/325] Emitting module SwiftSyntaxMacroExpansion
[313/325] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[314/325] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[315/325] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[316/325] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[317/325] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[318/325] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[319/325] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[320/326] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[322/333] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[323/333] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[324/333] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[325/333] Emitting module SwiftCompilerPluginMessageHandling
[326/333] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[327/333] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[328/333] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[330/335] Emitting module SwiftCompilerPlugin
[331/335] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[332/336] Wrapping AST for SwiftCompilerPlugin for debugging
[334/340] Emitting module StreamDeckMacros
[335/340] Compiling StreamDeckMacros KeyMacros.swift
[336/340] Compiling StreamDeckMacros SharedKeyMacro.swift
[337/340] Compiling StreamDeckMacros Plugin.swift
[338/340] Write Objects.LinkFileList
[339/340] Linking StreamDeckMacros-tool
[341/418] 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")
[342/418] 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")
[343/418] 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")
[344/418] 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")
[345/418] 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")
[346/418] 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")
[347/418] 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")
[348/418] 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")
[349/418] 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")
[350/418] 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")
[351/418] 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")
[352/423] 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")
[353/423] 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")
[354/423] 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")
[355/423] 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")
[356/423] 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")
[357/423] 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")
[358/423] 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")
[359/423] 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")
[360/423] 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")
[361/423] 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")
[362/423] 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")
[363/423] 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")
[364/423] 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")
[365/423] 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")
[366/423] 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")
[372/423] 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")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[378/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")
[379/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")
[380/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")
[381/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")
[382/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")
[383/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")
[384/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")
[385/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")
[386/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")
[387/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")
[388/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")
[389/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")
/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")
[396/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")
[397/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")
[398/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")
[399/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")
[400/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")
/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/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")
[403/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")
[404/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")
[405/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")
[406/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")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[407/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")
/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 android