Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[camera] The camera plugin is crashing the Android app #110378

Open
tiloc opened this issue Aug 26, 2022 · 15 comments
Open

[camera] The camera plugin is crashing the Android app #110378

tiloc opened this issue Aug 26, 2022 · 15 comments
Labels
c: crash Stack traces logged to the console c: fatal crash Crashes that terminate the process found in release: 3.0 Found to occur in 3.0 found in release: 3.1 Found to occur in 3.1 has reproducible steps The issue has been confirmed reproducible and is ready to work on p: camera The camera plugin P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. platform-android Android applications specifically team-android Owned by Android platform team triaged-android Triaged by Android platform team

Comments

@tiloc
Copy link

tiloc commented Aug 26, 2022

Steps to Reproduce

I am developing a complex app, based on the camera plugin example. Despite following the example closely, it is occasionally running into conditions which are crashing the native code, mainly "java.lang.IllegalArgumentException: Surface was abandoned". These do not get caught by the native code, and thus result in a crash of the overall app.

Expected results: native code catches all native exceptions and forwards them to Flutter code

Actual results: native code only catches CameraAccessException, allowing any other exception to crash the app.

I am proposing to make the catch-statement in Camera onOpened less specific, in order to catch any exception and send it to Flutter for handling.

public void onOpened(@NonNull CameraDevice device) {
            cameraDevice = new DefaultCameraDeviceWrapper(device);
            try {
              startPreview();
              dartMessenger.sendCameraInitializedEvent(
                  resolutionFeature.getPreviewSize().getWidth(),
                  resolutionFeature.getPreviewSize().getHeight(),
                  cameraFeatures.getExposureLock().getValue(),
                  cameraFeatures.getAutoFocus().getValue(),
                  cameraFeatures.getExposurePoint().checkIsSupported(),
                  cameraFeatures.getFocusPoint().checkIsSupported());
            } **catch (CameraAccessException e) {**
              dartMessenger.sendCameraErrorEvent(e.getMessage());
              close();
            }
@exaby73 exaby73 added the in triage Presently being triaged by the triage team label Aug 26, 2022
@exaby73
Copy link
Member

exaby73 commented Aug 26, 2022

Hi @tiloc, please provide a minimal, reproducible example and the output of flutter doctor -v as well as flutter run -v.

@exaby73 exaby73 added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 26, 2022
@tiloc
Copy link
Author

tiloc commented Aug 27, 2022

The smallest example can be found here: https://github.com/tiloc/flutter-issue110378

A video of the crash is available here, it always happens right after I have confirmed the camera permissions:
https://photos.app.goo.gl/BCgRHTZrni46aF4h8

Output from flutter doctor -v
[✓] Flutter (Channel stable, 3.0.5, on macOS 12.5.1 21G83 darwin-arm, locale en-DE)
    • Flutter version 3.0.5 at /Users/tilo/development/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision f1875d570e (6 weeks ago), 2022-07-13 11:24:16 -0700
    • Engine revision e85ea0e79c
    • Dart version 2.17.6
    • DevTools version 2.12.2

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/tilo/Library/Android/sdk
    • Platform android-31, build-tools 31.0.0
    • ANDROID_SDK_ROOT = /Users/tilo/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)

[✓] IntelliJ IDEA Community Edition (version 2022.2.1)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin version 69.0.5
    • Dart plugin version 222.3739.24

