Build Information
Successful build of HomeAtlas, reference v0.2.0 (ae4dde), with Swift 6.1 for Android on 9 Jan 2026 20:53:29 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build 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: 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" : "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-0":/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: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 finestructure/spi-images
Digest: sha256:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 (5.39s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.79s)
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 SwiftSyntax510
[23/62] Compiling SwiftSyntax510 Empty.swift
[25/63] Emitting module SwiftSyntax600
[26/63] Compiling SwiftSyntax600 Empty.swift
[27/63] Emitting module SwiftSyntax509
[28/63] Compiling SwiftSyntax509 Empty.swift
[30/65] Wrapping AST for SwiftSyntax510 for debugging
[31/65] Wrapping AST for SwiftSyntax600 for debugging
[32/65] Wrapping AST for SwiftSyntax509 for debugging
[34/129] Compiling SwiftSyntax AbsolutePosition.swift
[35/129] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[36/129] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[37/129] Compiling SwiftSyntax Assert.swift
[38/129] Compiling SwiftSyntax BumpPtrAllocator.swift
[39/129] Compiling SwiftSyntax CommonAncestor.swift
[40/129] Compiling SwiftSyntax Convenience.swift
[41/129] Compiling SwiftSyntax CustomTraits.swift
[42/129] Compiling SwiftSyntax Identifier.swift
[43/137] Compiling HomeKitCatalogExtractor main.swift
[44/137] Compiling HomeKitServiceGenerator ServiceGenerator.swift
[45/137] Compiling HomeKitServiceGenerator main.swift
[46/137] Emitting module HomeKitServiceGenerator
[47/137] Compiling HomeKitServiceGenerator CatalogParser.swift
[48/137] Compiling HomeKitCatalogExtractor MetadataParser.swift
[49/137] Compiling HomeKitCatalogExtractor RuntimeInspector.swift
[50/137] Compiling HomeKitCatalogExtractor HeaderParser.swift
[51/137] Emitting module HomeKitCatalogExtractor
[52/137] Compiling HomeKitCatalogExtractor TBDParser.swift
[53/137] Compiling HomeKitCatalogExtractor Models.swift
[54/137] Compiling HomeKitCatalogExtractor SDKExtractor.swift
[56/139] Wrapping AST for HomeKitServiceGenerator for debugging
[57/139] Write Objects.LinkFileList
[58/139] Wrapping AST for HomeKitCatalogExtractor for debugging
[59/139] Write Objects.LinkFileList
[60/139] Linking HomeKitServiceGenerator
[61/139] Linking HomeKitCatalogExtractor
[63/139] Emitting module SwiftSyntax
[64/139] Compiling SwiftSyntax SyntaxKind.swift
[65/139] Compiling SwiftSyntax SyntaxRewriter.swift
[66/139] Compiling SwiftSyntax SyntaxTraits.swift
[67/139] Compiling SwiftSyntax SyntaxVisitor.swift
[68/139] Compiling SwiftSyntax TokenKind.swift
[69/139] Compiling SwiftSyntax Tokens.swift
[70/139] Compiling SwiftSyntax TriviaPieces.swift
[71/139] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[72/139] Compiling SwiftSyntax RawSyntaxNodesC.swift
[73/139] Compiling SwiftSyntax RawSyntaxNodesD.swift
[74/139] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[75/139] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[76/139] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[77/139] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[78/139] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[79/139] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[80/139] Compiling SwiftSyntax RawSyntaxValidation.swift
[81/139] Compiling SwiftSyntax SyntaxNodesAB.swift
[82/139] Compiling SwiftSyntax SyntaxNodeFactory.swift
[83/139] Compiling SwiftSyntax SyntaxNodeStructure.swift
[84/139] Compiling SwiftSyntax SyntaxProtocol.swift
[85/139] Compiling SwiftSyntax SyntaxText.swift
[86/139] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[87/139] Compiling SwiftSyntax TokenDiagnostic.swift
[88/139] Compiling SwiftSyntax TokenSequence.swift
[89/139] Compiling SwiftSyntax TokenSyntax.swift
[90/139] Compiling SwiftSyntax Trivia.swift
[91/139] Compiling SwiftSyntax SourcePresence.swift
[92/139] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[93/139] Compiling SwiftSyntax Syntax.swift
[94/139] Compiling SwiftSyntax SyntaxArena.swift
[95/139] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[96/139] Compiling SwiftSyntax SyntaxChildren.swift
[97/139] Compiling SwiftSyntax SyntaxCollection.swift
[98/139] Compiling SwiftSyntax SyntaxHashable.swift
[99/139] Compiling SwiftSyntax SyntaxIdentifier.swift
[100/139] Compiling SwiftSyntax MemoryLayout.swift
[101/139] Compiling SwiftSyntax MissingNodeInitializers.swift
[102/139] Compiling SwiftSyntax RawSyntax.swift
[103/139] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[104/139] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[105/139] Compiling SwiftSyntax RawSyntaxTokenView.swift
[106/139] Compiling SwiftSyntax SourceEdit.swift
[107/139] Compiling SwiftSyntax SourceLength.swift
[108/139] Compiling SwiftSyntax SourceLocation.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/198] Compiling SwiftBasicFormat Syntax+Extensions.swift
[130/198] Emitting module SwiftDiagnostics
[131/198] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[132/198] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[133/198] Compiling SwiftDiagnostics Note.swift
[134/198] Compiling SwiftParser IncrementalParseTransition.swift
[135/198] Compiling SwiftParser IsValidIdentifier.swift
[136/198] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[137/198] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[138/198] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[139/198] Compiling SwiftParser Expressions.swift
[140/198] Compiling SwiftBasicFormat InferIndentation.swift
[141/198] Compiling SwiftDiagnostics FixIt.swift
[142/198] Compiling SwiftDiagnostics GroupedDiagnostics.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] Emitting module SwiftParser
[150/205] Compiling SwiftParser SwiftParserCompatibility.swift
[151/205] Compiling SwiftParser SwiftVersion.swift
[152/205] Compiling SwiftParser SyntaxUtils.swift
[153/205] Compiling SwiftParser TokenConsumer.swift
[154/205] Compiling SwiftParser TokenPrecedence.swift
[155/205] Compiling SwiftParser TokenSpec.swift
[156/205] Compiling SwiftParser TokenSpecSet.swift
[157/205] Compiling SwiftParser TopLevel.swift
[158/205] Compiling SwiftParser TriviaParser.swift
[159/205] Compiling SwiftParser Types.swift
[160/205] Compiling SwiftParser LexemeSequence.swift
[161/205] Compiling SwiftParser Lexer.swift
[162/205] Compiling SwiftParser RegexLiteralLexer.swift
[163/205] Compiling SwiftParser UnicodeScalarExtensions.swift
[164/205] Compiling SwiftParser Lookahead.swift
[165/205] Compiling SwiftParser LoopProgressCondition.swift
[166/205] Compiling SwiftParser Patterns.swift
[167/205] Compiling SwiftParser Recovery.swift
[168/205] Compiling SwiftParser Specifiers.swift
[169/205] Compiling SwiftParser Statements.swift
[170/205] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[171/205] Compiling SwiftParser StringLiterals.swift
[172/205] Compiling SwiftParser Modifiers.swift
[173/205] Compiling SwiftParser Names.swift
[174/205] Compiling SwiftParser Nominals.swift
[175/205] Compiling SwiftParser Parameters.swift
[176/205] Compiling SwiftParser ParseSourceFile.swift
[177/205] Compiling SwiftParser Parser.swift
[178/205] Compiling SwiftParser Attributes.swift
[179/205] Compiling SwiftParser Availability.swift
[180/205] Compiling SwiftParser CharacterInfo.swift
[181/205] Compiling SwiftParser CollectionNodes+Parsable.swift
[182/205] Compiling SwiftParser Declarations.swift
[183/205] Compiling SwiftParser Directives.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 SwiftOperators PrecedenceGroup.swift
[198/230] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[199/231] Compiling SwiftOperators PrecedenceGraph.swift
[200/231] Compiling SwiftOperators OperatorTable.swift
[201/231] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[202/231] Compiling SwiftOperators SyntaxSynthesis.swift
[203/231] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[204/231] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[205/231] Compiling SwiftOperators OperatorTable+Folding.swift
[206/231] Compiling SwiftParserDiagnostics MissingNodesError.swift
[207/231] Compiling SwiftParserDiagnostics MissingTokenError.swift
[208/231] Emitting module SwiftOperators
[209/231] Compiling SwiftOperators OperatorTable+Semantics.swift
[210/232] Wrapping AST for SwiftOperators for debugging
[212/232] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[213/232] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[214/232] Compiling SwiftParserDiagnostics Utils.swift
[219/232] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[220/232] Compiling SwiftParserDiagnostics PresenceUtils.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] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[227/248] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[228/249] Compiling SwiftSyntaxBuilder Indenter.swift
[229/249] Compiling SwiftSyntaxBuilder ListBuilder.swift
[230/249] Emitting module SwiftSyntaxBuilder
[231/249] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[232/249] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[233/249] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[234/249] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[235/249] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[236/249] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[237/249] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[238/249] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[239/249] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[240/249] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[241/249] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[242/250] Wrapping AST for SwiftSyntaxBuilder for debugging
[244/267] Compiling SwiftSyntaxMacros AccessorMacro.swift
[245/267] Compiling SwiftSyntaxMacros AttachedMacro.swift
[246/267] Compiling SwiftSyntaxMacros BodyMacro.swift
[247/269] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[248/269] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[249/269] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[250/269] Compiling SwiftSyntaxMacros Macro+Format.swift
[251/269] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[252/269] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[253/269] Compiling SwiftSyntaxMacros Macro.swift
[254/269] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[255/269] Compiling SwiftSyntaxMacros MemberMacro.swift
[256/269] Compiling SwiftSyntaxMacros PeerMacro.swift
[257/269] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[258/269] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[259/269] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[260/269] Emitting module SwiftSyntaxMacros
[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 MacroArgument.swift
[270/280] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[271/280] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[272/280] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[273/280] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[274/280] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[275/281] 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] Emitting module SwiftCompilerPluginMessageHandling
[281/294] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[282/294] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[283/294] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[284/294] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[285/294] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[286/294] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[287/294] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[288/294] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[289/294] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[290/295] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[292/297] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[293/297] Emitting module SwiftCompilerPlugin
[294/298] Wrapping AST for SwiftCompilerPlugin for debugging
[296/302] Compiling HomeAtlasMacros HomeAtlasMacrosPlugin.swift
[297/302] Compiling HomeAtlasMacros SnapshotableMacro.swift
[298/302] Compiling HomeAtlasMacros CharacteristicValueMappings.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 CarbonDioxideDetectedCharacteristic.swift
[305/627] Compiling HomeAtlas CarbonDioxideLevelCharacteristic.swift
[306/627] Compiling HomeAtlas CarbonDioxidePeakLevelCharacteristic.swift
[307/627] Compiling HomeAtlas CarbonMonoxideDetectedCharacteristic.swift
[308/627] Compiling HomeAtlas CarbonMonoxideLevelCharacteristic.swift
[309/627] Compiling HomeAtlas CarbonMonoxidePeakLevelCharacteristic.swift
[310/627] Compiling HomeAtlas ChargingStateCharacteristic.swift
[311/627] Compiling HomeAtlas ClosedCaptionsCharacteristic.swift
[312/627] Compiling HomeAtlas ColorTemperatureCharacteristic.swift
[313/627] Compiling HomeAtlas ConfiguredNameCharacteristic.swift
[314/627] Compiling HomeAtlas ContactStateCharacteristic.swift
[315/627] Compiling HomeAtlas CoolingThresholdCharacteristic.swift
[316/627] Compiling HomeAtlas CurrentAirPurifierStateCharacteristic.swift
[317/627] Compiling HomeAtlas CurrentDoorStateCharacteristic.swift
[318/627] Compiling HomeAtlas CurrentFanStateCharacteristic.swift
[319/627] Compiling HomeAtlas CurrentHeaterCoolerStateCharacteristic.swift
[320/627] Compiling HomeAtlas CurrentHeatingCoolingCharacteristic.swift
[321/627] Compiling HomeAtlas CurrentHorizontalTiltCharacteristic.swift
[322/627] Compiling HomeAtlas CurrentHumidifierDehumidifierStateCharacteristic.swift
[323/627] Compiling HomeAtlas CurrentLightLevelCharacteristic.swift
[324/627] Compiling HomeAtlas CurrentLockMechanismStateCharacteristic.swift
[325/627] Compiling HomeAtlas CurrentMediaStateCharacteristic.swift
[326/627] Compiling HomeAtlas CurrentPositionCharacteristic.swift
[327/627] Compiling HomeAtlas OutputStateCharacteristic.swift
[328/627] Compiling HomeAtlas OzoneDensityCharacteristic.swift
[329/627] Compiling HomeAtlas PM10DensityCharacteristic.swift
[330/627] Compiling HomeAtlas PM2_5DensityCharacteristic.swift
[331/627] Compiling HomeAtlas PictureModeCharacteristic.swift
[332/627] Compiling HomeAtlas PositionStateCharacteristic.swift
[333/627] Compiling HomeAtlas PowerModeSelectionCharacteristic.swift
[334/627] Compiling HomeAtlas PowerStateCharacteristic.swift
[335/627] Compiling HomeAtlas ProgramModeCharacteristic.swift
[336/627] Compiling HomeAtlas RemainingDurationCharacteristic.swift
[337/627] Compiling HomeAtlas RemoteKeyCharacteristic.swift
[338/627] Compiling HomeAtlas RotationDirectionCharacteristic.swift
[339/627] Compiling HomeAtlas RotationSpeedCharacteristic.swift
[340/627] Compiling HomeAtlas RouterStatusCharacteristic.swift
[341/627] Compiling HomeAtlas SaturationCharacteristic.swift
[342/627] Compiling HomeAtlas SecuritySystemAlarmTypeCharacteristic.swift
[343/627] Compiling HomeAtlas SelectedStreamConfigurationCharacteristic.swift
[344/627] Compiling HomeAtlas SerialNumberCharacteristic.swift
[345/627] Compiling HomeAtlas SetDurationCharacteristic.swift
[346/627] Compiling HomeAtlas SetupStreamEndpointCharacteristic.swift
[347/627] Compiling HomeAtlas SlatTypeCharacteristic.swift
[348/627] Compiling HomeAtlas SmokeDetectedCharacteristic.swift
[349/627] Compiling HomeAtlas SoftwareVersionCharacteristic.swift
[350/627] Compiling HomeAtlas OutputStateCharacteristic.swift
[351/627] Compiling HomeAtlas OzoneDensityCharacteristic.swift
[352/627] Compiling HomeAtlas PM10DensityCharacteristic.swift
[353/627] Compiling HomeAtlas PM2_5DensityCharacteristic.swift
[354/627] Compiling HomeAtlas PictureModeCharacteristic.swift
[355/627] Compiling HomeAtlas PositionStateCharacteristic.swift
[356/627] Compiling HomeAtlas PowerModeSelectionCharacteristic.swift
[357/627] Compiling HomeAtlas PowerStateCharacteristic.swift
[358/627] Compiling HomeAtlas ProgramModeCharacteristic.swift
[359/627] Compiling HomeAtlas RemainingDurationCharacteristic.swift
[360/627] Compiling HomeAtlas RemoteKeyCharacteristic.swift
[361/627] Compiling HomeAtlas RotationDirectionCharacteristic.swift
[362/627] Compiling HomeAtlas RotationSpeedCharacteristic.swift
[363/627] Compiling HomeAtlas RouterStatusCharacteristic.swift
[364/627] Compiling HomeAtlas SaturationCharacteristic.swift
[365/627] Compiling HomeAtlas SecuritySystemAlarmTypeCharacteristic.swift
[366/627] Compiling HomeAtlas SelectedStreamConfigurationCharacteristic.swift
[367/627] Compiling HomeAtlas SerialNumberCharacteristic.swift
[368/627] Compiling HomeAtlas SetDurationCharacteristic.swift
[369/627] Compiling HomeAtlas SetupStreamEndpointCharacteristic.swift
[370/627] Compiling HomeAtlas SlatTypeCharacteristic.swift
[371/627] Compiling HomeAtlas SmokeDetectedCharacteristic.swift
[372/627] Compiling HomeAtlas SoftwareVersionCharacteristic.swift
[373/693] Compiling HomeAtlas InputDeviceTypeCharacteristic.swift
[374/693] Compiling HomeAtlas InputEventCharacteristic.swift
[375/693] Compiling HomeAtlas InputSourceTypeCharacteristic.swift
[376/693] Compiling HomeAtlas IsConfiguredCharacteristic.swift
[377/693] Compiling HomeAtlas LabelIndexCharacteristic.swift
[378/693] Compiling HomeAtlas LabelNamespaceCharacteristic.swift
[379/693] Compiling HomeAtlas LeakDetectedCharacteristic.swift
[380/693] Compiling HomeAtlas LockManagementAutoSecureTimeoutCharacteristic.swift
[381/693] Compiling HomeAtlas LockManagementControlPointCharacteristic.swift
[382/693] Compiling HomeAtlas LockMechanismLastKnownActionCharacteristic.swift
[383/693] Compiling HomeAtlas LockPhysicalControlsCharacteristic.swift
[384/693] Compiling HomeAtlas LogsCharacteristic.swift
[385/693] Compiling HomeAtlas ManufacturerCharacteristic.swift
[386/693] Compiling HomeAtlas ModelCharacteristic.swift
[387/693] Compiling HomeAtlas MotionDetectedCharacteristic.swift
[388/693] Compiling HomeAtlas MuteCharacteristic.swift
[389/693] Compiling HomeAtlas NameCharacteristic.swift
[390/693] Compiling HomeAtlas NightVisionCharacteristic.swift
[391/693] Compiling HomeAtlas NitrogenDioxideDensityCharacteristic.swift
[392/693] Compiling HomeAtlas ObstructionDetectedCharacteristic.swift
[393/693] Compiling HomeAtlas OccupancyDetectedCharacteristic.swift
[394/693] Compiling HomeAtlas OpticalZoomCharacteristic.swift
[395/693] Compiling HomeAtlas OutletInUseCharacteristic.swift
[396/693] Compiling HomeAtlas CurrentRelativeHumidityCharacteristic.swift
[397/693] Compiling HomeAtlas CurrentSecuritySystemStateCharacteristic.swift
[398/693] Compiling HomeAtlas CurrentSlatStateCharacteristic.swift
[399/693] Compiling HomeAtlas CurrentTemperatureCharacteristic.swift
[400/693] Compiling HomeAtlas CurrentTiltCharacteristic.swift
[401/693] Compiling HomeAtlas CurrentVerticalTiltCharacteristic.swift
[402/693] Compiling HomeAtlas CurrentVisibilityStateCharacteristic.swift
[403/693] Compiling HomeAtlas DehumidifierThresholdCharacteristic.swift
[404/693] Compiling HomeAtlas DigitalZoomCharacteristic.swift
[405/693] Compiling HomeAtlas FilterChangeIndicationCharacteristic.swift
[406/693] Compiling HomeAtlas FilterLifeLevelCharacteristic.swift
[407/693] Compiling HomeAtlas FilterResetChangeIndicationCharacteristic.swift
[408/693] Compiling HomeAtlas FirmwareVersionCharacteristic.swift
[409/693] Compiling HomeAtlas HardwareVersionCharacteristic.swift
[410/693] Compiling HomeAtlas HeatingThresholdCharacteristic.swift
[411/693] Compiling HomeAtlas MuteCharacteristic.swift
[412/693] Compiling HomeAtlas NameCharacteristic.swift
[413/693] Compiling HomeAtlas NightVisionCharacteristic.swift
[414/693] Compiling HomeAtlas NitrogenDioxideDensityCharacteristic.swift
[415/693] Compiling HomeAtlas ObstructionDetectedCharacteristic.swift
[416/693] Compiling HomeAtlas OccupancyDetectedCharacteristic.swift
[417/693] Compiling HomeAtlas OpticalZoomCharacteristic.swift
[418/693] Compiling HomeAtlas OutletInUseCharacteristic.swift
[488/715] Compiling HomeAtlas StatusActiveCharacteristic.swift
[489/715] Compiling HomeAtlas StatusFaultCharacteristic.swift
[490/715] Compiling HomeAtlas StatusJammedCharacteristic.swift
[491/715] Compiling HomeAtlas StatusLowBatteryCharacteristic.swift
[492/715] Compiling HomeAtlas StatusTamperedCharacteristic.swift
[493/715] Compiling HomeAtlas StreamingStatusCharacteristic.swift
[494/715] Compiling HomeAtlas SulphurDioxideDensityCharacteristic.swift
[495/715] Compiling HomeAtlas SupportedAudioStreamConfigurationCharacteristic.swift
[496/715] Compiling HomeAtlas SupportedRTPConfigurationCharacteristic.swift
[497/715] Compiling HomeAtlas SupportedVideoStreamConfigurationCharacteristic.swift
[498/715] Compiling HomeAtlas SwingModeCharacteristic.swift
[499/715] Compiling HomeAtlas TargetAirPurifierStateCharacteristic.swift
[500/715] Compiling HomeAtlas TargetDoorStateCharacteristic.swift
[501/715] Compiling HomeAtlas TargetFanStateCharacteristic.swift
[502/715] Compiling HomeAtlas TargetHeaterCoolerStateCharacteristic.swift
[503/715] Compiling HomeAtlas TargetHeatingCoolingCharacteristic.swift
[504/715] Compiling HomeAtlas TargetHorizontalTiltCharacteristic.swift
[505/715] Compiling HomeAtlas TargetHumidifierDehumidifierStateCharacteristic.swift
[506/715] Compiling HomeAtlas TargetLockMechanismStateCharacteristic.swift
[507/715] Compiling HomeAtlas TargetMediaStateCharacteristic.swift
[508/715] Compiling HomeAtlas TargetPositionCharacteristic.swift
[509/715] Compiling HomeAtlas TargetRelativeHumidityCharacteristic.swift
[510/715] Compiling HomeAtlas TargetSecuritySystemStateCharacteristic.swift
[511/715] Compiling HomeAtlas TargetTemperatureCharacteristic.swift
[512/715] Compiling HomeAtlas TargetTiltCharacteristic.swift
[513/715] Compiling HomeAtlas TargetVerticalTiltCharacteristic.swift
[514/715] Compiling HomeAtlas TargetVisibilityStateCharacteristic.swift
[515/715] Compiling HomeAtlas TemperatureUnitsCharacteristic.swift
[516/715] Compiling HomeAtlas ValveTypeCharacteristic.swift
[517/715] Compiling HomeAtlas VersionCharacteristic.swift
[518/715] Compiling HomeAtlas VolatileOrganicCompoundDensityCharacteristic.swift
[519/715] Compiling HomeAtlas VolumeCharacteristic.swift
[520/715] Compiling HomeAtlas VolumeControlTypeCharacteristic.swift
[521/715] Compiling HomeAtlas VolumeSelectorCharacteristic.swift
[522/715] Compiling HomeAtlas WANStatusListCharacteristic.swift
[523/715] Compiling HomeAtlas WaterLevelCharacteristic.swift
[524/715] Compiling HomeAtlas WiFiSatelliteStatusCharacteristic.swift
[525/715] Compiling HomeAtlas ServiceType+Generated.swift
[526/715] Compiling HomeAtlas AccessoryInformationService.swift
[527/715] Compiling HomeAtlas AirPurifierService.swift
[528/715] Compiling HomeAtlas AirQualitySensorService.swift
[529/715] Compiling HomeAtlas BatteryService.swift
[530/715] Compiling HomeAtlas CameraControlService.swift
[531/715] Compiling HomeAtlas CameraRTPStreamManagementService.swift
[532/715] Compiling HomeAtlas CarbonDioxideSensorService.swift
[533/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
[672/715] Compiling HomeAtlas ContactSensorService.swift
[673/715] Compiling HomeAtlas DoorService.swift
[674/715] Compiling HomeAtlas DoorbellService.swift
[675/715] Compiling HomeAtlas FanService.swift
[676/715] Compiling HomeAtlas FaucetService.swift
[677/715] Compiling HomeAtlas FilterMaintenanceService.swift
[678/715] Compiling HomeAtlas GarageDoorOpenerService.swift
[679/715] Compiling HomeAtlas HeaterCoolerService.swift
[680/715] Compiling HomeAtlas HumidifierDehumidifierService.swift
[681/715] Compiling HomeAtlas HumiditySensorService.swift
[682/715] Compiling HomeAtlas InputSourceService.swift
[683/715] Compiling HomeAtlas IrrigationSystemService.swift
[684/715] Compiling HomeAtlas LabelService.swift
[685/715] Compiling HomeAtlas LeakSensorService.swift
[686/715] Compiling HomeAtlas LightSensorService.swift
[687/715] Compiling HomeAtlas LightbulbService.swift
[688/715] Compiling HomeAtlas LockManagementService.swift
[689/715] Compiling HomeAtlas LockMechanismService.swift
[690/715] Compiling HomeAtlas MicrophoneService.swift
[691/715] Compiling HomeAtlas MotionSensorService.swift
[692/715] Compiling HomeAtlas OccupancySensorService.swift
[693/715] Compiling HomeAtlas OutletService.swift
Build complete! (179.29s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.