The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HomeAtlas, reference master (e60506), with Swift 6.1 for macOS (SPM) on 14 Mar 2026 21:12:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pradeepmouli/HomeAtlas.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pradeepmouli/HomeAtlas
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e60506a Merge pull request #25 from pradeepmouli/claude/simplify-codebase-pWZ92
Cloned https://github.com/pradeepmouli/HomeAtlas.git
Revision (git rev-parse @):
e60506a85643e29f218030fda2e6071b3efe830f
SUCCESS checkout https://github.com/pradeepmouli/HomeAtlas.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pradeepmouli/HomeAtlas.git
https://github.com/pradeepmouli/HomeAtlas.git
{
  "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" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "18.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" : "HomeAtlasSwiftUIExample",
      "targets" : [
        "HomeAtlasSwiftUIExample"
      ],
      "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",
        "RuntimeSnapshotTests.swift",
        "SnapshotAnonymizerTests.swift"
      ],
      "target_dependencies" : [
        "HomeAtlas"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomeAtlasSwiftUIExample",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasSwiftUIExample",
      "path" : "Examples/SwiftUIExample/Sources/SwiftUIExample",
      "product_memberships" : [
        "HomeAtlasSwiftUIExample"
      ],
      "sources" : [
        "ContentView.swift",
        "HomeAtlasSwiftUIExampleApp.swift"
      ],
      "target_dependencies" : [
        "HomeAtlas"
      ],
      "type" : "executable"
    },
    {
      "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",
        "HomeAtlasSwiftUIExample",
        "HomeAtlasMacros"
      ],
      "sources" : [
        "Generated/CharacteristicValueMappings.swift",
        "HomeAtlasMacrosPlugin.swift",
        "SnapshotableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HomeAtlas",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlas",
      "path" : "Sources/HomeAtlas",
      "product_memberships" : [
        "HomeAtlas",
        "HomeAtlasSwiftUIExample"
      ],
      "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",
        "HomeKitDescribable.swift",
        "HomeKitError.swift",
        "HomeKitManager.swift",
        "Macros.swift",
        "Service.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "HomeAtlasMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/36] Write sources
