The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HomeAtlas, reference v0.2.0 (ae4dde), with Swift 6.3 for visionOS using Xcode 26.4 on 18 Apr 2026 03:58:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HomeAtlas-Package -destination generic/platform=xrOS

Build Log

            createdZone = try await underlying.addZone(withName: zoneName)
                                                      ^~~~~~~~~
                                                       named
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:107:17: error: conformance of 'Room' to protocol 'AccessoryGroup' crosses into main actor-isolated code and can cause data races
extension Room: AccessoryGroup {}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:107:17: note: isolate this conformance to the main actor with '@MainActor'
extension Room: AccessoryGroup {}
                ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:107:17: note: turn data races into runtime errors with '@preconcurrency'
extension Room: AccessoryGroup {}
                ^
                @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:20:16: note: main actor-isolated property 'name' cannot satisfy nonisolated requirement
    public var name: String {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:36:16: note: main actor-isolated property 'accessories' cannot satisfy nonisolated requirement
    public var accessories: [HMAccessory] {
               ^
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Zone.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Zone.swift:128:36: error: cannot convert value of type 'Int' to expected dictionary value type 'String'
                "roomCount": rooms.count
                                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/DiagnosticsLogger.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/AtlasSnapshotEncoder.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/HomeSnapshotEncoder.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotAPI.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotHelpers.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotModels.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotOptions.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/StableAnonymizer.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:12:62: error: cannot pass function of type '(Service) async throws -> ServiceAtlasSnapshot' to parameter expecting synchronous function type
        self.services = try await original.allServices().map {
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas9Accessory12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await ServiceAtlasSnapshot(from: $0, anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Accessory' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:13:51: error: cannot pass function of type '(HMRoom) async throws -> RoomAtlasSnapshot' to parameter expecting synchronous function type
        self.rooms = try await original.rooms.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:14:17: note: 'async' inferred from asynchronous operation used here
            try await RoomAtlasSnapshot(from: Room($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:18:51: error: cannot pass function of type '(HMZone) async throws -> ZoneAtlasSnapshot' to parameter expecting synchronous function type
        self.zones = try await original.zones.map {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas0A012SnapshotablefMp_.swift:19:17: note: 'async' inferred from asynchronous operation used here
            try await ZoneAtlasSnapshot(from: Zone($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Home' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:12:63: error: cannot pass function of type '(HMAccessory) async throws -> AccessoryAtlasSnapshot' to parameter expecting synchronous function type
        self.accessories = try await original.accessories.map {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
@__swiftmacro_9HomeAtlas4Room12SnapshotablefMp_.swift:13:17: note: 'async' inferred from asynchronous operation used here
            try await AccessoryAtlasSnapshot(from: Accessory($0), anonymize: anonymize)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift:12:1: note: in expansion of macro 'Snapshotable' on class 'Room' here
@Snapshotable
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:16:43: error: 'HMCharacteristicTypeActiveIdentifier' is only available in visionOS 2.0 or newer
    static let activeIdentifier: String = HMCharacteristicTypeActiveIdentifier
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:16:16: note: add '@available' attribute to enclosing static property
    static let activeIdentifier: String = HMCharacteristicTypeActiveIdentifier
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:61:41: error: 'HMCharacteristicTypeClosedCaptions' is only available in visionOS 2.0 or newer
    static let closedCaptions: String = HMCharacteristicTypeClosedCaptions
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:61:16: note: add '@available' attribute to enclosing static property
    static let closedCaptions: String = HMCharacteristicTypeClosedCaptions
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:67:41: error: 'HMCharacteristicTypeConfiguredName' is only available in visionOS 2.0 or newer
    static let configuredName: String = HMCharacteristicTypeConfiguredName
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:67:16: note: add '@available' attribute to enclosing static property
    static let configuredName: String = HMCharacteristicTypeConfiguredName
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:103:44: error: 'HMCharacteristicTypeCurrentMediaState' is only available in visionOS 2.0 or newer
    static let currentMediaState: String = HMCharacteristicTypeCurrentMediaState
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:103:16: note: add '@available' attribute to enclosing static property
    static let currentMediaState: String = HMCharacteristicTypeCurrentMediaState
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:127:49: error: 'HMCharacteristicTypeCurrentVisibilityState' is only available in visionOS 2.0 or newer
    static let currentVisibilityState: String = HMCharacteristicTypeCurrentVisibilityState
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:127:16: note: add '@available' attribute to enclosing static property
    static let currentVisibilityState: String = HMCharacteristicTypeCurrentVisibilityState
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:145:42: warning: 'HMCharacteristicTypeFirmwareVersion' was deprecated in visionOS 1.0
    static let firmwareVersion: String = HMCharacteristicTypeFirmwareVersion
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:163:37: error: 'HMCharacteristicTypeIdentifier' is only available in visionOS 2.0 or newer
    static let identifier: String = HMCharacteristicTypeIdentifier
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:163:16: note: add '@available' attribute to enclosing static property
    static let identifier: String = HMCharacteristicTypeIdentifier
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:178:42: error: 'HMCharacteristicTypeInputDeviceType' is only available in visionOS 2.0 or newer
    static let inputDeviceType: String = HMCharacteristicTypeInputDeviceType
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:178:16: note: add '@available' attribute to enclosing static property
    static let inputDeviceType: String = HMCharacteristicTypeInputDeviceType
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:184:42: error: 'HMCharacteristicTypeInputSourceType' is only available in visionOS 2.0 or newer
    static let inputSourceType: String = HMCharacteristicTypeInputSourceType
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:184:16: note: add '@available' attribute to enclosing static property
    static let inputSourceType: String = HMCharacteristicTypeInputSourceType
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:214:39: warning: 'HMCharacteristicTypeManufacturer' was deprecated in visionOS 1.0
    static let manufacturer: String = HMCharacteristicTypeManufacturer
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:217:32: warning: 'HMCharacteristicTypeModel' was deprecated in visionOS 1.0
    static let model: String = HMCharacteristicTypeModel
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:259:38: error: 'HMCharacteristicTypePictureMode' is only available in visionOS 2.0 or newer
    static let pictureMode: String = HMCharacteristicTypePictureMode
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:259:16: note: add '@available' attribute to enclosing static property
    static let pictureMode: String = HMCharacteristicTypePictureMode
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:265:45: error: 'HMCharacteristicTypePowerModeSelection' is only available in visionOS 2.0 or newer
    static let powerModeSelection: String = HMCharacteristicTypePowerModeSelection
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:265:16: note: add '@available' attribute to enclosing static property
    static let powerModeSelection: String = HMCharacteristicTypePowerModeSelection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:277:36: error: 'HMCharacteristicTypeRemoteKey' is only available in visionOS 2.0 or newer
    static let remoteKey: String = HMCharacteristicTypeRemoteKey
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:277:16: note: add '@available' attribute to enclosing static property
    static let remoteKey: String = HMCharacteristicTypeRemoteKey
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:286:39: error: 'HMCharacteristicTypeRouterStatus' is only available in visionOS 2.0 or newer
    static let routerStatus: String = HMCharacteristicTypeRouterStatus
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:286:16: note: add '@available' attribute to enclosing static property
    static let routerStatus: String = HMCharacteristicTypeRouterStatus
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:298:39: warning: 'HMCharacteristicTypeSerialNumber' was deprecated in visionOS 1.0: No longer supported
    static let serialNumber: String = HMCharacteristicTypeSerialNumber
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:373:43: error: 'HMCharacteristicTypeTargetMediaState' is only available in visionOS 2.0 or newer
    static let targetMediaState: String = HMCharacteristicTypeTargetMediaState
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:373:16: note: add '@available' attribute to enclosing static property
    static let targetMediaState: String = HMCharacteristicTypeTargetMediaState
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:394:48: error: 'HMCharacteristicTypeTargetVisibilityState' is only available in visionOS 2.0 or newer
    static let targetVisibilityState: String = HMCharacteristicTypeTargetVisibilityState
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:394:16: note: add '@available' attribute to enclosing static property
    static let targetVisibilityState: String = HMCharacteristicTypeTargetVisibilityState
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:412:44: error: 'HMCharacteristicTypeVolumeControlType' is only available in visionOS 2.0 or newer
    static let volumeControlType: String = HMCharacteristicTypeVolumeControlType
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:412:16: note: add '@available' attribute to enclosing static property
    static let volumeControlType: String = HMCharacteristicTypeVolumeControlType
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:415:41: error: 'HMCharacteristicTypeVolumeSelector' is only available in visionOS 2.0 or newer
    static let volumeSelector: String = HMCharacteristicTypeVolumeSelector
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:415:16: note: add '@available' attribute to enclosing static property
    static let volumeSelector: String = HMCharacteristicTypeVolumeSelector
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:418:40: error: 'HMCharacteristicTypeWANStatusList' is only available in visionOS 2.0 or newer
    static let wANStatusList: String = HMCharacteristicTypeWANStatusList
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:418:16: note: add '@available' attribute to enclosing static property
    static let wANStatusList: String = HMCharacteristicTypeWANStatusList
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:424:46: error: 'HMCharacteristicTypeWiFiSatelliteStatus' is only available in visionOS 2.0 or newer
    static let wiFiSatelliteStatus: String = HMCharacteristicTypeWiFiSatelliteStatus
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:424:16: note: add '@available' attribute to enclosing static property
    static let wiFiSatelliteStatus: String = HMCharacteristicTypeWiFiSatelliteStatus
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveIdentifierCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AdminOnlyAccessCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateDensityCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateSizeCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirQualityCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AudioFeedbackCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BatteryLevelCharacteristic.swift,\ BrightnessCharacteristic.swift,\ CarbonDioxideDetectedCharacteristic.swift,\ CarbonDioxideLevelCharacteristic.swift,\ CarbonDioxidePeakLevelCharacteristic.swift,\ CarbonMonoxideDetectedCharacteristic.swift,\ CarbonMonoxideLevelCharacteristic.swift,\ CarbonMonoxidePeakLevelCharacteristic.swift,\ ChargingStateCharacteristic.swift,\ ClosedCaptionsCharacteristic.swift,\ ColorTemperatureCharacteristic.swift,\ ConfiguredNameCharacteristic.swift,\ ContactStateCharacteristic.swift,\ CoolingThresholdCharacteristic.swift,\ CurrentAirPurifierStateCharacteristic.swift,\ CurrentDoorStateCharacteristic.swift,\ CurrentFanStateCharacteristic.swift,\ CurrentHeaterCoolerStateCharacteristic.swift,\ CurrentHeatingCoolingCharacteristic.swift,\ CurrentHorizontalTiltCharacteristic.swift,\ CurrentHumidifierDehumidifierStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/BatteryLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/BrightnessCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxideDetectedCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxideLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxidePeakLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxideDetectedCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxideLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxidePeakLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ChargingStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ClosedCaptionsCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ColorTemperatureCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ConfiguredNameCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ContactStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CoolingThresholdCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentAirPurifierStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentDoorStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentFanStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHeaterCoolerStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHeatingCoolingCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHorizontalTiltCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHumidifierDehumidifierStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftDriverJobDiscovery normal arm64 Compiling HumidifierThresholdCharacteristic.swift, IdentifierCharacteristic.swift, IdentifyCharacteristic.swift, ImageMirroringCharacteristic.swift, ImageRotationCharacteristic.swift, InUseCharacteristic.swift, InputDeviceTypeCharacteristic.swift, InputEventCharacteristic.swift, InputSourceTypeCharacteristic.swift, IsConfiguredCharacteristic.swift, LabelIndexCharacteristic.swift, LabelNamespaceCharacteristic.swift, LeakDetectedCharacteristic.swift, LockManagementAutoSecureTimeoutCharacteristic.swift, LockManagementControlPointCharacteristic.swift, LockMechanismLastKnownActionCharacteristic.swift, LockPhysicalControlsCharacteristic.swift, LogsCharacteristic.swift, ManufacturerCharacteristic.swift, ModelCharacteristic.swift, MotionDetectedCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftDriverJobDiscovery normal arm64 Compiling SwingModeCharacteristic.swift, TargetAirPurifierStateCharacteristic.swift, TargetDoorStateCharacteristic.swift, TargetFanStateCharacteristic.swift, TargetHeaterCoolerStateCharacteristic.swift, TargetHeatingCoolingCharacteristic.swift, TargetHorizontalTiltCharacteristic.swift, TargetHumidifierDehumidifierStateCharacteristic.swift, TargetLockMechanismStateCharacteristic.swift, TargetMediaStateCharacteristic.swift, TargetPositionCharacteristic.swift, TargetRelativeHumidityCharacteristic.swift, TargetSecuritySystemStateCharacteristic.swift, TargetTemperatureCharacteristic.swift, TargetTiltCharacteristic.swift, TargetVerticalTiltCharacteristic.swift, TargetVisibilityStateCharacteristic.swift, TemperatureUnitsCharacteristic.swift, ValveTypeCharacteristic.swift, VersionCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftDriverJobDiscovery normal arm64 Compiling MuteCharacteristic.swift, NameCharacteristic.swift, NightVisionCharacteristic.swift, NitrogenDioxideDensityCharacteristic.swift, ObstructionDetectedCharacteristic.swift, OccupancyDetectedCharacteristic.swift, OpticalZoomCharacteristic.swift, OutletInUseCharacteristic.swift, OutputStateCharacteristic.swift, OzoneDensityCharacteristic.swift, PM10DensityCharacteristic.swift, PM2_5DensityCharacteristic.swift, PictureModeCharacteristic.swift, PositionStateCharacteristic.swift, PowerModeSelectionCharacteristic.swift, PowerStateCharacteristic.swift, ProgramModeCharacteristic.swift, RemainingDurationCharacteristic.swift, RemoteKeyCharacteristic.swift, RotationDirectionCharacteristic.swift, RotationSpeedCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftDriverJobDiscovery normal arm64 Compiling RouterStatusCharacteristic.swift, SaturationCharacteristic.swift, SecuritySystemAlarmTypeCharacteristic.swift, SelectedStreamConfigurationCharacteristic.swift, SerialNumberCharacteristic.swift, SetDurationCharacteristic.swift, SetupStreamEndpointCharacteristic.swift, SlatTypeCharacteristic.swift, SmokeDetectedCharacteristic.swift, SoftwareVersionCharacteristic.swift, StatusActiveCharacteristic.swift, StatusFaultCharacteristic.swift, StatusJammedCharacteristic.swift, StatusLowBatteryCharacteristic.swift, StatusTamperedCharacteristic.swift, StreamingStatusCharacteristic.swift, SulphurDioxideDensityCharacteristic.swift, SupportedAudioStreamConfigurationCharacteristic.swift, SupportedRTPConfigurationCharacteristic.swift, SupportedVideoStreamConfigurationCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftDriverJobDiscovery normal arm64 Compiling CurrentLightLevelCharacteristic.swift, CurrentLockMechanismStateCharacteristic.swift, CurrentMediaStateCharacteristic.swift, CurrentPositionCharacteristic.swift, CurrentRelativeHumidityCharacteristic.swift, CurrentSecuritySystemStateCharacteristic.swift, CurrentSlatStateCharacteristic.swift, CurrentTemperatureCharacteristic.swift, CurrentTiltCharacteristic.swift, CurrentVerticalTiltCharacteristic.swift, CurrentVisibilityStateCharacteristic.swift, DehumidifierThresholdCharacteristic.swift, DigitalZoomCharacteristic.swift, FilterChangeIndicationCharacteristic.swift, FilterLifeLevelCharacteristic.swift, FilterResetChangeIndicationCharacteristic.swift, FirmwareVersionCharacteristic.swift, HardwareVersionCharacteristic.swift, HeatingThresholdCharacteristic.swift, HoldPositionCharacteristic.swift, HueCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
2026-04-17 23:57:47.619 xcodebuild[689:4184] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/ServiceType+Generated.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AccessoryInformationService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AirPurifierService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AirQualitySensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/BatteryService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CameraControlService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CameraRTPStreamManagementService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CarbonDioxideSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CarbonMonoxideSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/ContactSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/DoorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/DoorbellService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/FanService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 Compiling\ VolatileOrganicCompoundDensityCharacteristic.swift,\ VolumeCharacteristic.swift,\ VolumeControlTypeCharacteristic.swift,\ VolumeSelectorCharacteristic.swift,\ WANStatusListCharacteristic.swift,\ WaterLevelCharacteristic.swift,\ WiFiSatelliteStatusCharacteristic.swift,\ ServiceType+Generated.swift,\ AccessoryInformationService.swift,\ AirPurifierService.swift,\ AirQualitySensorService.swift,\ BatteryService.swift,\ CameraControlService.swift,\ CameraRTPStreamManagementService.swift,\ CarbonDioxideSensorService.swift,\ CarbonMonoxideSensorService.swift,\ ContactSensorService.swift,\ DoorService.swift,\ DoorbellService.swift,\ FanService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolatileOrganicCompoundDensityCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeControlTypeCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeSelectorCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WANStatusListCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WaterLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WiFiSatelliteStatusCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/ServiceType+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AccessoryInformationService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AirPurifierService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AirQualitySensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/BatteryService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CameraControlService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CameraRTPStreamManagementService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CarbonDioxideSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CarbonMonoxideSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/ContactSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/DoorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/DoorbellService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/FanService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Characteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Zone.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/DiagnosticsLogger.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/AtlasSnapshotEncoder.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/HomeSnapshotEncoder.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotAPI.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotHelpers.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotModels.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotOptions.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/StableAnonymizer.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	Building workspace spi-builder-workspace with scheme HomeAtlas-Package
(29 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
  HomeAtlas: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-syntax, HomeAtlas
2026-04-17 23:58:27.384 xcodebuild[1264:7630] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "HomeAtlas",
  "name" : "HomeAtlas",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "HomeAtlas",
      "targets" : [
        "HomeAtlas"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HomeKitCatalogExtractor",
      "targets" : [
        "HomeKitCatalogExtractor"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HomeKitServiceGenerator",
      "targets" : [
        "HomeKitServiceGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HomeAtlasMacros",
      "targets" : [
        "HomeAtlasMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HomeKitServiceGenerator",
      "module_type" : "SwiftTarget",
      "name" : "HomeKitServiceGenerator",
      "path" : "Sources/HomeKitServiceGenerator",
      "product_memberships" : [
        "HomeKitServiceGenerator"
      ],
      "sources" : [
        "CatalogParser.swift",
        "ServiceGenerator.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HomeKitCatalogExtractor",
      "module_type" : "SwiftTarget",
      "name" : "HomeKitCatalogExtractor",
      "path" : "Sources/HomeKitCatalogExtractor",
      "product_memberships" : [
        "HomeKitCatalogExtractor"
      ],
      "sources" : [
        "HeaderParser.swift",
        "MetadataParser.swift",
        "Models.swift",
        "RuntimeInspector.swift",
        "SDKExtractor.swift",
        "TBDParser.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HomeAtlasTests",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasTests",
      "path" : "Tests/HomeAtlasTests",
      "sources" : [
        "BaseWrapperTests.swift",
        "CacheLifecycleTests.swift",
        "Encodable/AccessorySnapshotTests.swift",
        "Encodable/ParityTestTemplate.swift",
        "Encodable/SnapshotBasicTests.swift",
        "Encodable/SnapshotEncodingTests.swift",
        "Encodable/SnapshotPerformanceTests.swift",
        "HomeAtlasTests.swift",
        "HomeKitErrorTests.swift",
        "Integration/AtlasSnapshotIntegrationTests.swift",
        "Integration/GeneratedParityTests.swift",
        "Integration/HomeKitErrorDiagnosticsTests.swift",
        "Integration/LatencyBenchmarks.swift",
        "Integration/SnapshotIntegrationTests.swift",
        "IntegrationTests.swift",
        "MacroIntegrationTests.swift",
        "PlatformSafetyTests.swift"
      ],
      "target_dependencies" : [
        "HomeAtlas"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomeAtlasMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasMacrosTests",
      "path" : "Tests/HomeAtlasMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SnapshotableMacroTests.swift"
      ],
      "target_dependencies" : [
        "HomeAtlasMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomeAtlasMacros",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasMacros",
      "path" : "Sources/HomeAtlasMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "HomeAtlas",
        "HomeAtlasMacros"
      ],
      "sources" : [
        "Generated/CharacteristicValueMappings.swift",
        "HomeAtlasMacrosPlugin.swift",
        "SnapshotableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HomeAtlas",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlas",
      "path" : "Sources/HomeAtlas",
      "product_memberships" : [
        "HomeAtlas"
      ],
      "sources" : [
        "Accessory.swift",
        "Characteristic.swift",
        "Context/Home.swift",
        "Context/Room.swift",
        "Context/Zone.swift",
        "DiagnosticsLogger.swift",
        "Encoding/AtlasSnapshotEncoder.swift",
        "Encoding/HomeSnapshotEncoder.swift",
        "Encoding/SnapshotAPI.swift",
        "Encoding/SnapshotHelpers.swift",
        "Encoding/SnapshotModels.swift",
        "Encoding/SnapshotOptions.swift",
        "Encoding/StableAnonymizer.swift",
        "Generated/CharacteristicType+Generated.swift",
        "Generated/Characteristics/ActiveCharacteristic.swift",
        "Generated/Characteristics/ActiveIdentifierCharacteristic.swift",
        "Generated/Characteristics/AdminOnlyAccessCharacteristic.swift",
        "Generated/Characteristics/AirParticulateDensityCharacteristic.swift",
        "Generated/Characteristics/AirParticulateSizeCharacteristic.swift",
        "Generated/Characteristics/AirQualityCharacteristic.swift",
        "Generated/Characteristics/AudioFeedbackCharacteristic.swift",
        "Generated/Characteristics/BatteryLevelCharacteristic.swift",
        "Generated/Characteristics/BrightnessCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxideDetectedCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxideLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxidePeakLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxideDetectedCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxideLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxidePeakLevelCharacteristic.swift",
        "Generated/Characteristics/ChargingStateCharacteristic.swift",
        "Generated/Characteristics/ClosedCaptionsCharacteristic.swift",
        "Generated/Characteristics/ColorTemperatureCharacteristic.swift",
        "Generated/Characteristics/ConfiguredNameCharacteristic.swift",
        "Generated/Characteristics/ContactStateCharacteristic.swift",
        "Generated/Characteristics/CoolingThresholdCharacteristic.swift",
        "Generated/Characteristics/CurrentAirPurifierStateCharacteristic.swift",
        "Generated/Characteristics/CurrentDoorStateCharacteristic.swift",
        "Generated/Characteristics/CurrentFanStateCharacteristic.swift",
        "Generated/Characteristics/CurrentHeaterCoolerStateCharacteristic.swift",
        "Generated/Characteristics/CurrentHeatingCoolingCharacteristic.swift",
        "Generated/Characteristics/CurrentHorizontalTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentHumidifierDehumidifierStateCharacteristic.swift",
        "Generated/Characteristics/CurrentLightLevelCharacteristic.swift",
        "Generated/Characteristics/CurrentLockMechanismStateCharacteristic.swift",
        "Generated/Characteristics/CurrentMediaStateCharacteristic.swift",
        "Generated/Characteristics/CurrentPositionCharacteristic.swift",
        "Generated/Characteristics/CurrentRelativeHumidityCharacteristic.swift",
        "Generated/Characteristics/CurrentSecuritySystemStateCharacteristic.swift",
        "Generated/Characteristics/CurrentSlatStateCharacteristic.swift",
        "Generated/Characteristics/CurrentTemperatureCharacteristic.swift",
        "Generated/Characteristics/CurrentTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentVerticalTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentVisibilityStateCharacteristic.swift",
        "Generated/Characteristics/DehumidifierThresholdCharacteristic.swift",
        "Generated/Characteristics/DigitalZoomCharacteristic.swift",
        "Generated/Characteristics/FilterChangeIndicationCharacteristic.swift",
        "Generated/Characteristics/FilterLifeLevelCharacteristic.swift",
        "Generated/Characteristics/FilterResetChangeIndicationCharacteristic.swift",
        "Generated/Characteristics/FirmwareVersionCharacteristic.swift",
        "Generated/Characteristics/HardwareVersionCharacteristic.swift",
        "Generated/Characteristics/HeatingThresholdCharacteristic.swift",
        "Generated/Characteristics/HoldPositionCharacteristic.swift",
        "Generated/Characteristics/HueCharacteristic.swift",
        "Generated/Characteristics/HumidifierThresholdCharacteristic.swift",
        "Generated/Characteristics/IdentifierCharacteristic.swift",
        "Generated/Characteristics/IdentifyCharacteristic.swift",
        "Generated/Characteristics/ImageMirroringCharacteristic.swift",
        "Generated/Characteristics/ImageRotationCharacteristic.swift",
        "Generated/Characteristics/InUseCharacteristic.swift",
        "Generated/Characteristics/InputDeviceTypeCharacteristic.swift",
        "Generated/Characteristics/InputEventCharacteristic.swift",
        "Generated/Characteristics/InputSourceTypeCharacteristic.swift",
        "Generated/Characteristics/IsConfiguredCharacteristic.swift",
        "Generated/Characteristics/LabelIndexCharacteristic.swift",
        "Generated/Characteristics/LabelNamespaceCharacteristic.swift",
        "Generated/Characteristics/LeakDetectedCharacteristic.swift",
        "Generated/Characteristics/LockManagementAutoSecureTimeoutCharacteristic.swift",
        "Generated/Characteristics/LockManagementControlPointCharacteristic.swift",
        "Generated/Characteristics/LockMechanismLastKnownActionCharacteristic.swift",
        "Generated/Characteristics/LockPhysicalControlsCharacteristic.swift",
        "Generated/Characteristics/LogsCharacteristic.swift",
        "Generated/Characteristics/ManufacturerCharacteristic.swift",
        "Generated/Characteristics/ModelCharacteristic.swift",
        "Generated/Characteristics/MotionDetectedCharacteristic.swift",
        "Generated/Characteristics/MuteCharacteristic.swift",
        "Generated/Characteristics/NameCharacteristic.swift",
        "Generated/Characteristics/NightVisionCharacteristic.swift",
        "Generated/Characteristics/NitrogenDioxideDensityCharacteristic.swift",
        "Generated/Characteristics/ObstructionDetectedCharacteristic.swift",
        "Generated/Characteristics/OccupancyDetectedCharacteristic.swift",
        "Generated/Characteristics/OpticalZoomCharacteristic.swift",
        "Generated/Characteristics/OutletInUseCharacteristic.swift",
        "Generated/Characteristics/OutputStateCharacteristic.swift",
        "Generated/Characteristics/OzoneDensityCharacteristic.swift",
        "Generated/Characteristics/PM10DensityCharacteristic.swift",
        "Generated/Characteristics/PM2_5DensityCharacteristic.swift",
        "Generated/Characteristics/PictureModeCharacteristic.swift",
        "Generated/Characteristics/PositionStateCharacteristic.swift",
        "Generated/Characteristics/PowerModeSelectionCharacteristic.swift",
        "Generated/Characteristics/PowerStateCharacteristic.swift",
        "Generated/Characteristics/ProgramModeCharacteristic.swift",
        "Generated/Characteristics/RemainingDurationCharacteristic.swift",
        "Generated/Characteristics/RemoteKeyCharacteristic.swift",
        "Generated/Characteristics/RotationDirectionCharacteristic.swift",
        "Generated/Characteristics/RotationSpeedCharacteristic.swift",
        "Generated/Characteristics/RouterStatusCharacteristic.swift",
        "Generated/Characteristics/SaturationCharacteristic.swift",
        "Generated/Characteristics/SecuritySystemAlarmTypeCharacteristic.swift",
        "Generated/Characteristics/SelectedStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SerialNumberCharacteristic.swift",
        "Generated/Characteristics/SetDurationCharacteristic.swift",
        "Generated/Characteristics/SetupStreamEndpointCharacteristic.swift",
        "Generated/Characteristics/SlatTypeCharacteristic.swift",
        "Generated/Characteristics/SmokeDetectedCharacteristic.swift",
        "Generated/Characteristics/SoftwareVersionCharacteristic.swift",
        "Generated/Characteristics/StatusActiveCharacteristic.swift",
        "Generated/Characteristics/StatusFaultCharacteristic.swift",
        "Generated/Characteristics/StatusJammedCharacteristic.swift",
        "Generated/Characteristics/StatusLowBatteryCharacteristic.swift",
        "Generated/Characteristics/StatusTamperedCharacteristic.swift",
        "Generated/Characteristics/StreamingStatusCharacteristic.swift",
        "Generated/Characteristics/SulphurDioxideDensityCharacteristic.swift",
        "Generated/Characteristics/SupportedAudioStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SupportedRTPConfigurationCharacteristic.swift",
        "Generated/Characteristics/SupportedVideoStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SwingModeCharacteristic.swift",
        "Generated/Characteristics/TargetAirPurifierStateCharacteristic.swift",
        "Generated/Characteristics/TargetDoorStateCharacteristic.swift",
        "Generated/Characteristics/TargetFanStateCharacteristic.swift",
        "Generated/Characteristics/TargetHeaterCoolerStateCharacteristic.swift",
        "Generated/Characteristics/TargetHeatingCoolingCharacteristic.swift",
        "Generated/Characteristics/TargetHorizontalTiltCharacteristic.swift",
        "Generated/Characteristics/TargetHumidifierDehumidifierStateCharacteristic.swift",
        "Generated/Characteristics/TargetLockMechanismStateCharacteristic.swift",
        "Generated/Characteristics/TargetMediaStateCharacteristic.swift",
        "Generated/Characteristics/TargetPositionCharacteristic.swift",
        "Generated/Characteristics/TargetRelativeHumidityCharacteristic.swift",
        "Generated/Characteristics/TargetSecuritySystemStateCharacteristic.swift",
        "Generated/Characteristics/TargetTemperatureCharacteristic.swift",
        "Generated/Characteristics/TargetTiltCharacteristic.swift",
        "Generated/Characteristics/TargetVerticalTiltCharacteristic.swift",
        "Generated/Characteristics/TargetVisibilityStateCharacteristic.swift",
        "Generated/Characteristics/TemperatureUnitsCharacteristic.swift",
        "Generated/Characteristics/ValveTypeCharacteristic.swift",
        "Generated/Characteristics/VersionCharacteristic.swift",
        "Generated/Characteristics/VolatileOrganicCompoundDensityCharacteristic.swift",
        "Generated/Characteristics/VolumeCharacteristic.swift",
        "Generated/Characteristics/VolumeControlTypeCharacteristic.swift",
        "Generated/Characteristics/VolumeSelectorCharacteristic.swift",
        "Generated/Characteristics/WANStatusListCharacteristic.swift",
        "Generated/Characteristics/WaterLevelCharacteristic.swift",
        "Generated/Characteristics/WiFiSatelliteStatusCharacteristic.swift",
        "Generated/ServiceType+Generated.swift",
        "Generated/Services/AccessoryInformationService.swift",
        "Generated/Services/AirPurifierService.swift",
        "Generated/Services/AirQualitySensorService.swift",
        "Generated/Services/BatteryService.swift",
        "Generated/Services/CameraControlService.swift",
        "Generated/Services/CameraRTPStreamManagementService.swift",
        "Generated/Services/CarbonDioxideSensorService.swift",
        "Generated/Services/CarbonMonoxideSensorService.swift",
        "Generated/Services/ContactSensorService.swift",
        "Generated/Services/DoorService.swift",
        "Generated/Services/DoorbellService.swift",
        "Generated/Services/FanService.swift",
        "Generated/Services/FaucetService.swift",
        "Generated/Services/FilterMaintenanceService.swift",
        "Generated/Services/GarageDoorOpenerService.swift",
        "Generated/Services/HeaterCoolerService.swift",
        "Generated/Services/HumidifierDehumidifierService.swift",
        "Generated/Services/HumiditySensorService.swift",
        "Generated/Services/InputSourceService.swift",
        "Generated/Services/IrrigationSystemService.swift",
        "Generated/Services/LabelService.swift",
        "Generated/Services/LeakSensorService.swift",
        "Generated/Services/LightSensorService.swift",
        "Generated/Services/LightbulbService.swift",
        "Generated/Services/LockManagementService.swift",
        "Generated/Services/LockMechanismService.swift",
        "Generated/Services/MicrophoneService.swift",
        "Generated/Services/MotionSensorService.swift",
        "Generated/Services/OccupancySensorService.swift",
        "Generated/Services/OutletService.swift",
        "Generated/Services/SecuritySystemService.swift",
        "Generated/Services/SlatsService.swift",
        "Generated/Services/SmokeSensorService.swift",
        "Generated/Services/SpeakerService.swift",
        "Generated/Services/StatefulProgrammableSwitchService.swift",
        "Generated/Services/StatelessProgrammableSwitchService.swift",
        "Generated/Services/SwitchService.swift",
        "Generated/Services/TelevisionService.swift",
        "Generated/Services/TemperatureSensorService.swift",
        "Generated/Services/ThermostatService.swift",
        "Generated/Services/ValveService.swift",
        "Generated/Services/VentilationFanService.swift",
        "Generated/Services/WiFiRouterService.swift",
        "Generated/Services/WiFiSatelliteService.swift",
        "Generated/Services/WindowCoveringService.swift",
        "Generated/Services/WindowService.swift",
        "HomeAtlas.swift",
        "HomeKitError.swift",
        "HomeKitManager.swift",
        "Macros.swift",
        "Service.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "HomeAtlasMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HomeAtlas",
      "HomeAtlas-Package",
      "HomeKitCatalogExtractor",
      "HomeKitServiceGenerator"
    ]
  }
}
2026-04-17 23:58:28.839 xcodebuild[1278:7718] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HomeAtlas",
      "HomeAtlas-Package",
      "HomeKitCatalogExtractor",
      "HomeKitServiceGenerator"
    ]
  }
}
2026-04-17 23:58:29.974 xcodebuild[1286:7780] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HomeAtlas-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HomeAtlas-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  HomeAtlas: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (22 targets)
    Target 'HomeKitServiceGenerator' in project 'HomeAtlas' (no dependencies)
    Target 'HomeKitCatalogExtractor' in project 'HomeAtlas' (no dependencies)
    Target 'HomeAtlas' in project 'HomeAtlas'
        ➜ Explicit dependency on target 'HomeAtlas' in project 'HomeAtlas'
        ➜ Explicit dependency on target 'HomeAtlasMacros' in project 'HomeAtlas'
    Target 'HomeAtlas' in project 'HomeAtlas'
        ➜ Explicit dependency on target 'HomeAtlasMacros' in project 'HomeAtlas'
    Target 'HomeAtlasMacros' in project 'HomeAtlas'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
    Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
    Target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
SwiftDriver HomeAtlas normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HomeAtlas -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/HomeAtlas.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HomeAtlasMacros\#HomeAtlasMacros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/HomeAtlas-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/HomeAtlas.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/HomeAtlas_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/HomeAtlas-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SnapshotOptions.swift,\ StableAnonymizer.swift,\ CharacteristicType+Generated.swift,\ ActiveCharacteristic.swift,\ ActiveIdentifierCharacteristic.swift,\ AdminOnlyAccessCharacteristic.swift,\ AirParticulateDensityCharacteristic.swift,\ AirParticulateSizeCharacteristic.swift,\ AirQualityCharacteristic.swift,\ AudioFeedbackCharacteristic.swift,\ BatteryLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/StableAnonymizer.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveIdentifierCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AdminOnlyAccessCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateDensityCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateSizeCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirQualityCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AudioFeedbackCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/BatteryLevelCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotOptions.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/StableAnonymizer.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:16:43: error: 'HMCharacteristicTypeActiveIdentifier' is only available in visionOS 2.0 or newer
    static let activeIdentifier: String = HMCharacteristicTypeActiveIdentifier
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:16:16: note: add '@available' attribute to enclosing static property
    static let activeIdentifier: String = HMCharacteristicTypeActiveIdentifier
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:61:41: error: 'HMCharacteristicTypeClosedCaptions' is only available in visionOS 2.0 or newer
    static let closedCaptions: String = HMCharacteristicTypeClosedCaptions
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:61:16: note: add '@available' attribute to enclosing static property
    static let closedCaptions: String = HMCharacteristicTypeClosedCaptions
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:67:41: error: 'HMCharacteristicTypeConfiguredName' is only available in visionOS 2.0 or newer
    static let configuredName: String = HMCharacteristicTypeConfiguredName
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:67:16: note: add '@available' attribute to enclosing static property
    static let configuredName: String = HMCharacteristicTypeConfiguredName
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:103:44: error: 'HMCharacteristicTypeCurrentMediaState' is only available in visionOS 2.0 or newer
    static let currentMediaState: String = HMCharacteristicTypeCurrentMediaState
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:103:16: note: add '@available' attribute to enclosing static property
    static let currentMediaState: String = HMCharacteristicTypeCurrentMediaState
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:127:49: error: 'HMCharacteristicTypeCurrentVisibilityState' is only available in visionOS 2.0 or newer
    static let currentVisibilityState: String = HMCharacteristicTypeCurrentVisibilityState
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:127:16: note: add '@available' attribute to enclosing static property
    static let currentVisibilityState: String = HMCharacteristicTypeCurrentVisibilityState
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:145:42: warning: 'HMCharacteristicTypeFirmwareVersion' was deprecated in visionOS 1.0
    static let firmwareVersion: String = HMCharacteristicTypeFirmwareVersion
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:163:37: error: 'HMCharacteristicTypeIdentifier' is only available in visionOS 2.0 or newer
    static let identifier: String = HMCharacteristicTypeIdentifier
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:163:16: note: add '@available' attribute to enclosing static property
    static let identifier: String = HMCharacteristicTypeIdentifier
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:178:42: error: 'HMCharacteristicTypeInputDeviceType' is only available in visionOS 2.0 or newer
    static let inputDeviceType: String = HMCharacteristicTypeInputDeviceType
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:178:16: note: add '@available' attribute to enclosing static property
    static let inputDeviceType: String = HMCharacteristicTypeInputDeviceType
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:184:42: error: 'HMCharacteristicTypeInputSourceType' is only available in visionOS 2.0 or newer
    static let inputSourceType: String = HMCharacteristicTypeInputSourceType
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:184:16: note: add '@available' attribute to enclosing static property
    static let inputSourceType: String = HMCharacteristicTypeInputSourceType
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:214:39: warning: 'HMCharacteristicTypeManufacturer' was deprecated in visionOS 1.0
    static let manufacturer: String = HMCharacteristicTypeManufacturer
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:217:32: warning: 'HMCharacteristicTypeModel' was deprecated in visionOS 1.0
    static let model: String = HMCharacteristicTypeModel
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:259:38: error: 'HMCharacteristicTypePictureMode' is only available in visionOS 2.0 or newer
    static let pictureMode: String = HMCharacteristicTypePictureMode
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:259:16: note: add '@available' attribute to enclosing static property
    static let pictureMode: String = HMCharacteristicTypePictureMode
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:265:45: error: 'HMCharacteristicTypePowerModeSelection' is only available in visionOS 2.0 or newer
    static let powerModeSelection: String = HMCharacteristicTypePowerModeSelection
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:265:16: note: add '@available' attribute to enclosing static property
    static let powerModeSelection: String = HMCharacteristicTypePowerModeSelection
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:277:36: error: 'HMCharacteristicTypeRemoteKey' is only available in visionOS 2.0 or newer
    static let remoteKey: String = HMCharacteristicTypeRemoteKey
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:277:16: note: add '@available' attribute to enclosing static property
    static let remoteKey: String = HMCharacteristicTypeRemoteKey
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:286:39: error: 'HMCharacteristicTypeRouterStatus' is only available in visionOS 2.0 or newer
    static let routerStatus: String = HMCharacteristicTypeRouterStatus
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:286:16: note: add '@available' attribute to enclosing static property
    static let routerStatus: String = HMCharacteristicTypeRouterStatus
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:298:39: warning: 'HMCharacteristicTypeSerialNumber' was deprecated in visionOS 1.0: No longer supported
    static let serialNumber: String = HMCharacteristicTypeSerialNumber
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:373:43: error: 'HMCharacteristicTypeTargetMediaState' is only available in visionOS 2.0 or newer
    static let targetMediaState: String = HMCharacteristicTypeTargetMediaState
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:373:16: note: add '@available' attribute to enclosing static property
    static let targetMediaState: String = HMCharacteristicTypeTargetMediaState
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:394:48: error: 'HMCharacteristicTypeTargetVisibilityState' is only available in visionOS 2.0 or newer
    static let targetVisibilityState: String = HMCharacteristicTypeTargetVisibilityState
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:394:16: note: add '@available' attribute to enclosing static property
    static let targetVisibilityState: String = HMCharacteristicTypeTargetVisibilityState
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:412:44: error: 'HMCharacteristicTypeVolumeControlType' is only available in visionOS 2.0 or newer
    static let volumeControlType: String = HMCharacteristicTypeVolumeControlType
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:412:16: note: add '@available' attribute to enclosing static property
    static let volumeControlType: String = HMCharacteristicTypeVolumeControlType
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:415:41: error: 'HMCharacteristicTypeVolumeSelector' is only available in visionOS 2.0 or newer
    static let volumeSelector: String = HMCharacteristicTypeVolumeSelector
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:415:16: note: add '@available' attribute to enclosing static property
    static let volumeSelector: String = HMCharacteristicTypeVolumeSelector
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:418:40: error: 'HMCharacteristicTypeWANStatusList' is only available in visionOS 2.0 or newer
    static let wANStatusList: String = HMCharacteristicTypeWANStatusList
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:418:16: note: add '@available' attribute to enclosing static property
    static let wANStatusList: String = HMCharacteristicTypeWANStatusList
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:424:46: error: 'HMCharacteristicTypeWiFiSatelliteStatus' is only available in visionOS 2.0 or newer
    static let wiFiSatelliteStatus: String = HMCharacteristicTypeWiFiSatelliteStatus
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:424:16: note: add '@available' attribute to enclosing static property
    static let wiFiSatelliteStatus: String = HMCharacteristicTypeWiFiSatelliteStatus
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift:11:8: note: add '@available' attribute to enclosing extension
public extension CharacteristicType {
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveIdentifierCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AdminOnlyAccessCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateDensityCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateSizeCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirQualityCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AudioFeedbackCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/BatteryLevelCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotOptions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/StableAnonymizer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveCharacteristic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveIdentifierCharacteristic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AdminOnlyAccessCharacteristic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateDensityCharacteristic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateSizeCharacteristic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirQualityCharacteristic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AudioFeedbackCharacteristic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/BatteryLevelCharacteristic.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/supplementaryOutputs-2 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64 -target arm64-apple-xros1.0 -module-can-import-version HomeKit 1418.5.15 1418.5.15 -module-can-import-version OSLog 10 1861.100.19 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin \#/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HomeAtlasMacros\#HomeAtlasMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/HomeAtlas-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/HomeAtlas.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HomeAtlasMacros\#HomeAtlasMacros -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/HomeAtlas_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -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/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name HomeAtlas -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-xros26.4 -target-sdk-version 26.4 -target-sdk-name xros26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/SnapshotOptions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/StableAnonymizer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/CharacteristicType+Generated.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/ActiveCharacteristic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/ActiveIdentifierCharacteristic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AdminOnlyAccessCharacteristic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AirParticulateDensityCharacteristic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AirParticulateSizeCharacteristic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AirQualityCharacteristic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AudioFeedbackCharacteristic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/BatteryLevelCharacteristic.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/SnapshotOptions.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/StableAnonymizer.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/CharacteristicType+Generated.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/ActiveCharacteristic.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/ActiveIdentifierCharacteristic.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AdminOnlyAccessCharacteristic.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AirParticulateDensityCharacteristic.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AirParticulateSizeCharacteristic.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AirQualityCharacteristic.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/AudioFeedbackCharacteristic.o -index-unit-output-path /HomeAtlas.build/Debug-xros/HomeAtlas.build/Objects-normal/arm64/BatteryLevelCharacteristic.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ BrightnessCharacteristic.swift,\ CarbonDioxideDetectedCharacteristic.swift,\ CarbonDioxideLevelCharacteristic.swift,\ CarbonDioxidePeakLevelCharacteristic.swift,\ CarbonMonoxideDetectedCharacteristic.swift,\ CarbonMonoxideLevelCharacteristic.swift,\ CarbonMonoxidePeakLevelCharacteristic.swift,\ ChargingStateCharacteristic.swift,\ ClosedCaptionsCharacteristic.swift,\ ColorTemperatureCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/BrightnessCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxideDetectedCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxideLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxidePeakLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxideDetectedCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxideLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxidePeakLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ChargingStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ClosedCaptionsCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ColorTemperatureCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/BrightnessCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxideDetectedCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxideLevelCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonDioxidePeakLevelCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxideDetectedCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxideLevelCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CarbonMonoxidePeakLevelCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ChargingStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ClosedCaptionsCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ColorTemperatureCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LightSensorService.swift,\ LightbulbService.swift,\ LockManagementService.swift,\ LockMechanismService.swift,\ MicrophoneService.swift,\ MotionSensorService.swift,\ OccupancySensorService.swift,\ OutletService.swift,\ SecuritySystemService.swift,\ SlatsService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LightSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LightbulbService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LockManagementService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LockMechanismService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/MicrophoneService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/MotionSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/OccupancySensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/OutletService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SecuritySystemService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SlatsService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LightSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LightbulbService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LockManagementService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LockMechanismService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/MicrophoneService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/MotionSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/OccupancySensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/OutletService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SecuritySystemService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SlatsService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Accessory.swift,\ Characteristic.swift,\ Home.swift,\ Room.swift,\ Zone.swift,\ DiagnosticsLogger.swift,\ AtlasSnapshotEncoder.swift,\ HomeSnapshotEncoder.swift,\ SnapshotAPI.swift,\ SnapshotHelpers.swift,\ SnapshotModels.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Characteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Zone.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/DiagnosticsLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/AtlasSnapshotEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/HomeSnapshotEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotAPI.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotModels.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Accessory.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Home.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Room.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Context/Zone.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/AtlasSnapshotEncoder.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/HomeSnapshotEncoder.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotAPI.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotHelpers.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotModels.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VolatileOrganicCompoundDensityCharacteristic.swift,\ VolumeCharacteristic.swift,\ VolumeControlTypeCharacteristic.swift,\ VolumeSelectorCharacteristic.swift,\ WANStatusListCharacteristic.swift,\ WaterLevelCharacteristic.swift,\ WiFiSatelliteStatusCharacteristic.swift,\ ServiceType+Generated.swift,\ AccessoryInformationService.swift,\ AirPurifierService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolatileOrganicCompoundDensityCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeControlTypeCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeSelectorCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WANStatusListCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WaterLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WiFiSatelliteStatusCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/ServiceType+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AccessoryInformationService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AirPurifierService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolatileOrganicCompoundDensityCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeControlTypeCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/VolumeSelectorCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WANStatusListCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WaterLevelCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/WiFiSatelliteStatusCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/ServiceType+Generated.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AccessoryInformationService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AirPurifierService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SmokeSensorService.swift,\ SpeakerService.swift,\ StatefulProgrammableSwitchService.swift,\ StatelessProgrammableSwitchService.swift,\ SwitchService.swift,\ TelevisionService.swift,\ TemperatureSensorService.swift,\ ThermostatService.swift,\ ValveService.swift,\ VentilationFanService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SmokeSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SpeakerService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/StatefulProgrammableSwitchService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/StatelessProgrammableSwitchService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SwitchService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/TelevisionService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/TemperatureSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/ThermostatService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/ValveService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/VentilationFanService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SmokeSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SpeakerService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/StatefulProgrammableSwitchService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/StatelessProgrammableSwitchService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/SwitchService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/TelevisionService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/TemperatureSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/ThermostatService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/ValveService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/VentilationFanService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WiFiRouterService.swift,\ WiFiSatelliteService.swift,\ WindowCoveringService.swift,\ WindowService.swift,\ HomeAtlas.swift,\ HomeKitError.swift,\ HomeKitManager.swift,\ Macros.swift,\ Service.swift,\ Types.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/WiFiRouterService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/WiFiSatelliteService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/WindowCoveringService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/WindowService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/HomeAtlas.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/HomeKitError.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/HomeKitManager.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Macros.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Service.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Types.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/WiFiRouterService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/WiFiSatelliteService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/WindowCoveringService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/WindowService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ HomeAtlas (in target 'HomeAtlas' from project 'HomeAtlas')
EmitSwiftModule normal arm64 (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FaucetService.swift,\ FilterMaintenanceService.swift,\ GarageDoorOpenerService.swift,\ HeaterCoolerService.swift,\ HumidifierDehumidifierService.swift,\ HumiditySensorService.swift,\ InputSourceService.swift,\ IrrigationSystemService.swift,\ LabelService.swift,\ LeakSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/FaucetService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/FilterMaintenanceService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/GarageDoorOpenerService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/HeaterCoolerService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/HumidifierDehumidifierService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/HumiditySensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/InputSourceService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/IrrigationSystemService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LabelService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LeakSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/FaucetService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/FilterMaintenanceService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/GarageDoorOpenerService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/HeaterCoolerService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/HumidifierDehumidifierService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/HumiditySensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/InputSourceService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/IrrigationSystemService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LabelService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/LeakSensorService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ConfiguredNameCharacteristic.swift,\ ContactStateCharacteristic.swift,\ CoolingThresholdCharacteristic.swift,\ CurrentAirPurifierStateCharacteristic.swift,\ CurrentDoorStateCharacteristic.swift,\ CurrentFanStateCharacteristic.swift,\ CurrentHeaterCoolerStateCharacteristic.swift,\ CurrentHeatingCoolingCharacteristic.swift,\ CurrentHorizontalTiltCharacteristic.swift,\ CurrentHumidifierDehumidifierStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ConfiguredNameCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ContactStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CoolingThresholdCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentAirPurifierStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentDoorStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentFanStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHeaterCoolerStateCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHeatingCoolingCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHorizontalTiltCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHumidifierDehumidifierStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ConfiguredNameCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ContactStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CoolingThresholdCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentAirPurifierStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentDoorStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentFanStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHeaterCoolerStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHeatingCoolingCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHorizontalTiltCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/CurrentHumidifierDehumidifierStateCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AirQualitySensorService.swift,\ BatteryService.swift,\ CameraControlService.swift,\ CameraRTPStreamManagementService.swift,\ CarbonDioxideSensorService.swift,\ CarbonMonoxideSensorService.swift,\ ContactSensorService.swift,\ DoorService.swift,\ DoorbellService.swift,\ FanService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/AirQualitySensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/BatteryService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CameraControlService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CameraRTPStreamManagementService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CarbonDioxideSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/CarbonMonoxideSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/ContactSensorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/DoorService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/DoorbellService.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Services/FanService.swift (in target 'HomeAtlas' from project 'HomeAtlas')
2026-04-17 23:58:31.118 xcodebuild[1293:7831] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	SwiftCompile normal arm64 Compiling\ SnapshotOptions.swift,\ StableAnonymizer.swift,\ CharacteristicType+Generated.swift,\ ActiveCharacteristic.swift,\ ActiveIdentifierCharacteristic.swift,\ AdminOnlyAccessCharacteristic.swift,\ AirParticulateDensityCharacteristic.swift,\ AirParticulateSizeCharacteristic.swift,\ AirQualityCharacteristic.swift,\ AudioFeedbackCharacteristic.swift,\ BatteryLevelCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/SnapshotOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Encoding/StableAnonymizer.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/CharacteristicType+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/ActiveIdentifierCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AdminOnlyAccessCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateDensityCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirParticulateSizeCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AirQualityCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/AudioFeedbackCharacteristic.swift /Users/admin/builder/spi-builder-workspace/Sources/HomeAtlas/Generated/Characteristics/BatteryLevelCharacteristic.swift (in target 'HomeAtlas' from project 'HomeAtlas')
	Building workspace spi-builder-workspace with scheme HomeAtlas-Package
(3 failures)
BUILD FAILURE 6.3 visionOS