The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HomeAtlas, reference v0.2.0 (ae4dde), with Swift 6.1 for Linux on 9 Jan 2026 20:54:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pradeepmouli/HomeAtlas.git
Reference: v0.2.0
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
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at ae4ddec docs: add v0.2.0 release notes for HomeAtlas rebrand and snapshot export
Cloned https://github.com/pradeepmouli/HomeAtlas.git
Revision (git rev-parse @):
ae4ddec9b0dce5adc874d0df5954522517ba428e
SUCCESS checkout https://github.com/pradeepmouli/HomeAtlas.git at v0.2.0
========================================
Build
========================================
Selected platform:         linux
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" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "HomeAtlas",
      "targets" : [
        "HomeAtlas"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HomeKitCatalogExtractor",
      "targets" : [
        "HomeKitCatalogExtractor"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HomeKitServiceGenerator",
      "targets" : [
        "HomeKitServiceGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HomeAtlasMacros",
      "targets" : [
        "HomeAtlasMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HomeKitServiceGenerator",
      "module_type" : "SwiftTarget",
      "name" : "HomeKitServiceGenerator",
      "path" : "Sources/HomeKitServiceGenerator",
      "product_memberships" : [
        "HomeKitServiceGenerator"
      ],
      "sources" : [
        "CatalogParser.swift",
        "ServiceGenerator.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HomeKitCatalogExtractor",
      "module_type" : "SwiftTarget",
      "name" : "HomeKitCatalogExtractor",
      "path" : "Sources/HomeKitCatalogExtractor",
      "product_memberships" : [
        "HomeKitCatalogExtractor"
      ],
      "sources" : [
        "HeaderParser.swift",
        "MetadataParser.swift",
        "Models.swift",
        "RuntimeInspector.swift",
        "SDKExtractor.swift",
        "TBDParser.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HomeAtlasTests",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasTests",
      "path" : "Tests/HomeAtlasTests",
      "sources" : [
        "BaseWrapperTests.swift",
        "CacheLifecycleTests.swift",
        "Encodable/AccessorySnapshotTests.swift",
        "Encodable/ParityTestTemplate.swift",
        "Encodable/SnapshotBasicTests.swift",
        "Encodable/SnapshotEncodingTests.swift",
        "Encodable/SnapshotPerformanceTests.swift",
        "HomeAtlasTests.swift",
        "HomeKitErrorTests.swift",
        "Integration/AtlasSnapshotIntegrationTests.swift",
        "Integration/GeneratedParityTests.swift",
        "Integration/HomeKitErrorDiagnosticsTests.swift",
        "Integration/LatencyBenchmarks.swift",
        "Integration/SnapshotIntegrationTests.swift",
        "IntegrationTests.swift",
        "MacroIntegrationTests.swift",
        "PlatformSafetyTests.swift"
      ],
      "target_dependencies" : [
        "HomeAtlas"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomeAtlasMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasMacrosTests",
      "path" : "Tests/HomeAtlasMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SnapshotableMacroTests.swift"
      ],
      "target_dependencies" : [
        "HomeAtlasMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomeAtlasMacros",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasMacros",
      "path" : "Sources/HomeAtlasMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "HomeAtlas",
        "HomeAtlasMacros"
      ],
      "sources" : [
        "Generated/CharacteristicValueMappings.swift",
        "HomeAtlasMacrosPlugin.swift",
        "SnapshotableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HomeAtlas",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlas",
      "path" : "Sources/HomeAtlas",
      "product_memberships" : [
        "HomeAtlas"
      ],
      "sources" : [
        "Accessory.swift",
        "Characteristic.swift",
        "Context/Home.swift",
        "Context/Room.swift",
        "Context/Zone.swift",
        "DiagnosticsLogger.swift",
        "Encoding/AtlasSnapshotEncoder.swift",
        "Encoding/HomeSnapshotEncoder.swift",
        "Encoding/SnapshotAPI.swift",
        "Encoding/SnapshotHelpers.swift",
        "Encoding/SnapshotModels.swift",
        "Encoding/SnapshotOptions.swift",
        "Encoding/StableAnonymizer.swift",
        "Generated/CharacteristicType+Generated.swift",
        "Generated/Characteristics/ActiveCharacteristic.swift",
        "Generated/Characteristics/ActiveIdentifierCharacteristic.swift",
        "Generated/Characteristics/AdminOnlyAccessCharacteristic.swift",
        "Generated/Characteristics/AirParticulateDensityCharacteristic.swift",
        "Generated/Characteristics/AirParticulateSizeCharacteristic.swift",
        "Generated/Characteristics/AirQualityCharacteristic.swift",
        "Generated/Characteristics/AudioFeedbackCharacteristic.swift",
        "Generated/Characteristics/BatteryLevelCharacteristic.swift",
        "Generated/Characteristics/BrightnessCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxideDetectedCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxideLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxidePeakLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxideDetectedCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxideLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxidePeakLevelCharacteristic.swift",
        "Generated/Characteristics/ChargingStateCharacteristic.swift",
        "Generated/Characteristics/ClosedCaptionsCharacteristic.swift",
        "Generated/Characteristics/ColorTemperatureCharacteristic.swift",
        "Generated/Characteristics/ConfiguredNameCharacteristic.swift",
        "Generated/Characteristics/ContactStateCharacteristic.swift",
        "Generated/Characteristics/CoolingThresholdCharacteristic.swift",
        "Generated/Characteristics/CurrentAirPurifierStateCharacteristic.swift",
        "Generated/Characteristics/CurrentDoorStateCharacteristic.swift",
        "Generated/Characteristics/CurrentFanStateCharacteristic.swift",
        "Generated/Characteristics/CurrentHeaterCoolerStateCharacteristic.swift",
        "Generated/Characteristics/CurrentHeatingCoolingCharacteristic.swift",
        "Generated/Characteristics/CurrentHorizontalTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentHumidifierDehumidifierStateCharacteristic.swift",
        "Generated/Characteristics/CurrentLightLevelCharacteristic.swift",
        "Generated/Characteristics/CurrentLockMechanismStateCharacteristic.swift",
        "Generated/Characteristics/CurrentMediaStateCharacteristic.swift",
        "Generated/Characteristics/CurrentPositionCharacteristic.swift",
        "Generated/Characteristics/CurrentRelativeHumidityCharacteristic.swift",
        "Generated/Characteristics/CurrentSecuritySystemStateCharacteristic.swift",
        "Generated/Characteristics/CurrentSlatStateCharacteristic.swift",
        "Generated/Characteristics/CurrentTemperatureCharacteristic.swift",
        "Generated/Characteristics/CurrentTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentVerticalTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentVisibilityStateCharacteristic.swift",
        "Generated/Characteristics/DehumidifierThresholdCharacteristic.swift",
        "Generated/Characteristics/DigitalZoomCharacteristic.swift",
        "Generated/Characteristics/FilterChangeIndicationCharacteristic.swift",
        "Generated/Characteristics/FilterLifeLevelCharacteristic.swift",
        "Generated/Characteristics/FilterResetChangeIndicationCharacteristic.swift",
        "Generated/Characteristics/FirmwareVersionCharacteristic.swift",
        "Generated/Characteristics/HardwareVersionCharacteristic.swift",
        "Generated/Characteristics/HeatingThresholdCharacteristic.swift",
        "Generated/Characteristics/HoldPositionCharacteristic.swift",
        "Generated/Characteristics/HueCharacteristic.swift",
        "Generated/Characteristics/HumidifierThresholdCharacteristic.swift",
        "Generated/Characteristics/IdentifierCharacteristic.swift",
        "Generated/Characteristics/IdentifyCharacteristic.swift",
        "Generated/Characteristics/ImageMirroringCharacteristic.swift",
        "Generated/Characteristics/ImageRotationCharacteristic.swift",
        "Generated/Characteristics/InUseCharacteristic.swift",
        "Generated/Characteristics/InputDeviceTypeCharacteristic.swift",
        "Generated/Characteristics/InputEventCharacteristic.swift",
        "Generated/Characteristics/InputSourceTypeCharacteristic.swift",
        "Generated/Characteristics/IsConfiguredCharacteristic.swift",
        "Generated/Characteristics/LabelIndexCharacteristic.swift",
        "Generated/Characteristics/LabelNamespaceCharacteristic.swift",
        "Generated/Characteristics/LeakDetectedCharacteristic.swift",
        "Generated/Characteristics/LockManagementAutoSecureTimeoutCharacteristic.swift",
        "Generated/Characteristics/LockManagementControlPointCharacteristic.swift",
        "Generated/Characteristics/LockMechanismLastKnownActionCharacteristic.swift",
        "Generated/Characteristics/LockPhysicalControlsCharacteristic.swift",
        "Generated/Characteristics/LogsCharacteristic.swift",
        "Generated/Characteristics/ManufacturerCharacteristic.swift",
        "Generated/Characteristics/ModelCharacteristic.swift",
        "Generated/Characteristics/MotionDetectedCharacteristic.swift",
        "Generated/Characteristics/MuteCharacteristic.swift",
        "Generated/Characteristics/NameCharacteristic.swift",
        "Generated/Characteristics/NightVisionCharacteristic.swift",
        "Generated/Characteristics/NitrogenDioxideDensityCharacteristic.swift",
        "Generated/Characteristics/ObstructionDetectedCharacteristic.swift",
        "Generated/Characteristics/OccupancyDetectedCharacteristic.swift",
        "Generated/Characteristics/OpticalZoomCharacteristic.swift",
        "Generated/Characteristics/OutletInUseCharacteristic.swift",
        "Generated/Characteristics/OutputStateCharacteristic.swift",
        "Generated/Characteristics/OzoneDensityCharacteristic.swift",
        "Generated/Characteristics/PM10DensityCharacteristic.swift",
        "Generated/Characteristics/PM2_5DensityCharacteristic.swift",
        "Generated/Characteristics/PictureModeCharacteristic.swift",
        "Generated/Characteristics/PositionStateCharacteristic.swift",
        "Generated/Characteristics/PowerModeSelectionCharacteristic.swift",
        "Generated/Characteristics/PowerStateCharacteristic.swift",
        "Generated/Characteristics/ProgramModeCharacteristic.swift",
        "Generated/Characteristics/RemainingDurationCharacteristic.swift",
        "Generated/Characteristics/RemoteKeyCharacteristic.swift",
        "Generated/Characteristics/RotationDirectionCharacteristic.swift",
        "Generated/Characteristics/RotationSpeedCharacteristic.swift",
        "Generated/Characteristics/RouterStatusCharacteristic.swift",
        "Generated/Characteristics/SaturationCharacteristic.swift",
        "Generated/Characteristics/SecuritySystemAlarmTypeCharacteristic.swift",
        "Generated/Characteristics/SelectedStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SerialNumberCharacteristic.swift",
        "Generated/Characteristics/SetDurationCharacteristic.swift",
        "Generated/Characteristics/SetupStreamEndpointCharacteristic.swift",
        "Generated/Characteristics/SlatTypeCharacteristic.swift",
        "Generated/Characteristics/SmokeDetectedCharacteristic.swift",
        "Generated/Characteristics/SoftwareVersionCharacteristic.swift",
        "Generated/Characteristics/StatusActiveCharacteristic.swift",
        "Generated/Characteristics/StatusFaultCharacteristic.swift",
        "Generated/Characteristics/StatusJammedCharacteristic.swift",
        "Generated/Characteristics/StatusLowBatteryCharacteristic.swift",
        "Generated/Characteristics/StatusTamperedCharacteristic.swift",
        "Generated/Characteristics/StreamingStatusCharacteristic.swift",
        "Generated/Characteristics/SulphurDioxideDensityCharacteristic.swift",
        "Generated/Characteristics/SupportedAudioStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SupportedRTPConfigurationCharacteristic.swift",
        "Generated/Characteristics/SupportedVideoStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SwingModeCharacteristic.swift",
        "Generated/Characteristics/TargetAirPurifierStateCharacteristic.swift",
        "Generated/Characteristics/TargetDoorStateCharacteristic.swift",
        "Generated/Characteristics/TargetFanStateCharacteristic.swift",
        "Generated/Characteristics/TargetHeaterCoolerStateCharacteristic.swift",
        "Generated/Characteristics/TargetHeatingCoolingCharacteristic.swift",
        "Generated/Characteristics/TargetHorizontalTiltCharacteristic.swift",
        "Generated/Characteristics/TargetHumidifierDehumidifierStateCharacteristic.swift",
        "Generated/Characteristics/TargetLockMechanismStateCharacteristic.swift",
        "Generated/Characteristics/TargetMediaStateCharacteristic.swift",
        "Generated/Characteristics/TargetPositionCharacteristic.swift",
        "Generated/Characteristics/TargetRelativeHumidityCharacteristic.swift",
        "Generated/Characteristics/TargetSecuritySystemStateCharacteristic.swift",
        "Generated/Characteristics/TargetTemperatureCharacteristic.swift",
        "Generated/Characteristics/TargetTiltCharacteristic.swift",
        "Generated/Characteristics/TargetVerticalTiltCharacteristic.swift",
        "Generated/Characteristics/TargetVisibilityStateCharacteristic.swift",
        "Generated/Characteristics/TemperatureUnitsCharacteristic.swift",
        "Generated/Characteristics/ValveTypeCharacteristic.swift",
        "Generated/Characteristics/VersionCharacteristic.swift",
        "Generated/Characteristics/VolatileOrganicCompoundDensityCharacteristic.swift",
        "Generated/Characteristics/VolumeCharacteristic.swift",
        "Generated/Characteristics/VolumeControlTypeCharacteristic.swift",
        "Generated/Characteristics/VolumeSelectorCharacteristic.swift",
        "Generated/Characteristics/WANStatusListCharacteristic.swift",
        "Generated/Characteristics/WaterLevelCharacteristic.swift",
        "Generated/Characteristics/WiFiSatelliteStatusCharacteristic.swift",
        "Generated/ServiceType+Generated.swift",
        "Generated/Services/AccessoryInformationService.swift",
        "Generated/Services/AirPurifierService.swift",
        "Generated/Services/AirQualitySensorService.swift",
        "Generated/Services/BatteryService.swift",
        "Generated/Services/CameraControlService.swift",
        "Generated/Services/CameraRTPStreamManagementService.swift",
        "Generated/Services/CarbonDioxideSensorService.swift",
        "Generated/Services/CarbonMonoxideSensorService.swift",
        "Generated/Services/ContactSensorService.swift",
        "Generated/Services/DoorService.swift",
        "Generated/Services/DoorbellService.swift",
        "Generated/Services/FanService.swift",
        "Generated/Services/FaucetService.swift",
        "Generated/Services/FilterMaintenanceService.swift",
        "Generated/Services/GarageDoorOpenerService.swift",
        "Generated/Services/HeaterCoolerService.swift",
        "Generated/Services/HumidifierDehumidifierService.swift",
        "Generated/Services/HumiditySensorService.swift",
        "Generated/Services/InputSourceService.swift",
        "Generated/Services/IrrigationSystemService.swift",
        "Generated/Services/LabelService.swift",
        "Generated/Services/LeakSensorService.swift",
        "Generated/Services/LightSensorService.swift",
        "Generated/Services/LightbulbService.swift",
        "Generated/Services/LockManagementService.swift",
        "Generated/Services/LockMechanismService.swift",
        "Generated/Services/MicrophoneService.swift",
        "Generated/Services/MotionSensorService.swift",
        "Generated/Services/OccupancySensorService.swift",
        "Generated/Services/OutletService.swift",
        "Generated/Services/SecuritySystemService.swift",
        "Generated/Services/SlatsService.swift",
        "Generated/Services/SmokeSensorService.swift",
        "Generated/Services/SpeakerService.swift",
        "Generated/Services/StatefulProgrammableSwitchService.swift",
        "Generated/Services/StatelessProgrammableSwitchService.swift",
        "Generated/Services/SwitchService.swift",
        "Generated/Services/TelevisionService.swift",
        "Generated/Services/TemperatureSensorService.swift",
        "Generated/Services/ThermostatService.swift",
        "Generated/Services/ValveService.swift",
        "Generated/Services/VentilationFanService.swift",
        "Generated/Services/WiFiRouterService.swift",
        "Generated/Services/WiFiSatelliteService.swift",
        "Generated/Services/WindowCoveringService.swift",
        "Generated/Services/WindowService.swift",
        "HomeAtlas.swift",
        "HomeKitError.swift",
        "HomeKitManager.swift",
        "Macros.swift",
        "Service.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "HomeAtlasMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73450] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.39s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (14.73s)
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
Building for debugging...
[0/44] Write sources
[19/44] Compiling _SwiftSyntaxCShims dummy.c
[20/44] Write swift-version-24593BA9C3E375BF.txt
[22/62] Emitting module SwiftSyntax600
[23/62] Compiling SwiftSyntax600 Empty.swift
[24/63] Emitting module SwiftSyntax510
[25/63] Compiling SwiftSyntax510 Empty.swift
[26/64] Emitting module SwiftSyntax509
[27/64] Compiling SwiftSyntax509 Empty.swift
[30/65] Wrapping AST for SwiftSyntax509 for debugging
[31/65] Wrapping AST for SwiftSyntax600 for debugging
[31/65] Wrapping AST for SwiftSyntax510 for debugging
[34/129] Compiling HomeKitCatalogExtractor main.swift
[35/129] Compiling HomeKitCatalogExtractor RuntimeInspector.swift
[36/129] Compiling HomeKitCatalogExtractor SDKExtractor.swift
[37/129] Compiling HomeKitCatalogExtractor TBDParser.swift
[38/129] Compiling HomeKitCatalogExtractor Models.swift
[39/129] Compiling HomeKitServiceGenerator main.swift
[40/129] Compiling HomeKitServiceGenerator ServiceGenerator.swift
[41/129] Emitting module HomeKitServiceGenerator
[42/129] Compiling HomeKitServiceGenerator CatalogParser.swift
[43/130] Compiling HomeKitCatalogExtractor HeaderParser.swift
[44/130] Compiling HomeKitCatalogExtractor MetadataParser.swift
[45/130] Emitting module HomeKitCatalogExtractor
[47/131] Wrapping AST for HomeKitCatalogExtractor for debugging
[48/131] Write Objects.LinkFileList
[49/131] Wrapping AST for HomeKitServiceGenerator for debugging
[50/131] Write Objects.LinkFileList
[51/131] Linking HomeKitServiceGenerator
[52/131] Linking HomeKitCatalogExtractor
[54/131] Emitting module SwiftSyntax
[55/139] Compiling SwiftSyntax MemoryLayout.swift
[56/139] Compiling SwiftSyntax MissingNodeInitializers.swift
[57/139] Compiling SwiftSyntax RawSyntax.swift
[58/139] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[59/139] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[60/139] Compiling SwiftSyntax RawSyntaxTokenView.swift
[61/139] Compiling SwiftSyntax SourceEdit.swift
[62/139] Compiling SwiftSyntax SourceLength.swift
[63/139] Compiling SwiftSyntax SourceLocation.swift
[64/139] Compiling SwiftSyntax SyntaxNodeFactory.swift
[65/139] Compiling SwiftSyntax SyntaxNodeStructure.swift
[66/139] Compiling SwiftSyntax SyntaxProtocol.swift
[67/139] Compiling SwiftSyntax SyntaxText.swift
[68/139] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[69/139] Compiling SwiftSyntax TokenDiagnostic.swift
[70/139] Compiling SwiftSyntax TokenSequence.swift
[71/139] Compiling SwiftSyntax TokenSyntax.swift
[72/139] Compiling SwiftSyntax Trivia.swift
[73/139] Compiling SwiftSyntax SyntaxKind.swift
[74/139] Compiling SwiftSyntax SyntaxRewriter.swift
[75/139] Compiling SwiftSyntax SyntaxTraits.swift
[76/139] Compiling SwiftSyntax SyntaxVisitor.swift
[77/139] Compiling SwiftSyntax TokenKind.swift
[78/139] Compiling SwiftSyntax Tokens.swift
[79/139] Compiling SwiftSyntax TriviaPieces.swift
[80/139] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[81/139] Compiling SwiftSyntax RawSyntaxNodesC.swift
[82/139] Compiling SwiftSyntax RawSyntaxNodesD.swift
[83/139] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[84/139] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[85/139] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[86/139] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[87/139] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[88/139] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[89/139] Compiling SwiftSyntax RawSyntaxValidation.swift
[90/139] Compiling SwiftSyntax SyntaxNodesAB.swift
[91/139] Compiling SwiftSyntax AbsolutePosition.swift
[92/139] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[93/139] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[94/139] Compiling SwiftSyntax Assert.swift
[95/139] Compiling SwiftSyntax BumpPtrAllocator.swift
[96/139] Compiling SwiftSyntax CommonAncestor.swift
[97/139] Compiling SwiftSyntax Convenience.swift
[98/139] Compiling SwiftSyntax CustomTraits.swift
[99/139] Compiling SwiftSyntax Identifier.swift
[100/139] Compiling SwiftSyntax SourcePresence.swift
[101/139] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[102/139] Compiling SwiftSyntax Syntax.swift
[103/139] Compiling SwiftSyntax SyntaxArena.swift
[104/139] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[105/139] Compiling SwiftSyntax SyntaxChildren.swift
[106/139] Compiling SwiftSyntax SyntaxCollection.swift
[107/139] Compiling SwiftSyntax SyntaxHashable.swift
[108/139] Compiling SwiftSyntax SyntaxIdentifier.swift
[109/139] Compiling SwiftSyntax Utils.swift
[110/139] Compiling SwiftSyntax ChildNameForKeyPath.swift
[111/139] Compiling SwiftSyntax Keyword.swift
[112/139] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[113/139] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[114/139] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[115/139] Compiling SwiftSyntax SyntaxBaseNodes.swift
[116/139] Compiling SwiftSyntax SyntaxCollections.swift
[117/139] Compiling SwiftSyntax SyntaxEnum.swift
[118/139] Compiling SwiftSyntax SyntaxNodesC.swift
[119/139] Compiling SwiftSyntax SyntaxNodesD.swift
[120/139] Compiling SwiftSyntax SyntaxNodesEF.swift
[121/139] Compiling SwiftSyntax SyntaxNodesGHI.swift
[122/139] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[123/139] Compiling SwiftSyntax SyntaxNodesOP.swift
[124/139] Compiling SwiftSyntax SyntaxNodesQRS.swift
[125/139] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[126/140] Wrapping AST for SwiftSyntax for debugging
[128/197] Compiling SwiftDiagnostics Message.swift
[129/197] Compiling SwiftDiagnostics FixIt.swift
[130/198] Emitting module SwiftDiagnostics
[131/198] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[132/198] Compiling SwiftBasicFormat Syntax+Extensions.swift
[133/198] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[134/198] Compiling SwiftDiagnostics Convenience.swift
[135/198] Compiling SwiftDiagnostics Diagnostic.swift
[136/198] Compiling SwiftDiagnostics Note.swift
[137/198] Compiling SwiftBasicFormat InferIndentation.swift
[138/198] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[139/198] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[140/198] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[141/198] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[142/198] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[143/199] Wrapping AST for SwiftDiagnostics for debugging
[145/199] Compiling SwiftBasicFormat BasicFormat.swift
[146/199] Emitting module SwiftBasicFormat
[147/200] Wrapping AST for SwiftBasicFormat for debugging
[149/200] Compiling SwiftParser LexemeSequence.swift
[150/200] Compiling SwiftParser Lexer.swift
[151/200] Compiling SwiftParser RegexLiteralLexer.swift
[152/200] Compiling SwiftParser UnicodeScalarExtensions.swift
[153/200] Compiling SwiftParser Lookahead.swift
[154/200] Compiling SwiftParser LoopProgressCondition.swift
[155/200] Emitting module SwiftParser
[156/205] Compiling SwiftParser SwiftParserCompatibility.swift
[157/205] Compiling SwiftParser SwiftVersion.swift
[158/205] Compiling SwiftParser SyntaxUtils.swift
[159/205] Compiling SwiftParser TokenConsumer.swift
[160/205] Compiling SwiftParser TokenPrecedence.swift
[161/205] Compiling SwiftParser TokenSpec.swift
[162/205] Compiling SwiftParser TokenSpecSet.swift
[163/205] Compiling SwiftParser TopLevel.swift
[164/205] Compiling SwiftParser TriviaParser.swift
[165/205] Compiling SwiftParser Types.swift
[166/205] Compiling SwiftParser Modifiers.swift
[167/205] Compiling SwiftParser Names.swift
[168/205] Compiling SwiftParser Nominals.swift
[169/205] Compiling SwiftParser Parameters.swift
[170/205] Compiling SwiftParser ParseSourceFile.swift
[171/205] Compiling SwiftParser Parser.swift
[172/205] Compiling SwiftParser Patterns.swift
[173/205] Compiling SwiftParser Recovery.swift
[174/205] Compiling SwiftParser Specifiers.swift
[175/205] Compiling SwiftParser Statements.swift
[176/205] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[177/205] Compiling SwiftParser StringLiterals.swift
[182/205] Compiling SwiftParser Declarations.swift
[183/205] Compiling SwiftParser Directives.swift
[184/205] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[185/205] Compiling SwiftParser Expressions.swift
[186/205] Compiling SwiftParser IncrementalParseTransition.swift
[187/205] Compiling SwiftParser IsValidIdentifier.swift
[188/205] Compiling SwiftParser Cursor.swift
[189/205] Compiling SwiftParser Lexeme.swift
[190/205] Compiling SwiftParser ExperimentalFeatures.swift
[191/205] Compiling SwiftParser IsLexerClassified.swift
[192/205] Compiling SwiftParser LayoutNodes+Parsable.swift
[193/205] Compiling SwiftParser Parser+TokenSpecSet.swift
[194/205] Compiling SwiftParser TokenSpecStaticMembers.swift
[195/206] Wrapping AST for SwiftParser for debugging
[197/229] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[198/230] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[199/230] Compiling SwiftParserDiagnostics Utils.swift
[200/230] Compiling SwiftOperators PrecedenceGroup.swift
[201/230] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[202/230] Compiling SwiftParserDiagnostics PresenceUtils.swift
[203/231] Compiling SwiftOperators OperatorTable.swift
[204/231] Compiling SwiftOperators PrecedenceGraph.swift
[205/231] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[206/231] Compiling SwiftOperators SyntaxSynthesis.swift
[209/231] Compiling SwiftOperators OperatorTable+Semantics.swift
[210/231] Compiling SwiftOperators OperatorTable+Folding.swift
[211/231] Emitting module SwiftOperators
[212/232] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[213/232] Wrapping AST for SwiftOperators for debugging
[217/232] Compiling SwiftParserDiagnostics MissingNodesError.swift
[218/232] Compiling SwiftParserDiagnostics MissingTokenError.swift
[219/232] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[220/232] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[221/232] Emitting module SwiftParserDiagnostics
[222/232] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[223/232] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[224/233] Wrapping AST for SwiftParserDiagnostics for debugging
[226/248] Emitting module SwiftSyntaxBuilder
[227/248] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[228/248] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[229/249] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[230/249] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[231/249] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[232/249] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[233/249] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[234/249] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[235/249] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[236/249] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[237/249] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[238/249] Compiling SwiftSyntaxBuilder Indenter.swift
[239/249] Compiling SwiftSyntaxBuilder ListBuilder.swift
[240/249] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[241/249] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[242/250] Wrapping AST for SwiftSyntaxBuilder for debugging
[244/267] Emitting module SwiftSyntaxMacros
[245/269] Compiling SwiftSyntaxMacros Macro.swift
[246/269] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[247/269] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[248/269] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[249/269] Compiling SwiftSyntaxMacros MemberMacro.swift
[250/269] Compiling SwiftSyntaxMacros PeerMacro.swift
[251/269] Compiling SwiftSyntaxMacros AccessorMacro.swift
[252/269] Compiling SwiftSyntaxMacros AttachedMacro.swift
[253/269] Compiling SwiftSyntaxMacros BodyMacro.swift
[254/269] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[255/269] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[256/269] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[257/269] Compiling SwiftSyntaxMacros Macro+Format.swift
[258/269] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[259/269] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[260/269] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[261/269] Compiling SwiftSyntaxMacros PreambleMacro.swift
[262/269] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[263/270] Wrapping AST for SwiftSyntaxMacros for debugging
[265/279] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[266/280] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[267/280] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[268/280] Emitting module SwiftSyntaxMacroExpansion
[269/280] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[270/280] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[271/280] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[272/280] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[273/280] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[274/280] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[275/288] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[277/293] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[278/293] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[279/294] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[280/294] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[281/294] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[282/294] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[283/294] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[284/294] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[285/294] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[286/294] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[287/294] Emitting module SwiftCompilerPluginMessageHandling
[288/294] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[289/294] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[290/295] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[292/297] Emitting module SwiftCompilerPlugin
[293/297] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[294/298] Wrapping AST for SwiftCompilerPlugin for debugging
[296/302] Compiling HomeAtlasMacros CharacteristicValueMappings.swift
[297/302] Compiling HomeAtlasMacros SnapshotableMacro.swift
[298/302] Compiling HomeAtlasMacros HomeAtlasMacrosPlugin.swift
[299/302] Emitting module HomeAtlasMacros
[300/303] Wrapping AST for HomeAtlasMacros for debugging
[301/303] Write Objects.LinkFileList
[302/303] Linking HomeAtlasMacros-tool
[304/627] Compiling HomeAtlas OutputStateCharacteristic.swift
[305/627] Compiling HomeAtlas OzoneDensityCharacteristic.swift
[306/627] Compiling HomeAtlas PM10DensityCharacteristic.swift
[307/627] Compiling HomeAtlas PM2_5DensityCharacteristic.swift
[308/627] Compiling HomeAtlas PictureModeCharacteristic.swift
[309/627] Compiling HomeAtlas PositionStateCharacteristic.swift
[310/627] Compiling HomeAtlas PowerModeSelectionCharacteristic.swift
[311/627] Compiling HomeAtlas PowerStateCharacteristic.swift
[312/627] Compiling HomeAtlas ProgramModeCharacteristic.swift
[313/627] Compiling HomeAtlas RemainingDurationCharacteristic.swift
[314/627] Compiling HomeAtlas RemoteKeyCharacteristic.swift
[315/627] Compiling HomeAtlas RotationDirectionCharacteristic.swift
[316/627] Compiling HomeAtlas RotationSpeedCharacteristic.swift
[317/627] Compiling HomeAtlas RouterStatusCharacteristic.swift
[318/627] Compiling HomeAtlas SaturationCharacteristic.swift
[319/627] Compiling HomeAtlas SecuritySystemAlarmTypeCharacteristic.swift
[320/627] Compiling HomeAtlas SelectedStreamConfigurationCharacteristic.swift
[321/627] Compiling HomeAtlas SerialNumberCharacteristic.swift
[322/627] Compiling HomeAtlas SetDurationCharacteristic.swift
[323/627] Compiling HomeAtlas SetupStreamEndpointCharacteristic.swift
[324/627] Compiling HomeAtlas SlatTypeCharacteristic.swift
[325/627] Compiling HomeAtlas SmokeDetectedCharacteristic.swift
[326/627] Compiling HomeAtlas SoftwareVersionCharacteristic.swift
[327/649] Compiling HomeAtlas CurrentRelativeHumidityCharacteristic.swift
[328/649] Compiling HomeAtlas CurrentSecuritySystemStateCharacteristic.swift
[329/649] Compiling HomeAtlas CurrentSlatStateCharacteristic.swift
[330/649] Compiling HomeAtlas CurrentTemperatureCharacteristic.swift
[331/649] Compiling HomeAtlas CurrentTiltCharacteristic.swift
[332/649] Compiling HomeAtlas CurrentVerticalTiltCharacteristic.swift
[333/649] Compiling HomeAtlas CurrentVisibilityStateCharacteristic.swift
[334/649] Compiling HomeAtlas DehumidifierThresholdCharacteristic.swift
[335/649] Compiling HomeAtlas DigitalZoomCharacteristic.swift
[336/649] Compiling HomeAtlas FilterChangeIndicationCharacteristic.swift
[337/649] Compiling HomeAtlas FilterLifeLevelCharacteristic.swift
[338/649] Compiling HomeAtlas FilterResetChangeIndicationCharacteristic.swift
[339/649] Compiling HomeAtlas FirmwareVersionCharacteristic.swift
[340/649] Compiling HomeAtlas HardwareVersionCharacteristic.swift
[341/649] Compiling HomeAtlas HeatingThresholdCharacteristic.swift
[342/649] Compiling HomeAtlas HoldPositionCharacteristic.swift
[343/649] Compiling HomeAtlas HueCharacteristic.swift
[344/649] Compiling HomeAtlas HumidifierThresholdCharacteristic.swift
[345/649] Compiling HomeAtlas IdentifierCharacteristic.swift
[346/649] Compiling HomeAtlas IdentifyCharacteristic.swift
[347/649] Compiling HomeAtlas ImageMirroringCharacteristic.swift
[348/649] Compiling HomeAtlas ImageRotationCharacteristic.swift
[349/649] Compiling HomeAtlas InUseCharacteristic.swift
[350/649] Compiling HomeAtlas InputDeviceTypeCharacteristic.swift
[351/649] Compiling HomeAtlas InputEventCharacteristic.swift
[352/649] Compiling HomeAtlas InputSourceTypeCharacteristic.swift
[353/649] Compiling HomeAtlas IsConfiguredCharacteristic.swift
[354/649] Compiling HomeAtlas LabelIndexCharacteristic.swift
[355/649] Compiling HomeAtlas LabelNamespaceCharacteristic.swift
[356/649] Compiling HomeAtlas LeakDetectedCharacteristic.swift
[357/649] Compiling HomeAtlas LockManagementAutoSecureTimeoutCharacteristic.swift
[358/649] Compiling HomeAtlas LockManagementControlPointCharacteristic.swift
[359/649] Compiling HomeAtlas LockMechanismLastKnownActionCharacteristic.swift
[360/649] Compiling HomeAtlas LockPhysicalControlsCharacteristic.swift
[361/649] Compiling HomeAtlas LogsCharacteristic.swift
[362/649] Compiling HomeAtlas ManufacturerCharacteristic.swift
[363/649] Compiling HomeAtlas ModelCharacteristic.swift
[364/649] Compiling HomeAtlas MotionDetectedCharacteristic.swift
[365/649] Compiling HomeAtlas MuteCharacteristic.swift
[366/649] Compiling HomeAtlas NameCharacteristic.swift
[367/649] Compiling HomeAtlas NightVisionCharacteristic.swift
[368/649] Compiling HomeAtlas NitrogenDioxideDensityCharacteristic.swift
[369/649] Compiling HomeAtlas ObstructionDetectedCharacteristic.swift
[370/649] Compiling HomeAtlas OccupancyDetectedCharacteristic.swift
[371/649] Compiling HomeAtlas OpticalZoomCharacteristic.swift
[372/649] Compiling HomeAtlas OutletInUseCharacteristic.swift
[396/693] Compiling HomeAtlas Accessory.swift
[397/693] Compiling HomeAtlas Characteristic.swift
[398/693] Compiling HomeAtlas Home.swift
[399/693] Compiling HomeAtlas Room.swift
[400/693] Compiling HomeAtlas Zone.swift
[401/693] Compiling HomeAtlas DiagnosticsLogger.swift
[402/693] Compiling HomeAtlas AtlasSnapshotEncoder.swift
[403/693] Compiling HomeAtlas HomeSnapshotEncoder.swift
[404/693] Compiling HomeAtlas SnapshotAPI.swift
[405/693] Compiling HomeAtlas SnapshotHelpers.swift
[406/693] Compiling HomeAtlas SnapshotModels.swift
[407/693] Compiling HomeAtlas SnapshotOptions.swift
[408/693] Compiling HomeAtlas StableAnonymizer.swift
[409/693] Compiling HomeAtlas CharacteristicType+Generated.swift
[410/693] Compiling HomeAtlas ActiveCharacteristic.swift
[411/693] Compiling HomeAtlas ActiveIdentifierCharacteristic.swift
[412/693] Compiling HomeAtlas AdminOnlyAccessCharacteristic.swift
[413/693] Compiling HomeAtlas AirParticulateDensityCharacteristic.swift
[414/693] Compiling HomeAtlas AirParticulateSizeCharacteristic.swift
[415/693] Compiling HomeAtlas AirQualityCharacteristic.swift
[416/693] Compiling HomeAtlas AudioFeedbackCharacteristic.swift
[417/693] Compiling HomeAtlas BatteryLevelCharacteristic.swift
[418/693] Compiling HomeAtlas BrightnessCharacteristic.swift
[419/698] Compiling HomeAtlas StatusActiveCharacteristic.swift
[420/698] Compiling HomeAtlas StatusFaultCharacteristic.swift
[421/698] Compiling HomeAtlas StatusJammedCharacteristic.swift
[422/698] Compiling HomeAtlas StatusLowBatteryCharacteristic.swift
[423/699] Compiling HomeAtlas StatusTamperedCharacteristic.swift
[424/699] Compiling HomeAtlas StreamingStatusCharacteristic.swift
[425/699] Compiling HomeAtlas SulphurDioxideDensityCharacteristic.swift
[426/699] Compiling HomeAtlas SupportedAudioStreamConfigurationCharacteristic.swift
[427/699] Compiling HomeAtlas SupportedRTPConfigurationCharacteristic.swift
[428/699] Compiling HomeAtlas SupportedVideoStreamConfigurationCharacteristic.swift
[429/699] Compiling HomeAtlas SwingModeCharacteristic.swift
[430/699] Compiling HomeAtlas TargetAirPurifierStateCharacteristic.swift
[431/699] Compiling HomeAtlas TargetDoorStateCharacteristic.swift
[432/699] Compiling HomeAtlas TargetFanStateCharacteristic.swift
[433/699] Compiling HomeAtlas TargetHeaterCoolerStateCharacteristic.swift
[434/699] Compiling HomeAtlas TargetHeatingCoolingCharacteristic.swift
[435/700] Compiling HomeAtlas TargetHorizontalTiltCharacteristic.swift
[436/700] Compiling HomeAtlas TargetHumidifierDehumidifierStateCharacteristic.swift
[437/700] Compiling HomeAtlas TargetLockMechanismStateCharacteristic.swift
[438/700] Compiling HomeAtlas TargetMediaStateCharacteristic.swift
[439/700] Compiling HomeAtlas TargetPositionCharacteristic.swift
[440/700] Compiling HomeAtlas TargetRelativeHumidityCharacteristic.swift
[441/700] Compiling HomeAtlas TargetSecuritySystemStateCharacteristic.swift
[488/715] Compiling HomeAtlas CarbonDioxideDetectedCharacteristic.swift
[489/715] Compiling HomeAtlas CarbonDioxideLevelCharacteristic.swift
[490/715] Compiling HomeAtlas CarbonDioxidePeakLevelCharacteristic.swift
[491/715] Compiling HomeAtlas CarbonMonoxideDetectedCharacteristic.swift
[492/715] Compiling HomeAtlas CarbonMonoxideLevelCharacteristic.swift
[493/715] Compiling HomeAtlas CarbonMonoxidePeakLevelCharacteristic.swift
[494/715] Compiling HomeAtlas ChargingStateCharacteristic.swift
[495/715] Compiling HomeAtlas ClosedCaptionsCharacteristic.swift
[496/715] Compiling HomeAtlas ColorTemperatureCharacteristic.swift
[497/715] Compiling HomeAtlas ConfiguredNameCharacteristic.swift
[498/715] Compiling HomeAtlas ContactStateCharacteristic.swift
[499/715] Compiling HomeAtlas CoolingThresholdCharacteristic.swift
[500/715] Compiling HomeAtlas CurrentAirPurifierStateCharacteristic.swift
[501/715] Compiling HomeAtlas CurrentDoorStateCharacteristic.swift
[502/715] Compiling HomeAtlas CurrentFanStateCharacteristic.swift
[503/715] Compiling HomeAtlas CurrentHeaterCoolerStateCharacteristic.swift
[504/715] Compiling HomeAtlas CurrentHeatingCoolingCharacteristic.swift
[505/715] Compiling HomeAtlas CurrentHorizontalTiltCharacteristic.swift
[506/715] Compiling HomeAtlas CurrentHumidifierDehumidifierStateCharacteristic.swift
[507/715] Compiling HomeAtlas CurrentLightLevelCharacteristic.swift
[508/715] Compiling HomeAtlas CurrentLockMechanismStateCharacteristic.swift
[509/715] Compiling HomeAtlas CurrentMediaStateCharacteristic.swift
[510/715] Compiling HomeAtlas CurrentPositionCharacteristic.swift
[557/715] Compiling HomeAtlas TargetTemperatureCharacteristic.swift
[558/715] Compiling HomeAtlas TargetTiltCharacteristic.swift
[559/715] Compiling HomeAtlas TargetVerticalTiltCharacteristic.swift
[560/715] Compiling HomeAtlas TargetVisibilityStateCharacteristic.swift
[561/715] Compiling HomeAtlas TemperatureUnitsCharacteristic.swift
[562/715] Compiling HomeAtlas ValveTypeCharacteristic.swift
[563/715] Compiling HomeAtlas VersionCharacteristic.swift
[564/715] Compiling HomeAtlas VolatileOrganicCompoundDensityCharacteristic.swift
[565/715] Compiling HomeAtlas VolumeCharacteristic.swift
[566/715] Compiling HomeAtlas VolumeControlTypeCharacteristic.swift
[567/715] Compiling HomeAtlas VolumeSelectorCharacteristic.swift
[568/715] Compiling HomeAtlas WANStatusListCharacteristic.swift
[569/715] Compiling HomeAtlas WaterLevelCharacteristic.swift
[570/715] Compiling HomeAtlas WiFiSatelliteStatusCharacteristic.swift
[571/715] Compiling HomeAtlas ServiceType+Generated.swift
[572/715] Compiling HomeAtlas AccessoryInformationService.swift
[573/715] Compiling HomeAtlas AirPurifierService.swift
[574/715] Compiling HomeAtlas AirQualitySensorService.swift
[575/715] Compiling HomeAtlas BatteryService.swift
[576/715] Compiling HomeAtlas CameraControlService.swift
[577/715] Compiling HomeAtlas CameraRTPStreamManagementService.swift
[578/715] Compiling HomeAtlas CarbonDioxideSensorService.swift
[579/715] Compiling HomeAtlas CarbonMonoxideSensorService.swift
[626/715] Emitting module HomeAtlas
[628/715] Compiling HomeAtlas SecuritySystemService.swift
[629/715] Compiling HomeAtlas SlatsService.swift
[630/715] Compiling HomeAtlas SmokeSensorService.swift
[631/715] Compiling HomeAtlas SpeakerService.swift
[632/715] Compiling HomeAtlas StatefulProgrammableSwitchService.swift
[633/715] Compiling HomeAtlas StatelessProgrammableSwitchService.swift
[634/715] Compiling HomeAtlas SwitchService.swift
[635/715] Compiling HomeAtlas TelevisionService.swift
[636/715] Compiling HomeAtlas TemperatureSensorService.swift
[637/715] Compiling HomeAtlas ThermostatService.swift
[638/715] Compiling HomeAtlas ValveService.swift
[639/715] Compiling HomeAtlas VentilationFanService.swift
[640/715] Compiling HomeAtlas WiFiRouterService.swift
[641/715] Compiling HomeAtlas WiFiSatelliteService.swift
[642/715] Compiling HomeAtlas WindowCoveringService.swift
[643/715] Compiling HomeAtlas WindowService.swift
[644/715] Compiling HomeAtlas HomeAtlas.swift
[645/715] Compiling HomeAtlas HomeKitError.swift
[646/715] Compiling HomeAtlas HomeKitManager.swift
[647/715] Compiling HomeAtlas Macros.swift
[648/715] Compiling HomeAtlas Service.swift
[649/715] Compiling HomeAtlas Types.swift
[650/715] Compiling HomeAtlas SecuritySystemService.swift
[651/715] Compiling HomeAtlas SlatsService.swift
[652/715] Compiling HomeAtlas SmokeSensorService.swift
[653/715] Compiling HomeAtlas SpeakerService.swift
[654/715] Compiling HomeAtlas StatefulProgrammableSwitchService.swift
[655/715] Compiling HomeAtlas StatelessProgrammableSwitchService.swift
[656/715] Compiling HomeAtlas SwitchService.swift
[657/715] Compiling HomeAtlas TelevisionService.swift
[658/715] Compiling HomeAtlas TemperatureSensorService.swift
[659/715] Compiling HomeAtlas ThermostatService.swift
[660/715] Compiling HomeAtlas ValveService.swift
[661/715] Compiling HomeAtlas VentilationFanService.swift
[662/715] Compiling HomeAtlas WiFiRouterService.swift
[663/715] Compiling HomeAtlas WiFiSatelliteService.swift
[664/715] Compiling HomeAtlas WindowCoveringService.swift
[665/715] Compiling HomeAtlas WindowService.swift
[666/715] Compiling HomeAtlas HomeAtlas.swift
[667/715] Compiling HomeAtlas HomeKitError.swift
[668/715] Compiling HomeAtlas HomeKitManager.swift
[669/715] Compiling HomeAtlas Macros.swift
[670/715] Compiling HomeAtlas Service.swift
[671/715] Compiling HomeAtlas Types.swift
Build complete! (197.13s)
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" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "HomeAtlas",
      "targets" : [
        "HomeAtlas"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HomeKitCatalogExtractor",
      "targets" : [
        "HomeKitCatalogExtractor"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HomeKitServiceGenerator",
      "targets" : [
        "HomeKitServiceGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HomeAtlasMacros",
      "targets" : [
        "HomeAtlasMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HomeKitServiceGenerator",
      "module_type" : "SwiftTarget",
      "name" : "HomeKitServiceGenerator",
      "path" : "Sources/HomeKitServiceGenerator",
      "product_memberships" : [
        "HomeKitServiceGenerator"
      ],
      "sources" : [
        "CatalogParser.swift",
        "ServiceGenerator.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HomeKitCatalogExtractor",
      "module_type" : "SwiftTarget",
      "name" : "HomeKitCatalogExtractor",
      "path" : "Sources/HomeKitCatalogExtractor",
      "product_memberships" : [
        "HomeKitCatalogExtractor"
      ],
      "sources" : [
        "HeaderParser.swift",
        "MetadataParser.swift",
        "Models.swift",
        "RuntimeInspector.swift",
        "SDKExtractor.swift",
        "TBDParser.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HomeAtlasTests",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasTests",
      "path" : "Tests/HomeAtlasTests",
      "sources" : [
        "BaseWrapperTests.swift",
        "CacheLifecycleTests.swift",
        "Encodable/AccessorySnapshotTests.swift",
        "Encodable/ParityTestTemplate.swift",
        "Encodable/SnapshotBasicTests.swift",
        "Encodable/SnapshotEncodingTests.swift",
        "Encodable/SnapshotPerformanceTests.swift",
        "HomeAtlasTests.swift",
        "HomeKitErrorTests.swift",
        "Integration/AtlasSnapshotIntegrationTests.swift",
        "Integration/GeneratedParityTests.swift",
        "Integration/HomeKitErrorDiagnosticsTests.swift",
        "Integration/LatencyBenchmarks.swift",
        "Integration/SnapshotIntegrationTests.swift",
        "IntegrationTests.swift",
        "MacroIntegrationTests.swift",
        "PlatformSafetyTests.swift"
      ],
      "target_dependencies" : [
        "HomeAtlas"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomeAtlasMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasMacrosTests",
      "path" : "Tests/HomeAtlasMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SnapshotableMacroTests.swift"
      ],
      "target_dependencies" : [
        "HomeAtlasMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomeAtlasMacros",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlasMacros",
      "path" : "Sources/HomeAtlasMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "HomeAtlas",
        "HomeAtlasMacros"
      ],
      "sources" : [
        "Generated/CharacteristicValueMappings.swift",
        "HomeAtlasMacrosPlugin.swift",
        "SnapshotableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HomeAtlas",
      "module_type" : "SwiftTarget",
      "name" : "HomeAtlas",
      "path" : "Sources/HomeAtlas",
      "product_memberships" : [
        "HomeAtlas"
      ],
      "sources" : [
        "Accessory.swift",
        "Characteristic.swift",
        "Context/Home.swift",
        "Context/Room.swift",
        "Context/Zone.swift",
        "DiagnosticsLogger.swift",
        "Encoding/AtlasSnapshotEncoder.swift",
        "Encoding/HomeSnapshotEncoder.swift",
        "Encoding/SnapshotAPI.swift",
        "Encoding/SnapshotHelpers.swift",
        "Encoding/SnapshotModels.swift",
        "Encoding/SnapshotOptions.swift",
        "Encoding/StableAnonymizer.swift",
        "Generated/CharacteristicType+Generated.swift",
        "Generated/Characteristics/ActiveCharacteristic.swift",
        "Generated/Characteristics/ActiveIdentifierCharacteristic.swift",
        "Generated/Characteristics/AdminOnlyAccessCharacteristic.swift",
        "Generated/Characteristics/AirParticulateDensityCharacteristic.swift",
        "Generated/Characteristics/AirParticulateSizeCharacteristic.swift",
        "Generated/Characteristics/AirQualityCharacteristic.swift",
        "Generated/Characteristics/AudioFeedbackCharacteristic.swift",
        "Generated/Characteristics/BatteryLevelCharacteristic.swift",
        "Generated/Characteristics/BrightnessCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxideDetectedCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxideLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonDioxidePeakLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxideDetectedCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxideLevelCharacteristic.swift",
        "Generated/Characteristics/CarbonMonoxidePeakLevelCharacteristic.swift",
        "Generated/Characteristics/ChargingStateCharacteristic.swift",
        "Generated/Characteristics/ClosedCaptionsCharacteristic.swift",
        "Generated/Characteristics/ColorTemperatureCharacteristic.swift",
        "Generated/Characteristics/ConfiguredNameCharacteristic.swift",
        "Generated/Characteristics/ContactStateCharacteristic.swift",
        "Generated/Characteristics/CoolingThresholdCharacteristic.swift",
        "Generated/Characteristics/CurrentAirPurifierStateCharacteristic.swift",
        "Generated/Characteristics/CurrentDoorStateCharacteristic.swift",
        "Generated/Characteristics/CurrentFanStateCharacteristic.swift",
        "Generated/Characteristics/CurrentHeaterCoolerStateCharacteristic.swift",
        "Generated/Characteristics/CurrentHeatingCoolingCharacteristic.swift",
        "Generated/Characteristics/CurrentHorizontalTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentHumidifierDehumidifierStateCharacteristic.swift",
        "Generated/Characteristics/CurrentLightLevelCharacteristic.swift",
        "Generated/Characteristics/CurrentLockMechanismStateCharacteristic.swift",
        "Generated/Characteristics/CurrentMediaStateCharacteristic.swift",
        "Generated/Characteristics/CurrentPositionCharacteristic.swift",
        "Generated/Characteristics/CurrentRelativeHumidityCharacteristic.swift",
        "Generated/Characteristics/CurrentSecuritySystemStateCharacteristic.swift",
        "Generated/Characteristics/CurrentSlatStateCharacteristic.swift",
        "Generated/Characteristics/CurrentTemperatureCharacteristic.swift",
        "Generated/Characteristics/CurrentTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentVerticalTiltCharacteristic.swift",
        "Generated/Characteristics/CurrentVisibilityStateCharacteristic.swift",
        "Generated/Characteristics/DehumidifierThresholdCharacteristic.swift",
        "Generated/Characteristics/DigitalZoomCharacteristic.swift",
        "Generated/Characteristics/FilterChangeIndicationCharacteristic.swift",
        "Generated/Characteristics/FilterLifeLevelCharacteristic.swift",
        "Generated/Characteristics/FilterResetChangeIndicationCharacteristic.swift",
        "Generated/Characteristics/FirmwareVersionCharacteristic.swift",
        "Generated/Characteristics/HardwareVersionCharacteristic.swift",
        "Generated/Characteristics/HeatingThresholdCharacteristic.swift",
        "Generated/Characteristics/HoldPositionCharacteristic.swift",
        "Generated/Characteristics/HueCharacteristic.swift",
        "Generated/Characteristics/HumidifierThresholdCharacteristic.swift",
        "Generated/Characteristics/IdentifierCharacteristic.swift",
        "Generated/Characteristics/IdentifyCharacteristic.swift",
        "Generated/Characteristics/ImageMirroringCharacteristic.swift",
        "Generated/Characteristics/ImageRotationCharacteristic.swift",
        "Generated/Characteristics/InUseCharacteristic.swift",
        "Generated/Characteristics/InputDeviceTypeCharacteristic.swift",
        "Generated/Characteristics/InputEventCharacteristic.swift",
        "Generated/Characteristics/InputSourceTypeCharacteristic.swift",
        "Generated/Characteristics/IsConfiguredCharacteristic.swift",
        "Generated/Characteristics/LabelIndexCharacteristic.swift",
        "Generated/Characteristics/LabelNamespaceCharacteristic.swift",
        "Generated/Characteristics/LeakDetectedCharacteristic.swift",
        "Generated/Characteristics/LockManagementAutoSecureTimeoutCharacteristic.swift",
        "Generated/Characteristics/LockManagementControlPointCharacteristic.swift",
        "Generated/Characteristics/LockMechanismLastKnownActionCharacteristic.swift",
        "Generated/Characteristics/LockPhysicalControlsCharacteristic.swift",
        "Generated/Characteristics/LogsCharacteristic.swift",
        "Generated/Characteristics/ManufacturerCharacteristic.swift",
        "Generated/Characteristics/ModelCharacteristic.swift",
        "Generated/Characteristics/MotionDetectedCharacteristic.swift",
        "Generated/Characteristics/MuteCharacteristic.swift",
        "Generated/Characteristics/NameCharacteristic.swift",
        "Generated/Characteristics/NightVisionCharacteristic.swift",
        "Generated/Characteristics/NitrogenDioxideDensityCharacteristic.swift",
        "Generated/Characteristics/ObstructionDetectedCharacteristic.swift",
        "Generated/Characteristics/OccupancyDetectedCharacteristic.swift",
        "Generated/Characteristics/OpticalZoomCharacteristic.swift",
        "Generated/Characteristics/OutletInUseCharacteristic.swift",
        "Generated/Characteristics/OutputStateCharacteristic.swift",
        "Generated/Characteristics/OzoneDensityCharacteristic.swift",
        "Generated/Characteristics/PM10DensityCharacteristic.swift",
        "Generated/Characteristics/PM2_5DensityCharacteristic.swift",
        "Generated/Characteristics/PictureModeCharacteristic.swift",
        "Generated/Characteristics/PositionStateCharacteristic.swift",
        "Generated/Characteristics/PowerModeSelectionCharacteristic.swift",
        "Generated/Characteristics/PowerStateCharacteristic.swift",
        "Generated/Characteristics/ProgramModeCharacteristic.swift",
        "Generated/Characteristics/RemainingDurationCharacteristic.swift",
        "Generated/Characteristics/RemoteKeyCharacteristic.swift",
        "Generated/Characteristics/RotationDirectionCharacteristic.swift",
        "Generated/Characteristics/RotationSpeedCharacteristic.swift",
        "Generated/Characteristics/RouterStatusCharacteristic.swift",
        "Generated/Characteristics/SaturationCharacteristic.swift",
        "Generated/Characteristics/SecuritySystemAlarmTypeCharacteristic.swift",
        "Generated/Characteristics/SelectedStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SerialNumberCharacteristic.swift",
        "Generated/Characteristics/SetDurationCharacteristic.swift",
        "Generated/Characteristics/SetupStreamEndpointCharacteristic.swift",
        "Generated/Characteristics/SlatTypeCharacteristic.swift",
        "Generated/Characteristics/SmokeDetectedCharacteristic.swift",
        "Generated/Characteristics/SoftwareVersionCharacteristic.swift",
        "Generated/Characteristics/StatusActiveCharacteristic.swift",
        "Generated/Characteristics/StatusFaultCharacteristic.swift",
        "Generated/Characteristics/StatusJammedCharacteristic.swift",
        "Generated/Characteristics/StatusLowBatteryCharacteristic.swift",
        "Generated/Characteristics/StatusTamperedCharacteristic.swift",
        "Generated/Characteristics/StreamingStatusCharacteristic.swift",
        "Generated/Characteristics/SulphurDioxideDensityCharacteristic.swift",
        "Generated/Characteristics/SupportedAudioStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SupportedRTPConfigurationCharacteristic.swift",
        "Generated/Characteristics/SupportedVideoStreamConfigurationCharacteristic.swift",
        "Generated/Characteristics/SwingModeCharacteristic.swift",
        "Generated/Characteristics/TargetAirPurifierStateCharacteristic.swift",
        "Generated/Characteristics/TargetDoorStateCharacteristic.swift",
        "Generated/Characteristics/TargetFanStateCharacteristic.swift",
        "Generated/Characteristics/TargetHeaterCoolerStateCharacteristic.swift",
        "Generated/Characteristics/TargetHeatingCoolingCharacteristic.swift",
        "Generated/Characteristics/TargetHorizontalTiltCharacteristic.swift",
        "Generated/Characteristics/TargetHumidifierDehumidifierStateCharacteristic.swift",
        "Generated/Characteristics/TargetLockMechanismStateCharacteristic.swift",
        "Generated/Characteristics/TargetMediaStateCharacteristic.swift",
        "Generated/Characteristics/TargetPositionCharacteristic.swift",
        "Generated/Characteristics/TargetRelativeHumidityCharacteristic.swift",
        "Generated/Characteristics/TargetSecuritySystemStateCharacteristic.swift",
        "Generated/Characteristics/TargetTemperatureCharacteristic.swift",
        "Generated/Characteristics/TargetTiltCharacteristic.swift",
        "Generated/Characteristics/TargetVerticalTiltCharacteristic.swift",
        "Generated/Characteristics/TargetVisibilityStateCharacteristic.swift",
        "Generated/Characteristics/TemperatureUnitsCharacteristic.swift",
        "Generated/Characteristics/ValveTypeCharacteristic.swift",
        "Generated/Characteristics/VersionCharacteristic.swift",
        "Generated/Characteristics/VolatileOrganicCompoundDensityCharacteristic.swift",
        "Generated/Characteristics/VolumeCharacteristic.swift",
        "Generated/Characteristics/VolumeControlTypeCharacteristic.swift",
        "Generated/Characteristics/VolumeSelectorCharacteristic.swift",
        "Generated/Characteristics/WANStatusListCharacteristic.swift",
        "Generated/Characteristics/WaterLevelCharacteristic.swift",
        "Generated/Characteristics/WiFiSatelliteStatusCharacteristic.swift",
        "Generated/ServiceType+Generated.swift",
        "Generated/Services/AccessoryInformationService.swift",
        "Generated/Services/AirPurifierService.swift",
        "Generated/Services/AirQualitySensorService.swift",
        "Generated/Services/BatteryService.swift",
        "Generated/Services/CameraControlService.swift",
        "Generated/Services/CameraRTPStreamManagementService.swift",
        "Generated/Services/CarbonDioxideSensorService.swift",
        "Generated/Services/CarbonMonoxideSensorService.swift",
        "Generated/Services/ContactSensorService.swift",
        "Generated/Services/DoorService.swift",
        "Generated/Services/DoorbellService.swift",
        "Generated/Services/FanService.swift",
        "Generated/Services/FaucetService.swift",
        "Generated/Services/FilterMaintenanceService.swift",
        "Generated/Services/GarageDoorOpenerService.swift",
        "Generated/Services/HeaterCoolerService.swift",
        "Generated/Services/HumidifierDehumidifierService.swift",
        "Generated/Services/HumiditySensorService.swift",
        "Generated/Services/InputSourceService.swift",
        "Generated/Services/IrrigationSystemService.swift",
        "Generated/Services/LabelService.swift",
        "Generated/Services/LeakSensorService.swift",
        "Generated/Services/LightSensorService.swift",
        "Generated/Services/LightbulbService.swift",
        "Generated/Services/LockManagementService.swift",
        "Generated/Services/LockMechanismService.swift",
        "Generated/Services/MicrophoneService.swift",
        "Generated/Services/MotionSensorService.swift",
        "Generated/Services/OccupancySensorService.swift",
        "Generated/Services/OutletService.swift",
        "Generated/Services/SecuritySystemService.swift",
        "Generated/Services/SlatsService.swift",
        "Generated/Services/SmokeSensorService.swift",
        "Generated/Services/SpeakerService.swift",
        "Generated/Services/StatefulProgrammableSwitchService.swift",
        "Generated/Services/StatelessProgrammableSwitchService.swift",
        "Generated/Services/SwitchService.swift",
        "Generated/Services/TelevisionService.swift",
        "Generated/Services/TemperatureSensorService.swift",
        "Generated/Services/ThermostatService.swift",
        "Generated/Services/ValveService.swift",
        "Generated/Services/VentilationFanService.swift",
        "Generated/Services/WiFiRouterService.swift",
        "Generated/Services/WiFiSatelliteService.swift",
        "Generated/Services/WindowCoveringService.swift",
        "Generated/Services/WindowService.swift",
        "HomeAtlas.swift",
        "HomeKitError.swift",
        "HomeKitManager.swift",
        "Macros.swift",
        "Service.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "HomeAtlasMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.