The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HomeAtlas, reference master (e60506), with Swift 6.1 for Android on 14 Mar 2026 21:15:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pradeepmouli/HomeAtlas.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pradeepmouli/HomeAtlas.git
https://github.com/pradeepmouli/HomeAtlas.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74771] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.39s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (8.82s)
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
    /host/spi-builder-workspace/Examples/SwiftUIExample/Sources/SwiftUIExample/Info.plist
Building for debugging...
[0/49] Write sources
[20/49] Compiling _SwiftSyntaxCShims dummy.c
[21/49] Write swift-version-24593BA9C3E375BF.txt
[23/67] Compiling SwiftSyntax510 Empty.swift
[24/67] Emitting module SwiftSyntax510
[26/68] Emitting module SwiftSyntax509
[27/68] Compiling SwiftSyntax509 Empty.swift
[28/69] Emitting module SwiftSyntax600
[29/69] Compiling SwiftSyntax600 Empty.swift
[31/70] Wrapping AST for SwiftSyntax510 for debugging
[32/70] Wrapping AST for SwiftSyntax600 for debugging
[33/70] Wrapping AST for SwiftSyntax509 for debugging
[35/134] Compiling SwiftSyntax AbsolutePosition.swift
[36/134] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[37/134] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/134] Compiling SwiftSyntax Assert.swift
[39/134] Compiling SwiftSyntax BumpPtrAllocator.swift
[40/134] Compiling SwiftSyntax CommonAncestor.swift
[41/134] Compiling SwiftSyntax Convenience.swift
[42/134] Compiling SwiftSyntax CustomTraits.swift
[43/134] Compiling SwiftSyntax Identifier.swift
[44/134] Compiling SwiftSyntax SourcePresence.swift
[45/134] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[46/134] Compiling SwiftSyntax Syntax.swift
[47/134] Compiling SwiftSyntax SyntaxArena.swift
[48/134] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[49/134] Compiling SwiftSyntax SyntaxChildren.swift
[50/134] Compiling SwiftSyntax SyntaxCollection.swift
[51/134] Compiling SwiftSyntax SyntaxHashable.swift
[52/134] Compiling SwiftSyntax SyntaxIdentifier.swift
[53/142] Compiling SwiftSyntax MemoryLayout.swift
[54/142] Compiling SwiftSyntax MissingNodeInitializers.swift
[55/142] Compiling SwiftSyntax RawSyntax.swift
[56/142] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[57/142] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[58/142] Compiling SwiftSyntax RawSyntaxTokenView.swift
[59/142] Compiling SwiftSyntax SourceEdit.swift
[60/142] Compiling SwiftSyntax SourceLength.swift
[61/142] Compiling SwiftSyntax SourceLocation.swift
[62/142] Compiling HomeKitCatalogExtractor main.swift
[63/142] Compiling HomeKitServiceGenerator ServiceGenerator.swift
[64/142] Compiling HomeKitServiceGenerator main.swift
[65/142] Compiling HomeKitCatalogExtractor TBDParser.swift
[66/142] Compiling HomeKitCatalogExtractor Models.swift
[67/142] Compiling HomeKitCatalogExtractor MetadataParser.swift
[68/142] Compiling HomeKitCatalogExtractor HeaderParser.swift
[69/142] Emitting module HomeKitCatalogExtractor
[70/142] Compiling HomeKitCatalogExtractor RuntimeInspector.swift
[71/142] Compiling HomeKitCatalogExtractor SDKExtractor.swift
[72/143] Emitting module HomeKitServiceGenerator
[73/143] Compiling HomeKitServiceGenerator CatalogParser.swift
[75/144] Wrapping AST for HomeKitCatalogExtractor for debugging
[76/144] Write Objects.LinkFileList
[77/144] Wrapping AST for HomeKitServiceGenerator for debugging
[78/144] Write Objects.LinkFileList
[79/144] Linking HomeKitCatalogExtractor
[80/144] Linking HomeKitServiceGenerator
[82/144] Emitting module SwiftSyntax
[83/144] Compiling SwiftSyntax SyntaxKind.swift
[84/144] Compiling SwiftSyntax SyntaxRewriter.swift
[85/144] Compiling SwiftSyntax SyntaxTraits.swift
[86/144] Compiling SwiftSyntax SyntaxVisitor.swift
[87/144] Compiling SwiftSyntax TokenKind.swift
[88/144] Compiling SwiftSyntax Tokens.swift
[89/144] Compiling SwiftSyntax TriviaPieces.swift
[90/144] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[91/144] Compiling SwiftSyntax RawSyntaxNodesC.swift
[92/144] Compiling SwiftSyntax RawSyntaxNodesD.swift
[93/144] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[94/144] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[95/144] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[96/144] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[97/144] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[98/144] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[99/144] Compiling SwiftSyntax RawSyntaxValidation.swift
[100/144] Compiling SwiftSyntax SyntaxNodesAB.swift
[101/144] Compiling SwiftSyntax SyntaxNodeFactory.swift
[102/144] Compiling SwiftSyntax SyntaxNodeStructure.swift
[103/144] Compiling SwiftSyntax SyntaxProtocol.swift
[104/144] Compiling SwiftSyntax SyntaxText.swift
[105/144] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[106/144] Compiling SwiftSyntax TokenDiagnostic.swift
[107/144] Compiling SwiftSyntax TokenSequence.swift
[108/144] Compiling SwiftSyntax TokenSyntax.swift
[109/144] Compiling SwiftSyntax Trivia.swift
[110/144] Compiling SwiftSyntax Utils.swift
[111/144] Compiling SwiftSyntax ChildNameForKeyPath.swift
[112/144] Compiling SwiftSyntax Keyword.swift
[113/144] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[114/144] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[115/144] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[116/144] Compiling SwiftSyntax SyntaxBaseNodes.swift
[117/144] Compiling SwiftSyntax SyntaxCollections.swift
[118/144] Compiling SwiftSyntax SyntaxEnum.swift
[119/144] Compiling SwiftSyntax SyntaxNodesC.swift
[120/144] Compiling SwiftSyntax SyntaxNodesD.swift
[121/144] Compiling SwiftSyntax SyntaxNodesEF.swift
[122/144] Compiling SwiftSyntax SyntaxNodesGHI.swift
[123/144] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[124/144] Compiling SwiftSyntax SyntaxNodesOP.swift
[125/144] Compiling SwiftSyntax SyntaxNodesQRS.swift
[126/144] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[127/145] Wrapping AST for SwiftSyntax for debugging
[129/202] Emitting module SwiftDiagnostics
[130/203] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[131/203] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[132/203] Compiling SwiftDiagnostics Message.swift
[133/203] Compiling SwiftDiagnostics Note.swift
[134/203] Compiling SwiftBasicFormat Syntax+Extensions.swift
[135/203] Compiling SwiftParser Attributes.swift
[136/203] Compiling SwiftParser Availability.swift
[137/203] Compiling SwiftParser CharacterInfo.swift
[138/203] Compiling SwiftParser CollectionNodes+Parsable.swift
[139/203] Compiling SwiftDiagnostics FixIt.swift
[140/203] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[141/203] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[142/203] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[143/204] Compiling SwiftBasicFormat InferIndentation.swift
[144/204] Wrapping AST for SwiftDiagnostics for debugging
[146/204] Emitting module SwiftBasicFormat
[147/204] Compiling SwiftBasicFormat BasicFormat.swift
[148/205] Wrapping AST for SwiftBasicFormat for debugging
[150/205] Compiling SwiftParser LexemeSequence.swift
[151/205] Compiling SwiftParser Lexer.swift
[152/205] Compiling SwiftParser RegexLiteralLexer.swift
[153/205] Compiling SwiftParser UnicodeScalarExtensions.swift
[154/205] Compiling SwiftParser Lookahead.swift
[155/205] Compiling SwiftParser LoopProgressCondition.swift
[156/210] Compiling SwiftParser Modifiers.swift
[157/210] Compiling SwiftParser Names.swift
[158/210] Compiling SwiftParser Nominals.swift
[159/210] Compiling SwiftParser Parameters.swift
[160/210] Compiling SwiftParser ParseSourceFile.swift
[161/210] Compiling SwiftParser Parser.swift
[162/210] Compiling SwiftParser TokenSpec.swift
[163/210] Compiling SwiftParser TokenSpecSet.swift
[164/210] Compiling SwiftParser TopLevel.swift
[165/210] Compiling SwiftParser TriviaParser.swift
[166/210] Compiling SwiftParser Types.swift
[167/210] Compiling SwiftParser SwiftParserCompatibility.swift
[168/210] Compiling SwiftParser SwiftVersion.swift
[169/210] Compiling SwiftParser SyntaxUtils.swift
[170/210] Compiling SwiftParser TokenConsumer.swift
[171/210] Compiling SwiftParser TokenPrecedence.swift
[172/210] Compiling SwiftParser Patterns.swift
[173/210] Compiling SwiftParser Recovery.swift
[174/210] Compiling SwiftParser Specifiers.swift
[175/210] Compiling SwiftParser Statements.swift
[176/210] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[177/210] Compiling SwiftParser StringLiterals.swift
[182/210] Compiling SwiftParser Declarations.swift
[183/210] Compiling SwiftParser Directives.swift
[184/210] Emitting module SwiftParser
[185/210] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[186/210] Compiling SwiftParser Expressions.swift
[187/210] Compiling SwiftParser IncrementalParseTransition.swift
[188/210] Compiling SwiftParser IsValidIdentifier.swift
[189/210] Compiling SwiftParser Cursor.swift
[190/210] Compiling SwiftParser Lexeme.swift
[191/210] Compiling SwiftParser ExperimentalFeatures.swift
[192/210] Compiling SwiftParser IsLexerClassified.swift
[193/210] Compiling SwiftParser LayoutNodes+Parsable.swift
[194/210] Compiling SwiftParser Parser+TokenSpecSet.swift
[195/210] Compiling SwiftParser TokenSpecStaticMembers.swift
[196/211] Wrapping AST for SwiftParser for debugging
[198/234] Compiling SwiftOperators PrecedenceGroup.swift
[199/235] Compiling SwiftOperators PrecedenceGraph.swift
[200/235] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[201/236] Emitting module SwiftOperators
[202/236] Compiling SwiftOperators Operator.swift
[203/236] Compiling SwiftOperators OperatorError+Diagnostics.swift
[204/236] Compiling SwiftOperators OperatorTable.swift
[205/236] Compiling SwiftOperators SyntaxSynthesis.swift
[206/236] Compiling SwiftOperators OperatorError.swift
[207/236] Compiling SwiftOperators OperatorTable+Defaults.swift
[208/236] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[209/236] Compiling SwiftOperators OperatorTable+Folding.swift
[210/236] Compiling SwiftOperators OperatorTable+Semantics.swift
[211/237] Wrapping AST for SwiftOperators for debugging
[213/237] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[214/237] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[215/237] Compiling SwiftParserDiagnostics Utils.swift
[216/237] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[217/237] Compiling SwiftParserDiagnostics PresenceUtils.swift
[220/237] Emitting module SwiftParserDiagnostics
[223/237] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[224/237] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[225/238] Wrapping AST for SwiftParserDiagnostics for debugging
[227/253] Compiling SwiftSyntaxBuilder Indenter.swift
[228/253] Compiling SwiftSyntaxBuilder ListBuilder.swift
[229/254] Emitting module SwiftSyntaxBuilder
[230/254] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[231/254] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[232/254] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[233/254] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[234/254] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[235/254] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[236/254] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[237/254] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[238/254] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[239/254] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[240/254] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[241/254] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[242/254] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[243/255] Wrapping AST for SwiftSyntaxBuilder for debugging
[245/272] Compiling SwiftSyntaxMacros Macro.swift
[246/272] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[247/274] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[248/274] Compiling SwiftSyntaxMacros Macro+Format.swift
[249/274] Compiling SwiftSyntaxMacros AccessorMacro.swift
[250/274] Compiling SwiftSyntaxMacros AttachedMacro.swift
[251/274] Compiling SwiftSyntaxMacros BodyMacro.swift
[252/274] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[253/274] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[254/274] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[255/274] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[256/274] Compiling SwiftSyntaxMacros MemberMacro.swift
[257/274] Compiling SwiftSyntaxMacros PeerMacro.swift
[258/274] Emitting module SwiftSyntaxMacros
[259/274] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[260/274] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[261/274] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[262/274] Compiling SwiftSyntaxMacros PreambleMacro.swift
[263/274] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[264/275] Wrapping AST for SwiftSyntaxMacros for debugging
[266/284] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[267/285] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[268/285] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[269/285] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[270/285] Emitting module SwiftSyntaxMacroExpansion
[271/285] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[272/285] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[273/285] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[274/285] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[275/285] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[276/286] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[278/298] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[279/299] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[280/299] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[281/299] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[282/299] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[283/299] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[284/299] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[285/299] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[286/299] Emitting module SwiftCompilerPluginMessageHandling
[287/299] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[288/299] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[289/299] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[290/299] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[291/300] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[293/302] Emitting module SwiftCompilerPlugin
[294/302] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[295/303] Wrapping AST for SwiftCompilerPlugin for debugging
[297/307] Compiling HomeAtlasMacros SnapshotableMacro.swift
[298/307] Compiling HomeAtlasMacros HomeAtlasMacrosPlugin.swift
[299/307] Compiling HomeAtlasMacros CharacteristicValueMappings.swift
[300/307] Emitting module HomeAtlasMacros
[301/308] Wrapping AST for HomeAtlasMacros for debugging
[302/308] Write Objects.LinkFileList
[303/308] Linking HomeAtlasMacros-tool
[305/632] Compiling HomeAtlas CurrentRelativeHumidityCharacteristic.swift
[306/632] Compiling HomeAtlas CurrentSecuritySystemStateCharacteristic.swift
[307/632] Compiling HomeAtlas CurrentSlatStateCharacteristic.swift
[308/632] Compiling HomeAtlas CurrentTemperatureCharacteristic.swift
[309/632] Compiling HomeAtlas CurrentTiltCharacteristic.swift
[310/632] Compiling HomeAtlas CurrentVerticalTiltCharacteristic.swift
[311/632] Compiling HomeAtlas CurrentVisibilityStateCharacteristic.swift
[312/632] Compiling HomeAtlas DehumidifierThresholdCharacteristic.swift
[313/632] Compiling HomeAtlas DigitalZoomCharacteristic.swift
[314/632] Compiling HomeAtlas FilterChangeIndicationCharacteristic.swift
[315/632] Compiling HomeAtlas FilterLifeLevelCharacteristic.swift
[316/632] Compiling HomeAtlas FilterResetChangeIndicationCharacteristic.swift
[317/632] Compiling HomeAtlas FirmwareVersionCharacteristic.swift
[318/632] Compiling HomeAtlas HardwareVersionCharacteristic.swift
[319/632] Compiling HomeAtlas HeatingThresholdCharacteristic.swift
[320/632] Compiling HomeAtlas HoldPositionCharacteristic.swift
[321/632] Compiling HomeAtlas HueCharacteristic.swift
[322/632] Compiling HomeAtlas HumidifierThresholdCharacteristic.swift
[323/632] Compiling HomeAtlas IdentifierCharacteristic.swift
[324/632] Compiling HomeAtlas IdentifyCharacteristic.swift
[325/632] Compiling HomeAtlas ImageMirroringCharacteristic.swift
[326/632] Compiling HomeAtlas ImageRotationCharacteristic.swift
[327/632] Compiling HomeAtlas InUseCharacteristic.swift
[328/655] Compiling HomeAtlas InputDeviceTypeCharacteristic.swift
[329/655] Compiling HomeAtlas InputEventCharacteristic.swift
[330/655] Compiling HomeAtlas InputSourceTypeCharacteristic.swift
[331/655] Compiling HomeAtlas IsConfiguredCharacteristic.swift
[332/655] Compiling HomeAtlas LabelIndexCharacteristic.swift
[333/655] Compiling HomeAtlas LabelNamespaceCharacteristic.swift
[334/655] Compiling HomeAtlas LeakDetectedCharacteristic.swift
[335/655] Compiling HomeAtlas LockManagementAutoSecureTimeoutCharacteristic.swift
[336/655] Compiling HomeAtlas LockManagementControlPointCharacteristic.swift
[337/655] Compiling HomeAtlas LockMechanismLastKnownActionCharacteristic.swift
[338/655] Compiling HomeAtlas LockPhysicalControlsCharacteristic.swift
[339/655] Compiling HomeAtlas LogsCharacteristic.swift
[340/655] Compiling HomeAtlas ManufacturerCharacteristic.swift
[341/655] Compiling HomeAtlas ModelCharacteristic.swift
[342/655] Compiling HomeAtlas MotionDetectedCharacteristic.swift
[343/655] Compiling HomeAtlas MuteCharacteristic.swift
[344/655] Compiling HomeAtlas NameCharacteristic.swift
[345/655] Compiling HomeAtlas NightVisionCharacteristic.swift
[346/655] Compiling HomeAtlas NitrogenDioxideDensityCharacteristic.swift
[347/655] Compiling HomeAtlas ObstructionDetectedCharacteristic.swift
[348/655] Compiling HomeAtlas OccupancyDetectedCharacteristic.swift
[349/655] Compiling HomeAtlas OpticalZoomCharacteristic.swift
[350/655] Compiling HomeAtlas OutletInUseCharacteristic.swift
[351/655] Compiling HomeAtlas StatusActiveCharacteristic.swift
[352/655] Compiling HomeAtlas StatusFaultCharacteristic.swift
[353/655] Compiling HomeAtlas StatusJammedCharacteristic.swift
[354/655] Compiling HomeAtlas StatusLowBatteryCharacteristic.swift
[355/655] Compiling HomeAtlas StatusTamperedCharacteristic.swift
[356/655] Compiling HomeAtlas StreamingStatusCharacteristic.swift
[357/655] Compiling HomeAtlas SulphurDioxideDensityCharacteristic.swift
[358/655] Compiling HomeAtlas SupportedAudioStreamConfigurationCharacteristic.swift
[359/655] Compiling HomeAtlas SupportedRTPConfigurationCharacteristic.swift
[360/655] Compiling HomeAtlas SupportedVideoStreamConfigurationCharacteristic.swift
[361/655] Compiling HomeAtlas SwingModeCharacteristic.swift
[362/655] Compiling HomeAtlas TargetAirPurifierStateCharacteristic.swift
[363/655] Compiling HomeAtlas TargetDoorStateCharacteristic.swift
[364/655] Compiling HomeAtlas TargetFanStateCharacteristic.swift
[365/655] Compiling HomeAtlas TargetHeaterCoolerStateCharacteristic.swift
[366/655] Compiling HomeAtlas TargetHeatingCoolingCharacteristic.swift
[367/655] Compiling HomeAtlas TargetHorizontalTiltCharacteristic.swift
[368/655] Compiling HomeAtlas TargetHumidifierDehumidifierStateCharacteristic.swift
[369/655] Compiling HomeAtlas TargetLockMechanismStateCharacteristic.swift
[370/655] Compiling HomeAtlas TargetMediaStateCharacteristic.swift
[371/655] Compiling HomeAtlas TargetPositionCharacteristic.swift
[372/655] Compiling HomeAtlas TargetRelativeHumidityCharacteristic.swift
[373/655] Compiling HomeAtlas TargetSecuritySystemStateCharacteristic.swift
[374/677] Compiling HomeAtlas OutputStateCharacteristic.swift
[375/677] Compiling HomeAtlas OzoneDensityCharacteristic.swift
[376/677] Compiling HomeAtlas PM10DensityCharacteristic.swift
[377/677] Compiling HomeAtlas PM2_5DensityCharacteristic.swift
[378/677] Compiling HomeAtlas PictureModeCharacteristic.swift
[379/677] Compiling HomeAtlas PositionStateCharacteristic.swift
[380/677] Compiling HomeAtlas PowerModeSelectionCharacteristic.swift
[381/677] Compiling HomeAtlas PowerStateCharacteristic.swift
[382/677] Compiling HomeAtlas ProgramModeCharacteristic.swift
[383/677] Compiling HomeAtlas RemainingDurationCharacteristic.swift
[384/677] Compiling HomeAtlas RemoteKeyCharacteristic.swift
[385/677] Compiling HomeAtlas RotationDirectionCharacteristic.swift
[386/677] Compiling HomeAtlas RotationSpeedCharacteristic.swift
[387/677] Compiling HomeAtlas RouterStatusCharacteristic.swift
[388/677] Compiling HomeAtlas SaturationCharacteristic.swift
[389/677] Compiling HomeAtlas SecuritySystemAlarmTypeCharacteristic.swift
[390/677] Compiling HomeAtlas SelectedStreamConfigurationCharacteristic.swift
[391/677] Compiling HomeAtlas SerialNumberCharacteristic.swift
[392/677] Compiling HomeAtlas SetDurationCharacteristic.swift
[393/677] Compiling HomeAtlas SetupStreamEndpointCharacteristic.swift
[394/677] Compiling HomeAtlas SlatTypeCharacteristic.swift
[395/677] Compiling HomeAtlas SmokeDetectedCharacteristic.swift
[396/677] Compiling HomeAtlas SoftwareVersionCharacteristic.swift
[420/700] Compiling HomeAtlas CarbonDioxideDetectedCharacteristic.swift
[421/700] Compiling HomeAtlas CarbonDioxideLevelCharacteristic.swift
[422/700] Compiling HomeAtlas CarbonDioxidePeakLevelCharacteristic.swift
[423/700] Compiling HomeAtlas CarbonMonoxideDetectedCharacteristic.swift
[424/700] Compiling HomeAtlas CarbonMonoxideLevelCharacteristic.swift
[425/700] Compiling HomeAtlas CarbonMonoxidePeakLevelCharacteristic.swift
[426/700] Compiling HomeAtlas ChargingStateCharacteristic.swift
[427/700] Compiling HomeAtlas ClosedCaptionsCharacteristic.swift
[428/700] Compiling HomeAtlas ColorTemperatureCharacteristic.swift
[429/700] Compiling HomeAtlas ConfiguredNameCharacteristic.swift
[430/700] Compiling HomeAtlas ContactStateCharacteristic.swift
[431/700] Compiling HomeAtlas CoolingThresholdCharacteristic.swift
[432/700] Compiling HomeAtlas CurrentAirPurifierStateCharacteristic.swift
[433/700] Compiling HomeAtlas CurrentDoorStateCharacteristic.swift
[434/700] Compiling HomeAtlas CurrentFanStateCharacteristic.swift
[435/700] Compiling HomeAtlas CurrentHeaterCoolerStateCharacteristic.swift
[436/700] Compiling HomeAtlas CurrentHeatingCoolingCharacteristic.swift
[437/700] Compiling HomeAtlas CurrentHorizontalTiltCharacteristic.swift
[438/700] Compiling HomeAtlas CurrentHumidifierDehumidifierStateCharacteristic.swift
[439/700] Compiling HomeAtlas CurrentLightLevelCharacteristic.swift
[440/700] Compiling HomeAtlas CurrentLockMechanismStateCharacteristic.swift
[441/700] Compiling HomeAtlas CurrentMediaStateCharacteristic.swift
[442/700] Compiling HomeAtlas CurrentPositionCharacteristic.swift
[443/722] Compiling HomeAtlas Accessory.swift
[444/722] Compiling HomeAtlas Characteristic.swift
[445/722] Compiling HomeAtlas Home.swift
[446/722] Compiling HomeAtlas Room.swift
[447/722] Compiling HomeAtlas Zone.swift
[448/722] Compiling HomeAtlas DiagnosticsLogger.swift
[449/722] Compiling HomeAtlas AtlasSnapshotEncoder.swift
[450/722] Compiling HomeAtlas HomeSnapshotEncoder.swift
[451/722] Compiling HomeAtlas SnapshotAPI.swift
[452/722] Compiling HomeAtlas SnapshotHelpers.swift
[453/722] Compiling HomeAtlas SnapshotModels.swift
[454/722] Compiling HomeAtlas SnapshotOptions.swift
[455/722] Compiling HomeAtlas StableAnonymizer.swift
[456/722] Compiling HomeAtlas CharacteristicType+Generated.swift
[457/722] Compiling HomeAtlas ActiveCharacteristic.swift
[458/722] Compiling HomeAtlas ActiveIdentifierCharacteristic.swift
[459/722] Compiling HomeAtlas AdminOnlyAccessCharacteristic.swift
[460/722] Compiling HomeAtlas AirParticulateDensityCharacteristic.swift
[461/722] Compiling HomeAtlas AirParticulateSizeCharacteristic.swift
[462/722] Compiling HomeAtlas AirQualityCharacteristic.swift
[463/722] Compiling HomeAtlas AudioFeedbackCharacteristic.swift
[464/722] Compiling HomeAtlas BatteryLevelCharacteristic.swift
[465/722] Compiling HomeAtlas BrightnessCharacteristic.swift
[489/722] Compiling HomeAtlas TargetTemperatureCharacteristic.swift
[490/722] Compiling HomeAtlas TargetTiltCharacteristic.swift
[491/722] Compiling HomeAtlas TargetVerticalTiltCharacteristic.swift
[492/722] Compiling HomeAtlas TargetVisibilityStateCharacteristic.swift
[493/722] Compiling HomeAtlas TemperatureUnitsCharacteristic.swift
[494/722] Compiling HomeAtlas ValveTypeCharacteristic.swift
[495/722] Compiling HomeAtlas VersionCharacteristic.swift
[496/722] Compiling HomeAtlas VolatileOrganicCompoundDensityCharacteristic.swift
[497/722] Compiling HomeAtlas VolumeCharacteristic.swift
[498/722] Compiling HomeAtlas VolumeControlTypeCharacteristic.swift
[499/722] Compiling HomeAtlas VolumeSelectorCharacteristic.swift
[500/722] Compiling HomeAtlas WANStatusListCharacteristic.swift
[501/722] Compiling HomeAtlas WaterLevelCharacteristic.swift
[502/722] Compiling HomeAtlas WiFiSatelliteStatusCharacteristic.swift
[503/722] Compiling HomeAtlas ServiceType+Generated.swift
[504/722] Compiling HomeAtlas AccessoryInformationService.swift
[505/722] Compiling HomeAtlas AirPurifierService.swift
[506/722] Compiling HomeAtlas AirQualitySensorService.swift
[507/722] Compiling HomeAtlas BatteryService.swift
[508/722] Compiling HomeAtlas CameraControlService.swift
[509/722] Compiling HomeAtlas CameraRTPStreamManagementService.swift
[510/722] Compiling HomeAtlas CarbonDioxideSensorService.swift
[511/722] Compiling HomeAtlas CarbonMonoxideSensorService.swift
[627/722] Emitting module HomeAtlas
[629/722] Compiling HomeAtlas SlatsService.swift
[630/722] Compiling HomeAtlas SmokeSensorService.swift
[631/722] Compiling HomeAtlas SpeakerService.swift
[632/722] Compiling HomeAtlas StatefulProgrammableSwitchService.swift
[633/722] Compiling HomeAtlas StatelessProgrammableSwitchService.swift
[634/722] Compiling HomeAtlas SwitchService.swift
[635/722] Compiling HomeAtlas TelevisionService.swift
[636/722] Compiling HomeAtlas TemperatureSensorService.swift
[637/722] Compiling HomeAtlas ThermostatService.swift
[638/722] Compiling HomeAtlas ValveService.swift
[639/722] Compiling HomeAtlas VentilationFanService.swift
[640/722] Compiling HomeAtlas WiFiRouterService.swift
[641/722] Compiling HomeAtlas WiFiSatelliteService.swift
[642/722] Compiling HomeAtlas WindowCoveringService.swift
[643/722] Compiling HomeAtlas WindowService.swift
[644/722] Compiling HomeAtlas HomeAtlas.swift
[645/722] Compiling HomeAtlas HomeKitDescribable.swift
[646/722] Compiling HomeAtlas HomeKitError.swift
[647/722] Compiling HomeAtlas HomeKitManager.swift
[648/722] Compiling HomeAtlas Macros.swift
[649/722] Compiling HomeAtlas Service.swift
[650/722] Compiling HomeAtlas Types.swift
[651/722] Compiling HomeAtlas SlatsService.swift
[652/722] Compiling HomeAtlas SmokeSensorService.swift
[653/722] Compiling HomeAtlas SpeakerService.swift
[654/722] Compiling HomeAtlas StatefulProgrammableSwitchService.swift
[655/722] Compiling HomeAtlas StatelessProgrammableSwitchService.swift
[656/722] Compiling HomeAtlas SwitchService.swift
[657/722] Compiling HomeAtlas TelevisionService.swift
[658/722] Compiling HomeAtlas TemperatureSensorService.swift
[659/722] Compiling HomeAtlas ThermostatService.swift
[660/722] Compiling HomeAtlas ValveService.swift
[661/722] Compiling HomeAtlas VentilationFanService.swift
[662/722] Compiling HomeAtlas WiFiRouterService.swift
[663/722] Compiling HomeAtlas WiFiSatelliteService.swift
[664/722] Compiling HomeAtlas WindowCoveringService.swift
[665/722] Compiling HomeAtlas WindowService.swift
[666/722] Compiling HomeAtlas HomeAtlas.swift
[667/722] Compiling HomeAtlas HomeKitDescribable.swift
[668/722] Compiling HomeAtlas HomeKitError.swift
[669/722] Compiling HomeAtlas HomeKitManager.swift
[670/722] Compiling HomeAtlas Macros.swift
[671/722] Compiling HomeAtlas Service.swift
[672/722] Compiling HomeAtlas Types.swift
[695/722] Compiling HomeAtlas ContactSensorService.swift
[720/724] Wrapping AST for HomeAtlas for debugging
[722/727] Compiling HomeAtlasSwiftUIExample ContentView.swift
[723/727] Compiling HomeAtlasSwiftUIExample HomeAtlasSwiftUIExampleApp.swift
[724/727] Emitting module HomeAtlasSwiftUIExample
[725/728] Wrapping AST for HomeAtlasSwiftUIExample for debugging
[726/728] Write Objects.LinkFileList
[727/728] Linking HomeAtlasSwiftUIExample
Build complete! (145.43s)
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" : "/host/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"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.