[✓] VS Code (version 1.70.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.46.0

[✓] Connected device (3 available)
    • Pixel 5 (mobile) • adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. • android-arm64  • Android 13 (API 33)
    • macOS (desktop)  • macos                                            • darwin-arm64   • macOS 12.5.1 21G83 darwin-arm
    • Chrome (web)     • chrome                                           • web-javascript • Google Chrome 104.0.5112.101

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

Output from flutter run -v

tilo@Tilos-Mac-mini issue110378 % flutter run -v
[  +36 ms] executing: sysctl hw.optional.arm64
[   +6 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[   +2 ms] executing: [/Users/tilo/development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +7 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] f1875d570e39de09040c8f79aa13cc56baab8db1
[        ] executing: [/Users/tilo/development/flutter/] git tag --points-at f1875d570e39de09040c8f79aa13cc56baab8db1
[  +13 ms] Exit code 0 from: git tag --points-at f1875d570e39de09040c8f79aa13cc56baab8db1
[        ] 3.0.5
[   +3 ms] executing: [/Users/tilo/development/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +8 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/tilo/development/flutter/] git ls-remote --get-url origin
[   +7 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +41 ms] executing: [/Users/tilo/development/flutter/] git rev-parse --abbrev-ref HEAD
[   +8 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +2 ms] executing: sw_vers -productName
[   +8 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[   +8 ms] Exit code 0 from: sw_vers -productVersion
[        ] 12.5.1
[        ] executing: sw_vers -buildVersion
[   +8 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 21G83
[        ] executing: uname -m
[   +4 ms] Exit code 0 from: uname -m
[        ] arm64
[  +21 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +21 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb devices -l
[   +6 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[        ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version
[  +83 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version
[        ] Xcode 13.4.1
           Build version 13F100
[   +1 ms] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 2
[   +1 ms] /usr/bin/arch -arm64e xcrun simctl list --json devices
[        ] executing: /usr/bin/arch -arm64e xcrun simctl list --json devices
[   +1 ms] executing: /usr/bin/arch -arm64e xcrun simctl list
[  +74 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun simctl list
[        ] == Device Types ==
           iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s)
           iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5)
           iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s)
           iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus)
           iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6)
           iPhone 6s (com.apple.CoreSimulator.SimDeviceType.iPhone-6s)
           iPhone 6s Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus)
           iPhone SE (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE)
           iPhone 7 (com.apple.CoreSimulator.SimDeviceType.iPhone-7)
           iPhone 7 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus)
           iPhone 8 (com.apple.CoreSimulator.SimDeviceType.iPhone-8)
           iPhone 8 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus)
           iPhone X (com.apple.CoreSimulator.SimDeviceType.iPhone-X)
           iPhone Xs (com.apple.CoreSimulator.SimDeviceType.iPhone-XS)
           iPhone Xs Max (com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max)
           iPhone Xʀ (com.apple.CoreSimulator.SimDeviceType.iPhone-XR)
           iPhone 11 (com.apple.CoreSimulator.SimDeviceType.iPhone-11)
           iPhone 11 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro)
           iPhone 11 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max)
           iPhone SE (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-)
           iPhone 12 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini)
           iPhone 12 (com.apple.CoreSimulator.SimDeviceType.iPhone-12)
           iPhone 12 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro)
           iPhone 12 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max)
           iPhone 13 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro)
           iPhone 13 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max)
           iPhone 13 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini)
           iPhone 13 (com.apple.CoreSimulator.SimDeviceType.iPhone-13)
           iPhone SE (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation)
           iPod touch (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-)
           iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2)
           iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina)
           iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air)
           iPad mini 2 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-2)
           iPad mini 3 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-3)
           iPad mini 4 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-4)
           iPad Air 2 (com.apple.CoreSimulator.SimDeviceType.iPad-Air-2)
           iPad Pro (9.7-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-)
           iPad Pro (12.9-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro)
           iPad (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-)
           iPad Pro (12.9-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-)
           iPad Pro (10.5-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-)
           iPad (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-)
           iPad (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-)
           iPad Pro (11-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-)
           iPad Pro (12.9-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-)
           iPad Pro (11-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-)
           iPad Pro (12.9-inch) (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-)
           iPad mini (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-)
           iPad Air (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-)
           iPad (8th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-)
           iPad (9th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation)
           iPad Air (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-)
           iPad Pro (11-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation)
           iPad Pro (12.9-inch) (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation)
           iPad Air (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation)
           iPad mini (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation)
           Apple TV (com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p)
           Apple TV 4K (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K)
           Apple TV 4K (at 1080p) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p)
           Apple TV 4K (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K)
           Apple TV 4K (at 1080p) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p)
           Apple Watch - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm)
           Apple Watch - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm)
           Apple Watch Series 2 - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-38mm)
           Apple Watch Series 2 - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm)
           Apple Watch Series 3 - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-38mm)
           Apple Watch Series 3 - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-42mm)
           Apple Watch Series 4 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm)
           Apple Watch Series 4 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm)
           Apple Watch Series 5 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm)
           Apple Watch Series 5 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm)
           Apple Watch SE - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm)
           Apple Watch SE - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm)
           Apple Watch Series 6 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm)
           Apple Watch Series 6 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm)
           Apple Watch Series 7 - 41mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm)
           Apple Watch Series 7 - 45mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm)
           == Runtimes ==
           iOS 15.5 (15.5 - 19F70) - com.apple.CoreSimulator.SimRuntime.iOS-15-5
           tvOS 15.4 (15.4 - 19L439) - com.apple.CoreSimulator.SimRuntime.tvOS-15-4
           watchOS 8.5 (8.5 - 19T241) - com.apple.CoreSimulator.SimRuntime.watchOS-8-5
           == Devices ==
           -- iOS 15.5 --
               iPhone 8 (12D39CC6-66CB-4061-8BB5-544920B7AE51) (Shutdown) 
               iPhone 8 Plus (7F9BAED2-0E99-441E-B2CB-0FDBBEAB4A6A) (Shutdown) 
               iPhone 11 (2E2AD1D3-45C1-48EE-9711-30E31F607AD6) (Shutdown) 
               iPhone 11 Pro (D917C353-ABAD-4F2B-BE9A-B6B281176203) (Shutdown) 
               iPhone 11 Pro Max (FD7AE837-759C-4DDA-A709-D186DB4E7539) (Shutdown) 
               iPhone 12 mini (1DE0CC7A-736A-493B-9DA3-4C5601B2B7EB) (Shutdown) 
               iPhone 12 (197D5084-9E6B-4894-9F21-CE89C4E172E5) (Shutdown) 
               iPhone 12 Pro (B3DB8507-1113-488F-AD55-660DB1632BF0) (Shutdown) 
               iPhone 12 Pro Max (128BB7A3-0942-4B10-9F72-F821498FCBB4) (Shutdown) 
               iPhone 13 Pro (5E4D165F-81AD-4DF3-8365-EDD9A0A025EC) (Shutdown) 
               iPhone 13 Pro Max (B8E6CCF9-D805-4024-BC5A-A26DA2F4E133) (Shutdown) 
               iPhone 13 mini (A9E3C1D4-A587-40D0-9150-0EF35CBB34A8) (Shutdown) 
               iPhone 13 (EA078867-F332-4321-9928-1FBA5069C401) (Shutdown) 
               iPhone SE (3rd generation) (CB7652C3-842D-4759-B7B1-5CD6A1CA126B) (Shutdown) 
               iPod touch (7th generation) (3CA7ACF9-5B49-4B5F-9A92-D716E9CB2DE0) (Shutdown) 
               iPad Pro (9.7-inch) (B63587F0-D4FA-4375-BE7C-92DB6D4056AF) (Shutdown) 
               iPad (9th generation) (7042DA0A-90BE-4880-9C81-50BCEAB6E9FC) (Shutdown) 
               iPad Pro (11-inch) (3rd generation) (25492D48-8B9B-431B-A5F5-660DC70DC105) (Shutdown) 
               iPad Pro (12.9-inch) (5th generation) (448965CA-D643-4B3F-9469-06FC2363B6D2) (Shutdown) 
               iPad Air (5th generation) (1D7B87C7-DBB9-4485-971B-99737B520BAC) (Shutdown) 
               iPad mini (6th generation) (DBA39F5D-28F4-4A75-8843-4E89ADB49795) (Shutdown) 
           -- tvOS 15.4 --
               Apple TV (FDAFD405-9DC1-4387-ACB7-4C6D00F40660) (Shutdown) 
               Apple TV 4K (2nd generation) (C9901E9B-47B2-4760-90E8-395B67B8AE43) (Shutdown) 
               Apple TV 4K (at 1080p) (2nd generation) (A33CF0D9-EBCD-4646-946C-BE2F0E45A37B) (Shutdown) 
           -- watchOS 8.5 --
               Apple Watch Series 5 - 40mm (7D7A187C-C067-4F0B-96F5-80CEA53E1F4A) (Shutdown) 
               Apple Watch Series 5 - 44mm (AD34A72D-8FB2-48DB-841B-C60701340E34) (Shutdown) 
               Apple Watch Series 6 - 40mm (F5C72C83-FF4F-4C5A-B6E0-FCB2F399FDBB) (Shutdown) 
               Apple Watch Series 6 - 44mm (FD1A1024-2486-48C5-BA14-CF68E3474BB6) (Shutdown) 
               Apple Watch Series 7 - 41mm (C99E78CC-F9D9-4341-A80F-023AE7E001E8) (Shutdown) 
               Apple Watch Series 7 - 45mm (6ED5862C-256B-4BD2-88DA-50583030AF9B) (Shutdown) 
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-14-4 --
               iPhone 8 (26BC684A-B755-489A-8AA1-FB68656C2AC7) (Shutdown) (unavailable, runtime profile not found)
               iPhone 8 Plus (919D2C45-A99B-461D-B6A0-18787FD41D11) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 (0F9D7A36-29D9-4AC3-8ED9-F607C249C28D) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro (162DD23F-5966-445A-ABF0-1F45139B83DB) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro Max (3D44742B-5755-4C7B-B084-E0E8ABAF641E) (Shutdown) (unavailable, runtime profile not found)
               iPhone SE (2nd generation) (3D3DFA39-E8A8-4D1E-8CB0-599049967D76) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 mini (44D075CC-504C-4481-BCC3-6B4D46A65145) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 (7C70324F-7B1D-42CB-8927-F0826737BC5E) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro (7459ECD2-9CFE-446B-8110-343C7DBAB660) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro Max (4CDC8DB4-BC52-410C-BA3B-425F07E5B5BA) (Shutdown) (unavailable, runtime profile not found)
               iPod touch (7th generation) (B0A94F3D-7AE1-40AF-8DA0-A6D4F3CF187C) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (9.7-inch) (3D4E73AC-B329-4CEB-88A7-8165DEC7D70A) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (11-inch) (2nd generation) (9BF70C16-632A-4ADD-B8EA-0F883AC4047D) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (12.9-inch) (4th generation) (B8E7D440-629B-40A8-96DF-8A5659CED62D) (Shutdown) (unavailable, runtime profile not found)
               iPad (8th generation) (615B6FEA-EEE9-46EF-BC81-0E659F781A33) (Shutdown) (unavailable, runtime profile not found)
               iPad Air (4th generation) (CCF1F8EC-C6C3-4970-A980-A09660DC22D2) (Shutdown) (unavailable, runtime profile not found)
               iPad Air (4th generation) (55DA5E25-075F-4D36-AF8D-3C0E80B4DFEB) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-14-5 --
               iPhone 8 (CBF4B40F-5607-4020-B5C8-D08D301D642B) (Shutdown) (unavailable, runtime profile not found)
               iPhone 8 Plus (88FE59CC-B32B-47D9-8AA3-AB8FA0614BC8) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 (2247CE4F-E1C3-4B2E-A22E-BB0F7406BA9E) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro (234FAFF3-9ABF-4EF0-93E2-5805262CAF52) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro Max (2C238CE3-57FD-44AE-AC0A-69085540FD4B) (Shutdown) (unavailable, runtime profile not found)
               iPhone SE (2nd generation) (65E11248-BFC4-4658-9556-8B4F67312493) (Shutdown) (unavailable, runtime profile not found)
               iPhone SE (2nd generation) (324C03A5-59A9-4E50-9531-E67C37000A93) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 mini (5FF5D692-1BD5-44CF-9B82-CC837240253B) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 (AED222B8-3AE8-4388-959E-F1499A12AE68) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro (E2BBD5D9-E8FE-47EB-B3C0-8C5D8BAE9637) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro Max (AC15D16C-C3C4-4B8D-A22D-1E3EBC82F4F0) (Shutdown) (unavailable, runtime profile not found)
               iPod touch (7th generation) (88AE2327-F514-4473-9F76-3B39849E1BBA) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (9.7-inch) (53AE917A-B3C1-46BA-A96F-3BC9D483F7F2) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (11-inch) (2nd generation) (4D075709-8F04-405D-B7BB-CD4E7183743F) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (12.9-inch) (4th generation) (4EB32B69-534A-4A89-9C1F-F2A0EE1A7CE3) (Shutdown) (unavailable, runtime profile not found)
               iPad (8th generation) (2C7A595F-42EB-4B7B-A0C9-F4027CB8E699) (Shutdown) (unavailable, runtime profile not found)
               iPad Air (4th generation) (95DA11B2-0F58-48B1-8B3C-EF850E1BD4E0) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (11-inch) (3rd generation) (01814F79-2367-489B-893B-B39430080558) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (12.9-inch) (5th generation) (84E2BAE9-F995-4D84-B2A9-85B60E14DC10) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-15-0 --
               iPhone 8 (364A9CB5-D9DF-4728-AB76-02168362AA91) (Shutdown) (unavailable, runtime profile not found)
               iPhone 8 Plus (768DA10C-A540-4D90-B974-2CAE64D39C99) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 (07F283B3-687C-4150-A7D6-C6AA2439FE4D) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro (8D8A5163-E6DB-4577-9764-A0206DE2EA88) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro Max (D5D9039F-E95C-44AA-A751-400C668453DD) (Shutdown) (unavailable, runtime profile not found)
               iPhone SE (2nd generation) (00934B8C-1784-409C-B139-8CC57957A0F9) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 mini (FCFB8F13-B104-4D35-84B8-3E0A877F42DA) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 (C34F3BB6-5CF3-4884-BED1-4316A67B7D31) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro (62C6C8E9-CD81-4E06-8A4C-D3612423FC26) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro Max (40FA00AC-3D25-4A86-832F-ED33D6B642C2) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 Pro (816537EF-F5ED-4755-A9A1-61AE2718C042) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 Pro Max (405EBFF5-58A8-4002-BDFB-676816CDB781) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 mini (A738E945-DB27-491E-974F-82C6FE51D259) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 (29BF9033-AC55-4DC0-A9BA-5340C250FD09) (Shutdown) (unavailable, runtime profile not found)
               iPod touch (7th generation) (20E7A981-0ACF-44AB-82CB-E595097CD65D) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (9.7-inch) (91EFE387-36C9-4AF7-9492-AFF330328CB0) (Shutdown) (unavailable, runtime profile not found)
               iPad (9th generation) (524E463D-ED5E-4DE7-B5E8-9B2A454FB1DF) (Shutdown) (unavailable, runtime profile not found)
               iPad Air (4th generation) (26105B92-17C4-4EC8-9926-99FF23DCD2A2) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (11-inch) (3rd generation) (C0EC226F-154F-40B8-8B39-E67DB969B0C6) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (12.9-inch) (5th generation) (774BD6EA-2FA2-4F4D-B0E8-DD632CE38764) (Shutdown) (unavailable, runtime profile not found)
               iPad mini (6th generation) (CEFBD7DC-DECE-4A4E-B9EC-3297CF5D52F6) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-15-2 --
               iPhone 8 (E91CF1D5-30AB-4188-9B7E-0FE2A2556192) (Shutdown) (unavailable, runtime profile not found)
               iPhone 8 Plus (C023F3EB-93E5-4E61-A748-6974EF340016) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 (3553BDD8-FEC3-4831-B515-C38C9A44A6A8) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro (38CA40E4-4B05-4521-83ED-2E0E7FF2A208) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro Max (13ABB97D-36DE-41D2-8393-5587FD130A09) (Shutdown) (unavailable, runtime profile not found)
               iPhone SE (2nd generation) (687EDD9A-E65F-4BC6-952D-23AC960CE057) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 mini (837ACCDF-869E-43E3-B4A7-E69D73A2EDF5) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 (86429D1B-4221-4878-8586-BD15E189C9AA) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro (DBAC1D47-20D9-4C2B-BB39-DD6F9E5067CC) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro Max (53B296C2-D917-4E17-B760-D000FEDFCAA2) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 Pro (CECAAFDE-33D5-4F90-8A2F-6EA5E94ADFE5) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 Pro Max (58B98293-9BAA-4FD5-8728-959497E393E2) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 mini (B8E2615A-F055-4DF5-AD7D-983C289132CB) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 (3670A3F2-FEBE-43F7-9D37-B614EE8BE577) (Shutdown) (unavailable, runtime profile not found)
               iPod touch (7th generation) (807035FF-F14F-4B23-9B2B-AE1081A34163) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (9.7-inch) (80218952-A402-4E5E-8F2A-D8F9185A260D) (Shutdown) (unavailable, runtime profile not found)
               iPad (9th generation) (7E47735A-2BD1-4186-B9BF-C1761B0D1AF6) (Shutdown) (unavailable, runtime profile not found)
               iPad Air (4th generation) (2C701ACF-DFE7-4567-A347-809AFC69440E) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (11-inch) (3rd generation) (C59673F7-87B1-419B-A515-6682E6A03876) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (12.9-inch) (5th generation) (7EC9BC10-B41E-429C-A712-58874B1413EA) (Shutdown) (unavailable, runtime profile not found)
               iPad mini (6th generation) (96C34AD4-E1D4-4E06-A736-7717BAB3C637) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-15-4 --
               iPhone 8 (A1E94B39-649D-4428-BF25-001F6C4C8520) (Shutdown) (unavailable, runtime profile not found)
               iPhone 8 Plus (92D2B8D5-2085-4175-AE9B-5DA8E0299D80) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 (BDBA662A-1325-4F84-BCF0-C16775AC334E) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro (4B3E43C6-2275-4F1B-8580-3A22DB5F8D4D) (Shutdown) (unavailable, runtime profile not found)
               iPhone 11 Pro Max (574B2DEC-11CB-45C3-8401-8491CD51B6A4) (Shutdown) (unavailable, runtime profile not found)
               iPhone SE (2nd generation) (CCC8871E-733E-427A-AB24-4908289D192E) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 mini (A092D2D3-2F78-417E-B22C-70C401FE0B53) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 (F1550BC0-D072-4387-AC1D-5FF891CBA25C) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro (A1E34253-110B-48EF-A05F-62F24F3EA9F6) (Shutdown) (unavailable, runtime profile not found)
               iPhone 12 Pro Max (19A092F0-1891-464F-9637-35422C28CD3A) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 Pro (9B0E925C-DB80-43E3-89F0-E793842D694C) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 Pro Max (5CCEAC8C-4058-40A3-B05C-C5A72BD4A23B) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 mini (96C9458F-BC17-408D-9D9D-2EF323CA6F5D) (Shutdown) (unavailable, runtime profile not found)
               iPhone 13 (C6542A6F-DD33-47C5-879C-1966D43F6BCD) (Shutdown) (unavailable, runtime profile not found)
               iPhone SE (3rd generation) (FFD51556-D60B-4385-95A8-09DCE245F5C8) (Shutdown) (unavailable, runtime profile not found)
               iPod touch (7th generation) (9C6C5BF2-48F4-411B-9ECD-A0CD7F325127) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (9.7-inch) (E79CE1E8-BF65-466D-B284-BDC192B46F8D) (Shutdown) (unavailable, runtime profile not found)
               iPad (9th generation) (7D594EE8-7057-4802-8EFF-B228C4D4DC55) (Shutdown) (unavailable, runtime profile not found)
               iPad Air (4th generation) (CA473151-D1F4-4AF4-9FED-5C377D46E3B1) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (11-inch) (3rd generation) (87DE5489-D988-49ED-B636-975852A3FB8F) (Shutdown) (unavailable, runtime profile not found)
               iPad Pro (12.9-inch) (5th generation) (69C2C91B-9C45-4F8A-ADCB-063D961D11FB) (Shutdown) (unavailable, runtime profile not found)
               iPad Air (5th generation) (EDB749DA-B15E-464C-AEBE-CCC1D5EBFF7A) (Shutdown) (unavailable, runtime profile not found)
               iPad mini (6th generation) (4A0C52E8-B172-4717-8BDB-3E340FCD8C52) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-14-3 --
               Apple TV (04061E80-9352-40B0-8A3A-B69C25F0B290) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (94060EC8-DB51-44EC-A70D-7E70703FEE59) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (at 1080p) (4239C997-E136-422D-B642-ED689BEE671A) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-14-5 --
               Apple TV (718E8CB2-4C28-469A-A7BB-B427F570F3C6) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (43E45ECE-C692-41BD-85B5-DF00EDE046EF) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (at 1080p) (E517FF97-8B24-4332-BF0C-488E6ADBC430) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (2nd generation) (EF82EF3D-FE12-4F63-9EDF-B6D5389EBFFB) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (at 1080p) (2nd generation) (5E6EDBA3-CA84-4275-A3B2-F485CDE208A7) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-15-0 --
               Apple TV (034218FB-1223-45BB-87E9-154E8F611C6A) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (2nd generation) (05AE21B8-CC9E-428A-B18E-B4221AFB80DB) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (at 1080p) (2nd generation) (B1EB2EA4-BA52-4E78-A2C4-98223519CD4B) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-15-2 --
               Apple TV (62942FA4-AB27-4FC5-983D-669806389B0A) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (2nd generation) (56EE8965-2374-43B6-812D-94FE6CF40B35) (Shutdown) (unavailable, runtime profile not found)
               Apple TV 4K (at 1080p) (2nd generation) (86C81D73-E070-4610-97B1-D22A6C3C6A16) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-7-2 --
               Apple Watch Series 5 - 40mm (D43CDE57-0EFC-4471-9234-69AFB22F2DBB) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 5 - 44mm (4D453619-8034-403F-8A5B-A7731213E368) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 6 - 40mm (8938DD3D-A8C8-4F91-A508-A985FCAD6A0A) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 6 - 44mm (C537A8C8-C281-4378-ACEF-EDAF0D398FA5) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-7-4 --
               Apple Watch Series 5 - 40mm (CF3287FC-F819-45EF-976F-E33F26C698A9) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 5 - 44mm (361CC186-CD3D-4BCD-B957-F99A7091F075) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 6 - 40mm (18A3171B-9E15-4568-A2B1-D52C2C75AD68) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 6 - 44mm (D3462E0B-C7C2-43BF-8267-D27936E675FE) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-8-0 --
               Apple Watch Series 5 - 40mm (25CBBCC3-5D5B-4FD6-834D-C43E5846DF05) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 5 - 44mm (1F3C84C4-FFD7-4F91-ABFF-DE672A8255F0) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 6 - 40mm (3D20F441-A1D5-4E59-876D-7CC0CDF4181B) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 6 - 44mm (0285DC00-FEE4-473A-A44E-1B65F21F0026) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 7 - 41mm (3BA6C84A-8A3A-40F3-B106-FA0F4C0EDD38) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 7 - 45mm (46954AB8-B102-40E2-8C73-C593EEC36857) (Shutdown) (unavailable, runtime profile not found)
           -- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-8-3 --
               Apple Watch Series 5 - 40mm (FC621765-FB64-4B84-9826-399B26C8933E) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 5 - 44mm (8832695B-43B3-437B-B073-EA2D57523990) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 6 - 40mm (99DB60B7-A29B-4357-9FF0-14D84C6E3C80) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 6 - 44mm (FB8D3971-0892-4115-86CE-90A5E4062487) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 7 - 41mm (DFC7D351-FE41-4BF2-B190-130944CE8958) (Shutdown) (unavailable, runtime profile not found)
               Apple Watch Series 7 - 45mm (754E3796-8D1C-4E5A-ACA9-3B01E1F06299) (Shutdown) (unavailable, runtime profile not found)
           == Device Pairs ==
           08C0EBC6-BA09-4932-B357-C8EB225B8281 (active, disconnected)
               Watch: Apple Watch Series 5 - 40mm (7D7A187C-C067-4F0B-96F5-80CEA53E1F4A) (Shutdown)
               Phone: iPhone 12 Pro (B3DB8507-1113-488F-AD55-660DB1632BF0) (Shutdown)
           BD8C4C32-0E34-4273-A937-230237F679AF (active, disconnected)
               Watch: Apple Watch Series 5 - 44mm (AD34A72D-8FB2-48DB-841B-C60701340E34) (Shutdown)
               Phone: iPhone 12 Pro Max (128BB7A3-0942-4B10-9F72-F821498FCBB4) (Shutdown)
           15349347-5C0E-41A9-BF77-8A1FF796839E (active, disconnected)
               Watch: Apple Watch Series 6 - 40mm (F5C72C83-FF4F-4C5A-B6E0-FCB2F399FDBB) (Shutdown)
               Phone: iPhone 13 Pro (5E4D165F-81AD-4DF3-8365-EDD9A0A025EC) (Shutdown)
           ED12925E-09E4-467A-A236-9CC709216F44 (active, disconnected)
               Watch: Apple Watch Series 6 - 44mm (FD1A1024-2486-48C5-BA14-CF68E3474BB6) (Shutdown)
               Phone: iPhone 13 Pro Max (B8E6CCF9-D805-4024-BC5A-A26DA2F4E133) (Shutdown)
           2674E2FC-734E-4B16-841E-F7E4B6E981E1 (active, disconnected)
               Watch: Apple Watch Series 7 - 41mm (C99E78CC-F9D9-4341-A80F-023AE7E001E8) (Shutdown)
               Phone: iPhone 13 mini (A9E3C1D4-A587-40D0-9150-0EF35CBB34A8) (Shutdown)
           38F99868-14DA-4399-A2D8-5944330DD047 (active, disconnected)
               Watch: Apple Watch Series 7 - 45mm (6ED5862C-256B-4BD2-88DA-50583030AF9B) (Shutdown)
               Phone: iPhone 13 (EA078867-F332-4321-9928-1FBA5069C401) (Shutdown)
           7224CE32-59ED-406B-B0FD-A028366B760F (unavailable)
               Watch: Apple Watch Series 5 - 40mm (D43CDE57-0EFC-4471-9234-69AFB22F2DBB) (Shutdown)
               Phone: iPhone 12 mini (44D075CC-504C-4481-BCC3-6B4D46A65145) (Shutdown)
           F6D893BC-E856-43EE-B2F6-23B25A807352 (unavailable)
               Watch: Apple Watch Series 5 - 44mm (4D453619-8034-403F-8A5B-A7731213E368) (Shutdown)
               Phone: iPhone 12 (7C70324F-7B1D-42CB-8927-F0826737BC5E) (Shutdown)
           FB385BD0-0D48-4950-984A-2459FB6CF98E (unavailable)
               Watch: Apple Watch Series 6 - 40mm (8938DD3D-A8C8-4F91-A508-A985FCAD6A0A) (Shutdown)
               Phone: iPhone 12 Pro (7459ECD2-9CFE-446B-8110-343C7DBAB660) (Shutdown)
           DE7CE196-249D-4FB6-BEDF-9C3BCD343569 (unavailable)
               Watch: Apple Watch Series 6 - 44mm (C537A8C8-C281-4378-ACEF-EDAF0D398FA5) (Shutdown)
               Phone: iPhone 12 Pro Max (4CDC8DB4-BC52-410C-BA3B-425F07E5B5BA) (Shutdown)
           73DC19C5-AA41-4C44-9EC7-E22960EC6AB3 (unavailable)
               Watch: Apple Watch Series 5 - 40mm (CF3287FC-F819-45EF-976F-E33F26C698A9) (Shutdown)
               Phone: iPhone 12 mini (5FF5D692-1BD5-44CF-9B82-CC837240253B) (Shutdown)
           207BBDAE-188C-407E-89FD-A8ADB46FF1A2 (unavailable)
               Watch: Apple Watch Series 5 - 44mm (361CC186-CD3D-4BCD-B957-F99A7091F075) (Shutdown)
               Phone: iPhone 12 (AED222B8-3AE8-4388-959E-F1499A12AE68) (Shutdown)
           3BFCF948-7C10-4877-96BF-D0057785FDDD (unavailable)
               Watch: Apple Watch Series 6 - 40mm (18A3171B-9E15-4568-A2B1-D52C2C75AD68) (Shutdown)
               Phone: iPhone 12 Pro (E2BBD5D9-E8FE-47EB-B3C0-8C5D8BAE9637) (Shutdown)
           E3786E71-987E-4EEA-855E-4300EB623D4F (unavailable)
               Watch: Apple Watch Series 6 - 44mm (D3462E0B-C7C2-43BF-8267-D27936E675FE) (Shutdown)
               Phone: iPhone 12 Pro Max (AC15D16C-C3C4-4B8D-A22D-1E3EBC82F4F0) (Shutdown)
           F77A2932-9CAD-42FF-885B-E2EB04ED574F (unavailable)
               Watch: Apple Watch Series 5 - 40mm (25CBBCC3-5D5B-4FD6-834D-C43E5846DF05) (Shutdown)
               Phone: iPhone 12 Pro (62C6C8E9-CD81-4E06-8A4C-D3612423FC26) (Shutdown)
           D181817E-61DC-4767-B448-9DE4679A50EE (unavailable)
               Watch: Apple Watch Series 5 - 44mm (1F3C84C4-FFD7-4F91-ABFF-DE672A8255F0) (Shutdown)
               Phone: iPhone 12 Pro Max (40FA00AC-3D25-4A86-832F-ED33D6B642C2) (Shutdown)
           F6574A44-E1A5-4354-A0D0-F652E081DD9F (unavailable)
               Watch: Apple Watch Series 6 - 40mm (3D20F441-A1D5-4E59-876D-7CC0CDF4181B) (Shutdown)
               Phone: iPhone 13 Pro (816537EF-F5ED-4755-A9A1-61AE2718C042) (Shutdown)
           7D403BEB-5F79-4CDF-BA76-3F695B9FA48F (unavailable)
               Watch: Apple Watch Series 6 - 44mm (0285DC00-FEE4-473A-A44E-1B65F21F0026) (Shutdown)
               Phone: iPhone 13 Pro Max (405EBFF5-58A8-4002-BDFB-676816CDB781) (Shutdown)
           962B573F-3FA0-4AB7-AB5D-73FB0F78B264 (unavailable)
               Watch: Apple Watch Series 7 - 41mm (3BA6C84A-8A3A-40F3-B106-FA0F4C0EDD38) (Shutdown)
               Phone: iPhone 13 mini (A738E945-DB27-491E-974F-82C6FE51D259) (Shutdown)
           17153FDA-5D00-42F2-9E03-2743F9FA2721 (unavailable)
               Watch: Apple Watch Series 7 - 45mm (46954AB8-B102-40E2-8C73-C593EEC36857) (Shutdown)
               Phone: iPhone 13 (29BF9033-AC55-4DC0-A9BA-5340C250FD09) (Shutdown)
           1F34105C-B461-4B23-9A9A-BF91AAE564C2 (unavailable)
               Watch: Apple Watch Series 5 - 40mm (FC621765-FB64-4B84-9826-399B26C8933E) (Shutdown)
               Phone: iPhone 12 Pro (DBAC1D47-20D9-4C2B-BB39-DD6F9E5067CC) (Shutdown)
           802FD2C4-03FB-437B-8759-709AB6E44D3B (unavailable)
               Watch: Apple Watch Series 5 - 44mm (8832695B-43B3-437B-B073-EA2D57523990) (Shutdown)
               Phone: iPhone 12 Pro Max (53B296C2-D917-4E17-B760-D000FEDFCAA2) (Shutdown)
           BF600A32-504B-4C36-8F3A-2121062AA5E2 (unavailable)
               Watch: Apple Watch Series 6 - 40mm (99DB60B7-A29B-4357-9FF0-14D84C6E3C80) (Shutdown)
               Phone: iPhone 13 Pro (CECAAFDE-33D5-4F90-8A2F-6EA5E94ADFE5) (Shutdown)
           69B431AE-90D3-45FB-9FBC-6B688B928F86 (unavailable)
               Watch: Apple Watch Series 6 - 44mm (FB8D3971-0892-4115-86CE-90A5E4062487) (Shutdown)
               Phone: iPhone 13 Pro Max (58B98293-9BAA-4FD5-8728-959497E393E2) (Shutdown)
           FEBF5DAE-A326-499A-A113-43EACCD79FFA (unavailable)
               Watch: Apple Watch Series 7 - 41mm (DFC7D351-FE41-4BF2-B190-130944CE8958) (Shutdown)
               Phone: iPhone 13 mini (B8E2615A-F055-4DF5-AD7D-983C289132CB) (Shutdown)
           9F506EB6-B092-4BE4-AAAF-963625ADA106 (unavailable)
               Watch: Apple Watch Series 7 - 45mm (754E3796-8D1C-4E5A-ACA9-3B01E1F06299) (Shutdown)
               Phone: iPhone 13 (3670A3F2-FEBE-43F7-9D37-B614EE8BE577) (Shutdown)
