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.0 for iOS using Xcode 16.2 on 2 Dec 2024 04:18:30 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamDeck -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

public struct Color: Equatable, Hashable, Codable {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:436:20: note: annotate 'peachpuff' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'peru' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'pink' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'plum' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'powderblue' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'purple' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'rosybrown' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'royalblue' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'saddlebrown' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'salmon' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'sandybrown' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'seagreen' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'seashell' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'sienna' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'silver' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'skyblue' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'slateblue' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'slategray' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'slategrey' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'snow' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'springgreen' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'steelblue' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'tan' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'teal' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'thistle' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'tomato' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'turquoise' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'violet' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'wheat' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'white' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'whitesmoke' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'yellowgreen' with '@MainActor' if property should only be accessed from the main actor
        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/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: annotate 'standard' with '@MainActor' if property should only be accessed from the main actor
        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)
/Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift:29:41: error: 'some' return types are only available in iOS 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 iOS 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 iOS 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 iOS 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 iOS 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 iOS 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: annotate 'icon' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'canvas' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'value' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'indicator' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'gradient' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'doubleIndicator' with '@MainActor' if property should only be accessed from the main actor
        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)
SwiftCompile normal arm64 Compiling\ LayoutName.swift /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
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/LayoutName.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ModifiedItem.swift /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
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ModifiedItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+ExpressibleByStringLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+ExpressibleByStringLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+ExpressibleByStringLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/ColorStyle.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Gradient.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift (in target 'SDPlusLayout' from project 'StreamDeck')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Properties.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Slider.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Text.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/SDPlusLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/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.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Bar.o -index-unit-output-path /StreamDeck.build/Debug-iphoneos/SDPlusLayout.build/Objects-normal/arm64/Image.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** 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.0 iOS