-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: regressionIt was better in the past than it is nowIt was better in the past than it is nowplatform-iosiOS applications specificallyiOS applications specificallyt: hot reloadReloading code during "flutter run"Reloading code during "flutter run"toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
I've seen similar issues here but none mentioned macOs. It's very annoying. Since I cannot rely on hot restart, I have to 1.) stop project 2.) run the project over for every little change which takes quiet a lot of time. You know what I mean...
Steps to Reproduce
- Set a breakpoint (but it doesn't do on all some breakpoints only on some. I'd say the ratio is about 50%, so 50% of breakpoints I set caused the this issue.
- I just hot reload my codebase. First time I hot reload it, it doesn't get stuck. But usually, the second time it gets stuck. I've checked multiple devices and it happens on all of them.
Logs
flutter --verbose create foo
[ +13 ms] executing: [/Users/tomas/Developer/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +43 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 45c51e149cbb620a62811e2e94509cf8f312e30b
[ ] executing: [/Users/tomas/Developer/flutter/] git describe --match *.*.* --first-parent --long --tags
[ +24 ms] Exit code 0 from: git describe --match *.*.* --first-parent --long --tags
[ ] 1.18.0-dev.4.0-4-g45c51e149
[ +13 ms] executing: [/Users/tomas/Developer/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +11 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/master
[ ] executing: [/Users/tomas/Developer/flutter/] git ls-remote --get-url origin
[ +15 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +61 ms] executing: [/Users/tomas/Developer/flutter/] git rev-parse --abbrev-ref HEAD
[ +16 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] master
[ +46 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] 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.
[ +2 ms] Artifact Instance of 'WindowsEngineArtifacts' 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.
[ +7 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] 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.
[ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' 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.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +18 ms] executing: /usr/bin/xcodebuild -version
[+1152 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[ +2 ms] Xcode 11.4
Build version 11E146
⣽[ +11 ms] executing: [foo/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/tomas/foo/ios/Runner.xcodeproj -target Runner -showBuildSettings
[ ] executing: [foo/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/tomas/foo/ios/Runner.xcodeproj -target Runner -showBuildSettings
[ +9 ms] Unexpected failure to get the build settings: ProcessException: No such file or directory
Command: /usr/bin/xcodebuild -project /Users/tomas/foo/ios/Runner.xcodeproj -target Runner -showBuildSettings.
⣽[ +5 ms] executing: [foo/example/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/tomas/foo/example/ios/Runner.xcodeproj -target Runner -showBuildSettings
[ ] executing: [foo/example/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/tomas/foo/example/ios/Runner.xcodeproj -target Runner -showBuildSettings
[ +3 ms] Unexpected failure to get the build settings: ProcessException: No such file or directory
Command: /usr/bin/xcodebuild -project /Users/tomas/foo/example/ios/Runner.xcodeproj -target Runner -showBuildSettings.
[ +21 ms] Creating project foo...
[ +45 ms] foo/ios/Runner.xcworkspace/contents.xcworkspacedata (created)
[ +4 ms] foo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (created)
[ +3 ms] foo/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (created)
[ +1 ms] foo/ios/Runner/Info.plist (created)
[ +24 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png (created)
[ +3 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md (created)
[ +3 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json (created)
[ +2 ms] foo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png (created)
[ +4 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png (created)
[ +2 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png (created)
[ +2 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png (created)
[ +3 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png (created)
[ +2 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png (created)
[ +1 ms] foo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png (created)
[ +1 ms] foo/ios/Runner/Base.lproj/LaunchScreen.storyboard (created)
[ +1 ms] foo/ios/Runner/Base.lproj/Main.storyboard (created)
[ ] foo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata (created)
[ +1 ms] foo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (created)
[ +1 ms] foo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (created)
[ +1 ms] foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (created)
[ +1 ms] foo/ios/Flutter/Debug.xcconfig (created)
[ +1 ms] foo/ios/Flutter/Release.xcconfig (created)
[ +1 ms] foo/ios/Flutter/AppFrameworkInfo.plist (created)
[ +1 ms] foo/ios/.gitignore (created)
[ ] foo/test/widget_test.dart (created)
[ +3 ms] foo/foo.iml (created)
[ +1 ms] foo/.gitignore (created)
[ +1 ms] foo/web/favicon.png (created)
[ +1 ms] foo/web/index.html (created)
[ +3 ms] foo/web/manifest.json (created)
[ +3 ms] foo/web/icons/Icon-192.png (created)
[ +3 ms] foo/web/icons/Icon-512.png (created)
[ +4 ms] foo/.metadata (created)
[ +5 ms] foo/android/app/src/profile/AndroidManifest.xml (created)
[ +11 ms] foo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png (created)
[ +6 ms] foo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png (created)
[ +30 ms] foo/android/app/src/main/res/drawable/launch_background.xml (created)
[ +2 ms] foo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png (created)
[ +2 ms] foo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png (created)
[ +3 ms] foo/android/app/src/main/res/values/styles.xml (created)
[ +2 ms] foo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png (created)
[ +1 ms] foo/android/app/src/main/AndroidManifest.xml (created)
[ +8 ms] foo/android/app/src/debug/AndroidManifest.xml (created)
[ +2 ms] foo/android/gradle/wrapper/gradle-wrapper.properties (created)
[ +4 ms] foo/android/gradle.properties (created)
[ +4 ms] foo/android/.gitignore (created)
[ +2 ms] foo/android/settings.gradle (created)
[ +3 ms] foo/android/app/build.gradle (created)
[ +6 ms] foo/android/app/src/main/kotlin/com/example/foo/MainActivity.kt (created)
[ +4 ms] foo/android/build.gradle (created)
[ +2 ms] foo/android/foo_android.iml (created)
[ +13 ms] foo/pubspec.yaml (created)
[ +1 ms] foo/README.md (created)
[ +1 ms] foo/ios/Runner/Runner-Bridging-Header.h (created)
[ +1 ms] foo/ios/Runner/AppDelegate.swift (created)
[ +1 ms] foo/ios/Runner.xcodeproj/project.pbxproj (created)
[ +18 ms] foo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (existing - skipped)
[ ] foo/lib/main.dart (created)
[ +5 ms] foo/.idea/runConfigurations/main_dart.xml (created)
[ +1 ms] foo/.idea/libraries/Flutter_for_Android.xml (created)
[ +1 ms] foo/.idea/libraries/Dart_SDK.xml (created)
[ +1 ms] foo/.idea/libraries/KotlinJavaRuntime.xml (created)
[ ] foo/.idea/modules.xml (created)
[ ] foo/.idea/workspace.xml (created)
[ +89 ms] Running "flutter pub get" in foo...
[ +6 ms] Using /Users/tomas/Developer/flutter/.pub-cache for the pub cache.
[ +1 ms] executing: [/Users/tomas/foo/] /Users/tomas/Developer/flutter/bin/cache/dart-sdk/bin/pub --trace --verbose get --no-precompile
[ +135 ms] FINE: Pub 2.8.0-dev.20.0.flutter-1210d27678
[ +47 ms] MSG : Resolving dependencies...
[ +17 ms] SLVR: fact: foo is 1.0.0+1
[ +6 ms] SLVR: derived: foo
[ +40 ms] SLVR: fact: foo depends on flutter any from sdk
[ +1 ms] SLVR: fact: foo depends on cupertino_icons ^0.1.3
[ ] SLVR: fact: foo depends on flutter_test any from sdk
[ +2 ms] SLVR: selecting foo
[ +2 ms] SLVR: derived: flutter_test any from sdk
[ +1 ms] SLVR: derived: cupertino_icons ^0.1.3
[ ] SLVR: derived: flutter any from sdk
[ +29 ms] IO : Get versions from https://pub.dartlang.org/api/packages/cupertino_icons.
[ +21 ms] IO : HTTP GET https://pub.dartlang.org/api/packages/cupertino_icons
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | X-Pub-Reason: direct
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +855 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cupertino_icons
[ ] | took 0:00:00.856800
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:27 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +47 ms] SLVR: fact: every version of flutter_test from sdk depends on archive 2.0.13
[ ] SLVR: fact: every version of flutter_test from sdk depends on args 1.6.0
[ ] SLVR: fact: every version of flutter_test from sdk depends on async 2.4.1
[ ] SLVR: fact: every version of flutter_test from sdk depends on boolean_selector 2.0.0
[ ] SLVR: fact: every version of flutter_test from sdk depends on charcode 1.1.3
[ +1 ms] SLVR: fact: every version of flutter_test from sdk depends on collection 1.14.12
[ ] SLVR: fact: every version of flutter_test from sdk depends on convert 2.1.1
[ +1 ms] SLVR: fact: every version of flutter_test from sdk depends on crypto 2.1.4
[ ] SLVR: fact: every version of flutter_test from sdk depends on flutter any from sdk
[ ] SLVR: fact: every version of flutter_test from sdk depends on image 2.1.12
[ ] SLVR: fact: every version of flutter_test from sdk depends on matcher 0.12.6
[ ] SLVR: fact: every version of flutter_test from sdk depends on meta 1.1.8
[ ] SLVR: fact: every version of flutter_test from sdk depends on path 1.6.4
[ ] SLVR: fact: every version of flutter_test from sdk depends on petitparser 2.4.0
[ ] SLVR: fact: every version of flutter_test from sdk depends on quiver 2.1.3
[ ] SLVR: fact: every version of flutter_test from sdk depends on source_span 1.7.0
[ ] SLVR: fact: every version of flutter_test from sdk depends on stack_trace 1.9.3
[ ] SLVR: fact: every version of flutter_test from sdk depends on stream_channel 2.0.0
[ ] SLVR: fact: every version of flutter_test from sdk depends on string_scanner 1.0.5
[ ] SLVR: fact: every version of flutter_test from sdk depends on term_glyph 1.1.0
[ ] SLVR: fact: every version of flutter_test from sdk depends on test_api 0.2.15
[ ] SLVR: fact: every version of flutter_test from sdk depends on typed_data 1.1.6
[ +1 ms] SLVR: fact: every version of flutter_test from sdk depends on vector_math 2.0.8
[ ] SLVR: fact: every version of flutter_test from sdk depends on xml 3.6.1
[ +1 ms] SLVR: selecting flutter_test 0.0.0 from sdk
[ ] SLVR: derived: xml 3.6.1
[ ] SLVR: derived: vector_math 2.0.8
[ ] SLVR: derived: typed_data 1.1.6
[ ] SLVR: derived: test_api 0.2.15
[ ] SLVR: derived: term_glyph 1.1.0
[ ] SLVR: derived: string_scanner 1.0.5
[ ] SLVR: derived: stream_channel 2.0.0
[ ] SLVR: derived: stack_trace 1.9.3
[ ] SLVR: derived: source_span 1.7.0
[ ] SLVR: derived: quiver 2.1.3
[ ] SLVR: derived: petitparser 2.4.0
[ ] SLVR: derived: path 1.6.4
[ ] SLVR: derived: meta 1.1.8
[ ] SLVR: derived: matcher 0.12.6
[ ] SLVR: derived: image 2.1.12
[ ] SLVR: derived: crypto 2.1.4
[ ] SLVR: derived: convert 2.1.1
[ ] SLVR: derived: collection 1.14.12
[ ] SLVR: derived: charcode 1.1.3
[ ] SLVR: derived: boolean_selector 2.0.0
[ ] SLVR: derived: async 2.4.1
[ ] SLVR: derived: args 1.6.0
[ ] SLVR: derived: archive 2.0.13
[ +8 ms] IO : Get versions from https://pub.dartlang.org/api/packages/archive.
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/args.
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/async.
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/boolean_selector.
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/charcode.
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/collection.
[ +1 ms] IO : Get versions from https://pub.dartlang.org/api/packages/convert.
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/crypto.
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/image.
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/matcher.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/archive
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/args
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/async
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/boolean_selector
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/charcode
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/collection
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/convert
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/crypto
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +1 ms] IO : HTTP GET https://pub.dartlang.org/api/packages/image
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +1 ms] IO : HTTP GET https://pub.dartlang.org/api/packages/matcher
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +177 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/archive
[ ] | took 0:00:00.195513
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +10 ms] IO : Get versions from https://pub.dartlang.org/api/packages/meta.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/meta
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +353 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/meta
[ ] | took 0:00:00.353708
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +39 ms] IO : Get versions from https://pub.dartlang.org/api/packages/path.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/path
[ ] | Accept: application/vnd.pub.v2+json
[ +2 ms] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ +1 ms] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +6 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/async
[ ] | took 0:00:00.614357
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +4 ms] IO : Get versions from https://pub.dartlang.org/api/packages/petitparser.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/petitparser
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +2 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/args
[ ] | took 0:00:00.626203
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +9 ms] IO : Get versions from https://pub.dartlang.org/api/packages/quiver.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/quiver
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +1 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/collection
[ ] | took 0:00:00.637192
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +3 ms] IO : Get versions from https://pub.dartlang.org/api/packages/source_span.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/source_span
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ +1 ms] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +19 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/crypto
[ ] | took 0:00:00.661473
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +3 ms] IO : Get versions from https://pub.dartlang.org/api/packages/stack_trace.
[ +1 ms] IO : HTTP GET https://pub.dartlang.org/api/packages/stack_trace
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +2 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/image
[ ] | took 0:00:00.667431
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +4 ms] IO : Get versions from https://pub.dartlang.org/api/packages/stream_channel.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/stream_channel
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +2 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/charcode
[ ] | took 0:00:00.685035
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/string_scanner.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/string_scanner
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +2 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/boolean_selector
[ ] | took 0:00:00.692695
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/term_glyph.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/term_glyph
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +17 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/convert
[ ] | took 0:00:00.711471
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/test_api.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/test_api
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +9 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/matcher
[ ] | took 0:00:00.715768
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +1 ms] IO : Get versions from https://pub.dartlang.org/api/packages/typed_data.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/typed_data
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +258 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/path
[ ] | took 0:00:00.358616
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +2 ms] IO : Get versions from https://pub.dartlang.org/api/packages/vector_math.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/vector_math
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +3 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/petitparser
[ ] | took 0:00:00.380045
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/typed_data
[ ] | took 0:00:00.270229
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/source_span
[ ] | took 0:00:00.359484
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/term_glyph
[ ] | took 0:00:00.309393
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/string_scanner
[ ] | took 0:00:00.317782
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/quiver
[ ] | took 0:00:00.372000
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stream_channel
[ ] | took 0:00:00.328173
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/test_api
[ ] | took 0:00:00.296686
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stack_trace
[ ] | took 0:00:00.344071
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:28 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ ] IO : Get versions from https://pub.dartlang.org/api/packages/xml.
[ ] IO : HTTP GET https://pub.dartlang.org/api/packages/xml
[ ] | Accept: application/vnd.pub.v2+json
[ ] | X-Pub-OS: macos
[ ] | X-Pub-Command: get
[ ] | X-Pub-Session-ID: 436DF613-14D6-4A0C-B429-0ED098D3561A
[ ] | X-Pub-Environment: flutter_bot:flutter_cli:create
[ ] | user-agent: Dart pub 2.8.0-dev.20.0.flutter-1210d27678
[ +150 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/vector_math
[ ] | took 0:00:00.173821
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:29 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +44 ms] IO : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/xml
[ ] | took 0:00:00.197170
[ ] | transfer-encoding: chunked
[ ] | date: Wed, 15 Apr 2020 17:59:29 GMT
[ ] | content-encoding: gzip
[ ] | vary: Accept-Encoding
[ ] | strict-transport-security: max-age=31536000; preload
[ ] | via: 1.1 google
[ ] | content-type: application/json
[ ] | x-frame-options: SAMEORIGIN
[ ] | x-xss-protection: 1; mode=block
[ ] | x-content-type-options: nosniff
[ ] | server: dart:io with Shelf
[ +16 ms] SLVR: selecting cupertino_icons 0.1.3
[ +5 ms] SLVR: fact: every version of flutter from sdk depends on collection 1.14.12
[ ] SLVR: fact: every version of flutter from sdk depends on meta 1.1.8
[ ] SLVR: fact: every version of flutter from sdk depends on sky_engine any from sdk
[ ] SLVR: fact: every version of flutter from sdk depends on typed_data 1.1.6
[ ] SLVR: fact: every version of flutter from sdk depends on vector_math 2.0.8
[ ] SLVR: selecting flutter 0.0.0 from sdk
[ ] SLVR: derived: sky_engine any from sdk
[ +21 ms] SLVR: fact: xml >=3.0.1 depends on collection ^1.14.0
[ ] SLVR: fact: xml >=3.3.0 depends on convert ^2.1.0
[ +3 ms] SLVR: fact: xml >=3.6.0 depends on meta ^1.1.0
[ +5 ms] SLVR: fact: xml >=3.6.0 <3.7.0-∞ depends on petitparser ^2.4.0
[ ] SLVR: selecting xml 3.6.1
[ +6 ms] SLVR: selecting vector_math 2.0.8
[ +4 ms] SLVR: selecting typed_data 1.1.6
[ +25 ms] SLVR: fact: test_api >=0.2.5 depends on async ^2.0.0
[ ] SLVR: fact: test_api >=0.2.14 depends on boolean_selector >=1.0.0 <3.0.0
[ ] SLVR: fact: every version of test_api depends on collection ^1.8.0
[ ] SLVR: fact: test_api >=0.2.10 depends on matcher >=0.12.6 <0.12.7
[ ] SLVR: fact: every version of test_api depends on meta ^1.1.5
[ ] SLVR: fact: every version of test_api depends on path ^1.2.0
[ ] SLVR: fact: every version of test_api depends on source_span ^1.4.0
[ ] SLVR: fact: every version of test_api depends on stack_trace ^1.9.0
[ ] SLVR: fact: test_api >=0.2.4 depends on stream_channel >=1.7.0 <3.0.0
[ ] SLVR: fact: test_api >=0.2.5 depends on string_scanner ^1.0.0
[ ] SLVR: fact: every version of test_api depends on term_glyph ^1.0.0
[ ] SLVR: selecting test_api 0.2.15
[ +8 ms] SLVR: selecting term_glyph 1.1.0
[ +6 ms] SLVR: fact: string_scanner >=1.0.3 depends on charcode ^1.1.0
[ ] SLVR: fact: string_scanner >=1.0.4 depends on meta ^1.1.0
[ ] SLVR: fact: string_scanner >=1.0.3 depends on source_span ^1.4.0
[ ] SLVR: selecting string_scanner 1.0.5
[ +5 ms] SLVR: fact: stream_channel >=1.6.8 depends on async >=1.11.0 <3.0.0
[ ] SLVR: selecting stream_channel 2.0.0
[ +3 ms] SLVR: fact: stack_trace >=1.9.3 depends on path ^1.2.0
[ ] SLVR: selecting stack_trace 1.9.3
[ +11 ms] SLVR: fact: source_span >=1.4.1 depends on charcode ^1.0.0
[ ] SLVR: fact: source_span >=1.6.0 depends on collection ^1.8.0
[ ] SLVR: fact: source_span >=1.6.0 depends on meta >=0.9.0 <2.0.0
[ ] SLVR: fact: source_span >=1.4.1 depends on path ^1.2.0
[ ] SLVR: fact: source_span >=1.5.0 depends on term_glyph ^1.0.0
[ ] SLVR: selecting source_span 1.7.0
[ +12 ms] SLVR: fact: quiver >=2.1.0 depends on matcher ^0.12.5
[ ] SLVR: fact: quiver >=2.0.0+1 depends on meta ^1.0.0
[ ] SLVR: selecting quiver 2.1.3
[ +6 ms] SLVR: fact: petitparser >=2.4.0 depends on meta ^1.1.0
[ ] SLVR: selecting petitparser 2.4.0
[ +4 ms] SLVR: selecting path 1.6.4
[ +3 ms] SLVR: selecting meta 1.1.8
[ +5 ms] SLVR: fact: matcher >=0.12.3+1 depends on stack_trace ^1.2.0
[ ] SLVR: selecting matcher 0.12.6
[ +15 ms] SLVR: fact: image >=2.0.4 depends on archive >=1.0.16 <3.0.0
[ ] SLVR: fact: image >=2.0.6 depends on xml ^3.2.5
[ ] SLVR: selecting image 2.1.12
[ +7 ms] SLVR: fact: crypto >=2.0.6 depends on collection ^1.0.0
[ ] SLVR: fact: crypto >=2.0.6 depends on convert >=1.0.0 <3.0.0
[ ] SLVR: fact: crypto >=2.0.6 depends on typed_data ^1.0.0
[ ] SLVR: selecting crypto 2.1.4
[ +4 ms] SLVR: fact: convert >=2.0.2 depends on charcode ^1.1.0
[ ] SLVR: fact: convert >=2.0.2 depends on typed_data ^1.1.0
[ ] SLVR: selecting convert 2.1.1
[ +5 ms] SLVR: selecting collection 1.14.12
[ +5 ms] SLVR: selecting charcode 1.1.3
[ +15 ms] SLVR: fact: boolean_selector >=1.0.4 depends on source_span ^1.0.0
[ ] SLVR: fact: boolean_selector >=2.0.0 depends on string_scanner ^1.0.0
[ ] SLVR: selecting boolean_selector 2.0.0
[ +7 ms] SLVR: fact: async >=2.0.8 depends on collection ^1.5.0
[ ] SLVR: selecting async 2.4.1
[ +1 ms] SLVR: selecting args 1.6.0
[ +7 ms] SLVR: fact: archive >=2.0.0 depends on args ^1.4.0
[ ] SLVR: fact: archive >=2.0.0 depends on crypto ^2.0.0
[ ] SLVR: fact: archive >=2.0.0 depends on path ^1.5.1
[ ] SLVR: selecting archive 2.0.13
[ ] SLVR: selecting sky_engine 0.0.99 from sdk
[ +3 ms] SLVR: Version solving took 0:00:02.520211 seconds.
[ ] | Tried 1 solutions.
[ ] FINE: Resolving dependencies finished (2.535s).
[ +6 ms] MSG : + archive 2.0.13
[ ] | + args 1.6.0
[ ] | + async 2.4.1
[ ] | + boolean_selector 2.0.0
[ ] | + charcode 1.1.3
[ ] | + collection 1.14.12
[ ] | + convert 2.1.1
[ ] | + crypto 2.1.4
[ ] | + cupertino_icons 0.1.3
[ ] | + flutter 0.0.0 from sdk flutter
[ ] | + flutter_test 0.0.0 from sdk flutter
[ ] | + image 2.1.12
[ ] | + matcher 0.12.6
[ ] | + meta 1.1.8
[ ] | + path 1.6.4 (1.7.0 available)
[ ] | + petitparser 2.4.0 (3.0.2 available)
[ ] | + quiver 2.1.3
[ ] | + sky_engine 0.0.99 from sdk flutter
[ ] | + source_span 1.7.0
[ ] | + stack_trace 1.9.3
[ ] | + stream_channel 2.0.0
[ ] | + string_scanner 1.0.5
[ ] | + term_glyph 1.1.0
[ ] | + test_api 0.2.15
[ ] | + typed_data 1.1.6
[ ] | + vector_math 2.0.8
[ ] | + xml 3.6.1 (4.1.0 available)
[ +52 ms] IO : Writing 4184 characters to text file ./pubspec.lock.
[ ] FINE: Contents:
[ ] | # Generated by pub
[ ] | # See https://dart.dev/tools/pub/glossary#lockfile
[ ] | packages:
[ ] | archive:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: archive
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.0.13"
[ ] | args:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: args
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.6.0"
[ ] | async:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: async
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.4.1"
[ ] | boolean_selector:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: boolean_selector
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.0.0"
[ ] | charcode:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: charcode
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.3"
[ ] | collection:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: collection
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.14.12"
[ ] | convert:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: convert
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.1"
[ ] | crypto:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: crypto
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.4"
[ ] | cupertino_icons:
[ ] | dependency: "direct main"
[ ] | description:
[ ] | name: cupertino_icons
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.1.3"
[ ] | flutter:
[ ] | dependency: "direct main"
[ ] | description: flutter
[ ] | source: sdk
[ ] | version: "0.0.0"
[ ] | flutter_test:
[ ] | dependency: "direct dev"
[ ] | description: flutter
[ ] | source: sdk
[ ] | version: "0.0.0"
[ ] | image:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: image
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.12"
[ ] | matcher:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: matcher
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.12.6"
[ ] | meta:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: meta
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.8"
[ ] | path:
[ +4 ms] | dependency: transitive
[ ] | description:
[ ] | name: path
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.6.4"
[ ] | petitparser:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: petitparser
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.4.0"
[ ] | quiver:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: quiver
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.1.3"
[ ] | sky_engine:
[ ] | dependency: transitive
[ ] | description: flutter
[ ] | source: sdk
[ ] | version: "0.0.99"
[ ] | source_span:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: source_span
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.7.0"
[ ] | stack_trace:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: stack_trace
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.9.3"
[ ] | stream_channel:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: stream_channel
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.0.0"
[ ] | string_scanner:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: string_scanner
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.0.5"
[ ] | term_glyph:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: term_glyph
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.0"
[ ] | test_api:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: test_api
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "0.2.15"
[ ] | typed_data:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: typed_data
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "1.1.6"
[ ] | vector_math:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: vector_math
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "2.0.8"
[ ] | xml:
[ ] | dependency: transitive
[ ] | description:
[ ] | name: xml
[ ] | url: "https://pub.dartlang.org"
[ ] | source: hosted
[ ] | version: "3.6.1"
[ ] | sdks:
[ ] | dart: ">=2.7.0 <3.0.0"
[ ] MSG : Changed 27 dependencies!
[ +5 ms] IO : Writing 2768 characters to text file ./.packages.
[ ] FINE: Contents:
[ ] | # Generated by pub on 2020-04-15 18:59:28.157082.
[ ] | archive:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/archive-2.0.13/lib/
[ ] | args:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.6.0/lib/
[ ] | async:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.4.1/lib/
[ ] | boolean_selector:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.0.0/lib/
[ ] | charcode:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3/lib/
[ ] | collection:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.12/lib/
[ ] | convert:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/
[ ] | crypto:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.4/lib/
[ ] | cupertino_icons:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3/lib/
[ ] | flutter:file:///Users/tomas/Developer/flutter/packages/flutter/lib/
[ ] | flutter_test:file:///Users/tomas/Developer/flutter/packages/flutter_test/lib/
[ ] | image:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.12/lib/
[ ] | matcher:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6/lib/
[ ] | meta:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/
[ ] | path:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.6.4/lib/
[ ] | petitparser:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/petitparser-2.4.0/lib/
[ ] | quiver:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/quiver-2.1.3/lib/
[ ] | sky_engine:file:///Users/tomas/Developer/flutter/bin/cache/pkg/sky_engine/lib/
[ ] | source_span:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.7.0/lib/
[ ] | stack_trace:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/
[ ] | stream_channel:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/
[ ] | string_scanner:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/
[ ] | term_glyph:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/
[ ] | test_api:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.15/lib/
[ ] | typed_data:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/
[ ] | vector_math:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/
[ ] | xml:file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/xml-3.6.1/lib/
[ ] | foo:lib/
[ +25 ms] IO : Writing 5810 characters to text file ./.dart_tool/package_config.json.
[ ] FINE: Contents:
[ ] | {
[ ] | "configVersion": 2,
[ ] | "packages": [
[ ] | {
[ ] | "name": "archive",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/archive-2.0.13",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "args",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.6.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.3"
[ ] | },
[ ] | {
[ ] | "name": "async",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.4.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "boolean_selector",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.0.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.4"
[ ] | },
[ ] | {
[ ] | "name": "charcode",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "collection",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.12",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "convert",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.17"
[ ] | },
[ ] | {
[ ] | "name": "crypto",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.1"
[ ] | },
[ ] | {
[ ] | "name": "cupertino_icons",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "flutter",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/packages/flutter",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "flutter_test",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/packages/flutter_test",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "image",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.12",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "matcher",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.6",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.2"
[ ] | },
[ ] | {
[ ] | "name": "meta",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.12"
[ ] | },
[ ] | {
[ ] | "name": "path",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.6.4",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "petitparser",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/petitparser-2.4.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.4"
[ ] | },
[ ] | {
[ ] | "name": "quiver",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/quiver-2.1.3",
[ ] | "packageUri": "lib/",
[ +1 ms] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "sky_engine",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/bin/cache/pkg/sky_engine",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.11"
[ ] | },
[ ] | {
[ ] | "name": "source_span",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.7.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "stack_trace",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.23"
[ ] | },
[ ] | {
[ ] | "name": "stream_channel",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "string_scanner",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "term_glyph",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "1.8"
[ ] | },
[ ] | {
[ ] | "name": "test_api",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.15",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.4"
[ ] | },
[ ] | {
[ ] | "name": "typed_data",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "vector_math",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.0"
[ ] | },
[ ] | {
[ ] | "name": "xml",
[ ] | "rootUri": "file:///Users/tomas/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/xml-3.6.1",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.6"
[ ] | },
[ ] | {
[ ] | "name": "foo",
[ ] | "rootUri": "../",
[ ] | "packageUri": "lib/",
[ ] | "languageVersion": "2.7"
[ ] | }
[ ] | ],
[ ] | "generated": "2020-04-15T17:59:28.194051Z",
[ ] | "generator": "pub",
[ ] | "generatorVersion": "2.8.0-dev.20.0.flutter-1210d27678"
[ ] | }
[ +18 ms] Running "flutter pub get" in foo... (completed in 2,9s)
[ +194 ms] Generating /Users/tomas/foo/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +6 ms] Wrote 77 files.
[ ]
All done!
[ +5 ms] executing: /usr/bin/xcode-select --print-path
[ +12 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[ ] /Applications/Xcode.app/Contents/Developer
[ +13 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[ +19 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[ ] {"CFBundleName":"Android
Studio","JVMOptions":{"ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.jar:$APP_PACKAGE\/Contents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$APP_PACKAGE\/Contents\/l
ib\/jdom.jar:$APP_PACKAGE\/Contents\/lib\/log4j.jar:$APP_PACKAGE\/Contents\/lib\/trove4j.jar:$APP_PACKAGE\/Contents\/lib\/jna.jar","JVMVersion":"1.8*,1.8+","WorkingDirectory":"$APP_PACK
AGE\/Contents\/bin","MainClass":"com.intellij.idea.Main","Properties":{"idea.paths.selector":"AndroidStudio3.6","idea.executable":"studio","idea.platform.prefix":"AndroidStudio","idea.h
ome.path":"$APP_PACKAGE\/Contents"}},"NSDesktopFolderUsageDescription":"An application in Android Studio requests access to the user's Desktop
folder.","LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-192.7142.36.36.6241897","CFBundleDevelopmentRegion":"English","NSCameraUsageDescription":"An application in Android
Studio requests access to the device's camera.","CFBundleDocumentTypes":[{"CFBundleTypeName":"Android Studio Project
File","CFBundleTypeExtensions":["ipr"],"CFBundleTypeRole":"Editor","CFBundleTypeIconFile":"studio.icns"},{"CFBundleTypeName":"All
documents","CFBundleTypeExtensions":["*"],"CFBundleTypeOSTypes":["****"],"CFBundleTypeRole":"Editor","LSTypeIsPackage":false}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePacka
geType":"APPL","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersionString":"3.6","NSMicrophoneUsageDescription":"An application in Android Studio
requests access to the device's microphone.","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","NSLocationUsageDescription":"An application in Android Studio requests
access to the user's location
information.","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleTypeRole":"Editor","CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"]}],"CFBundleIdentifier":"com
.google.android.studio","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSignature":"????","LSMinimumSystemVersion":"10.8","NSDocumentsFolderUsageDescription":
"An application in Android Studio requests access to the user's Documents folder.","NSDownloadsFolderUsageDescription":"An application in Android Studio requests access to the user's
Downloads folder.","NSNetworkVolumesUsageDescription":"An application in Android Studio requests access to files on a network volume.","CFBundleGetInfoString":"Android Studio 3.6, build
AI-192.7142.36.36.6241897. Copyright JetBrains s.r.o., (c) 2000-2020","NSRemovableVolumesUsageDescription":"An application in Android Studio requests access to files on a removable
volume."}
[ +15 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[ +83 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[ ] openjdk version "1.8.0_212-release"
OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
OpenJDK 64-Bit Server VM (build 25.212-b4-5784211, mixed mode)
[ +18 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[ +11 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[ ] {"CFBundleName":"Android
Studio","JVMOptions":{"ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.jar:$APP_PACKAGE\/Contents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$APP_PACKAGE\/Contents\/l
ib\/jdom.jar:$APP_PACKAGE\/Contents\/lib\/log4j.jar:$APP_PACKAGE\/Contents\/lib\/trove4j.jar:$APP_PACKAGE\/Contents\/lib\/jna.jar","JVMVersion":"1.8*,1.8+","WorkingDirectory":"$APP_PACK
AGE\/Contents\/bin","MainClass":"com.intellij.idea.Main","Properties":{"idea.paths.selector":"AndroidStudio3.6","idea.executable":"studio","idea.platform.prefix":"AndroidStudio","idea.h
ome.path":"$APP_PACKAGE\/Contents"}},"NSDesktopFolderUsageDescription":"An application in Android Studio requests access to the user's Desktop
folder.","LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-192.7142.36.36.6241897","CFBundleDevelopmentRegion":"English","NSCameraUsageDescription":"An application in Android
Studio requests access to the device's camera.","CFBundleDocumentTypes":[{"CFBundleTypeName":"Android Studio Project
File","CFBundleTypeExtensions":["ipr"],"CFBundleTypeRole":"Editor","CFBundleTypeIconFile":"studio.icns"},{"CFBundleTypeName":"All
documents","CFBundleTypeExtensions":["*"],"CFBundleTypeOSTypes":["****"],"CFBundleTypeRole":"Editor","LSTypeIsPackage":false}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePacka
geType":"APPL","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersionString":"3.6","NSMicrophoneUsageDescription":"An application in Android Studio
requests access to the device's microphone.","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","NSLocationUsageDescription":"An application in Android Studio requests
access to the user's location
information.","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleTypeRole":"Editor","CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"]}],"CFBundleIdentifier":"com
.google.android.studio","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSignature":"????","LSMinimumSystemVersion":"10.8","NSDocumentsFolderUsageDescription":
"An application in Android Studio requests access to the user's Documents folder.","NSDownloadsFolderUsageDescription":"An application in Android Studio requests access to the user's
Downloads folder.","NSNetworkVolumesUsageDescription":"An application in Android Studio requests access to files on a network volume.","CFBundleGetInfoString":"Android Studio 3.6, build
AI-192.7142.36.36.6241897. Copyright JetBrains s.r.o., (c) 2000-2020","NSRemovableVolumesUsageDescription":"An application in Android Studio requests access to files on a removable
volume."}
[ +15 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[ +83 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[ ] openjdk version "1.8.0_212-release"
OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
OpenJDK 64-Bit Server VM (build 25.212-b4-5784211, mixed mode)
[ +5 ms] executing: [/Users/tomas/Developer/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ +15 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ ] 8 days ago
[ +24 ms] executing: /Users/tomas/Developer/flutter/bin/cache/artifacts/engine/android-arm-profile/darwin-x64/gen_snapshot
[ +17 ms] Exit code 255 from: /Users/tomas/Developer/flutter/bin/cache/artifacts/engine/android-arm-profile/darwin-x64/gen_snapshot
[ ] At least one input is required
Usage: gen_snapshot [<vm-flags>] [<options>] <dart-kernel-file>
Common options:
--help
Display this message (add --verbose for information about all VM options).
--version
Print the VM version.
To create a core snapshot:
--snapshot_kind=core
--vm_snapshot_data=<output-file>
--isolate_snapshot_data=<output-file>
<dart-kernel-file>
To create an AOT application snapshot as assembly suitable for compilation
as a static or dynamic library:
--snapshot_kind=app-aot-assembly
--assembly=<output-file>
[--strip]
[--obfuscate]
[--save-debugging-info=<debug-filename>]
[--save-obfuscation-map=<map-filename>]
<dart-kernel-file>
To create an AOT application snapshot as an ELF shared library:
--snapshot_kind=app-aot-elf
--elf=<output-file>
[--strip]
[--obfuscate]
[--save-debugging-info=<debug-filename>]
[--save-obfuscation-map=<map-filename>]
<dart-kernel-file>
AOT snapshots can be obfuscated: that is all identifiers will be renamed
during compilation. This mode is enabled with --obfuscate flag. Mapping
between original and obfuscated names can be serialized as a JSON array
using --save-obfuscation-map=<filename> option. See dartbug.com/30524
for implementation details and limitations of the obfuscation pass.
[ +1 ms] executing: sw_vers -productName
[ +14 ms] Exit code 0 from: sw_vers -productName
[ ] Mac OS X
[ ] executing: sw_vers -productVersion
[ +15 ms] Exit code 0 from: sw_vers -productVersion
[ ] 10.15.3
[ ] executing: sw_vers -buildVersion
[ +17 ms] Exit code 0 from: sw_vers -buildVersion
[ ] 19D76
[ +9 ms] java -version
[ +102 ms] executing: /Users/tomas/Library/Android/sdk/tools/bin/sdkmanager --licenses
[+2414 ms] executing: /usr/bin/xcrun clang
[ +57 ms] Exit code 1 from: /usr/bin/xcrun clang
[ ] clang: error: no input files
[ ] executing: /usr/bin/xcrun simctl list
[ +122 ms] Exit code 0 from: /usr/bin/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 (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)
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) (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-)
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 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)
== Runtimes ==
iOS 13.4 (13.4 - 17E255) - com.apple.CoreSimulator.SimRuntime.iOS-13-4
tvOS 13.4 (13.4 - 17L255) - com.apple.CoreSimulator.SimRuntime.tvOS-13-4
watchOS 6.2 (6.2 - 17T256) - com.apple.CoreSimulator.SimRuntime.watchOS-6-2
== Devices ==
-- iOS 13.4 --
iPhone 8 (52C58DBC-19FC-449D-B13F-0E45A155116A) (Shutdown)
iPhone 8 Plus (68226616-EB34-4B07-9908-D010A89CBD31) (Shutdown)
iPhone 11 (8945646B-58CE-451E-82E8-487FB361872E) (Shutdown)
iPhone 11 Pro (A85E0A78-987E-41EA-9676-E33AC01D746D) (Shutdown)
iPhone 11 Pro Max (29AAAD23-5952-417E-A4F1-4763923FDA6C) (Shutdown)
iPad Pro (9.7-inch) (3954FB5A-C33A-462E-9EFE-0F1FE6B3FB38) (Shutdown)
iPad (7th generation) (785AB173-175D-4179-945E-660D0E92329E) (Shutdown)
iPad Pro (11-inch) (2nd generation) (EAFD6935-A9D4-4750-8038-3F81148B6823) (Shutdown)
iPad Pro (12.9-inch) (4th generation) (C385754E-007C-4A89-B492-8E500C458BF2) (Shutdown)
iPad Air (3rd generation) (939AA55A-792E-4399-87CD-A0ACABE4C4C3) (Shutdown)
-- tvOS 13.4 --
Apple TV (5428EE99-C66C-45DF-A174-5196A1618261) (Shutdown)
Apple TV 4K (309E2746-0C3F-4AF7-99B6-3DA7F6D2AD64) (Shutdown)
Apple TV 4K (at 1080p) (69584B00-58D3-4B8B-A271-F92E39403A1A) (Shutdown)
-- watchOS 6.2 --
Apple Watch Series 4 - 40mm (F3FE756B-237F-4BF4-8313-3FFB28EB687D) (Shutdown)
Apple Watch Series 4 - 44mm (64EE3CE6-CD87-4D5C-9743-65E148040236) (Shutdown)
Apple Watch Series 5 - 40mm (22B803F0-011A-4EB9-8296-3CCA22181DC2) (Shutdown)
Apple Watch Series 5 - 44mm (B5A4B7F8-B8C1-473E-B2C0-50705BA7DA33) (Shutdown)
-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-13-3 --
iPhone 8 (36AA8D7C-636C-448F-9011-F76AB672061E) (Shutdown) (unavailable, runtime profile not found)
iPhone 8 Plus (11459889-68EC-4158-BA20-0BB8A0876C0F) (Shutdown) (unavailable, runtime profile not found)
iPhone 11 (D9B71815-2FF1-48B2-BAC5-ED4A7E1551C3) (Shutdown) (unavailable, runtime profile not found)
iPhone 11 Pro (B74A82A5-53E5-46C5-A622-3312D58BDFAD) (Shutdown) (unavailable, runtime profile not found)
iPhone 11 Pro Max (9E10425C-CE86-476D-903E-B7911261338F) (Shutdown) (unavailable, runtime profile not found)
iPad Pro (9.7-inch) (98D5516A-9481-4C85-BCB8-1C35552B6618) (Shutdown) (unavailable, runtime profile not found)
iPad (7th generation) (03847D3B-581B-4390-AEDD-275CAF7C1EF1) (Shutdown) (unavailable, runtime profile not found)
iPad Pro (12.9-inch) (3rd generation) (9C8B19AE-3685-46A6-BCBD-2370BDE4CE5F) (Shutdown) (unavailable, runtime profile not found)
iPad Air (3rd generation) (00E88262-DE30-4A4A-8221-0205773461E2) (Shutdown) (unavailable, runtime profile not found)
iPad Pro (11-inch) (FFE3FED2-B1EC-4AE4-8BAA-1258AE442385) (Shutdown) (unavailable, runtime profile not found)
-- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-13-3 --
Apple TV (63853267-5232-46AF-8A2F-94236B5C2E1F) (Shutdown) (unavailable, runtime profile not found)
Apple TV 4K (909079EC-1B06-4787-A6A8-7021750524B0) (Shutdown) (unavailable, runtime profile not found)
Apple TV 4K (at 1080p) (9AFE2402-B0D8-43A4-8393-234B9BAE17A8) (Shutdown) (unavailable, runtime profile not found)
-- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-6-1 --
Apple Watch Series 4 - 40mm (5DDECD22-2A75-439F-9026-5BCA9FF2BEA6) (Shutdown) (unavailable, runtime profile not found)
Apple Watch Series 4 - 44mm (FAD8CECA-2F1E-460E-8705-6F64DCC96835) (Shutdown) (unavailable, runtime profile not found)
Apple Watch Series 5 - 40mm (23BF2971-4597-466F-9133-D6BA9C6847CE) (Shutdown) (unavailable, runtime profile not found)
Apple Watch Series 5 - 44mm (361EB3E2-F6EC-4025-AEBC-11F61BC510D0) (Shutdown) (unavailable, runtime profile not found)
== Device Pairs ==
727C2E6D-1397-4FC6-BB3F-877884E0F514 (active, disconnected)
Watch: Apple Watch Series 5 - 40mm (22B803F0-011A-4EB9-8296-3CCA22181DC2) (Shutdown)
Phone: iPhone 11 Pro (A85E0A78-987E-41EA-9676-E33AC01D746D) (Shutdown)
69448281-777D-440B-B0BF-CC14960F68E5 (active, disconnected)
Watch: Apple Watch Series 5 - 44mm (B5A4B7F8-B8C1-473E-B2C0-50705BA7DA33) (Shutdown)
Phone: iPhone 11 Pro Max (29AAAD23-5952-417E-A4F1-4763923FDA6C) (Shutdown)
C35C178E-427F-490A-94C8-76F0F2632755 (unavailable)
Watch: Apple Watch Series 5 - 40mm (23BF2971-4597-466F-9133-D6BA9C6847CE) (Shutdown)
Phone: iPhone 11 Pro (B74A82A5-53E5-46C5-A622-3312D58BDFAD) (Shutdown)
B232E386-18AB-4161-B170-EAA2DA00EB75 (unavailable)
Watch: Apple Watch Series 5 - 44mm (361EB3E2-F6EC-4025-AEBC-11F61BC510D0) (Shutdown)
Phone: iPhone 11 Pro Max (9E10425C-CE86-476D-903E-B7911261338F) (Shutdown)
[ +3 ms] executing: which pod
[ +7 ms] executing: pod --version
[+1355 ms] 1.9.1
[ +98 ms] executing: /Users/tomas/Library/Android/sdk/platform-tools/adb devices -l
[ +3 ms] executing: xcrun --find xcdevice
[ +10 ms] Exit code 0 from: xcrun --find xcdevice
[ ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice
[ ] executing: xcrun xcdevice list --timeout 2
[ +3 ms] /usr/bin/xcrun simctl list --json devices
[ ] executing: /usr/bin/xcrun simctl list --json devices
[ +19 ms] List of devices attached
emulator-5556 device product:sdk_gphone_x86_arm model:AOSP_on_IA_Emulator device:generic_x86_arm transport_id:9
[ +104 ms] {
"devices" : {
"com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/5428EE99-C66C-45DF-A174-5196A1618261\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/5428EE99-C66C-45DF-A174-5196A1618261",
"udid" : "5428EE99-C66C-45DF-A174-5196A1618261",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
"state" : "Shutdown",
"name" : "Apple TV"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/309E2746-0C3F-4AF7-99B6-3DA7F6D2AD64\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/309E2746-0C3F-4AF7-99B6-3DA7F6D2AD64",
"udid" : "309E2746-0C3F-4AF7-99B6-3DA7F6D2AD64",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
"state" : "Shutdown",
"name" : "Apple TV 4K"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/69584B00-58D3-4B8B-A271-F92E39403A1A\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/69584B00-58D3-4B8B-A271-F92E39403A1A",
"udid" : "69584B00-58D3-4B8B-A271-F92E39403A1A",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
"state" : "Shutdown",
"name" : "Apple TV 4K (at 1080p)"
}
],
"com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/F3FE756B-237F-4BF4-8313-3FFB28EB687D\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/F3FE756B-237F-4BF4-8313-3FFB28EB687D",
"udid" : "F3FE756B-237F-4BF4-8313-3FFB28EB687D",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 4 - 40mm"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/64EE3CE6-CD87-4D5C-9743-65E148040236\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/64EE3CE6-CD87-4D5C-9743-65E148040236",
"udid" : "64EE3CE6-CD87-4D5C-9743-65E148040236",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 4 - 44mm"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/22B803F0-011A-4EB9-8296-3CCA22181DC2\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/22B803F0-011A-4EB9-8296-3CCA22181DC2",
"udid" : "22B803F0-011A-4EB9-8296-3CCA22181DC2",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 5 - 40mm"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/B5A4B7F8-B8C1-473E-B2C0-50705BA7DA33\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/B5A4B7F8-B8C1-473E-B2C0-50705BA7DA33",
"udid" : "B5A4B7F8-B8C1-473E-B2C0-50705BA7DA33",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 5 - 44mm"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-13-4" : [
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/52C58DBC-19FC-449D-B13F-0E45A155116A\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/52C58DBC-19FC-449D-B13F-0E45A155116A",
"udid" : "52C58DBC-19FC-449D-B13F-0E45A155116A",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"state" : "Shutdown",
"name" : "iPhone 8"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/68226616-EB34-4B07-9908-D010A89CBD31\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/68226616-EB34-4B07-9908-D010A89CBD31",
"udid" : "68226616-EB34-4B07-9908-D010A89CBD31",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"state" : "Shutdown",
"name" : "iPhone 8 Plus"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/8945646B-58CE-451E-82E8-487FB361872E\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/8945646B-58CE-451E-82E8-487FB361872E",
"udid" : "8945646B-58CE-451E-82E8-487FB361872E",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"state" : "Shutdown",
"name" : "iPhone 11"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/A85E0A78-987E-41EA-9676-E33AC01D746D\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/A85E0A78-987E-41EA-9676-E33AC01D746D",
"udid" : "A85E0A78-987E-41EA-9676-E33AC01D746D",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"state" : "Shutdown",
"name" : "iPhone 11 Pro"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/29AAAD23-5952-417E-A4F1-4763923FDA6C\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/29AAAD23-5952-417E-A4F1-4763923FDA6C",
"udid" : "29AAAD23-5952-417E-A4F1-4763923FDA6C",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 11 Pro Max"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/3954FB5A-C33A-462E-9EFE-0F1FE6B3FB38\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/3954FB5A-C33A-462E-9EFE-0F1FE6B3FB38",
"udid" : "3954FB5A-C33A-462E-9EFE-0F1FE6B3FB38",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"state" : "Shutdown",
"name" : "iPad Pro (9.7-inch)"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/785AB173-175D-4179-945E-660D0E92329E\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/785AB173-175D-4179-945E-660D0E92329E",
"udid" : "785AB173-175D-4179-945E-660D0E92329E",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
"state" : "Shutdown",
"name" : "iPad (7th generation)"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/EAFD6935-A9D4-4750-8038-3F81148B6823\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/EAFD6935-A9D4-4750-8038-3F81148B6823",
"udid" : "EAFD6935-A9D4-4750-8038-3F81148B6823",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
"state" : "Shutdown",
"name" : "iPad Pro (11-inch) (2nd generation)"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/C385754E-007C-4A89-B492-8E500C458BF2\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/C385754E-007C-4A89-B492-8E500C458BF2",
"udid" : "C385754E-007C-4A89-B492-8E500C458BF2",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
"state" : "Shutdown",
"name" : "iPad Pro (12.9-inch) (4th generation)"
},
{
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/939AA55A-792E-4399-87CD-A0ACABE4C4C3\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/939AA55A-792E-4399-87CD-A0ACABE4C4C3",
"udid" : "939AA55A-792E-4399-87CD-A0ACABE4C4C3",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
"state" : "Shutdown",
"name" : "iPad Air (3rd generation)"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-13-3" : [
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/36AA8D7C-636C-448F-9011-F76AB672061E\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/36AA8D7C-636C-448F-9011-F76AB672061E",
"udid" : "36AA8D7C-636C-448F-9011-F76AB672061E",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"state" : "Shutdown",
"name" : "iPhone 8"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/11459889-68EC-4158-BA20-0BB8A0876C0F\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/11459889-68EC-4158-BA20-0BB8A0876C0F",
"udid" : "11459889-68EC-4158-BA20-0BB8A0876C0F",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"state" : "Shutdown",
"name" : "iPhone 8 Plus"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/D9B71815-2FF1-48B2-BAC5-ED4A7E1551C3\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/D9B71815-2FF1-48B2-BAC5-ED4A7E1551C3",
"udid" : "D9B71815-2FF1-48B2-BAC5-ED4A7E1551C3",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"state" : "Shutdown",
"name" : "iPhone 11"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/B74A82A5-53E5-46C5-A622-3312D58BDFAD\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/B74A82A5-53E5-46C5-A622-3312D58BDFAD",
"udid" : "B74A82A5-53E5-46C5-A622-3312D58BDFAD",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"state" : "Shutdown",
"name" : "iPhone 11 Pro"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/9E10425C-CE86-476D-903E-B7911261338F\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/9E10425C-CE86-476D-903E-B7911261338F",
"udid" : "9E10425C-CE86-476D-903E-B7911261338F",
"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\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/98D5516A-9481-4C85-BCB8-1C35552B6618\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/98D5516A-9481-4C85-BCB8-1C35552B6618",
"udid" : "98D5516A-9481-4C85-BCB8-1C35552B6618",
"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\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/03847D3B-581B-4390-AEDD-275CAF7C1EF1\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/03847D3B-581B-4390-AEDD-275CAF7C1EF1",
"udid" : "03847D3B-581B-4390-AEDD-275CAF7C1EF1",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
"state" : "Shutdown",
"name" : "iPad (7th generation)"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/9C8B19AE-3685-46A6-BCBD-2370BDE4CE5F\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/9C8B19AE-3685-46A6-BCBD-2370BDE4CE5F",
"udid" : "9C8B19AE-3685-46A6-BCBD-2370BDE4CE5F",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
"state" : "Shutdown",
"name" : "iPad Pro (12.9-inch) (3rd generation)"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/00E88262-DE30-4A4A-8221-0205773461E2\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/00E88262-DE30-4A4A-8221-0205773461E2",
"udid" : "00E88262-DE30-4A4A-8221-0205773461E2",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
"state" : "Shutdown",
"name" : "iPad Air (3rd generation)"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/FFE3FED2-B1EC-4AE4-8BAA-1258AE442385\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/FFE3FED2-B1EC-4AE4-8BAA-1258AE442385",
"udid" : "FFE3FED2-B1EC-4AE4-8BAA-1258AE442385",
"isAvailable" : false,
"state" : "Shutdown",
"name" : "iPad Pro (11-inch)"
}
],
"com.apple.CoreSimulator.SimRuntime.watchOS-6-1" : [
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/5DDECD22-2A75-439F-9026-5BCA9FF2BEA6\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/5DDECD22-2A75-439F-9026-5BCA9FF2BEA6",
"udid" : "5DDECD22-2A75-439F-9026-5BCA9FF2BEA6",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 4 - 40mm"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/FAD8CECA-2F1E-460E-8705-6F64DCC96835\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/FAD8CECA-2F1E-460E-8705-6F64DCC96835",
"udid" : "FAD8CECA-2F1E-460E-8705-6F64DCC96835",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 4 - 44mm"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/23BF2971-4597-466F-9133-D6BA9C6847CE\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/23BF2971-4597-466F-9133-D6BA9C6847CE",
"udid" : "23BF2971-4597-466F-9133-D6BA9C6847CE",
"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\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/361EB3E2-F6EC-4025-AEBC-11F61BC510D0\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/361EB3E2-F6EC-4025-AEBC-11F61BC510D0",
"udid" : "361EB3E2-F6EC-4025-AEBC-11F61BC510D0",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 5 - 44mm"
}
],
"com.apple.CoreSimulator.SimRuntime.tvOS-13-3" : [
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/63853267-5232-46AF-8A2F-94236B5C2E1F\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/63853267-5232-46AF-8A2F-94236B5C2E1F",
"udid" : "63853267-5232-46AF-8A2F-94236B5C2E1F",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
"state" : "Shutdown",
"name" : "Apple TV"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/909079EC-1B06-4787-A6A8-7021750524B0\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/909079EC-1B06-4787-A6A8-7021750524B0",
"udid" : "909079EC-1B06-4787-A6A8-7021750524B0",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
"state" : "Shutdown",
"name" : "Apple TV 4K"
},
{
"availabilityError" : "runtime profile not found",
"dataPath" : "\/Users\/tomas\/Library\/Developer\/CoreSimulator\/Devices\/9AFE2402-B0D8-43A4-8393-234B9BAE17A8\/data",
"logPath" : "\/Users\/tomas\/Library\/Logs\/CoreSimulator\/9AFE2402-B0D8-43A4-8393-234B9BAE17A8",
"udid" : "9AFE2402-B0D8-43A4-8393-234B9BAE17A8",
"isAvailable" : false,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
"state" : "Shutdown",
"name" : "Apple TV 4K (at 1080p)"
}
]
}
}
[+3704 ms] [
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,1",
"identifier" : "8945646B-58CE-451E-82E8-487FB361872E",
"architecture" : "x86_64",
"modelUTI" : "com.apple.iphone-11-1",
"modelName" : "iPhone 11",
"name" : "iPhone 11"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad8,9",
"identifier" : "EAFD6935-A9D4-4750-8038-3F81148B6823",
"architecture" : "x86_64",
"modelUTI" : "com.apple.ipad-pro-11-2nd-1",
"modelName" : "iPad Pro (11-inch) (2nd generation)",
"name" : "iPad Pro (11-inch) (2nd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone10,4",
"identifier" : "52C58DBC-19FC-449D-B13F-0E45A155116A",
"architecture" : "x86_64",
"modelUTI" : "com.apple.iphone-8-2",
"modelName" : "iPhone 8",
"name" : "iPhone 8"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,3",
"identifier" : "A85E0A78-987E-41EA-9676-E33AC01D746D",
"architecture" : "x86_64",
"modelUTI" : "com.apple.iphone-11-pro-1",
"modelName" : "iPhone 11 Pro",
"name" : "iPhone 11 Pro"
},
{
"simulator" : true,
"operatingSystemVersion" : "6.2 (17T256)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch5,4",
"identifier" : "B5A4B7F8-B8C1-473E-B2C0-50705BA7DA33",
"architecture" : "i386",
"modelUTI" : "com.apple.watch-series5-1",
"modelName" : "Apple Watch Series 5 - 44mm",
"name" : "Apple Watch Series 5 - 44mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,5",
"identifier" : "29AAAD23-5952-417E-A4F1-4763923FDA6C",
"architecture" : "x86_64",
"modelUTI" : "com.apple.iphone-11-pro-max-1",
"modelName" : "iPhone 11 Pro Max",
"name" : "iPhone 11 Pro Max"
},
{
"simulator" : true,
"operatingSystemVersion" : "6.2 (17T256)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch4,4",
"identifier" : "64EE3CE6-CD87-4D5C-9743-65E148040236",
"architecture" : "i386",
"modelUTI" : "com.apple.watch-series4-1",
"modelName" : "Apple Watch Series 4 - 44mm",
"name" : "Apple Watch Series 4 - 44mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "6.2 (17T256)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch5,3",
"identifier" : "22B803F0-011A-4EB9-8296-3CCA22181DC2",
"architecture" : "i386",
"modelUTI" : "com.apple.watch-series5-1",
"modelName" : "Apple Watch Series 5 - 40mm",
"name" : "Apple Watch Series 5 - 40mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17L255)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV6,2",
"identifier" : "309E2746-0C3F-4AF7-99B6-3DA7F6D2AD64",
"architecture" : "x86_64",
"modelUTI" : "com.apple.apple-tv-4k",
"modelName" : "Apple TV 4K",
"name" : "Apple TV 4K"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad7,12",
"identifier" : "785AB173-175D-4179-945E-660D0E92329E",
"architecture" : "x86_64",
"modelUTI" : "com.apple.ipad-7-wwan-1",
"modelName" : "iPad (7th generation)",
"name" : "iPad (7th generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "6.2 (17T256)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch4,3",
"identifier" : "F3FE756B-237F-4BF4-8313-3FFB28EB687D",
"architecture" : "i386",
"modelUTI" : "com.apple.watch-series4-1",
"modelName" : "Apple Watch Series 4 - 40mm",
"name" : "Apple Watch Series 4 - 40mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17L255)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV6,2",
"identifier" : "69584B00-58D3-4B8B-A271-F92E39403A1A",
"architecture" : "x86_64",
"modelUTI" : "com.apple.apple-tv-4k",
"modelName" : "Apple TV 4K (at 1080p)",
"name" : "Apple TV 4K (at 1080p)"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17L255)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV5,3",
"identifier" : "5428EE99-C66C-45DF-A174-5196A1618261",
"architecture" : "x86_64",
"modelUTI" : "com.apple.apple-tv-4",
"modelName" : "Apple TV",
"name" : "Apple TV"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad11,3",
"identifier" : "939AA55A-792E-4399-87CD-A0ACABE4C4C3",
"architecture" : "x86_64",
"modelUTI" : "com.apple.ipad-air3-wifi-1",
"modelName" : "iPad Air (3rd generation)",
"name" : "iPad Air (3rd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone10,5",
"identifier" : "68226616-EB34-4B07-9908-D010A89CBD31",
"architecture" : "x86_64",
"modelUTI" : "com.apple.iphone-8-plus-2",
"modelName" : "iPhone 8 Plus",
"name" : "iPhone 8 Plus"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad6,4",
"identifier" : "3954FB5A-C33A-462E-9EFE-0F1FE6B3FB38",
"architecture" : "x86_64",
"modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
"modelName" : "iPad Pro (9.7-inch)",
"name" : "iPad Pro (9.7-inch)"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.4 (17E255)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad8,12",
"identifier" : "C385754E-007C-4A89-B492-8E500C458BF2",
"architecture" : "x86_64",
"modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
"modelName" : "iPad Pro (12.9-inch) (4th generation)",
"name" : "iPad Pro (12.9-inch) (4th generation)"
}
]
[ +8 ms] /Users/tomas/Library/Android/sdk/platform-tools/adb -s emulator-5556 shell getprop
[ +21 ms] ro.hardware = ranchu
[ +102 ms] [✓] Flutter: is fully installed. (Channel master, v1.18.1-pre.4, on Mac OS X 10.15.3 19D76, locale es-ES)
[✓] Android toolchain - develop for Android devices: is fully installed. (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS: is fully installed. (Xcode 11.4)
[✓] Chrome - develop for the web: is fully installed.
[✓] Android Studio: is fully installed. (version 3.6)
[✓] VS Code: is fully installed. (version 1.44.0)
[✓] Connected device: is fully installed. (3 available)
[ ] In order to run your application, type:
$ cd foo
$ flutter run
Your application code is in foo/lib/main.dart.
[ +1 ms] "flutter create" took 13.321ms.
~
flutter doctor -v
~ flutter doctor -v
[✓] Flutter (Channel master, v1.18.1-pre.4, on Mac OS X 10.15.3 19D76, locale es-ES)
• Flutter version 1.18.1-pre.4 at /Users/tomas/Developer/flutter
• Framework revision 45c51e149c (8 days ago), 2020-04-07 10:01:02 -0700
• Engine revision 49891e0653
• Dart version 2.8.0 (build 2.8.0-dev.20.0 1210d27678)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at /Users/tomas/Library/Android/sdk
• Platform android-29, build-tools 29.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.4, Build version 11E146
• CocoaPods version 1.9.1
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 3.6)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 44.0.2
• Dart plugin version 192.7761
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
[✓] VS Code (version 1.44.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.9.1
[✓] Connected device (3 available)
• AOSP on IA Emulator • emulator-5556 • android-x86 • Android 9 (API 28) (emulator)
• Chrome • chrome • web-javascript • Google Chrome 80.0.3987.163
• Web Server • web-server • web-javascript • Flutter Tools
• No issues found!
zeppelin-tt, snwagbata, woutervanwijk, otopba, samuelchanx and 2 more
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: regressionIt was better in the past than it is nowIt was better in the past than it is nowplatform-iosiOS applications specificallyiOS applications specificallyt: hot reloadReloading code during "flutter run"Reloading code during "flutter run"toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.