The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build StreamDeck, reference 0.5.1 (f6d1a5), with Swift 6.1 for tvOS using Xcode 16.3 on 29 Apr 2025 16:33:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamDeck -destination generic/platform=tvOS

Build Log

public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:404:20: note: add '@MainActor' to make static property 'mintcream' part of global actor 'MainActor'
        public static let mintcream = Color(hexString: "#F5FFFA")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:404:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mintcream = Color(hexString: "#F5FFFA")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let mistyrose = Color(hexString: "#FFE4E1")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:406:20: note: add '@MainActor' to make static property 'mistyrose' part of global actor 'MainActor'
        public static let mistyrose = Color(hexString: "#FFE4E1")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:406:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mistyrose = Color(hexString: "#FFE4E1")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let moccasin = Color(hexString: "#FFE4B5")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:408:20: note: add '@MainActor' to make static property 'moccasin' part of global actor 'MainActor'
        public static let moccasin = Color(hexString: "#FFE4B5")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:408:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let moccasin = Color(hexString: "#FFE4B5")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let navajowhite = Color(hexString: "#FFDEAD")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:410:20: note: add '@MainActor' to make static property 'navajowhite' part of global actor 'MainActor'
        public static let navajowhite = Color(hexString: "#FFDEAD")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:410:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let navajowhite = Color(hexString: "#FFDEAD")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let navy = Color(hexString: "#000080")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:412:20: note: add '@MainActor' to make static property 'navy' part of global actor 'MainActor'
        public static let navy = Color(hexString: "#000080")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:412:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let navy = Color(hexString: "#000080")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let oldlace = Color(hexString: "#FDF5E6")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:414:20: note: add '@MainActor' to make static property 'oldlace' part of global actor 'MainActor'
        public static let oldlace = Color(hexString: "#FDF5E6")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:414:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let oldlace = Color(hexString: "#FDF5E6")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let olive = Color(hexString: "#808000")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:416:20: note: add '@MainActor' to make static property 'olive' part of global actor 'MainActor'
        public static let olive = Color(hexString: "#808000")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:416:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let olive = Color(hexString: "#808000")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let olivedrab = Color(hexString: "#6B8E23")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:418:20: note: add '@MainActor' to make static property 'olivedrab' part of global actor 'MainActor'
        public static let olivedrab = Color(hexString: "#6B8E23")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:418:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let olivedrab = Color(hexString: "#6B8E23")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let orange = Color(hexString: "#FFA500")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:420:20: note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
        public static let orange = Color(hexString: "#FFA500")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:420:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orange = Color(hexString: "#FFA500")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let orangered = Color(hexString: "#FF4500")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:422:20: note: add '@MainActor' to make static property 'orangered' part of global actor 'MainActor'
        public static let orangered = Color(hexString: "#FF4500")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:422:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orangered = Color(hexString: "#FF4500")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let orchid = Color(hexString: "#DA70D6")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:424:20: note: add '@MainActor' to make static property 'orchid' part of global actor 'MainActor'
        public static let orchid = Color(hexString: "#DA70D6")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:424:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orchid = Color(hexString: "#DA70D6")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let palegoldenrod = Color(hexString: "#EEE8AA")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:426:20: note: add '@MainActor' to make static property 'palegoldenrod' part of global actor 'MainActor'
        public static let palegoldenrod = Color(hexString: "#EEE8AA")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:426:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let palegoldenrod = Color(hexString: "#EEE8AA")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let palegreen = Color(hexString: "#98FB98")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:428:20: note: add '@MainActor' to make static property 'palegreen' part of global actor 'MainActor'
        public static let palegreen = Color(hexString: "#98FB98")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:428:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let palegreen = Color(hexString: "#98FB98")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let paleturquoise = Color(hexString: "#AFEEEE")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:430:20: note: add '@MainActor' to make static property 'paleturquoise' part of global actor 'MainActor'
        public static let paleturquoise = Color(hexString: "#AFEEEE")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:430:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let paleturquoise = Color(hexString: "#AFEEEE")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let palevioletred = Color(hexString: "#DB7093")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:432:20: note: add '@MainActor' to make static property 'palevioletred' part of global actor 'MainActor'
        public static let palevioletred = Color(hexString: "#DB7093")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:432:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let palevioletred = Color(hexString: "#DB7093")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let papayawhip = Color(hexString: "#FFEFD5")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:434:20: note: add '@MainActor' to make static property 'papayawhip' part of global actor 'MainActor'
        public static let papayawhip = Color(hexString: "#FFEFD5")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:434:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let papayawhip = Color(hexString: "#FFEFD5")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let peachpuff = Color(hexString: "#FFDAB9")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:436:20: note: add '@MainActor' to make static property 'peachpuff' part of global actor 'MainActor'
        public static let peachpuff = Color(hexString: "#FFDAB9")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:436:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let peachpuff = Color(hexString: "#FFDAB9")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let peru = Color(hexString: "#CD853F")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:438:20: note: add '@MainActor' to make static property 'peru' part of global actor 'MainActor'
        public static let peru = Color(hexString: "#CD853F")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:438:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let peru = Color(hexString: "#CD853F")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let pink = Color(hexString: "#FFC0CB")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:440:20: note: add '@MainActor' to make static property 'pink' part of global actor 'MainActor'
        public static let pink = Color(hexString: "#FFC0CB")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:440:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pink = Color(hexString: "#FFC0CB")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let plum = Color(hexString: "#DDA0DD")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:442:20: note: add '@MainActor' to make static property 'plum' part of global actor 'MainActor'
        public static let plum = Color(hexString: "#DDA0DD")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:442:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let plum = Color(hexString: "#DDA0DD")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let powderblue = Color(hexString: "#B0E0E6")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:444:20: note: add '@MainActor' to make static property 'powderblue' part of global actor 'MainActor'
        public static let powderblue = Color(hexString: "#B0E0E6")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:444:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let powderblue = Color(hexString: "#B0E0E6")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let purple = Color(hexString: "#800080")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:446:20: note: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
        public static let purple = Color(hexString: "#800080")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:446:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let purple = Color(hexString: "#800080")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let red = Color(hexString: "#FF0000")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:448:20: note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
        public static let red = Color(hexString: "#FF0000")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:448:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let red = Color(hexString: "#FF0000")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let rosybrown = Color(hexString: "#BC8F8F")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:450:20: note: add '@MainActor' to make static property 'rosybrown' part of global actor 'MainActor'
        public static let rosybrown = Color(hexString: "#BC8F8F")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:450:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let rosybrown = Color(hexString: "#BC8F8F")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let royalblue = Color(hexString: "#4169E1")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:452:20: note: add '@MainActor' to make static property 'royalblue' part of global actor 'MainActor'
        public static let royalblue = Color(hexString: "#4169E1")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:452:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let royalblue = Color(hexString: "#4169E1")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let saddlebrown = Color(hexString: "#8B4513")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:454:20: note: add '@MainActor' to make static property 'saddlebrown' part of global actor 'MainActor'
        public static let saddlebrown = Color(hexString: "#8B4513")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:454:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let saddlebrown = Color(hexString: "#8B4513")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let salmon = Color(hexString: "#FA8072")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:456:20: note: add '@MainActor' to make static property 'salmon' part of global actor 'MainActor'
        public static let salmon = Color(hexString: "#FA8072")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:456:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let salmon = Color(hexString: "#FA8072")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let sandybrown = Color(hexString: "#F4A460")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:458:20: note: add '@MainActor' to make static property 'sandybrown' part of global actor 'MainActor'
        public static let sandybrown = Color(hexString: "#F4A460")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:458:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sandybrown = Color(hexString: "#F4A460")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let seagreen = Color(hexString: "#2E8B57")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:460:20: note: add '@MainActor' to make static property 'seagreen' part of global actor 'MainActor'
        public static let seagreen = Color(hexString: "#2E8B57")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:460:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let seagreen = Color(hexString: "#2E8B57")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let seashell = Color(hexString: "#2E8B57")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:462:20: note: add '@MainActor' to make static property 'seashell' part of global actor 'MainActor'
        public static let seashell = Color(hexString: "#2E8B57")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:462:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let seashell = Color(hexString: "#2E8B57")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let sienna = Color(hexString: "#A0522D")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:464:20: note: add '@MainActor' to make static property 'sienna' part of global actor 'MainActor'
        public static let sienna = Color(hexString: "#A0522D")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:464:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sienna = Color(hexString: "#A0522D")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let silver = Color(hexString: "#C0C0C0")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:466:20: note: add '@MainActor' to make static property 'silver' part of global actor 'MainActor'
        public static let silver = Color(hexString: "#C0C0C0")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:466:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let silver = Color(hexString: "#C0C0C0")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let skyblue = Color(hexString: "#87CEEB")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:468:20: note: add '@MainActor' to make static property 'skyblue' part of global actor 'MainActor'
        public static let skyblue = Color(hexString: "#87CEEB")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:468:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let skyblue = Color(hexString: "#87CEEB")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let slateblue = Color(hexString: "#6A5ACD")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:470:20: note: add '@MainActor' to make static property 'slateblue' part of global actor 'MainActor'
        public static let slateblue = Color(hexString: "#6A5ACD")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:470:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let slateblue = Color(hexString: "#6A5ACD")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let slategray = Color(hexString: "#708090")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:472:20: note: add '@MainActor' to make static property 'slategray' part of global actor 'MainActor'
        public static let slategray = Color(hexString: "#708090")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:472:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let slategray = Color(hexString: "#708090")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let slategrey = Color(hexString: "#708090")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:474:20: note: add '@MainActor' to make static property 'slategrey' part of global actor 'MainActor'
        public static let slategrey = Color(hexString: "#708090")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:474:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let slategrey = Color(hexString: "#708090")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let snow = Color(hexString: "#FFFAFA")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:476:20: note: add '@MainActor' to make static property 'snow' part of global actor 'MainActor'
        public static let snow = Color(hexString: "#FFFAFA")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:476:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let snow = Color(hexString: "#FFFAFA")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let springgreen = Color(hexString: "#00FF7F")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:478:20: note: add '@MainActor' to make static property 'springgreen' part of global actor 'MainActor'
        public static let springgreen = Color(hexString: "#00FF7F")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:478:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let springgreen = Color(hexString: "#00FF7F")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let steelblue = Color(hexString: "#4682B4")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:480:20: note: add '@MainActor' to make static property 'steelblue' part of global actor 'MainActor'
        public static let steelblue = Color(hexString: "#4682B4")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:480:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let steelblue = Color(hexString: "#4682B4")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let tan = Color(hexString: "#D2B48C")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:482:20: note: add '@MainActor' to make static property 'tan' part of global actor 'MainActor'
        public static let tan = Color(hexString: "#D2B48C")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:482:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tan = Color(hexString: "#D2B48C")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let teal = Color(hexString: "#008080")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:484:20: note: add '@MainActor' to make static property 'teal' part of global actor 'MainActor'
        public static let teal = Color(hexString: "#008080")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:484:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let teal = Color(hexString: "#008080")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let thistle = Color(hexString: "#D8BFD8")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:486:20: note: add '@MainActor' to make static property 'thistle' part of global actor 'MainActor'
        public static let thistle = Color(hexString: "#D8BFD8")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:486:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let thistle = Color(hexString: "#D8BFD8")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let tomato = Color(hexString: "#FF6347")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:488:20: note: add '@MainActor' to make static property 'tomato' part of global actor 'MainActor'
        public static let tomato = Color(hexString: "#FF6347")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:488:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tomato = Color(hexString: "#FF6347")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let turquoise = Color(hexString: "#40E0D0")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:490:20: note: add '@MainActor' to make static property 'turquoise' part of global actor 'MainActor'
        public static let turquoise = Color(hexString: "#40E0D0")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:490:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let turquoise = Color(hexString: "#40E0D0")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let violet = Color(hexString: "#EE82EE")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:492:20: note: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
        public static let violet = Color(hexString: "#EE82EE")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:492:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let violet = Color(hexString: "#EE82EE")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let wheat = Color(hexString: "#F5DEB3")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:494:20: note: add '@MainActor' to make static property 'wheat' part of global actor 'MainActor'
        public static let wheat = Color(hexString: "#F5DEB3")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:494:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let wheat = Color(hexString: "#F5DEB3")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let white = Color(hexString: "#FFFFFF")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:496:20: note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
        public static let white = Color(hexString: "#FFFFFF")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:496:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let white = Color(hexString: "#FFFFFF")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let whitesmoke = Color(hexString: "#F5F5F5")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:498:20: note: add '@MainActor' to make static property 'whitesmoke' part of global actor 'MainActor'
        public static let whitesmoke = Color(hexString: "#F5F5F5")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:498:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let whitesmoke = Color(hexString: "#F5F5F5")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let yellow = Color(hexString: "#FFFF00")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:500:20: note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
        public static let yellow = Color(hexString: "#FFFF00")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:500:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let yellow = Color(hexString: "#FFFF00")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let yellowgreen = Color(hexString: "#9ACD32")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:12:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:502:20: note: add '@MainActor' to make static property 'yellowgreen' part of global actor 'MainActor'
        public static let yellowgreen = Color(hexString: "#9ACD32")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:502:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let yellowgreen = Color(hexString: "#9ACD32")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:29:41: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func frame(width: Int, height: Int) -> some LayoutItem {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:29:7: note: add @available attribute to enclosing instance method
        func frame(width: Int, height: Int) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:36:35: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func position(x: Int, y: Int) -> some LayoutItem {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:36:7: note: add @available attribute to enclosing instance method
        func position(x: Int, y: Int) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:43:31: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func zIndex(_ index: Int) -> some LayoutItem {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:43:7: note: add @available attribute to enclosing instance method
        func zIndex(_ index: Int) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:49:37: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func opacity(_ opacity: Double) -> some LayoutItem {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:49:7: note: add @available attribute to enclosing instance method
        func opacity(_ opacity: Double) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:55:44: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func disabled(_ disabled: Bool = true) -> some LayoutItem {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:55:7: note: add @available attribute to enclosing instance method
        func disabled(_ disabled: Bool = true) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:61:38: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func background(_ color: String) -> some LayoutItem {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:61:7: note: add @available attribute to enclosing instance method
        func background(_ color: String) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/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
        public static let icon: LayoutName = "$X1"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:15:15: note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
              ^
                                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:44:20: note: add '@MainActor' to make static property 'icon' part of global actor 'MainActor'
        public static let icon: LayoutName = "$X1"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:44:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let icon: LayoutName = "$X1"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let canvas: LayoutName = "$A0"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:15:15: note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
              ^
                                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:47:20: note: add '@MainActor' to make static property 'canvas' part of global actor 'MainActor'
        public static let canvas: LayoutName = "$A0"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:47:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let canvas: LayoutName = "$A0"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let value: LayoutName = "$A1"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:15:15: note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
              ^
                                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:50:20: note: add '@MainActor' to make static property 'value' part of global actor 'MainActor'
        public static let value: LayoutName = "$A1"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:50:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let value: LayoutName = "$A1"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let indicator: LayoutName = "$B1"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:15:15: note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
              ^
                                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:53:20: note: add '@MainActor' to make static property 'indicator' part of global actor 'MainActor'
        public static let indicator: LayoutName = "$B1"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:53:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let indicator: LayoutName = "$B1"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let gradient: LayoutName = "$B2"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:15:15: note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
              ^
                                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:56:20: note: add '@MainActor' to make static property 'gradient' part of global actor 'MainActor'
        public static let gradient: LayoutName = "$B2"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:56:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let gradient: LayoutName = "$B2"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        public static let doubleIndicator: LayoutName = "$C1"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:15:15: note: consider making struct 'LayoutName' conform to the 'Sendable' protocol
public struct LayoutName: Codable, ExpressibleByStringLiteral, Identifiable, Hashable, CustomStringConvertible {
              ^
                                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:59:20: note: add '@MainActor' to make static property 'doubleIndicator' part of global actor 'MainActor'
        public static let doubleIndicator: LayoutName = "$C1"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift:59:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let doubleIndicator: LayoutName = "$C1"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/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
        static var standard = Rect(x: 0, y: 0, width: 200, height: 100)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift:56:13: note: convert 'standard' to a 'let' constant to make 'Sendable' shared state immutable
        static var standard = Rect(x: 0, y: 0, width: 200, height: 100)
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift:56:13: note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
        static var standard = Rect(x: 0, y: 0, width: 200, height: 100)
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift:56:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var standard = Rect(x: 0, y: 0, width: 200, height: 100)
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Bar.swift,\ Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Clamped.swift,\ Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LayoutName.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Slider.swift,\ Text.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 Compiling\ ColorStyle.swift,\ Gradient.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ArgumentParserToolInfo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ArgumentParserToolInfo-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.swiftmodule
SwiftDriver SwiftSyntax509 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftSyntax509 normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftSyntax509 (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal x86_64 Emitting\ module\ for\ SwiftSyntax509 (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftSyntax509 (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftDriver\ Compilation\ Requirements SwiftSyntax509 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal x86_64 Emitting module for SwiftSyntax509 (in target 'SwiftSyntax509' from project 'swift-syntax')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.swiftdoc
SwiftDriver\ Compilation\ Requirements SwiftSyntax509 normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftmodule (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/arm64-apple-macos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftSyntax509-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-Swift.h (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-Swift.h -arch x86_64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftSyntax509-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/x86_64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftmodule (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/x86_64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/x86_64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftdoc (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/x86_64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/x86_64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.abi.json (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/x86_64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftdoc (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.abi.json (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftsourceinfo (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftsourceinfo (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftCompile normal x86_64 Compiling\ Empty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Empty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftDriverJobDiscovery normal x86_64 Compiling Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftCompile normal arm64 Compiling\ LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SDPlusLayout (in target 'SDPlusLayout' from project 'StreamDeck')
	EmitSwiftModule normal arm64 (in target 'SDPlusLayout' from project 'StreamDeck')
	SwiftCompile normal arm64 Compiling\ LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
	Building workspace spi-builder-workspace with scheme StreamDeck
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  StreamDeck: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: swift-syntax, SwiftDocCPlugin, swift-argument-parser, StreamDeck, SymbolKit
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "StreamDeck",
  "name" : "StreamDeck",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "StreamDeck",
      "targets" : [
        "StreamDeck"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StreamDeckMacros",
      "targets" : [
        "StreamDeckMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamDeckPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckPluginTests",
      "path" : "Tests/StreamDeckPluginTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StreamDeckPluginTests/Support/Test Events",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PluginEventTests.swift",
        "PluginManifestTests.swift",
        "PluginRegistrationTests.swift",
        "StreamDeckPluginTests.swift",
        "Support/TestEvents.swift",
        "Support/TestPlugin.swift"
      ],
      "target_dependencies" : [
        "StreamDeck"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StreamDeckMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckMacrosTests",
      "path" : "Tests/StreamDeckMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SettingsMacroTests.swift"
      ],
      "target_dependencies" : [
        "StreamDeckMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StreamDeckMacros",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckMacros",
      "path" : "Sources/StreamDeckMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "StreamDeck",
        "StreamDeckMacros"
      ],
      "sources" : [
        "KeyMacros.swift",
        "Plugin.swift",
        "SharedKeyMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StreamDeck",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeck",
      "path" : "Sources/StreamDeck",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "StreamDeck"
      ],
      "sources" : [
        "Builders/ActionBuilder.swift",
        "Command Line/ExportCommand.swift",
        "Command Line/PluginCommand.swift",
        "Command Line/StreamDeckCommand.swift",
        "Command Line/StreamDeckKey.swift",
        "Events/EventProtocols.swift",
        "Events/Events.swift",
        "Extensions/CharSet+DNS.swift",
        "Extensions/NSImage+Base64.swift",
        "Extensions/URL+Argument.swift",
        "Macros/SettingsMacros.swift",
        "StreamDeck Plugin/Action/Action+Received.swift",
        "StreamDeck Plugin/Action/Action+Sent.swift",
        "StreamDeck Plugin/Action/Action+Support.swift",
        "StreamDeck Plugin/Action/Action.swift",
        "StreamDeck Plugin/Action/LongPress.swift",
        "StreamDeck Plugin/PluginCommunication.swift",
        "StreamDeck Plugin/StreamDeckError.swift",
        "StreamDeck Plugin/StreamDeckPlugin/SDPlugin+Received.swift",
        "StreamDeck Plugin/StreamDeckPlugin/SDPlugin+Sent.swift",
        "StreamDeck Plugin/StreamDeckPlugin/SDPlugin+Support.swift",
        "StreamDeck Plugin/StreamDeckPlugin/StreamDeckPlugin.swift",
        "Support Models/ActionControllerRegistry.swift",
        "Support Models/Environment/EnvironmentKey.swift",
        "Support Models/Environment/EnvironmentValues.swift",
        "Support Models/Environment/EnvironmentWrapper.swift",
        "Support Models/PluginManifest/ApplicationsToMonitor.swift",
        "Support Models/PluginManifest/Coordinates.swift",
        "Support Models/PluginManifest/Fonts.swift",
        "Support Models/PluginManifest/Hardware.swift",
        "Support Models/PluginManifest/PluginAction.swift",
        "Support Models/PluginManifest/PluginActionState.swift",
        "Support Models/PluginManifest/PluginInfo.swift",
        "Support Models/PluginManifest/PluginManifest.swift",
        "Support Models/PluginManifest/PluginOS.swift",
        "Support Models/PluginManifest/PluginProfile.swift",
        "Support Models/PluginManifest/PluginSoftware.swift",
        "Support Models/RotaryEncoder/RotaryEncoder.swift",
        "Support Models/RotaryEncoder/TriggerDescription.swift",
        "Support Models/Settings/GlobalSettings.swift",
        "Support Models/Settings/GlobalSettingsKey.swift",
        "Support Models/Settings/SettingsWrapper.swift",
        "Support Models/State.swift"
      ],
      "target_dependencies" : [
        "StreamDeckMacros",
        "SDPlusLayout"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SDPlusLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "SDPlusLayoutTests",
      "path" : "Tests/SDPlusLayoutTests",
      "sources" : [
        "LayoutTests.swift"
      ],
      "target_dependencies" : [
        "SDPlusLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SDPlusLayout",
      "module_type" : "SwiftTarget",
      "name" : "SDPlusLayout",
      "path" : "Sources/SDPlusLayout",
      "product_memberships" : [
        "StreamDeck"
      ],
      "sources" : [
        "BarLayoutItem.swift",
        "Color/Color+ExpressibleByStringLiteral.swift",
        "Color/Color+FormatStyle.swift",
        "Color/Color.swift",
        "Color/ColorStyle.swift",
        "Color/Gradient.swift",
        "Elements/Bar.swift",
        "Elements/Image.swift",
        "Elements/Slider.swift",
        "Elements/Text.swift",
        "Extensions/Clamped.swift",
        "Layout.swift",
        "LayoutItem.swift",
        "LayoutName.swift",
        "ModifiedItem.swift",
        "Properties.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "StreamDeck"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamDeck -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme StreamDeck -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  StreamDeck: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (21 targets)
    Target 'StreamDeck' in project 'StreamDeck'
        ➜ Explicit dependency on target 'StreamDeck' in project 'StreamDeck'
        ➜ Explicit dependency on target 'StreamDeckMacros' in project 'StreamDeck'
        ➜ Explicit dependency on target 'SDPlusLayout' in project 'StreamDeck'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'StreamDeck' in project 'StreamDeck'
        ➜ Explicit dependency on target 'StreamDeckMacros' in project 'StreamDeck'
        ➜ Explicit dependency on target 'SDPlusLayout' in project 'StreamDeck'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'SDPlusLayout' in project 'StreamDeck' (no dependencies)
    Target 'StreamDeckMacros' in project 'StreamDeck'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
    Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
    Target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 48c269f8a4651f32aaac60a55ff15a29
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/48c269f8a4651f32aaac60a55ff15a29.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver SDPlusLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDPlusLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftSyntax509 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftSyntax509 normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal x86_64 Emitting\ module\ for\ SwiftSyntax509 (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftSyntax509 (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal x86_64 Compiling\ Empty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Empty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax509/Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ToolInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SDPlusLayout (in target 'SDPlusLayout' from project 'StreamDeck')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SDPlusLayout -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-appletvos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout.abi.json
EmitSwiftModule normal arm64 (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:21:36: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func borderWidth(_ width: Int) -> some LayoutItem {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:21:7: note: add @available attribute to enclosing instance method
        func borderWidth(_ width: Int) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:20:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:27:40: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func barBackground(_ color: Color) -> some LayoutItem {
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:27:7: note: add @available attribute to enclosing instance method
        func barBackground(_ color: Color) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:20:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:33:46: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func barBackground(_ gradient: Gradient) -> some LayoutItem {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:33:7: note: add @available attribute to enclosing instance method
        func barBackground(_ gradient: Gradient) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:20:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:39:46: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func barBackground(_ gradient: Color...) -> some LayoutItem {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:39:7: note: add @available attribute to enclosing instance method
        func barBackground(_ gradient: Color...) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:20:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:45:54: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func barBackground(_ gradient: Gradient.Stop...) -> some LayoutItem {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:45:7: note: add @available attribute to enclosing instance method
        func barBackground(_ gradient: Gradient.Stop...) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:20:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:51:36: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func barBorder(_ color: Color) -> some LayoutItem {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:51:7: note: add @available attribute to enclosing instance method
        func barBorder(_ color: Color) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:20:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:57:34: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func barFill(_ color: Color) -> some LayoutItem {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:57:7: note: add @available attribute to enclosing instance method
        func barFill(_ color: Color) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:20:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:63:38: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func barStyle(_ style: BarStyle) -> some LayoutItem {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:63:7: note: add @available attribute to enclosing instance method
        func barStyle(_ style: BarStyle) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift:20:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:38: error: 'FormatStyle' is only available in tvOS 15.0 or newer
        public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:14: note: add @available attribute to enclosing instance method
        public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:11:1: note: add @available attribute to enclosing extension
extension Color {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:18: error: 'FormatStyle' is only available in tvOS 15.0 or newer
public extension FormatStyle where Self == Color.FormatStyle {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == Color.FormatStyle {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:29:41: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func frame(width: Int, height: Int) -> some LayoutItem {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:29:7: note: add @available attribute to enclosing instance method
        func frame(width: Int, height: Int) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:36:35: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func position(x: Int, y: Int) -> some LayoutItem {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:36:7: note: add @available attribute to enclosing instance method
        func position(x: Int, y: Int) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:43:31: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func zIndex(_ index: Int) -> some LayoutItem {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:43:7: note: add @available attribute to enclosing instance method
        func zIndex(_ index: Int) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:49:37: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func opacity(_ opacity: Double) -> some LayoutItem {
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:49:7: note: add @available attribute to enclosing instance method
        func opacity(_ opacity: Double) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:55:44: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func disabled(_ disabled: Bool = true) -> some LayoutItem {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:55:7: note: add @available attribute to enclosing instance method
        func disabled(_ disabled: Bool = true) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:61:38: error: 'some' return types are only available in tvOS 13.0.0 or newer
        func background(_ color: String) -> some LayoutItem {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:61:7: note: add @available attribute to enclosing instance method
        func background(_ color: String) -> some LayoutItem {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:28:8: note: add @available attribute to enclosing extension
public extension LayoutItem {
       ^
SwiftCompile normal arm64 Compiling\ Bar.swift,\ Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Color+FormatStyle.swift,\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Slider.swift,\ Text.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Clamped.swift,\ Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ColorStyle.swift,\ Gradient.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftSyntax509 (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftDriverJobDiscovery normal x86_64 Compiling Empty.swift (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftDriverJobDiscovery normal x86_64 Emitting module for SwiftSyntax509 (in target 'SwiftSyntax509' from project 'swift-syntax')
SwiftDriver\ Compilation\ Requirements SwiftSyntax509 normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements SwiftSyntax509 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/x86_64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.abi.json (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/x86_64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.abi.json (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/arm64/SwiftSyntax509.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSyntax509.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriver\ Compilation SwiftSyntax509 normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSyntax509' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSyntax509 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax509.build/Objects-normal/x86_64/SwiftSyntax509-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SDPlusLayout (in target 'SDPlusLayout' from project 'StreamDeck')
	EmitSwiftModule normal arm64 (in target 'SDPlusLayout' from project 'StreamDeck')
	Building workspace spi-builder-workspace with scheme StreamDeck
(3 failures)
BUILD FAILURE 6.1 tvOS