Build Information
Failed to build StreamDeck, reference 0.5.1 (f6d1a5
), with Swift 6.0 for watchOS using Xcode 16.2 on 2 Dec 2024 04:18:50 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=watchOS 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 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/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)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SDPlusLayout (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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/SDPlusLayout.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout.abi.json
EmitSwiftModule normal arm64_32 (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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/SDPlusLayout.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64_32/SDPlusLayout.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ SDPlusLayout (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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/SDPlusLayout.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout.abi.json
EmitSwiftModule normal armv7k (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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/BarLayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/ColorStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Elements/Text.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Extensions/Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutName.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/ModifiedItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/Properties.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/SDPlusLayout.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/SDPlusLayout.abi.json
SwiftCompile normal arm64 Compiling\ LayoutItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SDPlusLayout/LayoutItem.swift (in target 'SDPlusLayout' from project 'StreamDeck')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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 -primary-file /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-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.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/LayoutItem.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 -primary-file /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-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/LayoutItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k 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-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/SDPlusLayout.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/SDPlusLayout.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/SDPlusLayout.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Slider.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/armv7k/Text.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-watchos/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-watchos/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-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -index-unit-output-path /StreamDeck.build/Debug-watchos/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-watchos/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-watchos/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-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -index-unit-output-path /StreamDeck.build/Debug-watchos/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-watchos/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-watchos/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-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/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 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color+FormatStyle.o -index-unit-output-path /StreamDeck.build/Debug-watchos/SDPlusLayout.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftSyntax (in target 'SwiftSyntax' from project 'swift-syntax')
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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/AbsolutePosition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Assert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/BumpPtrAllocator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/CommonAncestor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Convenience.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/MemoryLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/MissingNodeInitializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxLayoutView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxNodeProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxTokenView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourceLength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourcePresence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftSyntaxCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Syntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxArena.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxChildren.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxText.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxTreeViewMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/TokenDiagnostic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/TokenSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Trivia.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/Keyword.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/RenamedChildrenCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/RenamedNodesCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxAnyVisitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxEnum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxRewriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxTraits.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxVisitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/TokenKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/Tokens.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/TriviaPieces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/raw/RawSyntaxNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/raw/RawSyntaxValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxDeclNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxExprNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxPatternNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxStmtNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxTypeNodes.swift -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/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 -suppress-warnings -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/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax_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/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.abi.json
EmitSwiftModule normal arm64 (in target 'SwiftSyntax' from project 'swift-syntax')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/AbsolutePosition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Assert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/BumpPtrAllocator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/CommonAncestor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Convenience.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/MemoryLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/MissingNodeInitializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxLayoutView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxNodeProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxTokenView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourceLength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourcePresence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftSyntaxCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Syntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxArena.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxChildren.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxText.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxTreeViewMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/TokenDiagnostic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/TokenSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Trivia.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/Keyword.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/RenamedChildrenCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/RenamedNodesCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxAnyVisitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxEnum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxRewriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxTraits.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxVisitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/TokenKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/Tokens.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/TriviaPieces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/raw/RawSyntaxNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/raw/RawSyntaxValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxDeclNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxExprNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxPatternNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxStmtNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxTypeNodes.swift -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/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 -suppress-warnings -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/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax_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/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.abi.json
SwiftEmitModule normal x86_64 Emitting\ module\ for\ SwiftSyntax (in target 'SwiftSyntax' from project 'swift-syntax')
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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/AbsolutePosition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Assert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/BumpPtrAllocator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/CommonAncestor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Convenience.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/MemoryLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/MissingNodeInitializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxLayoutView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxNodeProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxTokenView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourceLength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourcePresence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftSyntaxCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Syntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxArena.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxChildren.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxText.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxTreeViewMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/TokenDiagnostic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/TokenSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Trivia.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/Keyword.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/RenamedChildrenCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/RenamedNodesCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxAnyVisitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxEnum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxRewriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxTraits.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxVisitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/TokenKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/Tokens.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/TriviaPieces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/raw/RawSyntaxNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/raw/RawSyntaxValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxDeclNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxExprNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxPatternNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxStmtNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxTypeNodes.swift -target x86_64-apple-macos10.15 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/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 -suppress-warnings -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/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax_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/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax.abi.json
EmitSwiftModule normal x86_64 (in target 'SwiftSyntax' from project 'swift-syntax')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/AbsolutePosition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Assert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/BumpPtrAllocator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/CommonAncestor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Convenience.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/MemoryLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/MissingNodeInitializers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxLayoutView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxNodeProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Raw/RawSyntaxTokenView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourceLength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourceLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SourcePresence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SwiftSyntaxCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Syntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxArena.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxChildren.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxText.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxTreeViewMode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/TokenDiagnostic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/TokenSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Trivia.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/ChildNameForKeyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/Keyword.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/RenamedChildrenCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/RenamedNodesCompatibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxAnyVisitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxEnum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxRewriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxTraits.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxVisitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/TokenKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/Tokens.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/TriviaPieces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/raw/RawSyntaxNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/raw/RawSyntaxValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxDeclNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxExprNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxPatternNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxStmtNodes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxTypeNodes.swift -target x86_64-apple-macos10.15 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/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 -suppress-warnings -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/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax_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/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftSyntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.1 -target-sdk-name macosx15.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug/SwiftSyntax.build/Objects-normal/x86_64/SwiftSyntax.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ ArgumentParser (in target 'ArgumentParser' from project 'swift-argument-parser')
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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentHelp.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentVisibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/CompletionKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Flag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/NameSpecification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/OptionGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/AsyncParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/EnumerableFlag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ExpressibleByArgument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArgumentsValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -suppress-warnings -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/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/armv7k/ArgumentParser_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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ArgumentParser -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/armv7k/ArgumentParser.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/armv7k/ArgumentParser.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/armv7k/ArgumentParser-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/armv7k/ArgumentParser-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/armv7k/ArgumentParser-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/armv7k/ArgumentParser.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/armv7k/ArgumentParser.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ SDPlusLayout (in target 'SDPlusLayout' from project 'StreamDeck')
EmitSwiftModule normal arm64 (in target 'SDPlusLayout' from project 'StreamDeck')
SwiftEmitModule normal armv7k Emitting\ module\ for\ ArgumentParser (in target 'ArgumentParser' from project 'swift-argument-parser')
Building workspace spi-builder-workspace with scheme StreamDeck
(4 failures)
BUILD FAILURE 6.0 watchOS