[20/36] Write HomeKitCatalogExtractor-entitlement.plist
[21/36] Write HomeKitServiceGenerator-entitlement.plist
[21/36] Write HomeAtlasSwiftUIExample-entitlement.plist
[23/36] Compiling _SwiftSyntaxCShims dummy.c
[24/36] Write swift-version-2F0A5646E1D333AE.txt
[26/54] Emitting module SwiftSyntax509
[27/54] Compiling SwiftSyntax509 Empty.swift
[28/54] Emitting module SwiftSyntax510
[29/54] Compiling SwiftSyntax510 Empty.swift
[30/54] Compiling SwiftSyntax600 Empty.swift
[31/54] Emitting module SwiftSyntax600
[32/119] Compiling SwiftSyntax AbsolutePosition.swift
[33/119] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[34/119] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[35/119] Compiling SwiftSyntax Assert.swift
[36/119] Compiling SwiftSyntax BumpPtrAllocator.swift
[37/119] Compiling SwiftSyntax CommonAncestor.swift
[38/119] Compiling SwiftSyntax Convenience.swift
[39/119] Compiling SwiftSyntax CustomTraits.swift
[40/126] Compiling SwiftSyntax Identifier.swift
[41/126] Compiling SwiftSyntax MemoryLayout.swift
[42/126] Compiling SwiftSyntax MissingNodeInitializers.swift
[43/126] Compiling SwiftSyntax RawSyntax.swift
[44/126] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[45/126] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[46/126] Compiling SwiftSyntax RawSyntaxTokenView.swift
[47/126] Emitting module HomeKitServiceGenerator
[48/126] Compiling HomeKitServiceGenerator main.swift
[49/126] Compiling HomeKitServiceGenerator CatalogParser.swift
[50/126] Compiling HomeKitServiceGenerator ServiceGenerator.swift
[51/126] Compiling HomeKitCatalogExtractor TBDParser.swift
[52/126] Compiling HomeKitCatalogExtractor main.swift
[53/126] Compiling HomeKitCatalogExtractor Models.swift
[54/126] Compiling HomeKitCatalogExtractor MetadataParser.swift
[55/126] Compiling HomeKitCatalogExtractor RuntimeInspector.swift
[56/126] Compiling HomeKitCatalogExtractor HeaderParser.swift
[57/126] Emitting module HomeKitCatalogExtractor
[58/126] Compiling HomeKitCatalogExtractor SDKExtractor.swift
[58/126] Write Objects.LinkFileList
[60/126] Linking HomeKitServiceGenerator
[60/126] Linking HomeKitCatalogExtractor
[62/126] Applying HomeKitServiceGenerator
[63/126] Applying HomeKitCatalogExtractor
[65/126] Emitting module SwiftSyntax
[66/126] Compiling SwiftSyntax SyntaxCollections.swift
[67/126] Compiling SwiftSyntax SyntaxEnum.swift
[68/126] Compiling SwiftSyntax SyntaxKind.swift
[69/126] Compiling SwiftSyntax SyntaxRewriter.swift
[70/126] Compiling SwiftSyntax SyntaxTraits.swift
[71/126] Compiling SwiftSyntax SyntaxVisitor.swift
[72/126] Compiling SwiftSyntax TokenKind.swift
[73/126] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[74/126] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[75/126] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[76/126] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[77/126] Compiling SwiftSyntax RawSyntaxValidation.swift
[78/126] Compiling SwiftSyntax SyntaxNodesAB.swift
[79/126] Compiling SwiftSyntax SyntaxNodesC.swift
[80/126] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[81/126] Compiling SwiftSyntax SyntaxChildren.swift
[82/126] Compiling SwiftSyntax SyntaxCollection.swift
[83/126] Compiling SwiftSyntax SyntaxHashable.swift
[84/126] Compiling SwiftSyntax SyntaxIdentifier.swift
[85/126] Compiling SwiftSyntax SyntaxNodeFactory.swift
[86/126] Compiling SwiftSyntax SyntaxNodeStructure.swift
[87/126] Compiling SwiftSyntax Tokens.swift
[88/126] Compiling SwiftSyntax TriviaPieces.swift
[89/126] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[90/126] Compiling SwiftSyntax RawSyntaxNodesC.swift
[91/126] Compiling SwiftSyntax RawSyntaxNodesD.swift
[92/126] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[93/126] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[94/126] Compiling SwiftSyntax SyntaxProtocol.swift
[95/126] Compiling SwiftSyntax SyntaxText.swift
[96/126] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[97/126] Compiling SwiftSyntax TokenDiagnostic.swift
[98/126] Compiling SwiftSyntax TokenSequence.swift
[99/126] Compiling SwiftSyntax TokenSyntax.swift
[100/126] Compiling SwiftSyntax Trivia.swift
[101/126] Compiling SwiftSyntax SourceEdit.swift
[102/126] Compiling SwiftSyntax SourceLength.swift
[103/126] Compiling SwiftSyntax SourceLocation.swift
[104/126] Compiling SwiftSyntax SourcePresence.swift
[105/126] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[106/126] Compiling SwiftSyntax Syntax.swift
[107/126] Compiling SwiftSyntax SyntaxArena.swift
[108/126] Compiling SwiftSyntax Utils.swift
[109/126] Compiling SwiftSyntax ChildNameForKeyPath.swift
[110/126] Compiling SwiftSyntax Keyword.swift
[111/126] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[112/126] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[113/126] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[114/126] Compiling SwiftSyntax SyntaxBaseNodes.swift
[115/126] Compiling SwiftSyntax SyntaxNodesD.swift
[116/126] Compiling SwiftSyntax SyntaxNodesEF.swift
[117/126] Compiling SwiftSyntax SyntaxNodesGHI.swift
[118/126] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[119/126] Compiling SwiftSyntax SyntaxNodesOP.swift
[120/126] Compiling SwiftSyntax SyntaxNodesQRS.swift
[121/126] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[122/184] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[123/184] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[124/184] Compiling SwiftBasicFormat Syntax+Extensions.swift
[125/184] Compiling SwiftDiagnostics Message.swift
[126/185] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[127/185] Compiling SwiftDiagnostics FixIt.swift
[128/185] Compiling SwiftDiagnostics Note.swift
[129/185] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[130/185] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[131/185] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[132/185] Compiling SwiftDiagnostics Diagnostic.swift
[133/185] Compiling SwiftDiagnostics Convenience.swift
[134/185] Emitting module SwiftDiagnostics
[135/185] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[136/185] Compiling SwiftBasicFormat BasicFormat.swift
[137/185] Emitting module SwiftBasicFormat
[138/185] Compiling SwiftBasicFormat InferIndentation.swift
[139/185] Compiling SwiftParser TopLevel.swift
[140/185] Compiling SwiftParser TriviaParser.swift
[141/185] Compiling SwiftParser Types.swift
[142/185] Compiling SwiftParser ExperimentalFeatures.swift
[143/189] Compiling SwiftParser UnicodeScalarExtensions.swift
[144/189] Compiling SwiftParser Lookahead.swift
[145/189] Compiling SwiftParser LoopProgressCondition.swift
[146/189] Compiling SwiftParser Modifiers.swift
[147/189] Compiling SwiftParser Names.swift
[148/189] Compiling SwiftParser StringLiterals.swift
[149/189] Compiling SwiftParser SwiftParserCompatibility.swift
[150/189] Compiling SwiftParser SwiftVersion.swift
[151/189] Compiling SwiftParser SyntaxUtils.swift
[152/189] Compiling SwiftParser TokenConsumer.swift
[153/189] Compiling SwiftParser TokenPrecedence.swift
[154/189] Compiling SwiftParser TokenSpec.swift
[155/189] Compiling SwiftParser TokenSpecSet.swift
[156/189] Compiling SwiftParser Nominals.swift
[157/189] Compiling SwiftParser Parameters.swift
[158/189] Compiling SwiftParser ParseSourceFile.swift
[159/189] Compiling SwiftParser Parser.swift
[160/189] Compiling SwiftParser Patterns.swift
[161/189] Compiling SwiftParser Recovery.swift
[162/189] Compiling SwiftParser Specifiers.swift
[163/189] Compiling SwiftParser Statements.swift
[164/189] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[165/189] Emitting module SwiftParser
[166/189] Compiling SwiftParser Attributes.swift
[167/189] Compiling SwiftParser Availability.swift
[168/189] Compiling SwiftParser CharacterInfo.swift
[169/189] Compiling SwiftParser CollectionNodes+Parsable.swift
[170/189] Compiling SwiftParser Declarations.swift
[171/189] Compiling SwiftParser Directives.swift
[172/189] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[173/189] Compiling SwiftParser Expressions.swift
[174/189] Compiling SwiftParser IncrementalParseTransition.swift
[175/189] Compiling SwiftParser IsValidIdentifier.swift
[176/189] Compiling SwiftParser Cursor.swift
[177/189] Compiling SwiftParser Lexeme.swift
[178/189] Compiling SwiftParser LexemeSequence.swift
[179/189] Compiling SwiftParser Lexer.swift
[180/189] Compiling SwiftParser RegexLiteralLexer.swift
[181/189] Compiling SwiftParser IsLexerClassified.swift
[182/189] Compiling SwiftParser LayoutNodes+Parsable.swift
[183/189] Compiling SwiftParser Parser+TokenSpecSet.swift
[184/189] Compiling SwiftParser TokenSpecStaticMembers.swift
[185/212] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[186/213] Compiling SwiftOperators PrecedenceGroup.swift
[187/213] Compiling SwiftOperators OperatorTable.swift
[188/213] Compiling SwiftOperators PrecedenceGraph.swift
[189/214] Compiling SwiftOperators OperatorTable+Semantics.swift
[190/214] Compiling SwiftOperators OperatorError.swift
[191/214] Compiling SwiftOperators OperatorTable+Defaults.swift
[192/214] Compiling SwiftOperators Operator.swift
[193/214] Compiling SwiftOperators OperatorError+Diagnostics.swift
[194/214] Emitting module SwiftOperators
[195/214] Compiling SwiftOperators OperatorTable+Folding.swift
[196/214] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[197/214] Compiling SwiftOperators SyntaxSynthesis.swift
[198/214] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[199/214] Compiling SwiftParserDiagnostics Utils.swift
[200/214] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[201/214] Compiling SwiftParserDiagnostics PresenceUtils.swift
[202/214] Emitting module SwiftParserDiagnostics
[203/214] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[204/214] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[205/214] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[206/214] Compiling SwiftParserDiagnostics MissingNodesError.swift
[207/214] Compiling SwiftParserDiagnostics MissingTokenError.swift
[208/214] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[209/214] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[210/229] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[211/229] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[212/229] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[213/229] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[214/229] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[215/229] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[216/230] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[217/230] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[218/230] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[219/230] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[220/230] Compiling SwiftSyntaxBuilder Indenter.swift
[221/230] Compiling SwiftSyntaxBuilder ListBuilder.swift
[222/230] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[223/230] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[224/230] Emitting module SwiftSyntaxBuilder
[225/230] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[226/248] Compiling SwiftSyntaxMacros PreambleMacro.swift
[227/248] Compiling SwiftSyntaxMacros Macro.swift
[228/248] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[229/249] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[230/249] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[231/249] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[232/249] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[233/249] Compiling SwiftSyntaxMacros AttachedMacro.swift
[234/249] Compiling SwiftSyntaxMacros BodyMacro.swift
[235/249] Compiling SwiftSyntaxMacros MemberMacro.swift
[236/249] Compiling SwiftSyntaxMacros PeerMacro.swift
[237/249] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[238/249] Compiling SwiftSyntaxMacros Macro+Format.swift
[239/249] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[240/249] Compiling SwiftSyntaxMacros AccessorMacro.swift
[241/249] Emitting module SwiftSyntaxMacros
[242/249] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[243/249] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[244/249] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[245/259] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[246/259] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[247/259] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[248/259] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[249/259] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[250/259] Emitting module SwiftSyntaxMacroExpansion
[251/259] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[252/259] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[253/259] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[254/259] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[255/271] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[256/272] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[257/272] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[258/272] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[259/272] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[260/272] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[261/272] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[262/272] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[263/272] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[264/272] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[265/272] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[266/272] Emitting module SwiftCompilerPluginMessageHandling
[267/272] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[268/274] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[269/274] Emitting module SwiftCompilerPlugin
[270/278] Compiling HomeAtlasMacros CharacteristicValueMappings.swift
[271/278] Compiling HomeAtlasMacros HomeAtlasMacrosPlugin.swift
[272/278] Compiling HomeAtlasMacros SnapshotableMacro.swift
[273/278] Emitting module HomeAtlasMacros
[273/278] Write Objects.LinkFileList
[274/278] Linking HomeAtlasMacros-tool
[276/652] Compiling HomeAtlas CurrentLightLevelCharacteristic.swift
[277/652] Compiling HomeAtlas CurrentLockMechanismStateCharacteristic.swift
[278/652] Compiling HomeAtlas CurrentMediaStateCharacteristic.swift
[279/652] Compiling HomeAtlas CurrentPositionCharacteristic.swift
[280/652] Compiling HomeAtlas CurrentRelativeHumidityCharacteristic.swift
[281/652] Compiling HomeAtlas InUseCharacteristic.swift
[282/652] Compiling HomeAtlas CurrentSlatStateCharacteristic.swift
[283/652] Compiling HomeAtlas CurrentTemperatureCharacteristic.swift
[284/652] Compiling HomeAtlas CurrentTiltCharacteristic.swift
[285/652] Compiling HomeAtlas CurrentVerticalTiltCharacteristic.swift
[286/652] Compiling HomeAtlas LabelIndexCharacteristic.swift
[287/652] Compiling HomeAtlas DehumidifierThresholdCharacteristic.swift
[288/652] Compiling HomeAtlas DigitalZoomCharacteristic.swift
[289/652] Compiling HomeAtlas FilterChangeIndicationCharacteristic.swift
[290/652] Compiling HomeAtlas FilterLifeLevelCharacteristic.swift
[291/652] Compiling HomeAtlas FilterResetChangeIndicationCharacteristic.swift
[292/652] Compiling HomeAtlas LockPhysicalControlsCharacteristic.swift
[293/652] Compiling HomeAtlas HardwareVersionCharacteristic.swift
[294/652] Compiling HomeAtlas HeatingThresholdCharacteristic.swift
[295/652] Compiling HomeAtlas HoldPositionCharacteristic.swift
[296/652] Compiling HomeAtlas HueCharacteristic.swift
[298/672] Compiling HomeAtlas FilterMaintenanceService.swift
[299/672] Compiling HomeAtlas GarageDoorOpenerService.swift
[300/672] Compiling HomeAtlas HeaterCoolerService.swift
[301/672] Compiling HomeAtlas HumidifierDehumidifierService.swift
[302/672] Compiling HomeAtlas HumiditySensorService.swift
[303/672] Compiling HomeAtlas InputSourceService.swift
[304/672] Compiling HomeAtlas IrrigationSystemService.swift
[305/672] Compiling HomeAtlas LabelService.swift
[306/672] Compiling HomeAtlas LeakSensorService.swift
[307/672] Compiling HomeAtlas LightSensorService.swift
[308/672] Compiling HomeAtlas LightbulbService.swift
[309/672] Compiling HomeAtlas LockManagementService.swift
[310/672] Compiling HomeAtlas LockMechanismService.swift
[311/672] Compiling HomeAtlas MicrophoneService.swift
[312/672] Compiling HomeAtlas MotionSensorService.swift
[313/672] Compiling HomeAtlas OccupancySensorService.swift
[314/672] Compiling HomeAtlas OutletService.swift
[315/672] Compiling HomeAtlas SecuritySystemService.swift
[316/672] Compiling HomeAtlas SlatsService.swift
[317/672] Compiling HomeAtlas SmokeSensorService.swift
[318/692] Compiling HomeAtlas TargetAirPurifierStateCharacteristic.swift
[319/692] Compiling HomeAtlas TargetDoorStateCharacteristic.swift
[320/692] Compiling HomeAtlas TargetFanStateCharacteristic.swift
[321/692] Compiling HomeAtlas TargetHeaterCoolerStateCharacteristic.swift
[322/692] Compiling HomeAtlas TargetHeatingCoolingCharacteristic.swift
[323/692] Compiling HomeAtlas TargetHorizontalTiltCharacteristic.swift
[324/692] Compiling HomeAtlas TargetHumidifierDehumidifierStateCharacteristic.swift
[325/692] Compiling HomeAtlas TargetLockMechanismStateCharacteristic.swift
[326/692] Compiling HomeAtlas TargetMediaStateCharacteristic.swift
[327/692] Compiling HomeAtlas TargetPositionCharacteristic.swift
[328/692] Compiling HomeAtlas TargetRelativeHumidityCharacteristic.swift
[329/692] Compiling HomeAtlas TargetSecuritySystemStateCharacteristic.swift
[330/692] Compiling HomeAtlas TargetTemperatureCharacteristic.swift
[331/692] Compiling HomeAtlas TargetTiltCharacteristic.swift
[332/692] Compiling HomeAtlas TargetVerticalTiltCharacteristic.swift
[333/692] Compiling HomeAtlas TargetVisibilityStateCharacteristic.swift
[334/692] Compiling HomeAtlas TemperatureUnitsCharacteristic.swift
[335/692] Compiling HomeAtlas ValveTypeCharacteristic.swift
[336/692] Compiling HomeAtlas VersionCharacteristic.swift
[337/692] Compiling HomeAtlas VolatileOrganicCompoundDensityCharacteristic.swift
[359/692] Compiling HomeAtlas BatteryLevelCharacteristic.swift
[360/692] Compiling HomeAtlas BrightnessCharacteristic.swift
[361/692] Compiling HomeAtlas CarbonDioxideDetectedCharacteristic.swift
[362/692] Compiling HomeAtlas CarbonDioxideLevelCharacteristic.swift
[363/692] Compiling HomeAtlas CarbonDioxidePeakLevelCharacteristic.swift
[364/692] Compiling HomeAtlas CarbonMonoxideDetectedCharacteristic.swift
[365/692] Compiling HomeAtlas CarbonMonoxideLevelCharacteristic.swift
[366/692] Compiling HomeAtlas CarbonMonoxidePeakLevelCharacteristic.swift
[367/692] Compiling HomeAtlas ChargingStateCharacteristic.swift
[368/692] Compiling HomeAtlas ClosedCaptionsCharacteristic.swift
[369/692] Compiling HomeAtlas ColorTemperatureCharacteristic.swift
[370/692] Compiling HomeAtlas ConfiguredNameCharacteristic.swift
[371/692] Compiling HomeAtlas ContactStateCharacteristic.swift
[372/692] Compiling HomeAtlas CoolingThresholdCharacteristic.swift
[373/692] Compiling HomeAtlas CurrentAirPurifierStateCharacteristic.swift
[374/692] Compiling HomeAtlas CurrentDoorStateCharacteristic.swift
[375/692] Compiling HomeAtlas CurrentFanStateCharacteristic.swift
[376/692] Compiling HomeAtlas CurrentHeaterCoolerStateCharacteristic.swift
[377/692] Compiling HomeAtlas CurrentHeatingCoolingCharacteristic.swift
[378/692] Compiling HomeAtlas CurrentHorizontalTiltCharacteristic.swift
[379/692] Compiling HomeAtlas CurrentHumidifierDehumidifierStateCharacteristic.swift
[400/692] Compiling HomeAtlas FilterMaintenanceService.swift
[401/692] Compiling HomeAtlas GarageDoorOpenerService.swift
[402/692] Compiling HomeAtlas HeaterCoolerService.swift
[403/692] Compiling HomeAtlas HumidifierDehumidifierService.swift
[404/692] Compiling HomeAtlas HumiditySensorService.swift
[405/692] Compiling HomeAtlas InputSourceService.swift
[406/692] Compiling HomeAtlas IrrigationSystemService.swift
[407/692] Compiling HomeAtlas LabelService.swift
[408/692] Compiling HomeAtlas LeakSensorService.swift
[409/692] Compiling HomeAtlas LightSensorService.swift
[410/692] Compiling HomeAtlas LightbulbService.swift
[411/692] Compiling HomeAtlas LockManagementService.swift
[412/692] Compiling HomeAtlas LockMechanismService.swift
[413/692] Compiling HomeAtlas MicrophoneService.swift
[414/692] Compiling HomeAtlas MotionSensorService.swift
[415/692] Compiling HomeAtlas OccupancySensorService.swift
[416/692] Compiling HomeAtlas OutletService.swift
[417/692] Compiling HomeAtlas SecuritySystemService.swift
[418/692] Compiling HomeAtlas SlatsService.swift
[419/692] Compiling HomeAtlas SmokeSensorService.swift
[420/692] Compiling HomeAtlas RouterStatusCharacteristic.swift
[421/692] Compiling HomeAtlas SaturationCharacteristic.swift
[422/692] Compiling HomeAtlas FaucetService.swift
[423/692] Compiling HomeAtlas Accessory.swift
[424/692] Compiling HomeAtlas Characteristic.swift
[425/692] Compiling HomeAtlas Home.swift
[426/692] Compiling HomeAtlas Room.swift
[427/692] Compiling HomeAtlas Zone.swift
[428/692] Compiling HomeAtlas DiagnosticsLogger.swift
[429/692] Compiling HomeAtlas AtlasSnapshotEncoder.swift
[430/692] Compiling HomeAtlas HomeSnapshotEncoder.swift
[431/692] Compiling HomeAtlas SnapshotAPI.swift
[432/692] Compiling HomeAtlas SnapshotHelpers.swift
[433/692] Compiling HomeAtlas SnapshotModels.swift
[434/692] Compiling HomeAtlas SnapshotOptions.swift
[435/692] Compiling HomeAtlas StableAnonymizer.swift
[436/692] Compiling HomeAtlas CharacteristicType+Generated.swift
[437/692] Compiling HomeAtlas ActiveCharacteristic.swift
[438/692] Compiling HomeAtlas ActiveIdentifierCharacteristic.swift
[439/692] Compiling HomeAtlas AdminOnlyAccessCharacteristic.swift
[440/692] Compiling HomeAtlas AirParticulateDensityCharacteristic.swift
[441/692] Compiling HomeAtlas AirParticulateSizeCharacteristic.swift
[442/692] Compiling HomeAtlas AirQualityCharacteristic.swift
[443/692] Compiling HomeAtlas AudioFeedbackCharacteristic.swift
[444/692] Compiling HomeAtlas TargetAirPurifierStateCharacteristic.swift
[445/692] Compiling HomeAtlas TargetDoorStateCharacteristic.swift
[446/692] Compiling HomeAtlas TargetFanStateCharacteristic.swift
[447/692] Compiling HomeAtlas TargetHeaterCoolerStateCharacteristic.swift
[448/692] Compiling HomeAtlas TargetHeatingCoolingCharacteristic.swift
[449/692] Compiling HomeAtlas TargetHorizontalTiltCharacteristic.swift
[450/692] Compiling HomeAtlas TargetHumidifierDehumidifierStateCharacteristic.swift
[451/692] Compiling HomeAtlas TargetLockMechanismStateCharacteristic.swift
[452/692] Compiling HomeAtlas TargetMediaStateCharacteristic.swift
[453/692] Compiling HomeAtlas TargetPositionCharacteristic.swift
[454/692] Compiling HomeAtlas TargetRelativeHumidityCharacteristic.swift
[455/692] Compiling HomeAtlas TargetSecuritySystemStateCharacteristic.swift
[456/692] Compiling HomeAtlas TargetTemperatureCharacteristic.swift
[457/692] Compiling HomeAtlas TargetTiltCharacteristic.swift
[458/692] Compiling HomeAtlas TargetVerticalTiltCharacteristic.swift
[459/692] Compiling HomeAtlas TargetVisibilityStateCharacteristic.swift
[460/692] Compiling HomeAtlas TemperatureUnitsCharacteristic.swift
[461/692] Compiling HomeAtlas ValveTypeCharacteristic.swift
[462/692] Compiling HomeAtlas VersionCharacteristic.swift
[463/692] Compiling HomeAtlas VolatileOrganicCompoundDensityCharacteristic.swift
[466/692] Compiling HomeAtlas SecuritySystemAlarmTypeCharacteristic.swift
[467/692] Compiling HomeAtlas SelectedStreamConfigurationCharacteristic.swift
[468/692] Compiling HomeAtlas SerialNumberCharacteristic.swift
[469/692] Compiling HomeAtlas WANStatusListCharacteristic.swift
[470/692] Compiling HomeAtlas WaterLevelCharacteristic.swift
[471/692] Compiling HomeAtlas WiFiSatelliteStatusCharacteristic.swift
[472/692] Compiling HomeAtlas ServiceType+Generated.swift
[473/692] Compiling HomeAtlas AccessoryInformationService.swift
[474/692] Compiling HomeAtlas AirPurifierService.swift
[475/692] Compiling HomeAtlas AirQualitySensorService.swift
[476/692] Compiling HomeAtlas BatteryService.swift
[477/692] Compiling HomeAtlas CameraControlService.swift
[478/692] Compiling HomeAtlas CameraRTPStreamManagementService.swift
[479/692] Compiling HomeAtlas CarbonDioxideSensorService.swift
[480/692] Compiling HomeAtlas CarbonMonoxideSensorService.swift
[481/692] Compiling HomeAtlas ContactSensorService.swift
[482/692] Compiling HomeAtlas DoorService.swift
[483/692] Compiling HomeAtlas DoorbellService.swift
[484/692] Compiling HomeAtlas FanService.swift
[485/692] Compiling HomeAtlas CurrentLightLevelCharacteristic.swift
[486/692] Compiling HomeAtlas CurrentLockMechanismStateCharacteristic.swift
[487/692] Compiling HomeAtlas CurrentMediaStateCharacteristic.swift
[488/692] Compiling HomeAtlas CurrentPositionCharacteristic.swift
[489/692] Compiling HomeAtlas CurrentRelativeHumidityCharacteristic.swift
[490/692] Compiling HomeAtlas CurrentSecuritySystemStateCharacteristic.swift
[491/692] Compiling HomeAtlas CurrentSlatStateCharacteristic.swift
[492/692] Compiling HomeAtlas CurrentTemperatureCharacteristic.swift
[493/692] Compiling HomeAtlas CurrentTiltCharacteristic.swift
[494/692] Compiling HomeAtlas CurrentVerticalTiltCharacteristic.swift
[495/692] Compiling HomeAtlas CurrentVisibilityStateCharacteristic.swift
[496/692] Compiling HomeAtlas DehumidifierThresholdCharacteristic.swift
[497/692] Compiling HomeAtlas DigitalZoomCharacteristic.swift
[498/692] Compiling HomeAtlas FilterChangeIndicationCharacteristic.swift
[499/692] Compiling HomeAtlas FilterLifeLevelCharacteristic.swift
[500/692] Compiling HomeAtlas FilterResetChangeIndicationCharacteristic.swift
[501/692] Compiling HomeAtlas FirmwareVersionCharacteristic.swift
[502/692] Compiling HomeAtlas HardwareVersionCharacteristic.swift
[503/692] Compiling HomeAtlas HeatingThresholdCharacteristic.swift
[504/692] Compiling HomeAtlas HoldPositionCharacteristic.swift
[505/692] Emitting module HomeAtlas
[506/692] Compiling HomeAtlas SpeakerService.swift
[507/692] Compiling HomeAtlas StatefulProgrammableSwitchService.swift
[508/692] Compiling HomeAtlas StatelessProgrammableSwitchService.swift
[509/692] Compiling HomeAtlas SwitchService.swift
[510/692] Compiling HomeAtlas TelevisionService.swift
[511/692] Compiling HomeAtlas TemperatureSensorService.swift
[512/692] Compiling HomeAtlas ThermostatService.swift
[513/692] Compiling HomeAtlas ValveService.swift
[514/692] Compiling HomeAtlas VentilationFanService.swift
[515/692] Compiling HomeAtlas WiFiRouterService.swift
[516/692] Compiling HomeAtlas WiFiSatelliteService.swift
[517/692] Compiling HomeAtlas WindowCoveringService.swift
[518/692] Compiling HomeAtlas WindowService.swift
[519/692] Compiling HomeAtlas HomeAtlas.swift
[520/692] Compiling HomeAtlas HomeKitDescribable.swift
[521/692] Compiling HomeAtlas HomeKitError.swift
[522/692] Compiling HomeAtlas HomeKitManager.swift
[523/692] Compiling HomeAtlas Macros.swift
[524/692] Compiling HomeAtlas Service.swift
[525/692] Compiling HomeAtlas Types.swift
[567/692] Emitting module HomeAtlas
[690/695] Emitting module HomeAtlasSwiftUIExample
[691/695] Compiling HomeAtlasSwiftUIExample ContentView.swift
[692/695] Compiling HomeAtlasSwiftUIExample HomeAtlasSwiftUIExampleApp.swift
[692/695] Write Objects.LinkFileList
[693/695] Linking HomeAtlasSwiftUIExample
[694/695] Applying HomeAtlasSwiftUIExample
Build complete! (40.00s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.03s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (5.17s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/SwiftUIExample/Sources/SwiftUIExample/Info.plist
Build complete.
{
  "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" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "18.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" : "HomeAtlasSwiftUIExample",
      "targets" : [
        "HomeAtlasSwiftUIExample"
      ],
      "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",
        "RuntimeSnapshotTests.swift",
        "SnapshotAnonymizerTests.swift"
      ],
      "target_dependencies" : [
        "HomeAtlas"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomeAtlasSwiftUIExample",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasSwiftUIExample",
      "path" : "Examples/SwiftUIExample/Sources/SwiftUIExample",
      "product_memberships" : [
        "HomeAtlasSwiftUIExample"
      ],
      "sources" : [
        "ContentView.swift",
        "HomeAtlasSwiftUIExampleApp.swift"
      ],
      "target_dependencies" : [
        "HomeAtlas"
      ],
      "type" : "executable"
    },
    {
      "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",
        "HomeAtlasSwiftUIExample",
        "HomeAtlasMacros"
      ],
      "sources" : [
        "Generated/CharacteristicValueMappings.swift",
        "HomeAtlasMacrosPlugin.swift",
        "SnapshotableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HomeAtlas",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlas",
      "path" : "Sources/HomeAtlas",
      "product_memberships" : [
        "HomeAtlas",
        "HomeAtlasSwiftUIExample"
      ],
      "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",
        "HomeKitDescribable.swift",
        "HomeKitError.swift",
        "HomeKitManager.swift",
        "Macros.swift",
        "Service.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "HomeAtlasMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.