[  +41 ms] List of devices attached
           adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. device product:redfin model:Pixel_5 device:redfin transport_id:1
[  +70 ms] {
             "devices" : {
               "com.apple.CoreSimulator.SimRuntime.iOS-15-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/A1E94B39-649D-4428-BF25-001F6C4C8520\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/A1E94B39-649D-4428-BF25-001F6C4C8520",
                   "udid" : "A1E94B39-649D-4428-BF25-001F6C4C8520",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/92D2B8D5-2085-4175-AE9B-5DA8E0299D80\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/92D2B8D5-2085-4175-AE9B-5DA8E0299D80",
                   "udid" : "92D2B8D5-2085-4175-AE9B-5DA8E0299D80",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/BDBA662A-1325-4F84-BCF0-C16775AC334E\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/BDBA662A-1325-4F84-BCF0-C16775AC334E",
                   "udid" : "BDBA662A-1325-4F84-BCF0-C16775AC334E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/4B3E43C6-2275-4F1B-8580-3A22DB5F8D4D\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/4B3E43C6-2275-4F1B-8580-3A22DB5F8D4D",
                   "udid" : "4B3E43C6-2275-4F1B-8580-3A22DB5F8D4D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/574B2DEC-11CB-45C3-8401-8491CD51B6A4\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/574B2DEC-11CB-45C3-8401-8491CD51B6A4",
                   "udid" : "574B2DEC-11CB-45C3-8401-8491CD51B6A4",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/CCC8871E-733E-427A-AB24-4908289D192E\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/CCC8871E-733E-427A-AB24-4908289D192E",
                   "udid" : "CCC8871E-733E-427A-AB24-4908289D192E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/A092D2D3-2F78-417E-B22C-70C401FE0B53\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/A092D2D3-2F78-417E-B22C-70C401FE0B53",
                   "udid" : "A092D2D3-2F78-417E-B22C-70C401FE0B53",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/F1550BC0-D072-4387-AC1D-5FF891CBA25C\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/F1550BC0-D072-4387-AC1D-5FF891CBA25C",
                   "udid" : "F1550BC0-D072-4387-AC1D-5FF891CBA25C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/A1E34253-110B-48EF-A05F-62F24F3EA9F6\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/A1E34253-110B-48EF-A05F-62F24F3EA9F6",
                   "udid" : "A1E34253-110B-48EF-A05F-62F24F3EA9F6",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/19A092F0-1891-464F-9637-35422C28CD3A\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/19A092F0-1891-464F-9637-35422C28CD3A",
                   "udid" : "19A092F0-1891-464F-9637-35422C28CD3A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/9B0E925C-DB80-43E3-89F0-E793842D694C\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/9B0E925C-DB80-43E3-89F0-E793842D694C",
                   "udid" : "9B0E925C-DB80-43E3-89F0-E793842D694C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/5CCEAC8C-4058-40A3-B05C-C5A72BD4A23B\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/5CCEAC8C-4058-40A3-B05C-C5A72BD4A23B",
                   "udid" : "5CCEAC8C-4058-40A3-B05C-C5A72BD4A23B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/96C9458F-BC17-408D-9D9D-2EF323CA6F5D\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/96C9458F-BC17-408D-9D9D-2EF323CA6F5D",
                   "udid" : "96C9458F-BC17-408D-9D9D-2EF323CA6F5D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/C6542A6F-DD33-47C5-879C-1966D43F6BCD\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/C6542A6F-DD33-47C5-879C-1966D43F6BCD",
                   "udid" : "C6542A6F-DD33-47C5-879C-1966D43F6BCD",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
                   "state" : "Shutdown",
                   "name" : "iPhone 13"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/FFD51556-D60B-4385-95A8-09DCE245F5C8\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/FFD51556-D60B-4385-95A8-09DCE245F5C8",
                   "udid" : "FFD51556-D60B-4385-95A8-09DCE245F5C8",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (3rd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/9C6C5BF2-48F4-411B-9ECD-A0CD7F325127\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/9C6C5BF2-48F4-411B-9ECD-A0CD7F325127",
                   "udid" : "9C6C5BF2-48F4-411B-9ECD-A0CD7F325127",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/E79CE1E8-BF65-466D-B284-BDC192B46F8D\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/E79CE1E8-BF65-466D-B284-BDC192B46F8D",
                   "udid" : "E79CE1E8-BF65-466D-B284-BDC192B46F8D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/7D594EE8-7057-4802-8EFF-B228C4D4DC55\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/7D594EE8-7057-4802-8EFF-B228C4D4DC55",
                   "udid" : "7D594EE8-7057-4802-8EFF-B228C4D4DC55",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad (9th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/CA473151-D1F4-4AF4-9FED-5C377D46E3B1\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/CA473151-D1F4-4AF4-9FED-5C377D46E3B1",
                   "udid" : "CA473151-D1F4-4AF4-9FED-5C377D46E3B1",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/87DE5489-D988-49ED-B636-975852A3FB8F\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/87DE5489-D988-49ED-B636-975852A3FB8F",
                   "udid" : "87DE5489-D988-49ED-B636-975852A3FB8F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (3rd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/69C2C91B-9C45-4F8A-ADCB-063D961D11FB\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/69C2C91B-9C45-4F8A-ADCB-063D961D11FB",
                   "udid" : "69C2C91B-9C45-4F8A-ADCB-063D961D11FB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (5th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/EDB749DA-B15E-464C-AEBE-CCC1D5EBFF7A\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/EDB749DA-B15E-464C-AEBE-CCC1D5EBFF7A",
                   "udid" : "EDB749DA-B15E-464C-AEBE-CCC1D5EBFF7A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Air (5th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/4A0C52E8-B172-4717-8BDB-3E340FCD8C52\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/4A0C52E8-B172-4717-8BDB-3E340FCD8C52",
                   "udid" : "4A0C52E8-B172-4717-8BDB-3E340FCD8C52",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad mini (6th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-15-5" : [
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/12D39CC6-66CB-4061-8BB5-544920B7AE51\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/12D39CC6-66CB-4061-8BB5-544920B7AE51",
                   "udid" : "12D39CC6-66CB-4061-8BB5-544920B7AE51",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/7F9BAED2-0E99-441E-B2CB-0FDBBEAB4A6A\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/7F9BAED2-0E99-441E-B2CB-0FDBBEAB4A6A",
                   "udid" : "7F9BAED2-0E99-441E-B2CB-0FDBBEAB4A6A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/2E2AD1D3-45C1-48EE-9711-30E31F607AD6\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/2E2AD1D3-45C1-48EE-9711-30E31F607AD6",
                   "udid" : "2E2AD1D3-45C1-48EE-9711-30E31F607AD6",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/D917C353-ABAD-4F2B-BE9A-B6B281176203\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/D917C353-ABAD-4F2B-BE9A-B6B281176203",
                   "udid" : "D917C353-ABAD-4F2B-BE9A-B6B281176203",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/FD7AE837-759C-4DDA-A709-D186DB4E7539\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/FD7AE837-759C-4DDA-A709-D186DB4E7539",
                   "udid" : "FD7AE837-759C-4DDA-A709-D186DB4E7539",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/1DE0CC7A-736A-493B-9DA3-4C5601B2B7EB\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/1DE0CC7A-736A-493B-9DA3-4C5601B2B7EB",
                   "udid" : "1DE0CC7A-736A-493B-9DA3-4C5601B2B7EB",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/197D5084-9E6B-4894-9F21-CE89C4E172E5\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/197D5084-9E6B-4894-9F21-CE89C4E172E5",
                   "udid" : "197D5084-9E6B-4894-9F21-CE89C4E172E5",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/B3DB8507-1113-488F-AD55-660DB1632BF0\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/B3DB8507-1113-488F-AD55-660DB1632BF0",
                   "udid" : "B3DB8507-1113-488F-AD55-660DB1632BF0",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/128BB7A3-0942-4B10-9F72-F821498FCBB4\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/128BB7A3-0942-4B10-9F72-F821498FCBB4",
                   "udid" : "128BB7A3-0942-4B10-9F72-F821498FCBB4",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/5E4D165F-81AD-4DF3-8365-EDD9A0A025EC\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/5E4D165F-81AD-4DF3-8365-EDD9A0A025EC",
                   "udid" : "5E4D165F-81AD-4DF3-8365-EDD9A0A025EC",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 Pro"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/B8E6CCF9-D805-4024-BC5A-A26DA2F4E133\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/B8E6CCF9-D805-4024-BC5A-A26DA2F4E133",
                   "udid" : "B8E6CCF9-D805-4024-BC5A-A26DA2F4E133",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 Pro Max"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/A9E3C1D4-A587-40D0-9150-0EF35CBB34A8\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/A9E3C1D4-A587-40D0-9150-0EF35CBB34A8",
                   "udid" : "A9E3C1D4-A587-40D0-9150-0EF35CBB34A8",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 mini"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/EA078867-F332-4321-9928-1FBA5069C401\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/EA078867-F332-4321-9928-1FBA5069C401",
                   "udid" : "EA078867-F332-4321-9928-1FBA5069C401",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
                   "state" : "Shutdown",
                   "name" : "iPhone 13"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/CB7652C3-842D-4759-B7B1-5CD6A1CA126B\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/CB7652C3-842D-4759-B7B1-5CD6A1CA126B",
                   "udid" : "CB7652C3-842D-4759-B7B1-5CD6A1CA126B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (3rd generation)"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/3CA7ACF9-5B49-4B5F-9A92-D716E9CB2DE0\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/3CA7ACF9-5B49-4B5F-9A92-D716E9CB2DE0",
                   "udid" : "3CA7ACF9-5B49-4B5F-9A92-D716E9CB2DE0",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/B63587F0-D4FA-4375-BE7C-92DB6D4056AF\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/B63587F0-D4FA-4375-BE7C-92DB6D4056AF",
                   "udid" : "B63587F0-D4FA-4375-BE7C-92DB6D4056AF",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/7042DA0A-90BE-4880-9C81-50BCEAB6E9FC\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/7042DA0A-90BE-4880-9C81-50BCEAB6E9FC",
                   "udid" : "7042DA0A-90BE-4880-9C81-50BCEAB6E9FC",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad (9th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/25492D48-8B9B-431B-A5F5-660DC70DC105\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/25492D48-8B9B-431B-A5F5-660DC70DC105",
                   "udid" : "25492D48-8B9B-431B-A5F5-660DC70DC105",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (3rd generation)"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/448965CA-D643-4B3F-9469-06FC2363B6D2\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/448965CA-D643-4B3F-9469-06FC2363B6D2",
                   "udid" : "448965CA-D643-4B3F-9469-06FC2363B6D2",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (5th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/1D7B87C7-DBB9-4485-971B-99737B520BAC\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/1D7B87C7-DBB9-4485-971B-99737B520BAC",
                   "udid" : "1D7B87C7-DBB9-4485-971B-99737B520BAC",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Air (5th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/DBA39F5D-28F4-4A75-8843-4E89ADB49795\/data",
                   "dataPathSize" : 13316096,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/DBA39F5D-28F4-4A75-8843-4E89ADB49795",
                   "udid" : "DBA39F5D-28F4-4A75-8843-4E89ADB49795",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad mini (6th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-15-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/62942FA4-AB27-4FC5-983D-669806389B0A\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/62942FA4-AB27-4FC5-983D-669806389B0A",
                   "udid" : "62942FA4-AB27-4FC5-983D-669806389B0A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/56EE8965-2374-43B6-812D-94FE6CF40B35\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/56EE8965-2374-43B6-812D-94FE6CF40B35",
                   "udid" : "56EE8965-2374-43B6-812D-94FE6CF40B35",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/86C81D73-E070-4610-97B1-D22A6C3C6A16\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/86C81D73-E070-4610-97B1-D22A6C3C6A16",
                   "udid" : "86C81D73-E070-4610-97B1-D22A6C3C6A16",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-14-3" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/04061E80-9352-40B0-8A3A-B69C25F0B290\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/04061E80-9352-40B0-8A3A-B69C25F0B290",
                   "udid" : "04061E80-9352-40B0-8A3A-B69C25F0B290",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/94060EC8-DB51-44EC-A70D-7E70703FEE59\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/94060EC8-DB51-44EC-A70D-7E70703FEE59",
                   "udid" : "94060EC8-DB51-44EC-A70D-7E70703FEE59",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/4239C997-E136-422D-B642-ED689BEE671A\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/4239C997-E136-422D-B642-ED689BEE671A",
                   "udid" : "4239C997-E136-422D-B642-ED689BEE671A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-8-5" : [
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/7D7A187C-C067-4F0B-96F5-80CEA53E1F4A\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/7D7A187C-C067-4F0B-96F5-80CEA53E1F4A",
                   "udid" : "7D7A187C-C067-4F0B-96F5-80CEA53E1F4A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/AD34A72D-8FB2-48DB-841B-C60701340E34\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/AD34A72D-8FB2-48DB-841B-C60701340E34",
                   "udid" : "AD34A72D-8FB2-48DB-841B-C60701340E34",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/F5C72C83-FF4F-4C5A-B6E0-FCB2F399FDBB\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/F5C72C83-FF4F-4C5A-B6E0-FCB2F399FDBB",
                   "udid" : "F5C72C83-FF4F-4C5A-B6E0-FCB2F399FDBB",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/FD1A1024-2486-48C5-BA14-CF68E3474BB6\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/FD1A1024-2486-48C5-BA14-CF68E3474BB6",
                   "udid" : "FD1A1024-2486-48C5-BA14-CF68E3474BB6",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/C99E78CC-F9D9-4341-A80F-023AE7E001E8\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/C99E78CC-F9D9-4341-A80F-023AE7E001E8",
                   "udid" : "C99E78CC-F9D9-4341-A80F-023AE7E001E8",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 7 - 41mm"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/6ED5862C-256B-4BD2-88DA-50583030AF9B\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/6ED5862C-256B-4BD2-88DA-50583030AF9B",
                   "udid" : "6ED5862C-256B-4BD2-88DA-50583030AF9B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 7 - 45mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-15-4" : [
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/FDAFD405-9DC1-4387-ACB7-4C6D00F40660\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/FDAFD405-9DC1-4387-ACB7-4C6D00F40660",
                   "udid" : "FDAFD405-9DC1-4387-ACB7-4C6D00F40660",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/C9901E9B-47B2-4760-90E8-395B67B8AE43\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/C9901E9B-47B2-4760-90E8-395B67B8AE43",
                   "udid" : "C9901E9B-47B2-4760-90E8-395B67B8AE43",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (2nd generation)"
                 },
                 {
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/A33CF0D9-EBCD-4646-946C-BE2F0E45A37B\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/A33CF0D9-EBCD-4646-946C-BE2F0E45A37B",
                   "udid" : "A33CF0D9-EBCD-4646-946C-BE2F0E45A37B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-14-5" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/718E8CB2-4C28-469A-A7BB-B427F570F3C6\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/718E8CB2-4C28-469A-A7BB-B427F570F3C6",
                   "udid" : "718E8CB2-4C28-469A-A7BB-B427F570F3C6",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/43E45ECE-C692-41BD-85B5-DF00EDE046EF\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/43E45ECE-C692-41BD-85B5-DF00EDE046EF",
                   "udid" : "43E45ECE-C692-41BD-85B5-DF00EDE046EF",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/E517FF97-8B24-4332-BF0C-488E6ADBC430\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/E517FF97-8B24-4332-BF0C-488E6ADBC430",
                   "udid" : "E517FF97-8B24-4332-BF0C-488E6ADBC430",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/EF82EF3D-FE12-4F63-9EDF-B6D5389EBFFB\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/EF82EF3D-FE12-4F63-9EDF-B6D5389EBFFB",
                   "udid" : "EF82EF3D-FE12-4F63-9EDF-B6D5389EBFFB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/5E6EDBA3-CA84-4275-A3B2-F485CDE208A7\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/5E6EDBA3-CA84-4275-A3B2-F485CDE208A7",
                   "udid" : "5E6EDBA3-CA84-4275-A3B2-F485CDE208A7",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-8-0" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/25CBBCC3-5D5B-4FD6-834D-C43E5846DF05\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/25CBBCC3-5D5B-4FD6-834D-C43E5846DF05",
                   "udid" : "25CBBCC3-5D5B-4FD6-834D-C43E5846DF05",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/1F3C84C4-FFD7-4F91-ABFF-DE672A8255F0\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/1F3C84C4-FFD7-4F91-ABFF-DE672A8255F0",
                   "udid" : "1F3C84C4-FFD7-4F91-ABFF-DE672A8255F0",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/3D20F441-A1D5-4E59-876D-7CC0CDF4181B\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/3D20F441-A1D5-4E59-876D-7CC0CDF4181B",
                   "udid" : "3D20F441-A1D5-4E59-876D-7CC0CDF4181B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/0285DC00-FEE4-473A-A44E-1B65F21F0026\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/0285DC00-FEE4-473A-A44E-1B65F21F0026",
                   "udid" : "0285DC00-FEE4-473A-A44E-1B65F21F0026",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/3BA6C84A-8A3A-40F3-B106-FA0F4C0EDD38\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/3BA6C84A-8A3A-40F3-B106-FA0F4C0EDD38",
                   "udid" : "3BA6C84A-8A3A-40F3-B106-FA0F4C0EDD38",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 7 - 41mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/46954AB8-B102-40E2-8C73-C593EEC36857\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/46954AB8-B102-40E2-8C73-C593EEC36857",
                   "udid" : "46954AB8-B102-40E2-8C73-C593EEC36857",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 7 - 45mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-8-3" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/FC621765-FB64-4B84-9826-399B26C8933E\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/FC621765-FB64-4B84-9826-399B26C8933E",
                   "udid" : "FC621765-FB64-4B84-9826-399B26C8933E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/8832695B-43B3-437B-B073-EA2D57523990\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/8832695B-43B3-437B-B073-EA2D57523990",
                   "udid" : "8832695B-43B3-437B-B073-EA2D57523990",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/99DB60B7-A29B-4357-9FF0-14D84C6E3C80\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/99DB60B7-A29B-4357-9FF0-14D84C6E3C80",
                   "udid" : "99DB60B7-A29B-4357-9FF0-14D84C6E3C80",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/FB8D3971-0892-4115-86CE-90A5E4062487\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/FB8D3971-0892-4115-86CE-90A5E4062487",
                   "udid" : "FB8D3971-0892-4115-86CE-90A5E4062487",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/DFC7D351-FE41-4BF2-B190-130944CE8958\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/DFC7D351-FE41-4BF2-B190-130944CE8958",
                   "udid" : "DFC7D351-FE41-4BF2-B190-130944CE8958",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 7 - 41mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/754E3796-8D1C-4E5A-ACA9-3B01E1F06299\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/754E3796-8D1C-4E5A-ACA9-3B01E1F06299",
                   "udid" : "754E3796-8D1C-4E5A-ACA9-3B01E1F06299",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 7 - 45mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-14-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/26BC684A-B755-489A-8AA1-FB68656C2AC7\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/26BC684A-B755-489A-8AA1-FB68656C2AC7",
                   "udid" : "26BC684A-B755-489A-8AA1-FB68656C2AC7",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/919D2C45-A99B-461D-B6A0-18787FD41D11\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/919D2C45-A99B-461D-B6A0-18787FD41D11",
                   "udid" : "919D2C45-A99B-461D-B6A0-18787FD41D11",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/0F9D7A36-29D9-4AC3-8ED9-F607C249C28D\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/0F9D7A36-29D9-4AC3-8ED9-F607C249C28D",
                   "udid" : "0F9D7A36-29D9-4AC3-8ED9-F607C249C28D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/162DD23F-5966-445A-ABF0-1F45139B83DB\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/162DD23F-5966-445A-ABF0-1F45139B83DB",
                   "udid" : "162DD23F-5966-445A-ABF0-1F45139B83DB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/3D44742B-5755-4C7B-B084-E0E8ABAF641E\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/3D44742B-5755-4C7B-B084-E0E8ABAF641E",
                   "udid" : "3D44742B-5755-4C7B-B084-E0E8ABAF641E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/3D3DFA39-E8A8-4D1E-8CB0-599049967D76\/data",
                   "dataPathSize" : 1981972480,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/3D3DFA39-E8A8-4D1E-8CB0-599049967D76",
                   "udid" : "3D3DFA39-E8A8-4D1E-8CB0-599049967D76",
                   "isAvailable" : false,
                   "logPathSize" : 4763648,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/44D075CC-504C-4481-BCC3-6B4D46A65145\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/44D075CC-504C-4481-BCC3-6B4D46A65145",
                   "udid" : "44D075CC-504C-4481-BCC3-6B4D46A65145",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/7C70324F-7B1D-42CB-8927-F0826737BC5E\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/7C70324F-7B1D-42CB-8927-F0826737BC5E",
                   "udid" : "7C70324F-7B1D-42CB-8927-F0826737BC5E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/7459ECD2-9CFE-446B-8110-343C7DBAB660\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/7459ECD2-9CFE-446B-8110-343C7DBAB660",
                   "udid" : "7459ECD2-9CFE-446B-8110-343C7DBAB660",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/4CDC8DB4-BC52-410C-BA3B-425F07E5B5BA\/data",
                   "dataPathSize" : 1451921408,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/4CDC8DB4-BC52-410C-BA3B-425F07E5B5BA",
                   "udid" : "4CDC8DB4-BC52-410C-BA3B-425F07E5B5BA",
                   "isAvailable" : false,
                   "logPathSize" : 1097728,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/B0A94F3D-7AE1-40AF-8DA0-A6D4F3CF187C\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/B0A94F3D-7AE1-40AF-8DA0-A6D4F3CF187C",
                   "udid" : "B0A94F3D-7AE1-40AF-8DA0-A6D4F3CF187C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/3D4E73AC-B329-4CEB-88A7-8165DEC7D70A\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/3D4E73AC-B329-4CEB-88A7-8165DEC7D70A",
                   "udid" : "3D4E73AC-B329-4CEB-88A7-8165DEC7D70A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/9BF70C16-632A-4ADD-B8EA-0F883AC4047D\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/9BF70C16-632A-4ADD-B8EA-0F883AC4047D",
                   "udid" : "9BF70C16-632A-4ADD-B8EA-0F883AC4047D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/B8E7D440-629B-40A8-96DF-8A5659CED62D\/data",
                   "dataPathSize" : 515514368,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/B8E7D440-629B-40A8-96DF-8A5659CED62D",
                   "udid" : "B8E7D440-629B-40A8-96DF-8A5659CED62D",
                   "isAvailable" : false,
                   "logPathSize" : 1351680,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/615B6FEA-EEE9-46EF-BC81-0E659F781A33\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/615B6FEA-EEE9-46EF-BC81-0E659F781A33",
                   "udid" : "615B6FEA-EEE9-46EF-BC81-0E659F781A33",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (8th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/CCF1F8EC-C6C3-4970-A980-A09660DC22D2\/data",
                   "dataPathSize" : 535977984,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/CCF1F8EC-C6C3-4970-A980-A09660DC22D2",
                   "udid" : "CCF1F8EC-C6C3-4970-A980-A09660DC22D2",
                   "isAvailable" : false,
                   "logPathSize" : 1146880,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/55DA5E25-075F-4D36-AF8D-3C0E80B4DFEB\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/55DA5E25-075F-4D36-AF8D-3C0E80B4DFEB",
                   "udid" : "55DA5E25-075F-4D36-AF8D-3C0E80B4DFEB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-15-0" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/364A9CB5-D9DF-4728-AB76-02168362AA91\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/364A9CB5-D9DF-4728-AB76-02168362AA91",
                   "udid" : "364A9CB5-D9DF-4728-AB76-02168362AA91",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/768DA10C-A540-4D90-B974-2CAE64D39C99\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/768DA10C-A540-4D90-B974-2CAE64D39C99",
                   "udid" : "768DA10C-A540-4D90-B974-2CAE64D39C99",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/07F283B3-687C-4150-A7D6-C6AA2439FE4D\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/07F283B3-687C-4150-A7D6-C6AA2439FE4D",
                   "udid" : "07F283B3-687C-4150-A7D6-C6AA2439FE4D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/8D8A5163-E6DB-4577-9764-A0206DE2EA88\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/8D8A5163-E6DB-4577-9764-A0206DE2EA88",
                   "udid" : "8D8A5163-E6DB-4577-9764-A0206DE2EA88",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/D5D9039F-E95C-44AA-A751-400C668453DD\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/D5D9039F-E95C-44AA-A751-400C668453DD",
                   "udid" : "D5D9039F-E95C-44AA-A751-400C668453DD",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/00934B8C-1784-409C-B139-8CC57957A0F9\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/00934B8C-1784-409C-B139-8CC57957A0F9",
                   "udid" : "00934B8C-1784-409C-B139-8CC57957A0F9",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/FCFB8F13-B104-4D35-84B8-3E0A877F42DA\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/FCFB8F13-B104-4D35-84B8-3E0A877F42DA",
                   "udid" : "FCFB8F13-B104-4D35-84B8-3E0A877F42DA",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/C34F3BB6-5CF3-4884-BED1-4316A67B7D31\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/C34F3BB6-5CF3-4884-BED1-4316A67B7D31",
                   "udid" : "C34F3BB6-5CF3-4884-BED1-4316A67B7D31",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/62C6C8E9-CD81-4E06-8A4C-D3612423FC26\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/62C6C8E9-CD81-4E06-8A4C-D3612423FC26",
                   "udid" : "62C6C8E9-CD81-4E06-8A4C-D3612423FC26",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/40FA00AC-3D25-4A86-832F-ED33D6B642C2\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/40FA00AC-3D25-4A86-832F-ED33D6B642C2",
                   "udid" : "40FA00AC-3D25-4A86-832F-ED33D6B642C2",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/816537EF-F5ED-4755-A9A1-61AE2718C042\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/816537EF-F5ED-4755-A9A1-61AE2718C042",
                   "udid" : "816537EF-F5ED-4755-A9A1-61AE2718C042",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/405EBFF5-58A8-4002-BDFB-676816CDB781\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/405EBFF5-58A8-4002-BDFB-676816CDB781",
                   "udid" : "405EBFF5-58A8-4002-BDFB-676816CDB781",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/A738E945-DB27-491E-974F-82C6FE51D259\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/A738E945-DB27-491E-974F-82C6FE51D259",
                   "udid" : "A738E945-DB27-491E-974F-82C6FE51D259",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/29BF9033-AC55-4DC0-A9BA-5340C250FD09\/data",
                   "dataPathSize" : 1288368128,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/29BF9033-AC55-4DC0-A9BA-5340C250FD09",
                   "udid" : "29BF9033-AC55-4DC0-A9BA-5340C250FD09",
                   "isAvailable" : false,
                   "logPathSize" : 401408,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
                   "state" : "Shutdown",
                   "name" : "iPhone 13"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/20E7A981-0ACF-44AB-82CB-E595097CD65D\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/20E7A981-0ACF-44AB-82CB-E595097CD65D",
                   "udid" : "20E7A981-0ACF-44AB-82CB-E595097CD65D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/91EFE387-36C9-4AF7-9492-AFF330328CB0\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/91EFE387-36C9-4AF7-9492-AFF330328CB0",
                   "udid" : "91EFE387-36C9-4AF7-9492-AFF330328CB0",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/524E463D-ED5E-4DE7-B5E8-9B2A454FB1DF\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/524E463D-ED5E-4DE7-B5E8-9B2A454FB1DF",
                   "udid" : "524E463D-ED5E-4DE7-B5E8-9B2A454FB1DF",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad (9th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/26105B92-17C4-4EC8-9926-99FF23DCD2A2\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/26105B92-17C4-4EC8-9926-99FF23DCD2A2",
                   "udid" : "26105B92-17C4-4EC8-9926-99FF23DCD2A2",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/C0EC226F-154F-40B8-8B39-E67DB969B0C6\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/C0EC226F-154F-40B8-8B39-E67DB969B0C6",
                   "udid" : "C0EC226F-154F-40B8-8B39-E67DB969B0C6",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (3rd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/774BD6EA-2FA2-4F4D-B0E8-DD632CE38764\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/774BD6EA-2FA2-4F4D-B0E8-DD632CE38764",
                   "udid" : "774BD6EA-2FA2-4F4D-B0E8-DD632CE38764",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (5th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/CEFBD7DC-DECE-4A4E-B9EC-3297CF5D52F6\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/CEFBD7DC-DECE-4A4E-B9EC-3297CF5D52F6",
                   "udid" : "CEFBD7DC-DECE-4A4E-B9EC-3297CF5D52F6",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad mini (6th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/CBF4B40F-5607-4020-B5C8-D08D301D642B\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/CBF4B40F-5607-4020-B5C8-D08D301D642B",
                   "udid" : "CBF4B40F-5607-4020-B5C8-D08D301D642B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/88FE59CC-B32B-47D9-8AA3-AB8FA0614BC8\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/88FE59CC-B32B-47D9-8AA3-AB8FA0614BC8",
                   "udid" : "88FE59CC-B32B-47D9-8AA3-AB8FA0614BC8",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/2247CE4F-E1C3-4B2E-A22E-BB0F7406BA9E\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/2247CE4F-E1C3-4B2E-A22E-BB0F7406BA9E",
                   "udid" : "2247CE4F-E1C3-4B2E-A22E-BB0F7406BA9E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/234FAFF3-9ABF-4EF0-93E2-5805262CAF52\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/234FAFF3-9ABF-4EF0-93E2-5805262CAF52",
                   "udid" : "234FAFF3-9ABF-4EF0-93E2-5805262CAF52",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/2C238CE3-57FD-44AE-AC0A-69085540FD4B\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/2C238CE3-57FD-44AE-AC0A-69085540FD4B",
                   "udid" : "2C238CE3-57FD-44AE-AC0A-69085540FD4B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/65E11248-BFC4-4658-9556-8B4F67312493\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/65E11248-BFC4-4658-9556-8B4F67312493",
                   "udid" : "65E11248-BFC4-4658-9556-8B4F67312493",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/324C03A5-59A9-4E50-9531-E67C37000A93\/data",
                   "dataPathSize" : 391299072,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/324C03A5-59A9-4E50-9531-E67C37000A93",
                   "udid" : "324C03A5-59A9-4E50-9531-E67C37000A93",
                   "isAvailable" : false,
                   "logPathSize" : 1306624,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/5FF5D692-1BD5-44CF-9B82-CC837240253B\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/5FF5D692-1BD5-44CF-9B82-CC837240253B",
                   "udid" : "5FF5D692-1BD5-44CF-9B82-CC837240253B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/AED222B8-3AE8-4388-959E-F1499A12AE68\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/AED222B8-3AE8-4388-959E-F1499A12AE68",
                   "udid" : "AED222B8-3AE8-4388-959E-F1499A12AE68",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/E2BBD5D9-E8FE-47EB-B3C0-8C5D8BAE9637\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/E2BBD5D9-E8FE-47EB-B3C0-8C5D8BAE9637",
                   "udid" : "E2BBD5D9-E8FE-47EB-B3C0-8C5D8BAE9637",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/AC15D16C-C3C4-4B8D-A22D-1E3EBC82F4F0\/data",
                   "dataPathSize" : 941293568,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/AC15D16C-C3C4-4B8D-A22D-1E3EBC82F4F0",
                   "udid" : "AC15D16C-C3C4-4B8D-A22D-1E3EBC82F4F0",
                   "isAvailable" : false,
                   "logPathSize" : 3887104,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/88AE2327-F514-4473-9F76-3B39849E1BBA\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/88AE2327-F514-4473-9F76-3B39849E1BBA",
                   "udid" : "88AE2327-F514-4473-9F76-3B39849E1BBA",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/53AE917A-B3C1-46BA-A96F-3BC9D483F7F2\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/53AE917A-B3C1-46BA-A96F-3BC9D483F7F2",
                   "udid" : "53AE917A-B3C1-46BA-A96F-3BC9D483F7F2",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/4D075709-8F04-405D-B7BB-CD4E7183743F\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/4D075709-8F04-405D-B7BB-CD4E7183743F",
                   "udid" : "4D075709-8F04-405D-B7BB-CD4E7183743F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/4EB32B69-534A-4A89-9C1F-F2A0EE1A7CE3\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/4EB32B69-534A-4A89-9C1F-F2A0EE1A7CE3",
                   "udid" : "4EB32B69-534A-4A89-9C1F-F2A0EE1A7CE3",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/2C7A595F-42EB-4B7B-A0C9-F4027CB8E699\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/2C7A595F-42EB-4B7B-A0C9-F4027CB8E699",
                   "udid" : "2C7A595F-42EB-4B7B-A0C9-F4027CB8E699",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (8th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/95DA11B2-0F58-48B1-8B3C-EF850E1BD4E0\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/95DA11B2-0F58-48B1-8B3C-EF850E1BD4E0",
                   "udid" : "95DA11B2-0F58-48B1-8B3C-EF850E1BD4E0",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/01814F79-2367-489B-893B-B39430080558\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/01814F79-2367-489B-893B-B39430080558",
                   "udid" : "01814F79-2367-489B-893B-B39430080558",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (3rd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/84E2BAE9-F995-4D84-B2A9-85B60E14DC10\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/84E2BAE9-F995-4D84-B2A9-85B60E14DC10",
                   "udid" : "84E2BAE9-F995-4D84-B2A9-85B60E14DC10",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (5th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-7-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/CF3287FC-F819-45EF-976F-E33F26C698A9\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/CF3287FC-F819-45EF-976F-E33F26C698A9",
                   "udid" : "CF3287FC-F819-45EF-976F-E33F26C698A9",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/361CC186-CD3D-4BCD-B957-F99A7091F075\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/361CC186-CD3D-4BCD-B957-F99A7091F075",
                   "udid" : "361CC186-CD3D-4BCD-B957-F99A7091F075",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/18A3171B-9E15-4568-A2B1-D52C2C75AD68\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/18A3171B-9E15-4568-A2B1-D52C2C75AD68",
                   "udid" : "18A3171B-9E15-4568-A2B1-D52C2C75AD68",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/D3462E0B-C7C2-43BF-8267-D27936E675FE\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/D3462E0B-C7C2-43BF-8267-D27936E675FE",
                   "udid" : "D3462E0B-C7C2-43BF-8267-D27936E675FE",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-15-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/E91CF1D5-30AB-4188-9B7E-0FE2A2556192\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/E91CF1D5-30AB-4188-9B7E-0FE2A2556192",
                   "udid" : "E91CF1D5-30AB-4188-9B7E-0FE2A2556192",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/C023F3EB-93E5-4E61-A748-6974EF340016\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/C023F3EB-93E5-4E61-A748-6974EF340016",
                   "udid" : "C023F3EB-93E5-4E61-A748-6974EF340016",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/3553BDD8-FEC3-4831-B515-C38C9A44A6A8\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/3553BDD8-FEC3-4831-B515-C38C9A44A6A8",
                   "udid" : "3553BDD8-FEC3-4831-B515-C38C9A44A6A8",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/38CA40E4-4B05-4521-83ED-2E0E7FF2A208\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/38CA40E4-4B05-4521-83ED-2E0E7FF2A208",
                   "udid" : "38CA40E4-4B05-4521-83ED-2E0E7FF2A208",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/13ABB97D-36DE-41D2-8393-5587FD130A09\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/13ABB97D-36DE-41D2-8393-5587FD130A09",
                   "udid" : "13ABB97D-36DE-41D2-8393-5587FD130A09",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/687EDD9A-E65F-4BC6-952D-23AC960CE057\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/687EDD9A-E65F-4BC6-952D-23AC960CE057",
                   "udid" : "687EDD9A-E65F-4BC6-952D-23AC960CE057",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/837ACCDF-869E-43E3-B4A7-E69D73A2EDF5\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/837ACCDF-869E-43E3-B4A7-E69D73A2EDF5",
                   "udid" : "837ACCDF-869E-43E3-B4A7-E69D73A2EDF5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/86429D1B-4221-4878-8586-BD15E189C9AA\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/86429D1B-4221-4878-8586-BD15E189C9AA",
                   "udid" : "86429D1B-4221-4878-8586-BD15E189C9AA",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/DBAC1D47-20D9-4C2B-BB39-DD6F9E5067CC\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/DBAC1D47-20D9-4C2B-BB39-DD6F9E5067CC",
                   "udid" : "DBAC1D47-20D9-4C2B-BB39-DD6F9E5067CC",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/53B296C2-D917-4E17-B760-D000FEDFCAA2\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/53B296C2-D917-4E17-B760-D000FEDFCAA2",
                   "udid" : "53B296C2-D917-4E17-B760-D000FEDFCAA2",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/CECAAFDE-33D5-4F90-8A2F-6EA5E94ADFE5\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/CECAAFDE-33D5-4F90-8A2F-6EA5E94ADFE5",
                   "udid" : "CECAAFDE-33D5-4F90-8A2F-6EA5E94ADFE5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/58B98293-9BAA-4FD5-8728-959497E393E2\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/58B98293-9BAA-4FD5-8728-959497E393E2",
                   "udid" : "58B98293-9BAA-4FD5-8728-959497E393E2",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/B8E2615A-F055-4DF5-AD7D-983C289132CB\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/B8E2615A-F055-4DF5-AD7D-983C289132CB",
                   "udid" : "B8E2615A-F055-4DF5-AD7D-983C289132CB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 13 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/3670A3F2-FEBE-43F7-9D37-B614EE8BE577\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/3670A3F2-FEBE-43F7-9D37-B614EE8BE577",
                   "udid" : "3670A3F2-FEBE-43F7-9D37-B614EE8BE577",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
                   "state" : "Shutdown",
                   "name" : "iPhone 13"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/807035FF-F14F-4B23-9B2B-AE1081A34163\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/807035FF-F14F-4B23-9B2B-AE1081A34163",
                   "udid" : "807035FF-F14F-4B23-9B2B-AE1081A34163",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/80218952-A402-4E5E-8F2A-D8F9185A260D\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/80218952-A402-4E5E-8F2A-D8F9185A260D",
                   "udid" : "80218952-A402-4E5E-8F2A-D8F9185A260D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/7E47735A-2BD1-4186-B9BF-C1761B0D1AF6\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/7E47735A-2BD1-4186-B9BF-C1761B0D1AF6",
                   "udid" : "7E47735A-2BD1-4186-B9BF-C1761B0D1AF6",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad (9th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/2C701ACF-DFE7-4567-A347-809AFC69440E\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/2C701ACF-DFE7-4567-A347-809AFC69440E",
                   "udid" : "2C701ACF-DFE7-4567-A347-809AFC69440E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/C59673F7-87B1-419B-A515-6682E6A03876\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/C59673F7-87B1-419B-A515-6682E6A03876",
                   "udid" : "C59673F7-87B1-419B-A515-6682E6A03876",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (3rd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/7EC9BC10-B41E-429C-A712-58874B1413EA\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/7EC9BC10-B41E-429C-A712-58874B1413EA",
                   "udid" : "7EC9BC10-B41E-429C-A712-58874B1413EA",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (5th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/96C34AD4-E1D4-4E06-A736-7717BAB3C637\/data",
                   "dataPathSize" : 13312000,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/96C34AD4-E1D4-4E06-A736-7717BAB3C637",
                   "udid" : "96C34AD4-E1D4-4E06-A736-7717BAB3C637",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad mini (6th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-15-0" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/034218FB-1223-45BB-87E9-154E8F611C6A\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/034218FB-1223-45BB-87E9-154E8F611C6A",
                   "udid" : "034218FB-1223-45BB-87E9-154E8F611C6A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/05AE21B8-CC9E-428A-B18E-B4221AFB80DB\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/05AE21B8-CC9E-428A-B18E-B4221AFB80DB",
                   "udid" : "05AE21B8-CC9E-428A-B18E-B4221AFB80DB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/B1EB2EA4-BA52-4E78-A2C4-98223519CD4B\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/B1EB2EA4-BA52-4E78-A2C4-98223519CD4B",
                   "udid" : "B1EB2EA4-BA52-4E78-A2C4-98223519CD4B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-7-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/D43CDE57-0EFC-4471-9234-69AFB22F2DBB\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/D43CDE57-0EFC-4471-9234-69AFB22F2DBB",
                   "udid" : "D43CDE57-0EFC-4471-9234-69AFB22F2DBB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/4D453619-8034-403F-8A5B-A7731213E368\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/4D453619-8034-403F-8A5B-A7731213E368",
                   "udid" : "4D453619-8034-403F-8A5B-A7731213E368",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/8938DD3D-A8C8-4F91-A508-A985FCAD6A0A\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/8938DD3D-A8C8-4F91-A508-A985FCAD6A0A",
                   "udid" : "8938DD3D-A8C8-4F91-A508-A985FCAD6A0A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" : "\/Users\/tilo\/Library\/Developer\/CoreSimulator\/Devices\/C537A8C8-C281-4378-ACEF-EDAF0D398FA5\/data",
                   "dataPathSize" : 0,
                   "logPath" : "\/Users\/tilo\/Library\/Logs\/CoreSimulator\/C537A8C8-C281-4378-ACEF-EDAF0D398FA5",
                   "udid" : "C537A8C8-C281-4378-ACEF-EDAF0D398FA5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 }
               ]
             }
           }
[+2270 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "D917C353-ABAD-4F2B-BE9A-B6B281176203",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : false,
                        "operatingSystemVersion" : "12.5.1 (21G83)",
                        "interface" : "usb",
                        "available" : true,
                        "platform" : "com.apple.platform.macosx",
                        "modelCode" : "Macmini9,1",
                        "identifier" : "00008103-0016705026D1001E",
                        "architecture" : "arm64e",
                        "modelUTI" : "com.apple.macmini-2020",
                        "modelName" : "Mac mini",
                        "name" : "My Mac"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone14,6",
                        "identifier" : "CB7652C3-842D-4759-B7B1-5CD6A1CA126B",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-se3-1",
                        "modelName" : "iPhone SE (3rd generation)",
                        "name" : "iPhone SE (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "8.5 (19T241)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "companionDevice" : {
                          "simulator" : true,
                          "operatingSystemVersion" : "15.5 (19F70)",
                          "available" : true,
                          "platform" : "com.apple.platform.iphonesimulator",
                          "modelCode" : "iPhone14,4",
                          "identifier" : "A9E3C1D4-A587-40D0-9150-0EF35CBB34A8",
                          "architecture" : "arm64",
                          "modelUTI" : "com.apple.iphone-13-mini-1",
                          "modelName" : "iPhone 13 mini",
                          "name" : "iPhone 13 mini"
                        },
                        "modelCode" : "Watch6,6",
                        "identifier" : "C99E78CC-F9D9-4341-A80F-023AE7E001E8",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series7-1",
                        "modelName" : "Apple Watch Series 7 - 41mm",
                        "name" : "Apple Watch Series 7 - 41mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.4 (19L439)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "A33CF0D9-EBCD-4646-946C-BE2F0E45A37B",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (at 1080p) (2nd generation)",
                        "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,17",
                        "identifier" : "1D7B87C7-DBB9-4485-971B-99737B520BAC",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-air5-1",
                        "modelName" : "iPad Air (5th generation)",
                        "name" : "iPad Air (5th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad12,2",
                        "identifier" : "7042DA0A-90BE-4880-9C81-50BCEAB6E9FC",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-9-wwan-1",
                        "modelName" : "iPad (9th generation)",
                        "name" : "iPad (9th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "8.5 (19T241)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "companionDevice" : {
                          "simulator" : true,
                          "operatingSystemVersion" : "15.5 (19F70)",
                          "available" : true,
                          "platform" : "com.apple.platform.iphonesimulator",
                          "modelCode" : "iPhone14,5",
                          "identifier" : "EA078867-F332-4321-9928-1FBA5069C401",
                          "architecture" : "arm64",
                          "modelUTI" : "com.apple.iphone-13-1",
                          "modelName" : "iPhone 13",
                          "name" : "iPhone 13"
                        },
                        "modelCode" : "Watch6,9",
                        "identifier" : "6ED5862C-256B-4BD2-88DA-50583030AF9B",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series7-1",
                        "modelName" : "Apple Watch Series 7 - 45mm",
                        "name" : "Apple Watch Series 7 - 45mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone14,2",
                        "identifier" : "5E4D165F-81AD-4DF3-8365-EDD9A0A025EC",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-13-pro-1",
                        "modelName" : "iPhone 13 Pro",
                        "name" : "iPhone 13 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "FD7AE837-759C-4DDA-A709-D186DB4E7539",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "2E2AD1D3-45C1-48EE-9711-30E31F607AD6",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "8.5 (19T241)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "companionDevice" : {
                          "simulator" : true,
                          "operatingSystemVersion" : "15.5 (19F70)",
                          "available" : true,
                          "platform" : "com.apple.platform.iphonesimulator",
                          "modelCode" : "iPhone14,2",
                          "identifier" : "5E4D165F-81AD-4DF3-8365-EDD9A0A025EC",
                          "architecture" : "arm64",
                          "modelUTI" : "com.apple.iphone-13-pro-1",
                          "modelName" : "iPhone 13 Pro",
                          "name" : "iPhone 13 Pro"
                        },
                        "modelCode" : "Watch6,1",
                        "identifier" : "F5C72C83-FF4F-4C5A-B6E0-FCB2F399FDBB",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 40mm",
                        "name" : "Apple Watch Series 6 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "8.5 (19T241)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "companionDevice" : {
                          "simulator" : true,
                          "operatingSystemVersion" : "15.5 (19F70)",
                          "available" : true,
                          "platform" : "com.apple.platform.iphonesimulator",
                          "modelCode" : "iPhone13,4",
                          "identifier" : "128BB7A3-0942-4B10-9F72-F821498FCBB4",
                          "architecture" : "arm64",
                          "modelUTI" : "com.apple.iphone-12-pro-max-1",
                          "modelName" : "iPhone 12 Pro Max",
                          "name" : "iPhone 12 Pro Max"
                        },
                        "modelCode" : "Watch5,4",
                        "identifier" : "AD34A72D-8FB2-48DB-841B-C60701340E34",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,1",
                        "identifier" : "DBA39F5D-28F4-4A75-8843-4E89ADB49795",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-mini6-1",
                        "modelName" : "iPad mini (6th generation)",
                        "name" : "iPad mini (6th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,3",
                        "identifier" : "B3DB8507-1113-488F-AD55-660DB1632BF0",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-pro-1",
                        "modelName" : "iPhone 12 Pro",
                        "name" : "iPhone 12 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "8.5 (19T241)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "companionDevice" : {
                          "simulator" : true,
                          "operatingSystemVersion" : "15.5 (19F70)",
                          "available" : true,
                          "platform" : "com.apple.platform.iphonesimulator",
                          "modelCode" : "iPhone13,3",
                          "identifier" : "B3DB8507-1113-488F-AD55-660DB1632BF0",
                          "architecture" : "arm64",
                          "modelUTI" : "com.apple.iphone-12-pro-1",
                          "modelName" : "iPhone 12 Pro",
                          "name" : "iPhone 12 Pro"
                        },
                        "modelCode" : "Watch5,3",
                        "identifier" : "7D7A187C-C067-4F0B-96F5-80CEA53E1F4A",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone14,4",
                        "identifier" : "A9E3C1D4-A587-40D0-9150-0EF35CBB34A8",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-13-mini-1",
                        "modelName" : "iPhone 13 mini",
                        "name" : "iPhone 13 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "3CA7ACF9-5B49-4B5F-9A92-D716E9CB2DE0",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipod-touch-7-2",
                        "modelName" : "iPod touch (7th generation)",
                        "name" : "iPod touch (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.4 (19L439)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "C9901E9B-47B2-4760-90E8-395B67B8AE43",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (2nd generation)",
                        "name" : "Apple TV 4K (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,2",
                        "identifier" : "197D5084-9E6B-4894-9F21-CE89C4E172E5",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,10",
                        "identifier" : "448965CA-D643-4B3F-9469-06FC2363B6D2",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-5th-1",
                        "modelName" : "iPad Pro (12.9-inch) (5th generation)",
                        "name" : "iPad Pro (12.9-inch) (5th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "8.5 (19T241)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "companionDevice" : {
                          "simulator" : true,
                          "operatingSystemVersion" : "15.5 (19F70)",
                          "available" : true,
                          "platform" : "com.apple.platform.iphonesimulator",
                          "modelCode" : "iPhone14,3",
                          "identifier" : "B8E6CCF9-D805-4024-BC5A-A26DA2F4E133",
                          "architecture" : "arm64",
                          "modelUTI" : "com.apple.iphone-13-pro-max-1",
                          "modelName" : "iPhone 13 Pro Max",
                          "name" : "iPhone 13 Pro Max"
                        },
                        "modelCode" : "Watch6,2",
                        "identifier" : "FD1A1024-2486-48C5-BA14-CF68E3474BB6",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 44mm",
                        "name" : "Apple Watch Series 6 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone14,5",
                        "identifier" : "EA078867-F332-4321-9928-1FBA5069C401",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-13-1",
                        "modelName" : "iPhone 13",
                        "name" : "iPhone 13"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "B63587F0-D4FA-4375-BE7C-92DB6D4056AF",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,1",
                        "identifier" : "1DE0CC7A-736A-493B-9DA3-4C5601B2B7EB",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.4 (19L439)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "FDAFD405-9DC1-4387-ACB7-4C6D00F40660",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "7F9BAED2-0E99-441E-B2CB-0FDBBEAB4A6A",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,5",
                        "identifier" : "25492D48-8B9B-431B-A5F5-660DC70DC105",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-pro-11-3rd-1",
                        "modelName" : "iPad Pro (11-inch) (3rd generation)",
                        "name" : "iPad Pro (11-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone14,3",
                        "identifier" : "B8E6CCF9-D805-4024-BC5A-A26DA2F4E133",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-13-pro-max-1",
                        "modelName" : "iPhone 13 Pro Max",
                        "name" : "iPhone 13 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "128BB7A3-0942-4B10-9F72-F821498FCBB4",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-pro-max-1",
                        "modelName" : "iPhone 12 Pro Max",
                        "name" : "iPhone 12 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.5 (19F70)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "12D39CC6-66CB-4061-8BB5-544920B7AE51",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      }
                    ]

                    objc[5822]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x206a0f808) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
                    (0x1034602c8). One of the two will be used. Which one is undefined.
                    objc[5822]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x206a0f858) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
                    (0x103460318). One of the two will be used. Which one is undefined.
                    objc[5822]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x206a0f620) and
                    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103460598). One of the two will be used. Which one is undefined.
                    objc[5822]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x206a0f670) and
                    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1034605e8). One of the two will be used. Which one is undefined.
                    objc[5822]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x206a0f6c0) and
                    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103460638). One of the two will be used. Which one is undefined.
                    objc[5822]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x206a0f710) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
                    (0x103460688). One of the two will be used. Which one is undefined.
                    objc[5822]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x206a0f760) and
                    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1034606d8). One of the two will be used. Which one is undefined.
                    objc[5822]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x206a0f7b0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
                    (0x103460728). One of the two will be used. Which one is undefined.
                    2022-08-27 10:05:05.716 xcdevice[5822:60675] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension
                    Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
                    2022-08-27 10:05:05.716 xcdevice[5822:60675] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension
                    Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
[  +40 ms] /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. shell getprop
[ +227 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +53 ms] Skipping pub get: version match.
[   +8 ms] Found plugin camera at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera-0.10.0+1/
[   +2 ms] Found plugin camera_android at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/
[        ] Found plugin camera_avfoundation at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_avfoundation-0.9.8+5/
[   +1 ms] Found plugin camera_web at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_web-0.3.0/
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.7/
[  +16 ms] Found plugin camera at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera-0.10.0+1/
[   +1 ms] Found plugin camera_android at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/
[        ] Found plugin camera_avfoundation at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_avfoundation-0.9.8+5/
[   +1 ms] Found plugin camera_web at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_web-0.3.0/
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.7/
[  +11 ms] Generating /Users/tilo/Projects/issue110378/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +23 ms] ro.hardware = redfin
[        ] ro.build.characteristics = nosdcard
[  +17 ms] Initializing file store
[   +4 ms] Skipping target: gen_localizations
[   +1 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents:
/Users/tilo/Projects/issue110378/.dart_tool/package_config_subset,/Users/tilo/Projects/issue110378/.dart_tool/flutter_build/dart_plugin_registrant.dart}
[   +3 ms] Found plugin camera at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera-0.10.0+1/
[        ] Found plugin camera_android at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/
[        ] Found plugin camera_avfoundation at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_avfoundation-0.9.8+5/
[        ] Found plugin camera_web at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/camera_web-0.3.0/
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at /Users/tilo/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.7/
[   +5 ms] gen_dart_plugin_registrant: Complete
[        ] Skipping target: _composite
[        ] complete
[   +2 ms] Launching lib/main.dart on Pixel 5 in debug mode...
[   +2 ms] /Users/tilo/development/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/tilo/development/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root
/Users/tilo/development/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
/var/folders/46/6h7bmggs0gb860kt_djj844c0000gn/T/flutter_tools.yMpyA5/flutter_tool.Jg9wSZ/app.dill --packages /Users/tilo/Projects/issue110378/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false
--enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --source
/Users/tilo/Projects/issue110378/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart
-Dflutter.dart_plugin_registrant=file:///Users/tilo/Projects/issue110378/.dart_tool/flutter_build/dart_plugin_registrant.dart --enable-experiment=alternative-invalidation-strategy
[   +3 ms] executing: /Users/tilo/Library/Android/sdk/build-tools/31.0.0/aapt dump xmltree /Users/tilo/Projects/issue110378/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[  +24 ms] Exit code 0 from: /Users/tilo/Library/Android/sdk/build-tools/31.0.0/aapt dump xmltree /Users/tilo/Projects/issue110378/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x1
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1f
               A: android:compileSdkVersionCodename(0x01010573)="12" (Raw: "12")
               A: package="com.example.issue110378" (Raw: "com.example.issue110378")
               A: platformBuildVersionCode=(type 0x10)0x1f
               A: platformBuildVersionName=(type 0x10)0xc
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x1e
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1f
               E: uses-permission (line=15)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.CAMERA" (Raw: "android.permission.CAMERA")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.RECORD_AUDIO" (Raw: "android.permission.RECORD_AUDIO")
               E: application (line=19)
                 A: android:label(0x01010001)="issue110378" (Raw: "issue110378")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:name(0x01010003)="android.app.Application" (Raw: "android.app.Application")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:extractNativeLibs(0x010104ea)=(type 0x12)0x0
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=26)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.issue110378.MainActivity" (Raw: "com.example.issue110378.MainActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=41)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: intent-filter (line=45)
                     E: action (line=46)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=48)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=55)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: uses-library (line=59)
                   A: android:name(0x01010003)="androidx.window.extensions" (Raw: "androidx.window.extensions")
                   A: android:required(0x0101028e)=(type 0x12)0x0
                 E: uses-library (line=62)
                   A: android:name(0x01010003)="androidx.window.sidecar" (Raw: "androidx.window.sidecar")
                   A: android:required(0x0101028e)=(type 0x12)0x0
[   +6 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. shell -x logcat -v time -t 1
[   +8 ms] <- compile package:issue110378/main.dart
[ +219 ms] --------- beginning of system
                    08-27 10:05:08.003 I/keystore2(  636): keystore2::watchdog: Watchdog thread idle -> terminating. Have a great day.
[   +6 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb version
[  +10 ms] Android Debug Bridge version 1.0.41
           Version 33.0.3-8952118
           Installed as /Users/tilo/Library/Android/sdk/platform-tools/adb
[   +1 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb start-server
[  +10 ms] Building APK
[   +7 ms] Running Gradle task 'assembleDebug'...
[   +1 ms] Using gradle from /Users/tilo/Projects/issue110378/android/gradlew.
[  +30 ms] executing: /usr/bin/plutil -convert xml1 -o - /Applications/Android Studio.app/Contents/Info.plist
[   +9 ms] Exit code 0 from: /usr/bin/plutil -convert xml1 -o - /Applications/Android Studio.app/Contents/Info.plist
[        ] <?xml version="1.0" encoding="UTF-8"?>
           <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
           <plist version="1.0">
           <dict>
                <key>CFBundleDevelopmentRegion</key>
                <string>English</string>
                <key>CFBundleDocumentTypes</key>
                <array>
                        <dict>
                                <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>ipr</string>
                                </array>
                                <key>CFBundleTypeIconFile</key>
                                <string>studio.icns</string>
                                <key>CFBundleTypeName</key>
                                <string>Android Studio Project File</string>
                                <key>CFBundleTypeRole</key>
                                <string>Editor</string>
                        </dict>
                        <dict>
                                <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>*</string>
                                </array>
                                <key>CFBundleTypeName</key>
                                <string>All documents</string>
                                <key>CFBundleTypeOSTypes</key>
                                <array>
                                        <string>****</string>
                                </array>
                                <key>CFBundleTypeRole</key>
                                <string>Editor</string>
                                <key>LSTypeIsPackage</key>
                                <false/>
                        </dict>
                </array>
                <key>CFBundleExecutable</key>
                <string>studio</string>
                <key>CFBundleGetInfoString</key>
                <string>Android Studio 2021.1, build AI-211.7628.21.2111.8309675. Copyright JetBrains s.r.o., (c) 2000-2022</string>
                <key>CFBundleIconFile</key>
                <string>studio.icns</string>
                <key>CFBundleIdentifier</key>
                <string>com.google.android.studio</string>
                <key>CFBundleInfoDictionaryVersion</key>
                <string>6.0</string>
                <key>CFBundleName</key>
                <string>Android Studio</string>
                <key>CFBundlePackageType</key>
                <string>APPL</string>
                <key>CFBundleShortVersionString</key>
                <string>2021.1</string>
                <key>CFBundleSignature</key>
                <string>????</string>
                <key>CFBundleURLTypes</key>
                <array>
                        <dict>
                                <key>CFBundleTypeRole</key>
                                <string>Editor</string>
                                <key>CFBundleURLName</key>
                                <string>Stacktrace</string>
                                <key>CFBundleURLSchemes</key>
                                <array>
                                        <string>idea</string>
                                </array>
                        </dict>
                </array>
                <key>CFBundleVersion</key>
                <string>AI-211.7628.21.2111.8309675</string>
                <key>JVMOptions</key>
                <dict>
                        <key>ClassPath</key>
                        <string>$APP_PACKAGE/Contents/lib/bootstrap.jar:$APP_PACKAGE/Contents/lib/util.jar:$APP_PACKAGE/Contents/lib/jdom.jar:$APP_PACKAGE/Contents/lib/log4j.jar:$APP_PACKAGE/Contents/lib/jna.jar</string>
                        <key>JVMVersion</key>
                        <string>1.8*,1.8+</string>
                        <key>MainClass</key>
                        <string>com.intellij.idea.Main</string>
                        <key>Properties</key>
                        <dict>
                                <key>idea.executable</key>
                                <string>studio</string>
                                <key>idea.home.path</key>
                                <string>$APP_PACKAGE/Contents</string>
                                <key>idea.paths.selector</key>
                                <string>AndroidStudio2021.1</string>
                                <key>idea.platform.prefix</key>
                                <string>AndroidStudio</string>
                                <key>idea.vendor.name</key>
                                <string>Google</string>
                        </dict>
                </dict>
                <key>LSApplicationCategoryType</key>
                <string>public.app-category.developer-tools</string>
                <key>LSArchitecturePriority</key>
                <array>
                        <string>arm64</string>
                        <string>x86_64</string>
                </array>
                <key>LSMinimumSystemVersion</key>
                <string>10.8</string>
                <key>LSRequiresNativeExecution</key>
                <string>YES</string>
                <key>NSBluetoothAlwaysUsageDescription</key>
                <string>An application in Android Studio requests access to Bluetooth.</string>
                <key>NSCameraUsageDescription</key>
                <string>An application in Android Studio requests access to the device's camera.</string>
                <key>NSDesktopFolderUsageDescription</key>
                <string>An application in Android Studio requests access to the user's Desktop folder.</string>
                <key>NSDocumentsFolderUsageDescription</key>
                <string>An application in Android Studio requests access to the user's Documents folder.</string>
                <key>NSDownloadsFolderUsageDescription</key>
                <string>An application in Android Studio requests access to the user's Downloads folder.</string>
                <key>NSHighResolutionCapable</key>
                <true/>
                <key>NSLocationUsageDescription</key>
                <string>An application in Android Studio requests access to the user's location information.</string>
                <key>NSMicrophoneUsageDescription</key>
                <string>An application in Android Studio requests access to the device's microphone.</string>
                <key>NSNetworkVolumesUsageDescription</key>
                <string>An application in Android Studio requests access to files on a network volume.</string>
                <key>NSRemovableVolumesUsageDescription</key>
                <string>An application in Android Studio requests access to files on a removable volume.</string>
                <key>NSSupportsAutomaticGraphicsSwitching</key>
                <true/>
           </dict>
           </plist>
[  +14 ms] executing: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java -version
[  +56 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java -version
[        ] openjdk version "11.0.11" 2021-04-20
           OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)
           OpenJDK 64-Bit Server VM (build 11.0.11+0-b60-7772763, mixed mode)
[        ] executing: [/Users/tilo/Projects/issue110378/android/] /Users/tilo/Projects/issue110378/android/gradlew -Pverbose=true -Ptarget-platform=android-arm64 -Ptarget=/Users/tilo/Projects/issue110378/lib/main.dart
-Pbase-application-name=android.app.Application -Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true -Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root
assembleDebug
[ +437 ms] Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
[+5391 ms] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
[+5701 ms] > Task :app:compileFlutterBuildDebug
[        ] > Task :app:packLibsflutterBuildDebug
[        ] > Task :camera_android:preBuild UP-TO-DATE
[        ] > Task :camera_android:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugAidl NO-SOURCE
[        ] > Task :camera_android:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :camera_android:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :camera_android:writeDebugAarMetadata UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:writeDebugAarMetadata UP-TO-DATE
[  +94 ms] > Task :app:checkDebugAarMetadata UP-TO-DATE
[        ] > Task :app:cleanMergeDebugAssets
[        ] > Task :app:mergeDebugShaders UP-TO-DATE
[        ] > Task :app:compileDebugShaders NO-SOURCE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :camera_android:mergeDebugShaders UP-TO-DATE
[        ] > Task :camera_android:compileDebugShaders NO-SOURCE
[        ] > Task :camera_android:generateDebugAssets UP-TO-DATE
[        ] > Task :camera_android:packageDebugAssets UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugShaders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugShaders NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugAssets UP-TO-DATE
[ +101 ms] > Task :app:mergeDebugAssets
[ +202 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[        ] > Task :camera_android:compileDebugRenderscript NO-SOURCE
[        ] > Task :camera_android:generateDebugResValues UP-TO-DATE
[        ] > Task :camera_android:generateDebugResources UP-TO-DATE
[        ] > Task :camera_android:packageDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResValues UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugResources UP-TO-DATE
[        ] > Task :app:mergeDebugResources UP-TO-DATE
[        ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[        ] > Task :app:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :camera_android:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :camera_android:processDebugManifest UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:processDebugManifest UP-TO-DATE
[        ] > Task :app:processDebugMainManifest UP-TO-DATE
[        ] > Task :app:processDebugManifest UP-TO-DATE
[        ] > Task :app:processDebugManifestForPackage UP-TO-DATE
[        ] > Task :camera_android:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :camera_android:parseDebugLocalResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:parseDebugLocalResources UP-TO-DATE
[  +98 ms] > Task :flutter_plugin_android_lifecycle:generateDebugRFile UP-TO-DATE
[        ] > Task :camera_android:generateDebugRFile UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :app:processDebugResources UP-TO-DATE
[        ] > Task :camera_android:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :camera_android:javaPreCompileDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig UP-TO-DATE
[  +93 ms] > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibCompileToJarDebug UP-TO-DATE
[        ] > Task :camera_android:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :camera_android:bundleLibCompileToJarDebug UP-TO-DATE
[ +299 ms] > Task :app:compileDebugKotlin UP-TO-DATE
[        ] > Task :app:javaPreCompileDebug UP-TO-DATE
[        ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[ +105 ms] > Task :app:processDebugJavaRes NO-SOURCE
[        ] > Task :camera_android:processDebugJavaRes NO-SOURCE
[        ] > Task :camera_android:bundleLibResDebug NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibResDebug NO-SOURCE
[  +98 ms] > Task :app:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[        ] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[        ] > Task :app:mergeExtDexDebug UP-TO-DATE
[        ] > Task :camera_android:bundleLibRuntimeToDirDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeToDirDebug UP-TO-DATE
[        ] > Task :app:dexBuilderDebug UP-TO-DATE
[        ] > Task :app:mergeProjectDexDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :camera_android:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :camera_android:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :camera_android:copyDebugJniLibsProjectOnly UP-TO-DATE
[  +96 ms] > Task :app:mergeLibDexDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:copyDebugJniLibsProjectOnly UP-TO-DATE
[        ] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :app:validateSigningDebug UP-TO-DATE
[        ] > Task :app:writeDebugAppMetadata UP-TO-DATE
[        ] > Task :app:writeDebugSigningConfigVersions UP-TO-DATE
[        ] > Task :camera_android:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :camera_android:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :camera_android:extractDebugAnnotations UP-TO-DATE
[  +97 ms] > Task :camera_android:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :camera_android:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :camera_android:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :camera_android:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :camera_android:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :camera_android:syncDebugLibJars UP-TO-DATE
[        ] > Task :camera_android:bundleDebugAar
[        ] > Task :camera_android:assembleDebug
[        ] > Task :flutter_plugin_android_lifecycle:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:extractDebugAnnotations UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:prepareDebugArtProfile UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:syncDebugLibJars UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleDebugAar
[        ] > Task :flutter_plugin_android_lifecycle:assembleDebug
[ +102 ms] > Task :app:compressDebugAssets
[        ] Execution optimizations have been disabled for task ':app:compressDebugAssets' to ensure correctness due to the following reasons:
[        ]   - Gradle detected a problem with the following location: '/Users/tilo/Projects/issue110378/build/app/intermediates/assets/debug/mergeDebugAssets'. Reason: Task ':app:compressDebugAssets' uses this output of task
':app:copyFlutterAssetsDebug' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to
https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
[  +95 ms] > Task :app:packageDebug UP-TO-DATE
[        ] > Task :app:createDebugApkListingFileRedirect UP-TO-DATE
[ +102 ms] > Task :app:assembleDebug
[        ] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[        ] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[        ] See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
[        ] Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
[        ] Please consult deprecation warnings for more details.
[        ] BUILD SUCCESSFUL in 13s
[        ] 88 actionable tasks: 9 executed, 79 up-to-date
[ +403 ms] Running Gradle task 'assembleDebug'... (completed in 13.6s)
[  +61 ms] calculateSha: LocalDirectory: '/Users/tilo/Projects/issue110378/build/app/outputs/flutter-apk'/app.apk
[ +999 ms] ✓  Built build/app/outputs/flutter-apk/app-debug.apk.
[   +1 ms] executing: /Users/tilo/Library/Android/sdk/build-tools/31.0.0/aapt dump xmltree /Users/tilo/Projects/issue110378/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[  +31 ms] Exit code 0 from: /Users/tilo/Library/Android/sdk/build-tools/31.0.0/aapt dump xmltree /Users/tilo/Projects/issue110378/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x1
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1f
               A: android:compileSdkVersionCodename(0x01010573)="12" (Raw: "12")
               A: package="com.example.issue110378" (Raw: "com.example.issue110378")
               A: platformBuildVersionCode=(type 0x10)0x1f
               A: platformBuildVersionName=(type 0x10)0xc
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x1e
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1f
               E: uses-permission (line=15)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.CAMERA" (Raw: "android.permission.CAMERA")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.RECORD_AUDIO" (Raw: "android.permission.RECORD_AUDIO")
               E: application (line=19)
                 A: android:label(0x01010001)="issue110378" (Raw: "issue110378")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:name(0x01010003)="android.app.Application" (Raw: "android.app.Application")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:extractNativeLibs(0x010104ea)=(type 0x12)0x0
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=26)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.issue110378.MainActivity" (Raw: "com.example.issue110378.MainActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=41)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: intent-filter (line=45)
                     E: action (line=46)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=48)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=55)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: uses-library (line=59)
                   A: android:name(0x01010003)="androidx.window.extensions" (Raw: "androidx.window.extensions")
                   A: android:required(0x0101028e)=(type 0x12)0x0
                 E: uses-library (line=62)
                   A: android:name(0x01010003)="androidx.window.sidecar" (Raw: "androidx.window.sidecar")
                   A: android:required(0x0101028e)=(type 0x12)0x0
[   +2 ms] Stopping app 'app.apk' on Pixel 5.
[        ] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. shell am force-stop com.example.issue110378
[ +261 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. shell pm list packages com.example.issue110378
[  +64 ms] Installing APK.
[   +2 ms] Installing build/app/outputs/flutter-apk/app.apk...
[        ] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. install -t -r /Users/tilo/Projects/issue110378/build/app/outputs/flutter-apk/app.apk
[+7182 ms] Performing Streamed Install
                    Success
[        ] Installing build/app/outputs/flutter-apk/app.apk... (completed in 7.2s)
[   +1 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. shell echo -n 91e9745c57aeea0004bbe35532c0a2bbb7d5565f > /data/local/tmp/sky.com.example.issue110378.sha1
[  +39 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. shell -x logcat -v time -t 1
[  +80 ms] --------- beginning of main
           08-27 10:05:30.424 D/CarrierSvcBindHelper( 3094): No carrier app for: 0
[   +8 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-dart-profiling true --ez
enable-checked-mode true --ez verify-entry-points true com.example.issue110378/com.example.issue110378.MainActivity
[  +70 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.issue110378/.MainActivity (has extras) }
[        ] Waiting for observatory port to be available...
[ +889 ms] Observatory URL on device: http://127.0.0.1:42281/imBSz3trJhI=/
[   +1 ms] executing: /Users/tilo/Library/Android/sdk/platform-tools/adb -s adb-08081FDD4002T6-fPjxxB._adb-tls-connect._tcp. forward tcp:0 tcp:42281
[  +22 ms] 51585
[        ] Forwarded host port 51585 to device port 42281 for Observatory
[   +5 ms] Caching compiled dill
[  +42 ms] Connecting to service protocol: http://127.0.0.1:51585/imBSz3trJhI=/
[ +193 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:51585/imBSz3trJhI=/.
[ +208 ms] DDS is listening at http://127.0.0.1:51588/j5VXIjZHjWg=/.
[  +48 ms] Successfully connected to service protocol: http://127.0.0.1:51585/imBSz3trJhI=/
[  +59 ms] DevFS: Creating new filesystem on the device (null)
[  +24 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.issue110378/code_cache/issue110378UWIVLB/issue110378/)
[   +1 ms] Updating assets
[  +29 ms] Syncing files to device Pixel 5...
[        ] <- reset
[        ] Compiling dart to kernel with 0 updated files
[        ] Processing bundle.
[        ] <- recompile package:issue110378/main.dart b10583eb-b1df-4d6b-ae6e-3dfaca1d6afc
[        ] <- b10583eb-b1df-4d6b-ae6e-3dfaca1d6afc
[        ] Bundle processing done.
[  +50 ms] Updating files.
[        ] DevFS: Sync finished
[        ] Syncing files to device Pixel 5... (completed in 52ms)
[        ] Synced 0.0MB.
[        ] <- accept
[   +4 ms] Connected to _flutterView/0xb400007982982630.
[   +1 ms] Flutter run key commands.
[        ] r Hot reload. 🔥🔥🔥
[        ] R Hot restart.
[        ] h List all available interactive commands.
[        ] d Detach (terminate "flutter run" but leave application running).
[        ] c Clear the screen
[        ] q Quit (terminate the application on the device).
[        ] 💪 Running with sound null safety 💪
[        ] An Observatory debugger and profiler on Pixel 5 is available at: http://127.0.0.1:51588/j5VXIjZHjWg=/
[ +324 ms] The Flutter DevTools debugger and profiler on Pixel 5 is available at: http://127.0.0.1:9100?uri=http://127.0.0.1:51588/j5VXIjZHjWg=/
[  +38 ms] E/SurfaceSyncer(13741): Failed to find sync for id=0
[   +8 ms] W/Parcel  (13741): Expecting binder but got null!
[+2462 ms] D/CompatibilityChangeReporter(13741): Compat change id reported: 78294732; UID 10803; state: DISABLED
[  +13 ms] D/CompatibilityChangeReporter(13741): Compat change id reported: 206033068; UID 10803; state: DISABLED
[  +41 ms] I/Camera  (13741): startPreview
[        ] I/Camera  (13741): close
[  +12 ms] E/AndroidRuntime(13741): FATAL EXCEPTION: CameraBackground
[        ] E/AndroidRuntime(13741): Process: com.example.issue110378, PID: 13741
[        ] E/AndroidRuntime(13741): java.lang.IllegalStateException: CameraDevice was already closed
[        ] E/AndroidRuntime(13741):     at android.hardware.camera2.impl.CameraDeviceImpl.checkIfCameraClosedOrInError(CameraDeviceImpl.java:2426)
[        ] E/AndroidRuntime(13741):     at android.hardware.camera2.impl.CameraDeviceImpl.createCaptureSessionInternal(CameraDeviceImpl.java:692)
[        ] E/AndroidRuntime(13741):     at android.hardware.camera2.impl.CameraDeviceImpl.createCaptureSession(CameraDeviceImpl.java:677)
[        ] E/AndroidRuntime(13741):     at io.flutter.plugins.camera.Camera$DefaultCameraDeviceWrapper.createCaptureSession(Camera.java:177)
[        ] E/AndroidRuntime(13741):     at io.flutter.plugins.camera.Camera.createCaptureSessionWithSessionConfig(Camera.java:481)
[        ] E/AndroidRuntime(13741):     at io.flutter.plugins.camera.Camera.createCaptureSession(Camera.java:467)
[        ] E/AndroidRuntime(13741):     at io.flutter.plugins.camera.Camera.createCaptureSession(Camera.java:389)
[        ] E/AndroidRuntime(13741):     at io.flutter.plugins.camera.Camera.startPreview(Camera.java:1083)
[        ] E/AndroidRuntime(13741):     at io.flutter.plugins.camera.Camera$1.onOpened(Camera.java:324)
[        ] E/AndroidRuntime(13741):     at android.hardware.camera2.impl.CameraDeviceImpl$1.run(CameraDeviceImpl.java:173)
[        ] E/AndroidRuntime(13741):     at android.os.Handler.handleCallback(Handler.java:942)
[        ] E/AndroidRuntime(13741):     at android.os.Handler.dispatchMessage(Handler.java:99)
[        ] E/AndroidRuntime(13741):     at android.os.Looper.loopOnce(Looper.java:201)
[        ] E/AndroidRuntime(13741):     at android.os.Looper.loop(Looper.java:288)
[        ] E/AndroidRuntime(13741):     at android.os.HandlerThread.run(HandlerThread.java:67)
[  +15 ms] I/Process (13741): Sending signal. PID: 13741 SIG: 9
[  +41 ms] Service protocol connection closed.
[        ] Lost connection to device.
[        ] DevFS: Deleting filesystem on the device (file:///data/user/0/com.example.issue110378/code_cache/issue110378UWIVLB/issue110378/)
[ +254 ms] Ignored error while cleaning up DevFS: TimeoutException after 0:00:00.250000: Future not completed
[  +10 ms] "flutter run" took 30,600ms.
[ +120 ms] ensureAnalyticsSent: 117ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 0

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 27, 2022
@tiloc
Copy link
Author

tiloc commented Aug 27, 2022

I have created a fix, which can be found here: https://github.com/tiloc/plugins/tree/fix-110378

This is reliably fixing the issue, but I'm a bit overwhelmed by the official contribution process.

@exaby73
Copy link
Member

exaby73 commented Aug 29, 2022

@tiloc I can reproduce this issue. I'll label this issue for further insights from the team

Reproducible on

  • Stable (3.0.5)
  • Master (3.1.0-0.0.pre.2553)

Info

Logs
E/AndroidRuntime(13298): FATAL EXCEPTION: CameraBackground
E/AndroidRuntime(13298): Process: com.example.issue_110378, PID: 13298
E/AndroidRuntime(13298): java.lang.IllegalStateException: CameraDevice was already closed
E/AndroidRuntime(13298): 	at android.hardware.camera2.impl.CameraDeviceImpl.checkIfCameraClosedOrInError(CameraDeviceImpl.java:2426)
E/AndroidRuntime(13298): 	at android.hardware.camera2.impl.CameraDeviceImpl.createCaptureSessionInternal(CameraDeviceImpl.java:692)
E/AndroidRuntime(13298): 	at android.hardware.camera2.impl.CameraDeviceImpl.createCaptureSession(CameraDeviceImpl.java:677)
E/AndroidRuntime(13298): 	at io.flutter.plugins.camera.Camera$DefaultCameraDeviceWrapper.createCaptureSession(Camera.java:177)
E/AndroidRuntime(13298): 	at io.flutter.plugins.camera.Camera.createCaptureSessionWithSessionConfig(Camera.java:481)
E/AndroidRuntime(13298): 	at io.flutter.plugins.camera.Camera.createCaptureSession(Camera.java:467)
E/AndroidRuntime(13298): 	at io.flutter.plugins.camera.Camera.createCaptureSession(Camera.java:389)
E/AndroidRuntime(13298): 	at io.flutter.plugins.camera.Camera.startPreview(Camera.java:1083)
E/AndroidRuntime(13298): 	at io.flutter.plugins.camera.Camera$1.onOpened(Camera.java:324)
E/AndroidRuntime(13298): 	at android.hardware.camera2.impl.CameraDeviceImpl$1.run(CameraDeviceImpl.java:173)
E/AndroidRuntime(13298): 	at android.os.Handler.handleCallback(Handler.java:942)
E/AndroidRuntime(13298): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(13298): 	at android.os.Looper.loopOnce(Looper.java:201)
E/AndroidRuntime(13298): 	at android.os.Looper.loop(Looper.java:288)
E/AndroidRuntime(13298): 	at android.os.HandlerThread.run(HandlerThread.java:67)
I/Process (13298): Sending signal. PID: 13298 SIG: 9
Code Sample
import 'package:camera/camera.dart';
import 'package:flutter/material.dart';

List<CameraDescription> cameras = <CameraDescription>[];

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();

  // Initialize
  cameras = await availableCameras();

  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: CaptureSignBoard(cameras: cameras),
    );
  }
}

/// Capture a sign board
class CaptureSignBoard extends StatefulWidget {
  final List<CameraDescription> _cameras;

  /// Default Constructor
  const CaptureSignBoard({super.key, required List<CameraDescription> cameras})
      : _cameras = cameras;

  @override
  State<CaptureSignBoard> createState() {
    return _CaptureSignBoardState();
  }
}

class _CaptureSignBoardState extends State<CaptureSignBoard>
    with WidgetsBindingObserver, TickerProviderStateMixin {
  CameraController? _controller;
  Future<void>? _ensureControllerFuture;

  @override
  void initState() {
    super.initState();
    WidgetsBinding.instance.addObserver(this);

    _ensureControllerFuture = _ensureCameraController();
  }

  @override
  void dispose() {
    WidgetsBinding.instance.removeObserver(this);
    _disposeCameraController().ignore();
    super.dispose();
  }

  CameraDescription _findFirstBackCamera() {
    // Find the first back camera.
    final cameraDescription = widget._cameras.firstWhere((currDescription) =>
        currDescription.lensDirection == CameraLensDirection.back);

    return cameraDescription;
  }

  bool get isCameraControllerNotInitialized {
    return !isCameraControllerInitialized;
  }

  bool get isCameraControllerInitialized {
    final CameraController? cameraController = _controller;
    return !(cameraController == null || !cameraController.value.isInitialized);
  }

  Future<void> _disposeCameraController() async {
    final CameraController? oldController = _controller;
    print('dispose :: oldController is null :: ${oldController == null}');
    if (oldController != null) {
      // `_controller` needs to be set to null before getting disposed,
      // to avoid a race condition when we use the controller that is being
      // disposed. This happens when camera permission dialog shows up,
      // which triggers `didChangeAppLifecycleState`, which disposes and
      // re-creates the controller.
      _controller = null;
      _ensureControllerFuture = null;

      if (!oldController.value.isInitialized) {
        // Controllers which have not finished initialization cannot be disposed.
        // TODO: Would there be any benefit in waiting for it to initialize and then dispose?
        return;
      }

      await oldController.dispose();
    }
  }

  @override
  void didChangeAppLifecycleState(AppLifecycleState state) {
    print('didChangeAppLifecycleState :: $state');
    if (state == AppLifecycleState.inactive) {
      _disposeCameraController().ignore();
    } else if (state == AppLifecycleState.resumed) {
      // Resuming should fully recreate the camera controller
      _ensureControllerFuture =
          _disposeCameraController().then((_) => _ensureCameraController());
    }
  }

  @override
  Widget build(BuildContext context) {
    return Material(
      child: SafeArea(
        child: Column(
          children: <Widget>[
            Expanded(
              child: Padding(
                padding: const EdgeInsets.all(1.0),
                child: Center(
                  child: _cameraPreviewWidget(),
                ),
              ),
            ),
          ],
        ),
      ),
    );
  }

  Widget _waitForCameraWidget() {
    return Align(
      alignment: Alignment.center,
      child: Column(
        mainAxisAlignment: MainAxisAlignment.center,
        children: const [
          CircularProgressIndicator(),
          Text(
            'Warming up the Camera',
            style: TextStyle(
              color: Colors.white,
              fontSize: 24.0,
              fontWeight: FontWeight.w900,
            ),
          )
        ],
      ),
    );
  }

  /// Display the preview from the camera (or a message if the preview is not available).
  Widget _cameraPreviewWidget() {
    final CameraController? cameraController = _controller;

    if (cameraController == null || _ensureControllerFuture == null) {
      return _waitForCameraWidget();
    } else {
      return FutureBuilder<void>(
        future: _ensureControllerFuture,
        builder: (context, snapshot) {
          if (snapshot.connectionState == ConnectionState.done) {
            // If the Future is complete, display the preview.
            return CameraPreview(
              _controller!,
              child: LayoutBuilder(
                  builder: (BuildContext context, BoxConstraints constraints) {
                return GestureDetector(
                  behavior: HitTestBehavior.opaque,
                );
              }),
            );
          } else {
            // Otherwise, display a loading indicator.
            return _waitForCameraWidget();
          }
        },
      );
    }
  }

  void showInSnackBar(String message) {
    ScaffoldMessenger.of(context)
        .showSnackBar(SnackBar(content: Text(message)));
  }

  Future<void> _ensureCameraController() async {
    print(
        '_ensureCameraController :: isCameraControllerInitialized :: $isCameraControllerInitialized');
    if (isCameraControllerInitialized) {
      return;
    }

    final CameraController cameraController = CameraController(
      _findFirstBackCamera(),
      ResolutionPreset.max,
      enableAudio: false,
      imageFormatGroup: ImageFormatGroup.yuv420,
    );

    // If the controller is updated then update the UI.
    cameraController.addListener(() {
      if (mounted) {
        setState(() {});
      }
      if (cameraController.value.hasError) {
        showInSnackBar(
            'Camera error ${cameraController.value.errorDescription}');
      }
    });

    try {
      await cameraController.initialize();
    } on CameraException catch (e) {
      print(e);
    }

    _controller = cameraController;

    if (mounted) {
      setState(() {});
    }
  }
}

Flutter Doctor

flutter doctor -v (Stable)
[√] Flutter (Channel stable, 3.0.5, on Microsoft Windows [Version 10.0.22000.918], locale en-IN)
    • Flutter version 3.0.5 at C:\Users\Nabeel\fvm\versions\stable
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision f1875d570e (7 weeks ago), 2022-07-13 11:24:16 -0700
    • Engine revision e85ea0e79c
    • Dart version 2.17.6
    • DevTools version 2.12.2

[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at C:\android-sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • CHROME_EXECUTABLE = C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.3.2)
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
    • Visual Studio Community 2022 version 17.3.32819.101
    • Windows 10 SDK version 10.0.19041.0

[√] Android Studio (version 2021.2)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)

[√] VS Code (version 1.70.2)
    • VS Code at C:\Users\Nabeel\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.46.0

[√] Connected device (3 available)
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [Version 10.0.22000.918]
    • Chrome (web)      • chrome  • web-javascript • unknown
    • Edge (web)        • edge    • web-javascript • Microsoft Edge 104.0.1293.63

[√] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!
flutter doctor -v (Master)
[√] Flutter (Channel master, 3.1.0-0.0.pre.2553, on Microsoft Windows [Version 10.0.22000.918], locale en-IN)
    • Flutter version 3.1.0-0.0.pre.2553 on channel master at C:\Users\Nabeel\fvm\versions\master
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 3802eb627e (3 minutes ago), 2022-08-29 09:37:19 +0200
    • Engine revision 4e36ebc1f3
    • Dart version 2.19.0 (build 2.19.0-146.0.dev)
    • DevTools version 2.16.0

[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at C:\android-sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • CHROME_EXECUTABLE = C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.3.2)
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
    • Visual Studio Community 2022 version 17.3.32819.101
    • Windows 10 SDK version 10.0.19041.0

[√] Android Studio (version 2021.2)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)

[√] VS Code (version 1.70.2)
    • VS Code at C:\Users\Nabeel\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.46.0

[√] Connected device (3 available)
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [Version 10.0.22000.918]
    • Chrome (web)      • chrome  • web-javascript • unknown
    • Edge (web)        • edge    • web-javascript • Microsoft Edge 104.0.1293.63

[√] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

@exaby73 exaby73 added c: crash Stack traces logged to the console plugin p: camera The camera plugin has reproducible steps The issue has been confirmed reproducible and is ready to work on found in release: 3.0 Found to occur in 3.0 found in release: 3.1 Found to occur in 3.1 and removed in triage Presently being triaged by the triage team labels Aug 29, 2022
@tiloc
Copy link
Author

tiloc commented Aug 29, 2022

@exaby73 thanks! Just wondering whether it should also get the "severe: fatal crash" label, as it is actually killing the entire process?

@exaby73 exaby73 added the c: fatal crash Crashes that terminate the process label Aug 29, 2022
@darshankawar darshankawar added the platform-android Android applications specifically label Aug 30, 2022
@stuartmorgan stuartmorgan added the P1 High-priority issues at the top of the work list label Aug 30, 2022
@stuartmorgan
Copy link
Contributor

/cc @camsim99

@camsim99 camsim99 self-assigned this Sep 13, 2022
@camsim99
Copy link
Contributor

camsim99 commented Sep 13, 2022

I think there are two separate issues here:

1: Forward non-CameraAccessException errors to Dart

It is my understanding that we want to forward errors that the "native implementation is likely to throw" (source). If there are examples of these that are not explicitly caught and handled, we should add handling for those. I think the example of the abandoned Surface issue is not such an issue because it is not expected and should be addressed within the plugin. @stuartmorgan do you have further context on how to handle unexpected native exceptions like this?

2: java.lang.IllegalArgumentException: Surface was abandoned

This seems to be a garbage collection issue but may also relate to known issues with the Camera2 library. @tiloc Can you provide the error logs that produce this error so that I can debug further?

@stuartmorgan
Copy link
Contributor

I think the example of the abandoned Surface issue is not such an issue because it is not expected and should be addressed within the plugin. @stuartmorgan do you have further context on how to handle unexpected native exceptions like this?

If it's a bug in our implementation (which seems likely, since presumably this is referring to the surface that we are creating), then I agree, we should handle it within the native implementation.

If it's unavoidable (e.g., if it's a bug with the camera implementation on some devices that we can't find any workaround for), then passing it along for the client to do something with (even if it's just showing some generic error message about being unable to use the camera) is better than crashing on the native side.

@tiloc
Copy link
Author

tiloc commented Sep 14, 2022

since filing this issue I have also encountered a few more (mainly the same as #96140 and black preview screens). I forked the plugin, put lots of diagnostic logging into it and observed its flow. Here are my observations and thoughts, maybe some of it is helpful. None of my issues were in my opinion caused by bugs in Camera2, but I could find root causes for all of them in the Java code. I added fixes for these into my fork and am experiencing very stable behavior now (fork lives here: https://github.com/tiloc/plugins/tree/camplugin-better-diagnostics).

The typical sequence of events that lead the plugin into these erroneous behaviors was similar:
Step 1: Flutter has a change in lifecycle, and my Flutter code disposes and recreates the CameraController (sometimes in rapid succession, for instance if the app is resumed and goes to a new route, which in my code both fired the reconstruction of a new CameraController)
Step 2: Reconstructing the CameraController sends create and initialize commands to the Java method channel implementation. The create command always closes the existing camera and creates a new one.
Step 3: Due to the rapid succession of create and initialize, combined with race-conditions in the close() method, there is a chance of mishaps here (e.g. close() shuts down the background thread, which initialise requires to function properly; some variables are set to null only after the things they are pointing to have shut down, while other parts of the code still try to access them).

In rarer cases, the rapid succession causes the "onDisconnect" to fire, which also invokes close() on the camera.
There is also no way for the Java code to notify the dart code of this closing it has initiated. There is the sending of a "CameraClosingEvent", but nothing in the code is ever listening to it, so that information seems to get lost. This is leading to situations where the Dart code merrily fires commands to a Java camera that has already closed down.

Step 4: Further calls from the Flutter code on the half-initialised, closed, etc. Java camera result in all kinds of random behaviours. This will also throw the first exceptions that the Flutter code will finally notice and can react to.

The main ingredients to stabilising my fork were:

  • Removing the attempt to close and recreate the camera in the "create" method channel method. I was thinking about letting it do nothing in the case a camera already exists, but for now I sacrificed its idempotency and let it send a "CameraAlreadyCreated" error.
  • Moving the stopBackgroundThread from .close() to .dispose()
  • Setting variables to null before I begin shutting down the resources they were pointing to. So instead of
globalVariable.dispose();
globalVariable = null;

writing

tempVariable = globalVariable;
globalVariable = null;
tempVariable.dispose();

Hope my detective work is beneficial.

@jcoulter2
Copy link

Good morning! @tiloc great work investigating!
Flutter team, we are having the same or similar issue so we see value in these changes making it into a release.. Is there a plan to make these improvements part of the flutter plugin?

@erisanolasheni
Copy link

erisanolasheni commented Jan 7, 2023

This crash seems to be first noticed on Android 13.

@camsim99
Copy link
Contributor

cc @camsim99

@camsim99 camsim99 removed their assignment Jan 30, 2023
@camsim99 camsim99 added this to Camera issues to track in Android Camera Re-write Jan 30, 2023
@camsim99
Copy link
Contributor

This crash should not occur with the CameraX implementation of the camera plugin. If you try it out and find a similar issue with that implementation, please file a separate issue!

@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
@Hixie Hixie removed the plugin label Jul 6, 2023
@flutter-triage-bot flutter-triage-bot bot added multiteam-retriage-candidate team-android Owned by Android platform team triaged-android Triaged by Android platform team labels Jul 8, 2023
@gmackall gmackall added P2 Important issues not at the top of the work list and removed P1 High-priority issues at the top of the work list labels Sep 28, 2023
@helendeguinion1
Copy link

The issue still occurs in Android 13, the app crashes after taking a photo, the bug can be reproduce 100% in Samsung devices, any updates for the fix? I am using ^0.10.5+9 version

Screenshot 2024-02-08 at 9 14 00 PM

@helendeguinion1
Copy link

helendeguinion1 commented Feb 21, 2024

Hi anyone who is experiencing this, I was able to fix it, with the ff. code

@override
  void didChangeAppLifecycleState(AppLifecycleState state) {
    final CameraController? cameraController = controller;

    // App state changed before we got the chance to initialize.
    if (cameraController == null || !cameraController.value.isInitialized) {
      return;
    }

    if (state == AppLifecycleState.inactive) {
      cameraController.dispose();
    } else if (state == AppLifecycleState.resumed &&
        !controller!.value.isInitialized) { // check if controller is already initialized
      initializeCamera(cameraController.description);
    }
  }`
  
  
   @override
  void dispose() {
    WidgetsBinding.instance.removeObserver(this);
    if (controller != null) {
      controller?.dispose(); // use ? instead of !
      _cameraDirection = 'back';
    }

    super.dispose();
  }

@camsim99 camsim99 moved this from Camera issues to track to [PENDING] camera_android issues solved by camera_android_camerax in Android Camera Re-write Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: crash Stack traces logged to the console c: fatal crash Crashes that terminate the process found in release: 3.0 Found to occur in 3.0 found in release: 3.1 Found to occur in 3.1 has reproducible steps The issue has been confirmed reproducible and is ready to work on p: camera The camera plugin P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. platform-android Android applications specifically team-android Owned by Android platform team triaged-android Triaged by Android platform team
Projects
Android Camera Re-write
[PENDING] camera_android issues solve...
Development

No branches or pull requests

10 participants