NativeScript / nativescript-cli

Command-line interface for building NativeScript apps
https://www.npmjs.com/package/nativescript
Apache License 2.0
1.03k stars 195 forks source link

Latest CLI not recognizing XCode and system configuration #5043

Closed alexrainman closed 7 months ago

alexrainman commented 5 years ago

OS: MacOSX 10.14.5 XCode: 11.0 (11A420a) iOS: 13.0 CLI: 6.1.2 Node: 10.16.3 Shared project created with ng CLI and @nativescript/schematics.

RUNNING TNS DOCTOR:

✔ Getting environment information There seem to be issues with your configuration. ✔ Getting NativeScript components versions information... ✔ Component nativescript has 6.1.2 version and is up to date. ✔ Your ANDROID_HOME environment variable is set and points to correct directory. ✔ Your adb from the Android SDK is correctly installed. ✔ The Android SDK is installed. ✔ A compatible Android SDK for compilation is found. ✔ Javac is installed and is configured properly. ✔ The Java Development Kit (JDK) is installed and is configured properly. ✔ xcodeproj is installed and is configured properly. ✔ CocoaPods are installed. ✔ CocoaPods update is not required. ✔ Your current CocoaPods version is newer than 1.0.0. ✔ Python installed and configured correctly. ✔ The Python 'six' package is found. ✖ WARNING: Xcode is not installed or is not configured properly. You will not be able to build your projects for iOS or run them in the iOS Simulator. To be able to build for iOS and run apps in the native emulator, verify that you have installed Xcode. You are missing the nativescript-cloud extension and you will not be able to execute cloud builds. Your environment is not configured properly and you will not be able to execute local builds. To continue, choose one of the following options:
Select "Sync to Playground" to enjoy NativeScript without any local setup. All you need is a couple of companion apps installed on your devices. Select "Configure for Cloud Builds" to install the nativescript-cloud extension and automatically configure your environment for cloud builds. Select "Configure for Local Builds" to run the setup script and automatically configure your environment for local builds. Select "Configure for Both Local and Cloud Builds" to automatically configure your environment for both options. Select "Configure for Both Local and Cloud Builds" to automatically configure your environment for both options. ? To continue, choose one of the following options: (Use arrow keys) ❯ Sync to Playground Configure for Cloud Builds Configure for Local Builds Configure for Both Local and Cloud Builds Skip Step and Configure Manually

SELECTING "CONFIGURE FOR LOCAL BUILDS":

NativeScript requires Xcode. If you do not have Xcode installed, download and install it from App Store and run it once to complete its setup. Do you have Xcode installed? (y/n) y xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Xcode is not installed or not configured properly. Download, install, set it up and run this script again. ✔ Your ANDROID_HOME environment variable is set and points to correct directory. ✔ Your adb from the Android SDK is correctly installed. ✔ The Android SDK is installed. ✔ A compatible Android SDK for compilation is found. ✔ Javac is installed and is configured properly. ✔ The Java Development Kit (JDK) is installed and is configured properly. ✔ xcodeproj is installed and is configured properly. ✔ CocoaPods are installed. ✔ CocoaPods update is not required. ✔ Your current CocoaPods version is newer than 1.0.0. ✔ Python installed and configured correctly. ✔ The Python 'six' package is found. ✖ WARNING: Xcode is not installed or is not configured properly. You will not be able to build your projects for iOS or run them in the iOS Simulator. To be able to build for iOS and run apps in the native emulator, verify that you have installed Xcode. The setup script was not able to configure your environment for local builds. To execute local builds, you have to set up your environment manually. Please consult our setup instructions here 'https://docs.nativescript.org/start/quick-setup'. ? To continue, choose one of the following options: (Use arrow keys) ❯ Configure for Cloud Builds Skip Step and Configure Manually

SELECTING "SKIP STEP AND CONFIGURE MANUALLY"

To be able to build, verify that your environment is configured according to the system requirements described at http://docs.nativescript.org/setup/ns-cli-setup/ns-setup-os-x.html#system-requirements. If you have any questions, check Stack Overflow: 'https://stackoverflow.com/questions/tagged/nativescript' and our public Slack channel: 'https://nativescriptcommunity.slack.com/'

Related to #4909

alexrainman commented 5 years ago

Update: in another Mac i am able to build but the app crashes in startup with nothing in the console related to why it crashes.

Fatme commented 5 years ago

@alexrainman,

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

It seems you have a partial Xcode installation. In order to complete it - open your Xcode, install all required components and accept the license agreement. After that try to execute tns doctor again.

Update: in another Mac i am able to build but the app crashes in startup with nothing in the console related to why it crashes.

Can you execute the command with --log trace and send us the output?

alexrainman commented 5 years ago

@Fatme that's not the case. XCode is fully installed and i can build a native project with it.

I ran xcode-select --install and i got this:

xcode-select: error: command line tools are already installed, use "Software Update" to install updates
alexrainman commented 5 years ago

Running tns device ios i get this

Connected devices & emulators
Searching for devices...
Cannot find connected devices. Reconnect any connected devices, verify that your system recognizes them, and run this command again.
alexrainman commented 5 years ago

tns run ios --log trace results in the Mac where the CLI finds XCode:

Trying to get macOS version.
Exec system_profiler SPSoftwareDataType -detailLevel mini 
 stdout: Software:

    System Software Overview:

      System Version: macOS 10.14.4 (18E226)
      Kernel Version: Darwin 18.5.0
      Time since boot: 2 days 4:21

 stderr: 
macOS version based on system_profiler is 10.14.
Looking for project in '/Users/alexrainman/Desktop/MDMWellSearch'
Project directory is '/Users/alexrainman/Desktop/MDMWellSearch'.
Loading extensions.
Asserting extension nativescript-cloud is installed.
Extension nativescript-cloud is installed.
Asserting extension nativescript-starter-kits is installed.
Extension nativescript-starter-kits is installed.
System information:
[Object: null prototype] {
  platform: 'darwin',
  shell: '/bin/bash',
  os:
   'Darwin C02PL8LBG8WN 18.5.0 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64\n',
  procArch: 'x64',
  nodeVer: '10.16.3',
  npmVer: '6.9.0',
  nodeGypVer: null,
  nativeScriptCliVersion: '6.1.2',
  gitVer: '2.21.0 (Apple Git-122)',
  dotNetVer: null,
  javacVersion: '1.8.0_131',
  javaVersion: '1.8.0_131',
  adbVer: '1.0.41',
  androidInstalled: true,
  monoVer: null,
  gradleVer: null,
  isAndroidSdkConfiguredCorrectly: true,
  xcodeVer: '11.0.0',
  xcodeprojLocation: '/usr/local/bin/xcodeproj',
  itunesInstalled: true,
  cocoaPodsVer: '1.6.1',
  isCocoaPodsWorkingCorrectly: true,
  isCocoaPodsUpdateRequired: false,
  pythonInfo: { isInstalled: true, isSixPackageInstalled: true } }
Error: Trying to handle SIGINT event. CLI overrides this behavior and does not allow handling SIGINT as this causes issues with Ctrl + C in terminal
    at process.on (/usr/local/lib/node_modules/nativescript/lib/nativescript-cli.js:22:22)
    at /usr/local/lib/node_modules/nativescript/node_modules/signal-exit/index.js:122:15
    at Array.filter (<anonymous>)
    at load (/usr/local/lib/node_modules/nativescript/node_modules/signal-exit/index.js:120:21)
    at module.exports (/usr/local/lib/node_modules/nativescript/node_modules/signal-exit/index.js:35:5)
    at Object.<anonymous> (/usr/local/lib/node_modules/nativescript/node_modules/proper-lockfile/lib/lockfile.js:296:1)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/usr/local/lib/node_modules/nativescript/node_modules/proper-lockfile/index.js:3:18)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
spawn: /usr/local/bin/node "/usr/local/lib/node_modules/nativescript/lib/detached-processes/cleanup-process.js" "/usr/local/lib/node_modules/nativescript/lib/bootstrap.js"
Exec npm view tns-core-modules  versions --json 
 stdout: [
  "1.2.0",
  "1.3.0",
  "1.4.0",
  "1.5.0",
  "1.5.1",
  "1.5.2",
  "1.6.0-angular-0",
  "1.6.0-angular-1",
  "1.6.0-angular-2",
  "1.6.0-angular-3",
  "1.6.0-angular-4",
  "1.6.0-angular-5",
  "1.6.0",
  "1.6.1-angular-0",
  "1.6.2-css-animations-0",
  "1.6.2",
  "1.7.0-angular-0",
  "1.7.0",
  "1.7.1",
  "2.0.0-2016-04-14-2615",
  "2.0.0-2016-04-14-2618",
  "2.0.0-2016-04-14-2623",
  "2.0.0-2016-04-15-2640",
  "2.0.0-2016-04-15-2649",
  "2.0.0-2016-04-15-2652",
  "2.0.0-2016-04-15-2661",
  "2.0.0-2016-04-18-2668",
  "2.0.0-2016-04-18-2680",
  "2.0.0-2016-04-18-2683",
  "2.0.0-2016-04-18-2684",
  "2.0.0-2016-04-19-2701",
  "2.0.0-2016-04-19-2702",
  "2.0.0-2016-04-19-2716",
  "2.0.0-2016-04-20-2718",
  "2.0.0-2016-04-20-2720",
  "2.0.0-2016-04-20-2725",
  "2.0.0-2016-04-20-2726",
  "2.0.0-2016-04-21-2739",
  "2.0.0-2016-04-21-2745",
  "2.0.0-2016-04-21-2746",
  "2.0.0-2016-04-22-2757",
  "2.0.0-2016-04-22-2762",
  "2.0.0-2016-04-22-2766",
  "2.0.0-2016-04-25-2775",
  "2.0.0-2016-04-25-2786",
  "2.0.0-2016-04-26-2803",
  "2.0.0-2016-04-26-2805",
  "2.0.0-2016-04-27-2813",
  "2.0.0-2016-04-27-2818",
  "2.0.0-2016-04-28-2821",
  "2.0.0-2016-04-28-2826",
  "2.0.0-2016-05-03-2842",
  "2.0.0-2016-05-03-2849",
  "2.0.0-2016-05-03-2856",
  "2.0.0-2016-05-05-2863",
  "2.0.0-2016-05-05-2882",
  "2.0.0-2016-05-09-2892",
  "2.0.0-2016-05-09-2893",
  "2.0.0-2016-05-09-2894",
  "2.0.0-2016-05-09-2899",
  "2.0.0-2016-05-09-2900",
  "2.0.0-2016-05-09-2901",
  "2.0.0-2016-05-09-2902",
  "2.0.0-2016-05-09-2903",
  "2.0.0-2016-05-16-2974",
  "2.0.0-2016-05-17-2998",
  "2.0.0-2016-05-17-3001",
  "2.0.0-2016-05-17-3002",
  "2.0.0-2016-05-17-3013",
  "2.0.0-2016-05-17-3015",
  "2.0.0-angular-0",
  "2.0.0-angular-1",
  "2.0.0-angular-2",
  "2.0.0-angular-3",
  "2.0.0-angular-4",
  "2.0.0-angular-5",
  "2.0.0-angular-6",
  "2.0.0-angular-7",
  "2.0.0",
  "2.0.1",
  "2.1.0-2016-05-18-3030",
  "2.1.0-2016-05-18-3039",
  "2.1.0-2016-05-19-3043",
  "2.1.0-2016-05-19-3044",
  "2.1.0-2016-05-19-3045",
  "2.1.0-2016-05-19-3046",
  "2.1.0-2016-05-19-3047",
  "2.1.0-2016-05-19-3048",
  "2.1.0-2016-05-19-3052",
  "2.1.0-2016-05-19-3062",
  "2.1.0-2016-05-20-3066",
  "2.1.0-2016-05-20-3077",
  "2.1.0-2016-05-20-3087",
  "2.1.0-2016-05-20-3092",
  "2.1.0-2016-05-25-3107",
  "2.1.0-2016-05-25-3114",
  "2.1.0-2016-05-26-3142",
  "2.1.0-2016-05-27-3156",
  "2.1.0-2016-05-27-3161",
  "2.1.0-2016-06-03-3268",
  "2.1.0-2016-06-03-3271",
  "2.1.0-2016-06-03-3278",
  "2.1.0-2016-06-03-3281",
  "2.1.0-2016-06-07-3314",
  "2.1.0-2016-06-07-3316",
  "2.1.0-2016-06-08-3329",
  "2.1.0-2016-06-08-3339",
  "2.1.0-2016-06-08-3352",
  "2.1.0-2016-06-13-3392",
  "2.1.0-2016-06-13-3395",
  "2.1.0-2016-06-13-3400",
  "2.1.0-2016-06-13-3403",
  "2.1.0-2016-06-14-3425",
  "2.1.0-2016-06-14-3438",
  "2.1.0-2016-06-14-3443",
  "2.1.0-2016-06-15-3470",
  "2.1.0-2016-06-16-3480",
  "2.1.0-2016-06-16-3484",
  "2.1.0-2016-06-16-3487",
  "2.1.0-2016-06-16-3490",
  "2.1.0-2016-06-17-3493",
  "2.1.0-2016-06-17-3496",
  "2.1.0-2016-06-17-3500",
  "2.1.0-2016-06-17-3501",
  "2.1.0-2016-06-17-3502",
  "2.1.0-2016-06-17-3507",
  "2.1.0-2016-06-20-3509",
  "2.1.0-2016-06-20-3527",
  "2.1.0-2016-06-20-3531",
  "2.1.0-2016-06-21-3532",
  "2.1.0-2016-06-21-3533",
  "2.1.0-2016-06-21-3537",
  "2.1.0-2016-06-22-3542",
  "2.1.0-2016-06-22-3546",
  "2.1.0-2016-06-24-3567",
  "2.1.0-2016-06-24-3569",
  "2.1.0-2016-06-24-3572",
  "2.1.0-2016-06-29-3601",
  "2.1.0",
  "2.2.0-2016-07-05-3640",
  "2.2.0-2016-07-06-3646",
  "2.2.0-2016-07-06-3649",
  "2.2.0-2016-07-08-3660",
  "2.2.0-2016-07-08-3665",
  "2.2.0-2016-07-11-3667",
  "2.2.0-2016-07-12-3682",
  "2.2.0-2016-07-13-3685",
  "2.2.0-2016-07-13-3686",
  "2.2.0-2016-07-14-3692",
  "2.2.0-2016-07-18-3700",
  "2.2.0-2016-07-18-3724",
  "2.2.0-2016-07-18-3725",
  "2.2.0-2016-07-19-3737",
  "2.2.0-2016-07-19-3743",
  "2.2.0-2016-07-19-3744",
  "2.2.0-2016-07-19-3745",
  "2.2.0-2016-07-20-3750",
  "2.2.0-2016-07-20-3751",
  "2.2.0-2016-07-20-3754",
  "2.2.0-2016-07-20-3760",
  "2.2.0-2016-07-21-3777",
  "2.2.0-2016-07-21-3778",
  "2.2.0-2016-07-22-3795",
  "2.2.0-2016-07-22-3796",
  "2.2.0-2016-07-25-3800",
  "2.2.0-2016-07-25-3805",
  "2.2.0-2016-07-25-3807",
  "2.2.0-2016-07-26-3815",
  "2.2.0-2016-07-26-3822",
  "2.2.0-2016-07-27-3824",
  "2.2.0-2016-07-27-3831",
  "2.2.0-2016-07-27-3834",
  "2.2.0-2016-07-28-3835",
  "2.2.0-2016-07-28-3839",
  "2.2.0-2016-07-29-3845",
  "2.2.0-2016-07-29-3847",
  "2.2.0-2016-07-29-3849",
  "2.2.0-2016-08-01-3858",
  "2.2.0-2016-08-01-3859",
  "2.2.0-2016-08-01-3862",
  "2.2.0-2016-08-02-3872",
  "2.2.0-2016-08-03-3874",
  "2.2.0-2016-08-03-3877",
  "2.2.0-2016-08-05-3881",
  "2.2.0-2016-08-07-3885",
  "2.2.0",
  "2.2.1",
  "2.3.0-2016-08-09-3890",
  "2.3.0-2016-08-11-3894",
  "2.3.0-2016-08-11-3895",
  "2.3.0-2016-08-12-3900",
  "2.3.0-2016-08-15-3905",
  "2.3.0-2016-08-16-3908",
  "2.3.0-2016-08-16-3911",
  "2.3.0-2016-08-17-3919",
  "2.3.0-2016-08-17-3922",
  "2.3.0-2016-08-18-3927",
  "2.3.0-2016-08-18-3928",
  "2.3.0-2016-08-23-3955",
  "2.3.0-2016-08-23-3958",
  "2.3.0-2016-08-25-3961",
  "2.3.0-2016-08-29-3966",
  "2.3.0-2016-08-29-3967",
  "2.3.0-2016-08-30-3994",
  "2.3.0-2016-08-30-3997",
  "2.3.0-2016-08-30-3998",
  "2.3.0-2016-08-31-4000",
  "2.3.0-2016-08-31-4003",
  "2.3.0-2016-08-31-4006",
  "2.3.0-2016-09-01-4009",
  "2.3.0-2016-09-01-4010",
  "2.3.0-2016-09-01-4013",
  "2.3.0",
  "2.4.0-2016-09-01-4015",
  "2.4.0-2016-09-02-4021",
  "2.4.0-2016-09-16-4115",
  "2.4.0-2016-09-16-4116",
  "2.4.0-2016-09-16-4121",
  "2.4.0-2016-09-16-4127",
  "2.4.0-2016-09-17-4143",
  "2.4.0-2016-09-17-4144",
  "2.4.0-2016-09-17-4145",
  "2.4.0-2016-09-19-4153",
  "2.4.0-2016-09-19-4156",
  "2.4.0-2016-09-19-4157",
  "2.4.0-2016-09-20-4164",
  "2.4.0-2016-09-20-4169",
  "2.4.0-2016-09-21-4179",
  "2.4.0-2016-09-21-4186",
  "2.4.0-2016-09-21-4189",
  "2.4.0-2016-09-26-4201",
  "2.4.0-2016-09-27-4211",
  "2.4.0-2016-09-27-4212",
  "2.4.0-2016-09-27-4227",
  "2.4.0-2016-09-27-4228",
  "2.4.0-2016-09-28-4237",
  "2.4.0-2016-09-28-4238",
  "2.4.0-2016-09-28-4243",
  "2.4.0-2016-09-28-4247",
  "2.4.0-2016-09-28-4250",
  "2.4.0-2016-09-29-4256",
  "2.4.0-2016-09-29-4262",
  "2.4.0-2016-09-29-4267",
  "2.4.0-2016-09-30-4270",
  "2.4.0-2016-10-03-4279",
  "2.4.0-2016-10-03-4291",
  "2.4.0-2016-10-05-4307",
  "2.4.0-2016-10-05-4312",
  "2.4.0-2016-10-05-4314",
  "2.4.0-2016-10-05-4315",
  "2.4.0-2016-10-05-4320",
  "2.4.0-2016-10-05-4321",
  "2.4.0-2016-10-07-4335",
  "2.4.0-2016-10-07-4338",
  "2.4.0-2016-10-07-4341",
  "2.4.0-2016-10-10-4344",
  "2.4.0-2016-10-11-4347",
  "2.4.0-2016-10-11-4352",
  "2.4.0-2016-10-11-4354",
  "2.4.0-2016-10-11-4363",
  "2.4.0-2016-10-12-4365",
  "2.4.0-2016-10-13-4370",
  "2.4.0-2016-10-13-4385",
  "2.4.0-2016-10-14-4391",
  "2.4.0-2016-10-14-4394",
  "2.4.0-2016-10-14-4397",
  "2.4.0-2016-10-17-4407",
  "2.4.0-2016-10-17-4410",
  "2.4.0-2016-10-19-4474",
  "2.4.0",
  "2.4.1",
  "2.4.2",
  "2.4.3-uglify",
  "2.4.3",
  "2.4.4",
  "2.5.0-2016-10-19-4477",
  "2.5.0-2016-10-19-4478",
  "2.5.0-2016-10-20-4488",
  "2.5.0-2016-10-20-4490",
  "2.5.0-2016-10-20-4491",
  "2.5.0-2016-10-20-4499",
  "2.5.0-2016-10-21-4511",
  "2.5.0-2016-10-21-4514",
  "2.5.0-2016-10-24-4525",
  "2.5.0-2016-10-24-4530",
  "2.5.0-2016-10-24-4533",
  "2.5.0-2016-10-25-4540",
  "2.5.0-2016-10-25-4549",
  "2.5.0-2016-10-25-4550",
  "2.5.0-2016-10-25-4555",
  "2.5.0-2016-10-25-4556",
  "2.5.0-2016-10-25-4560",
  "2.5.0-2016-10-25-4563",
  "2.5.0-2016-10-26-4569",
  "2.5.0-2016-10-26-4570",
  "2.5.0-2016-10-26-4576",
  "2.5.0-2016-10-27-4579",
  "2.5.0-2016-10-27-4580",
  "2.5.0-2016-10-27-4581",
  "2.5.0-2016-10-27-4584",
  "2.5.0-2016-10-28-4588",
  "2.5.0-2016-10-28-4592",
  "2.5.0-2016-10-28-4597",
  "2.5.0-2016-10-28-4598",
  "2.5.0-2016-10-31-4629",
  "2.5.0-2016-11-01-4635",
  "2.5.0-2016-11-01-4636",
  "2.5.0-2016-11-01-4637",
  "2.5.0-2016-11-02-4641",
  "2.5.0-2016-11-02-4651",
  "2.5.0-2016-11-02-4652",
  "2.5.0-2016-11-03-4656",
  "2.5.0-2016-11-03-4657",
  "2.5.0-2016-11-04-4663",
  "2.5.0-2016-11-04-4670",
  "2.5.0-2016-11-07-4673",
  "2.5.0-2016-11-07-4678",
  "2.5.0-2016-11-07-4682",
  "2.5.0-2016-11-07-4684",
  "2.5.0-2016-11-07-4685",
  "2.5.0-2016-11-07-4691",
  "2.5.0-2016-11-07-4695",
  "2.5.0-2016-11-08-4699",
  "2.5.0-2016-11-08-4702",
  "2.5.0-2016-11-08-4704",
  "2.5.0-2016-11-08-4705",
  "2.5.0-2016-11-10-4731",
  "2.5.0-2016-11-10-4736",
  "2.5.0-2016-11-10-4737",
  "2.5.0-2016-11-10-4740",
  "2.5.0-2016-11-10-4745",
  "2.5.0-2016-11-10-4746",
  "2.5.0-2016-11-11-4749",
  "2.5.0-2016-11-11-4752",
  "2.5.0-2016-11-11-4763",
  "2.5.0-2016-11-14-4770",
  "2.5.0-2016-11-14-4771",
  "2.5.0-2016-11-14-4775",
  "2.5.0-2016-11-15-4783",
  "2.5.0-2016-11-15-4787",
  "2.5.0-2016-11-16-4790",
  "2.5.0-2016-11-16-4793",
  "2.5.0-2016-11-17-4794",
  "2.5.0-2016-11-17-4799",
  "2.5.0-2016-11-18-4800",
  "2.5.0-2016-11-21-4807",
  "2.5.0-2016-11-21-4813",
  "2.5.0-2016-11-21-4816",
  "2.5.0-2016-11-21-4817",
  "2.5.0-2016-11-21-4818",
  "2.5.0-2016-11-21-4821",
  "2.5.0-2016-11-22-4838",
  "2.5.0-2016-11-23-4843",
  "2.5.0-2016-11-23-4847",
  "2.5.0-2016-11-23-4850",
  "2.5.0-2016-11-24-4855",
  "2.5.0-2016-11-24-4858",
  "2.5.0-2016-11-24-4859",
  "2.5.0-2016-11-24-4860",
  "2.5.0-2016-11-25-4863",
  "2.5.0-2016-11-25-4869",
  "2.5.0-2016-11-28-4877",
  "2.5.0-2016-11-28-4882",
  "2.5.0-2016-11-29-4884",
  "2.5.0-2016-11-29-4885",
  "2.5.0-2016-11-29-4889",
  "2.5.0-2016-11-29-4890",
  "2.5.0-2016-11-30-4900",
  "2.5.0-2016-12-01-4910",
  "2.5.0-2016-12-01-4913",
  "2.5.0-2016-12-02-4924",
  "2.5.0-2016-12-05-4931",
  "2.5.0-2016-12-05-4932",
  "2.5.0-2016-12-05-4933",
  "2.5.0-2016-12-05-4934",
  "2.5.0-2016-12-05-4936",
  "2.5.0-2016-12-05-4939",
  "2.5.0-2016-12-07-4948",
  "2.5.0-2017-01-03-5179",
  "2.5.0-2017-01-03-5180",
  "2.5.0-2017-01-03-5181",
  "2.5.0-2017-01-03-5182",
  "2.5.0-2017-01-03-5183",
  "2.5.0-2017-01-03-5204",
  "2.5.0-2017-01-09-5282",
  "2.5.0-2017-01-09-5285",
  "2.5.0",
  "2.5.1",
  "2.5.2",
  "2.5.3",
  "2.6.0-2017-01-09-5305",
  "2.6.0-2017-01-10-5317",
  "2.6.0-2017-01-16-5402",
  "2.6.0-2017-01-16-5416",
  "2.6.0-2017-01-23-5455",
  "2.6.0-2017-01-23-5459",
  "2.6.0-2017-01-27-5517",
  "2.6.0-2017-02-01-5529",
  "2.6.0-2017-02-02-5534",
  "2.6.0-2017-02-03-5539",
  "2.6.0-2017-02-03-5543",
  "2.6.0-2017-02-07-5560",
  "2.6.0-2017-02-08-5576",
  "3.0.0-2017-02-23-5748",
  "3.0.0-2017-02-23-5757",
  "3.0.0-2017-02-23-5764",
  "3.0.0-2017-02-23-5769",
  "3.0.0-2017-02-24-5778",
  "3.0.0-2017-02-24-5781",
  "3.0.0-2017-02-24-5787",
  "3.0.0-2017-02-28-5808",
  "3.0.0-2017-02-28-5810",
  "3.0.0-2017-02-28-5811",
  "3.0.0-2017-03-01-5822",
  "3.0.0-2017-03-02-5835",
  "3.0.0-2017-03-02-5843",
  "3.0.0-2017-03-07-5859",
  "3.0.0-2017-03-07-5869",
  "3.0.0-2017-03-08-5870",
  "3.0.0-2017-03-08-5885",
  "3.0.0-2017-03-08-5892",
  "3.0.0-2017-03-08-5899",
  "3.0.0-2017-03-09-5900",
  "3.0.0-2017-03-09-5903",
  "3.0.0-2017-03-09-5910",
  "3.0.0-2017-03-09-5915",
  "3.0.0-2017-03-09-5916",
  "3.0.0-2017-03-09-5920",
  "3.0.0-2017-03-10-5927",
  "3.0.0-2017-03-10-5932",
  "3.0.0-2017-03-10-5933",
  "3.0.0-2017-03-11-5942",
  "3.0.0-2017-03-13-5952",
  "3.0.0-2017-03-13-5955",
  "3.0.0-2017-03-13-5956",
  "3.0.0-2017-03-13-5961",
  "3.0.0-2017-03-14-5972",
  "3.0.0-2017-03-14-5973",
  "3.0.0-2017-03-14-5974",
  "3.0.0-2017-03-14-5983",
  "3.0.0-2017-03-14-5984",
  "3.0.0-2017-03-15-5995",
  "3.0.0-2017-03-15-6000",
  "3.0.0-2017-03-15-6002",
  "3.0.0-2017-03-15-6019",
  "3.0.0-2017-03-15-6023",
  "3.0.0-2017-03-15-6028",
  "3.0.0-2017-03-15-6029",
  "3.0.0-2017-03-15-6030",
  "3.0.0-2017-03-16-6031",
  "3.0.0-2017-03-16-6037",
  "3.0.0-2017-03-16-6044",
  "3.0.0-2017-03-16-6052",
  "3.0.0-2017-03-16-6053",
  "3.0.0-2017-03-17-6058",
  "3.0.0-2017-03-17-6059",
  "3.0.0-2017-03-17-6064",
  "3.0.0-2017-03-20-6072",
  "3.0.0-2017-03-20-6078",
  "3.0.0-2017-03-20-6079",
  "3.0.0-2017-03-20-6086",
  "3.0.0-2017-03-21-6087",
  "3.0.0-2017-03-21-6089",
  "3.0.0-2017-03-21-6097",
  "3.0.0-2017-03-21-6100",
  "3.0.0-2017-03-21-6109",
  "3.0.0-2017-03-21-6110",
  "3.0.0-2017-03-21-6113",
  "3.0.0-2017-03-22-6119",
  "3.0.0-2017-03-22-6122",
  "3.0.0-2017-03-22-6125",
  "3.0.0-2017-03-24-6136",
  "3.0.0-2017-03-24-6139",
  "3.0.0-2017-03-28-6147",
  "3.0.0-2017-03-28-6148",
  "3.0.0-2017-03-28-6157",
  "3.0.0-2017-03-28-6158",
  "3.0.0-2017-03-30-6181",
  "3.0.0-2017-03-30-6182",
  "3.0.0-2017-03-30-6186",
  "3.0.0-2017-03-30-6187",
  "3.0.0-2017-03-30-6194",
  "3.0.0-2017-03-31-6196",
  "3.0.0-2017-03-31-6199",
  "3.0.0-2017-03-31-6204",
  "3.0.0-2017-04-03-6209",
  "3.0.0-2017-04-03-6210",
  "3.0.0-2017-04-03-6218",
  "3.0.0-2017-04-04-6232",
  "3.0.0-2017-04-04-6233",
  "3.0.0-2017-04-04-6234",
  "3.0.0-2017-04-05-6239",
  "3.0.0-2017-04-06-6244",
  "3.0.0-2017-04-06-6252",
  "3.0.0-2017-04-07-6260",
  "3.0.0-2017-04-10-6261",
  "3.0.0-2017-04-11-6269",
  "3.0.0-2017-04-12-6280",
  "3.0.0-2017-04-12-6281",
  "3.0.0-2017-04-12-6285",
  "3.0.0-2017-04-12-6286",
  "3.0.0-2017-04-12-6287",
  "3.0.0-2017-04-13-6294",
  "3.0.0-2017-04-13-6295",
  "3.0.0-2017-04-13-6298",
  "3.0.0-2017-04-13-6299",
  "3.0.0-2017-04-19-6322",
  "3.0.0-2017-04-19-6323",
  "3.0.0-2017-04-19-6328",
  "3.0.0-rc.1",
  "3.0.0-rc.2",
  "3.0.0",
  "3.0.1",
  "3.1.0-2017-04-20-6337",
  "3.1.0-2017-04-20-6342",
  "3.1.0-2017-04-20-6343",
  "3.1.0-2017-04-20-6345",
  "3.1.0-2017-04-24-6384",
  "3.1.0-2017-04-25-6392",
  "3.1.0-2017-04-25-6393",
  "3.1.0-2017-04-25-6401",
  "3.1.0-2017-04-25-6402",
  "3.1.0-2017-04-26-6412",
  "3.1.0-2017-05-01-6451",
  "3.1.0-2017-05-02-6456",
  "3.1.0-2017-05-03-6461",
  "3.1.0-2017-05-03-6464",
  "3.1.0-2017-05-03-6475",
  "3.1.0-2017-05-04-6490",
  "3.1.0-2017-05-04-6496",
  "3.1.0-2017-05-04-6497",
  "3.1.0-2017-05-05-6502",
  "3.1.0-2017-05-05-6503",
  "3.1.0-2017-05-09-6518",
  "3.1.0-2017-05-10-6525",
  "3.1.0-2017-05-10-6526",
  "3.1.0-2017-05-11-6530",
  "3.1.0-2017-05-16-6586",
  "3.1.0-2017-05-16-6590",
  "3.1.0-2017-05-16-6596",
  "3.1.0-2017-05-17-6607",
  "3.1.0-2017-05-17-6608",
  "3.1.0-2017-05-17-6615",
  "3.1.0-2017-05-17-6616",
  "3.1.0-2017-05-17-6617",
  "3.1.0-2017-05-17-6618",
  "3.1.0-2017-05-17-6628",
  "3.1.0-2017-05-17-6629",
  "3.1.0-2017-05-18-6634",
  "3.1.0-2017-05-18-6635",
  "3.1.0-2017-05-19-6647",
  "3.1.0-2017-05-19-6648",
  "3.1.0-2017-05-19-6659",
  "3.1.0-2017-05-19-6662",
  "3.1.0-2017-05-23-6674",
  "3.1.0-2017-05-25-6686",
  "3.1.0-2017-05-25-6687",
  "3.1.0-2017-05-25-6706",
  "3.1.0-2017-05-25-6711",
  "3.1.0-2017-05-26-6726",
  "3.1.0-2017-05-26-6731",
  "3.1.0-2017-05-29-6740",
  "3.1.0-2017-05-30-6744",
  "3.1.0-2017-05-30-6749",
  "3.1.0-2017-05-31-6760",
  "3.1.0-2017-06-01-6769",
  "3.1.0-2017-06-01-6770",
  "3.1.0-2017-06-05-6773",
  "3.1.0-2017-06-05-6784",
  "3.1.0-2017-06-05-6795",
  "3.1.0-2017-06-06-6813",
  "3.1.0-2017-06-06-6819",
  "3.1.0-2017-06-08-6858",
  "3.1.0-2017-06-08-6861",
  "3.1.0-2017-06-09-6905",
  "3.1.0-2017-06-09-6914",
  "3.1.0-2017-06-14-6966",
  "3.1.0-2017-06-16-6999",
  "3.1.0",
  "3.1.1-rc-2017.8.3.3",
  "3.1.1-rc-2017.8.7.3",
  "3.1.1",
  "3.2.0-2017-06-21-7043",
  "3.2.0-2017-06-21-7056",
  "3.2.0-2017-06-21-7061",
  "3.2.0-2017-06-21-7063",
  "3.2.0-2017-06-22-7064",
  "3.2.0-2017-06-22-7065",
  "3.2.0-2017-06-23-7072",
  "3.2.0-2017-06-27-7078",
  "3.2.0-2017-06-28-7085",
  "3.2.0-2017-06-28-7088",
  "3.2.0-2017-06-28-7089",
  "3.2.0-2017-06-28-7092",
  "3.2.0-2017-06-28-7093",
  "3.2.0-2017-06-29-7107",
  "3.2.0-2017-06-29-7112",
  "3.2.0-2017-06-29-7115",
  "3.2.0-2017-6-30-10",
  "3.2.0-2017-6-30-4",
  "3.2.0-2017-6-30-7",
  "3.2.0-2017-6-30-8",
  "3.2.0-2017-6-30-9",
  "3.2.0-2017-7-11-1",
  "3.2.0-2017-7-11-2",
  "3.2.0-2017-7-11-3",
  "3.2.0-2017-7-11-4",
  "3.2.0-2017-7-11-5",
  "3.2.0-2017-7-11-6",
  "3.2.0-2017-7-11-7",
  "3.2.0-2017-7-12-1",
  "3.2.0-2017-7-13-1",
  "3.2.0-2017-7-13-2",
  "3.2.0-2017-7-14-2",
  "3.2.0-2017-7-19-1",
  "3.2.0-2017-7-20-1",
  "3.2.0-2017-7-24-1",
  "3.2.0-2017-7-25-1",
  "3.2.0-2017-7-25-2",
  "3.2.0-2017-7-26-3",
  "3.2.0-2017-7-27-23",
  "3.2.0-2017-7-27-24",
  "3.2.0-2017-7-27-25",
  "3.2.0-2017-7-27-3",
  "3.2.0-2017-7-27-6",
  "3.2.0-2017-7-27-8",
  "3.2.0-2017-7-28-3",
  "3.2.0-2017-7-3-1",
  "3.2.0-2017-7-3-4",
  "3.2.0-2017-7-31-1",
  "3.2.0-2017-7-4-1",
  "3.2.0-2017-7-4-2",
  "3.2.0-2017-7-5-1",
  "3.2.0-2017-7-6-1",
  "3.2.0-2017-7-6-2",
  "3.2.0-2017-7-6-4",
  "3.2.0-2017-7-7-1",
  "3.2.0-2017-7-7-2",
  "3.2.0-2017-8-1-1",
  "3.2.0-2017-8-1-5",
  "3.2.0-2017-8-10-1",
  "3.2.0-2017-8-16-1",
  "3.2.0-2017-8-17-1",
  "3.2.0-2017-8-18-1",
  "3.2.0-2017-8-2-1",
  "3.2.0-2017-8-21-1",
  "3.2.0-2017-8-22-1",
  "3.2.0-2017-8-22-3",
  "3.2.0-2017-8-24-1",
  "3.2.0-2017-8-24-3",
  "3.2.0-2017-8-24-4",
  "3.2.0-2017-8-24-5",
  "3.2.0-2017-8-24-7",
  "3.2.0-2017-8-24-8",
  "3.2.0-2017-8-25-1",
  "3.2.0-2017-8-25-2",
  "3.2.0-2017-8-25-3",
  "3.2.0-2017-8-25-4",
  "3.2.0-2017-8-25-5",
  "3.2.0-2017-8-25-6",
  "3.2.0-2017-8-28-1",
  "3.2.0-2017-8-28-2",
  "3.2.0-2017-8-28-3",
  "3.2.0-2017-8-29-1",
  "3.2.0-2017-8-29-2",
  "3.2.0-2017-8-29-3",
  "3.2.0-2017-8-3-2",
  "3.2.0-2017-8-3-3",
  "3.2.0-2017-8-4-1",
  "3.2.0-2017-8-4-2",
  "3.2.0-2017-8-7-1",
  "3.2.0-2017-8-7-2",
  "3.2.0-2017-8-8-1",
  "3.2.0-2017-8-8-3",
  "3.2.0-2017-8-8-4",
  "3.2.0-2017-8-8-6",
  "3.2.0-2017-8-8-7",
  "3.2.0-2017-8-9-1",
  "3.2.0-2017-8-9-2",
  "3.2.0-rc-2017.8.29.5",
  "3.2.0-rc-2017.8.29.8",
  "3.2.0-rc-2017.9.5.1",
  "3.2.0-rc-2017.9.5.3",
  "3.2.0-rc-2017.9.7.1",
  "3.2.0-rc-2017.9.7.3",
  "3.2.0-rc-2017.10.24.1",
  "3.2.0",
  "3.3.0-2017-10-11-1",
  "3.3.0-2017-10-12-1",
  "3.3.0-2017-10-16-1",
  "3.3.0-2017-10-16-2",
  "3.3.0-2017-10-16-3",
  "3.3.0-2017-10-18-1",
  "3.3.0-2017-10-18-2",
  "3.3.0-2017-10-18-3",
  "3.3.0-2017-10-20-1",
  "3.3.0-2017-10-20-2",
  "3.3.0-2017-10-20-3",
  "3.3.0-2017-10-20-4",
  "3.3.0-2017-10-20-5",
  "3.3.0-2017-10-24-1",
  "3.3.0-2017-10-24-2",
  "3.3.0-2017-10-24-3",
  "3.3.0-2017-10-3-1",
  "3.3.0-2017-10-3-2",
  "3.3.0-2017-10-4-1",
  "3.3.0-2017-10-4-2",
  "3.3.0-2017-10-6-1",
  "3.3.0-2017-8-29-4",
  "3.3.0-2017-8-30-1",
  "3.3.0-2017-9-25-1",
  "3.3.0-2017-9-25-2",
  "3.3.0-2017-9-25-3",
  "3.3.0-2017-9-26-1",
  "3.3.0-2017-9-26-2",
  "3.3.0-2017-9-28-1",
  "3.3.0-2017-9-28-2",
  "3.3.0-2017-9-4-8",
  "3.3.0-2017-9-5-1",
  "3.3.0-2017-9-5-3",
  "3.3.0-2017-9-7-1",
  "3.3.0-2017-9-9-1",
  "3.3.0-rc-2017.10.24.7",
  "3.3.0-rc-2017.12.7.1",
  "3.3.0-rc-2017.12.7.2",
  "3.3.0-rc-2017.12.7.3",
  "3.3.0",
  "3.4.0-2017-10-24-4",
  "3.4.0-2017-10-26-1",
  "3.4.0-2017-10-31-1",
  "3.4.0-2017-10-31-2",
  "3.4.0-2017-11-1-3",
  "3.4.0-2017-11-1-8",
  "3.4.0-2017-11-10-1",
  "3.4.0-2017-11-10-2",
  "3.4.0-2017-11-10-3",
  "3.4.0-2017-11-14-1",
  "3.4.0-2017-11-14-2",
  "3.4.0-2017-11-15-1",
  "3.4.0-2017-11-17-1",
  "3.4.0-2017-11-2-1",
  "3.4.0-2017-11-22-1",
  "3.4.0-2017-11-27-1",
  "3.4.0-2017-11-3-1",
  "3.4.0-2017-11-3-2",
  "3.4.0-2017-11-7-1",
  "3.4.0-2017-12-1-1",
  "3.4.0-2017-12-4-1",
  "3.4.0-2017-12-4-2",
  "3.4.0-2017-12-5-10",
  "3.4.0-2017-12-5-2",
  "3.4.0-2017-12-5-4",
  "3.4.0-2017-12-5-5",
  "3.4.0-2017-12-5-6",
  "3.4.0-2017-12-5-7",
  "3.4.0-2017-12-5-8",
  "3.4.0-2017-12-7-1",
  "3.4.0-2017-12-7-2",
  "3.4.0-2017-12-7-3",
  "3.4.0-rc-2017.12.7.4",
  "3.4.0-rc-2017.12.8.1",
  "3.4.0-rc-2017.12.8.2",
  "3.4.0-rc-2017.12.18.2",
  "3.4.0",
  "3.4.1-rc-2018.2.13.2",
  "3.4.1-rc-2018.2.13.3",
  "3.4.1",
  "4.0.0-2018.5.13.4",
  "4.0.0-2018.5.13.5",
  "4.0.0-2017-12-12-1",
  "4.0.0-2017-12-12-2",
  "4.0.0-2017-12-14-01",
  "4.0.0-2017-12-14-02",
  "4.0.0-2017-12-14-03",
  "4.0.0-2017-12-14-04",
  "4.0.0-2017-12-18-01",
  "4.0.0-2017-12-20-01",
  "4.0.0-2017-12-8-1",
  "4.0.0-2018-01-08-02",
  "4.0.0-2018-01-19-01",
  "4.0.0-2018-01-19-02",
  "4.0.0-2018-01-19-03",
  "4.0.0-2018-01-22-01",
  "4.0.0-2018-01-22-02",
  "4.0.0-2018-01-23-01",
  "4.0.0-2018-01-23-02",
  "4.0.0-2018-01-23-03",
  "4.0.0-2018-01-24-01",
  "4.0.0-2018-01-24-02",
  "4.0.0-2018-01-25-05",
  "4.0.0-2018-01-26-01",
  "4.0.0-2018-01-26-02",
  "4.0.0-2018-01-29-01",
  "4.0.0-2018-01-29-02",
  "4.0.0-2018-01-29-03",
  "4.0.0-2018-01-29-04",
  "4.0.0-2018-01-30-01",
  "4.0.0-2018-02-01-02",
  "4.0.0-2018-02-02-01",
  "4.0.0-2018-02-03-01",
  "4.0.0-2018-02-04-01",
  "4.0.0-2018-02-05-01",
  "4.0.0-2018-02-05-02",
  "4.0.0-2018-02-05-03",
  "4.0.0-2018-02-05-04",
  "4.0.0-2018-02-06-01",
  "4.0.0-2018-02-07-01",
  "4.0.0-2018-02-07-02",
  "4.0.0-2018-02-07-03",
  "4.0.0-2018-02-07-04",
  "4.0.0-2018-02-07-05",
  "4.0.0-2018-02-08-01",
  "4.0.0-2018-02-08-02",
  "4.0.0-2018-02-09-01",
  "4.0.0-2018-02-12-01",
  "4.0.0-2018-02-13-01",
  "4.0.0-2018-02-14-01",
  "4.0.0-2018-02-14-02",
  "4.0.0-2018-02-15-01",
  "4.0.0-2018-02-16-02",
  "4.0.0-2018-02-19-01",
  "4.0.0-2018-02-19-02",
  "4.0.0-2018-02-19-03",
  "4.0.0-2018-02-20-01",
  "4.0.0-2018-02-20-02",
  "4.0.0-2018-02-21-01",
  "4.0.0-2018-02-21-02",
  "4.0.0-2018-02-21-03",
  "4.0.0-2018-02-22-01",
  "4.0.0-2018-02-23-01",
  "4.0.0-2018-02-26-01",
  "4.0.0-2018-02-26-02",
  "4.0.0-2018-02-26-03",
  "4.0.0-2018-02-28-01",
  "4.0.0-2018-02-28-02",
  "4.0.0-2018-02-28-03",
  "4.0.0-2018-02-28-05",
  "4.0.0-2018-03-01-01",
  "4.0.0-2018-03-01-02",
  "4.0.0-2018-03-01-04",
  "4.0.0-2018-03-01-05",
  "4.0.0-2018-03-01-06",
  "4.0.0-2018-03-01-07",
  "4.0.0-2018-03-02-03",
  "4.0.0-2018-03-07-01",
  "4.0.0-2018-03-07-02",
  "4.0.0-2018-03-08-02",
  "4.0.0-2018-03-08-03",
  "4.0.0-2018-03-12-02",
  "4.0.0-2018-03-13-01",
  "4.0.0-2018-03-13-02",
  "4.0.0-2018-03-13-03",
  "4.0.0-2018-03-13-04",
  "4.0.0-2018-03-14-01",
  "4.0.0-2018-03-15-01",
  "4.0.0-2018-03-15-02",
  "4.0.0-2018-03-15-03",
  "4.0.0-2018-03-15-04",
  "4.0.0-2018-03-15-06",
  "4.0.0-2018-03-15-07",
  "4.0.0-2018-03-16-01",
  "4.0.0-2018-03-19-01",
  "4.0.0-2018-03-19-02",
  "4.0.0-2018-03-19-03",
  "4.0.0-2018-03-20-01",
  "4.0.0-2018-03-21-01",
  "4.0.0-2018-03-21-02",
  "4.0.0-2018-03-22-01",
  "4.0.0-2018-03-22-03",
  "4.0.0-2018-03-26-01",
  "4.0.0-2018-03-27-02",
  "4.0.0-2018-04-02-01",
  "4.0.0-2018-04-02-02",
  "4.0.0-2018-04-02-03",
  "4.0.0-2018-04-03-01",
  "4.0.0-2018-04-03-02",
  "4.0.0-2018-04-05-01",
  "4.0.0-2018-04-05-02",
  "4.0.0-2018-04-05-03",
  "4.0.0-2018-04-09-01",
  "4.0.0-2018-04-09-02",
  "4.0.0-2018-04-10-01",
  "4.0.0-2018-04-11-01",
  "4.0.0-2018-04-11-02",
  "4.0.0-2018-04-11-03",
  "4.0.0-2018-04-11-05",
  "4.0.0-2018-04-12-01",
  "4.0.0-2018-04-12-02",
  "4.0.0-2018-04-12-03",
  "4.0.0-2018-04-16-01",
  "4.0.0-2018-04-17-01",
  "4.0.0-2018-04-17-02",
  "4.0.0-2018-04-18-01",
  "4.0.0-2018-04-18-02",
  "4.0.0-2018-04-19-01",
  "4.0.0-2018-04-20-01",
  "4.0.0-2018-04-20-02",
  "4.0.0-2018-04-20-03",
  "4.0.0-2018-04-23-01",
  "4.0.0-2018-04-25-01",
  "4.0.0-2018-04-25-02",
  "4.0.0-2018-04-26-01",
  "4.0.0-2018-04-26-02",
  "4.0.0-2018-04-26-03",
  "4.0.0-2018-04-27-01",
  "4.0.0-2018-04-27-02",
  "4.0.0-2018-04-30-03",
  "4.0.0-2018-05-03-01",
  "4.0.0-2018-05-03-02",
  "4.0.0-2018-05-03-03",
  "4.0.0-2018-05-04-01",
  "4.0.0-2018-05-10-02",
  "4.0.0-2018-05-10-04",
  "4.0.0-2018-05-10-06",
  "4.0.0-2018-05-10-07",
  "4.0.0-2018-05-10-08",
  "4.0.0-2018-05-10-09",
  "4.0.0-2018-05-10-11",
  "4.0.0-2018-05-14-02",
  "4.0.0-2018-05-14-03",
  "4.0.0-2018-05-16-01",
  "4.0.0-2018-05-17-01",
  "4.0.0-2018-05-17-02",
  "4.0.0-2018-05-17-03",
  "4.0.0-2018-05-18-01",
  "4.0.0-2018-05-18-02",
  "4.0.0-2018-05-21-01",
  "4.0.0-2018-05-21-02",
  "4.0.0-2018-05-23-01",
  "4.0.0-2018-05-23-02",
  "4.0.0-2018-05-23-03",
  "4.0.0-2018-05-25-01",
  "4.0.0-2018-05-25-02",
  "4.0.0-2018-05-25-03",
  "4.0.0-2018-05-25-04",
  "4.0.0-rc-2017.12.18.1",
  "4.0.0-rc-2018.3.12.2",
  "4.0.0-rc-2018.4.4.1",
  "4.0.0-rc-2018.4.5.3",
  "4.0.0-rc-2018.4.5.7",
  "4.0.0-rc-2018.4.5.10",
  "4.0.0-rc-2018.4.10.3",
  "4.0.0-rc-2018.4.10.5",
  "4.0.0-rc-2018.4.12.1",
  "4.0.0-rc-2018.4.12.2",
  "4.0.0-rc-2018.5.25.1",
  "4.0.0-rc-2018.5.25.2",
  "4.0.0",
  "4.0.1-rc-2018.5.18.1",
  "4.0.1-rc-2018.5.18.2",
  "4.0.1",
  "4.1.0-2018-05-30-06",
  "4.1.0-rc-2018.5.25.3",
  "4.1.0-rc-2018.5.29.1",
  "4.1.0-rc-2018.5.30.2",
  "4.1.0-rc-2018.5.30.3",
  "4.1.0",
  "4.1.1-2018-07-18-01",
  "4.1.1-2018-07-19-01",
  "4.1.1-2018-07-25-01",
  "4.1.1-rc-2018.7.19.1",
  "4.1.1",
  "4.2.0-2018-05-25-05",
  "4.2.0-2018-05-25-06",
  "4.2.0-2018-05-28-01",
  "4.2.0-2018-05-28-02",
  "4.2.0-2018-05-28-03",
  "4.2.0-2018-05-28-04",
  "4.2.0-2018-05-29-01",
  "4.2.0-2018-05-30-01",
  "4.2.0-2018-05-31-01",
  "4.2.0-2018-06-04-04",
  "4.2.0-2018-06-05-01",
  "4.2.0-2018-06-06-01",
  "4.2.0-2018-06-08-01",
  "4.2.0-2018-06-13-01",
  "4.2.0-2018-06-13-02",
  "4.2.0-2018-06-14-01",
  "4.2.0-2018-06-14-02",
  "4.2.0-2018-06-14-03",
  "4.2.0-2018-06-14-04",
  "4.2.0-2018-06-15-01",
  "4.2.0-2018-06-18-01",
  "4.2.0-2018-06-18-02",
  "4.2.0-2018-06-19-01",
  "4.2.0-2018-06-19-02",
  "4.2.0-2018-06-19-03",
  "4.2.0-2018-06-19-04",
  "4.2.0-2018-06-20-01",
  "4.2.0-2018-06-20-02",
  "4.2.0-2018-06-21-01",
  "4.2.0-2018-06-25-01",
  "4.2.0-2018-06-27-01",
  "4.2.0-2018-06-27-02",
  "4.2.0-2018-06-29-01",
  "4.2.0-2018-07-03-01",
  "4.2.0-2018-07-03-02",
  "4.2.0-2018-07-04-01",
  "4.2.0-2018-07-05-01",
  "4.2.0-2018-07-09-01",
  "4.2.0-2018-07-10-01",
  "4.2.0-2018-07-11-01",
  "4.2.0-2018-07-13-03",
  "4.2.0-2018-07-18-01",
  "4.2.0-2018-07-18-02",
  "4.2.0-2018-07-18-03",
  "4.2.0-2018-07-19-01",
  "4.2.0-2018-07-20-01",
  "4.2.0-2018-07-21-01",
  "4.2.0-2018-07-21-02",
  "4.2.0-2018-07-23-01",
  "4.2.0-2018-07-23-02",
  "4.2.0-2018-07-26-01",
  "4.2.0-2018-07-28-01",
  "4.2.0-2018-08-09-02",
  "4.2.0-2018-08-09-03",
  "4.2.0-2018-08-09-04",
  "4.2.0-rc-2018.7.26.2",
  "4.2.0-rc-2018.8.8.1",
  "4.2.0-rc-2018.9.11.1",
  "4.2.0-rc-2018.9.11.3",
  "4.2.0-rc-2018-08-01-01",
  "4.2.0-rc-2018-08-03-01",
  "4.2.0-rc-2018-08-08-01",
  "4.2.0-rc-2018-09-11-01",
  "4.2.0-rc-2018-09-11-02",
  "4.2.0-rc-2018-09-13-01",
  "4.2.0-rc-2018-09-13-02",
  "4.2.0-rc-2018-09-13-03",
  "4.2.0",
  "4.2.1-rc-2018.9.14.1",
  "4.2.1-rc-2018.9.16.1",
  "4.2.1-rc-2018.9.17.1",
  "4.2.1-rc-2018.9.17.2",
  "4.2.1-rc-2018-09-14-01",
  "4.2.1-rc-2018-09-16-01",
  "4.2.1-rc-2018-09-17-01",
  "4.2.1-rc-2018-09-17-02",
  "4.2.1-rc-2018-09-18-01",
  "4.2.1-rc-2018-09-18-02",
  "4.2.1-rc-2018-09-19-01",
  "4.2.1-rc-2019-01-24-180808-01",
  "4.2.1",
  "4.2.2-rc-2019-01-24-183417-02",
  "4.2.2-rc-2019-01-24-183712-03",
  "4.2.2",
  "4.3.0-2018-07-25-01",
  "4.3.0-2018-07-27-01",
  "4.3.0-2018-07-27-02",
  "4.3.0-2018-07-30-01",
  "4.3.0-2018-07-31-01",
  "4.3.0-2018-07-31-02",
  "4.3.0-2018-08-02-01",
  "4.3.0-2018-08-02-02",
  "4.3.0-2018-08-02-03",
  "4.3.0-2018-08-02-04",
  "4.3.0-2018-08-02-06",
  "4.3.0-2018-08-07-01",
  "4.3.0-2018-08-07-02",
  "4.3.0-2018-08-07-03",
  "4.3.0-2018-08-07-05",
  "4.3.0-2018-08-08-01",
  "4.3.0-2018-08-08-02",
  "4.3.0-2018-08-09-01",
  "4.3.0-2018-08-10-02",
  "4.3.0-2018-08-16-01",
  "4.3.0-2018-08-17-01",
  "4.3.0-2018-08-17-02",
  "4.3.0-2018-08-17-03",
  "4.3.0-2018-08-17-04",
  "4.3.0-2018-08-28-01",
  "4.3.0-2018-08-31-01",
  "4.3.0-2018-09-05-01",
  "4.3.0-2018-09-06-01",
  "4.3.0-2018-09-07-01",
  "4.3.0-2018-09-10-02",
  "4.3.0-2018-09-10-04",
  "4.3.0-2018-09-11-01",
  "4.3.0-2018-09-13-01",
  "4.3.0-2018-09-14-01",
  "4.3.0-2018-09-17-01",
  "4.3.0-2018-09-17-02",
  "4.3.0-2018-09-17-03",
  "4.3.0-2018-09-17-04",
  "4.3.0-2018-09-18-01",
  "4.3.0-2018-09-18-02",
  "4.3.0-2018-09-18-03",
  "4.3.0-2018-09-18-04",
  "4.3.0-2018-09-18-05",
  "4.3.0-2018-09-20-01",
  "4.3.0-2018-09-26-01",
  "4.3.0-2018-09-28-182206-01",
  "4.3.0-2018-10-03-163950-01",
  "4.3.0-2018-10-04-134606-01",
  "4.3.0-2018-10-04-143213-02",
  "4.3.0-2018-10-04-143547-03",
  "4.3.0-2018-10-04-155726-04",
  "4.3.0-2018-10-04-160308-05",
  "4.3.0-2018-10-04-172848-06",
  "4.3.0-2018-10-05-034423-01",
  "4.3.0-2018-10-05-034720-02",
  "4.3.0-2018-10-05-142212-03",
  "4.3.0-2018-10-05-171300-04",
  "4.3.0-2018-10-05-173032-05",
  "4.3.0-2018-10-08-112000-01",
  "4.3.0-2018-10-08-112346-02",
  "4.3.0-2018-10-09-101647-01",
  "4.3.0-2018-10-09-152728-02",
  "4.3.0-2018-10-10-155240-01",
  "4.3.0-2018-10-11-151703-01",
  "4.3.0-2018-10-11-174448-02",
  "4.3.0-2018-10-11-174822-03",
  "4.3.0-2018-10-11-190258-04",
  "4.3.0-2018-10-11-213135-05",
  "4.3.0-2018-10-12-141837-01",
  "4.3.0-2018-10-15-104309-01",
  "4.3.0-rc-2018.7.26.1",
  "5.0.0-rc-2018-10-16-174606-03",
  "5.0.0-rc-2018-10-16-181238-04",
  "5.0.0-rc-2018-10-16-182114-06",
  "5.0.0-rc-2018-10-16-182917-07",
  "5.0.0-rc-2018-10-24-180914-01",
  "5.0.0-rc-2018-10-26-180808-01",
  "5.0.0-rc-2018-10-29-101420-01",
  "5.0.0-rc-2018-10-29-105333-03",
  "5.0.0-rc-2018-10-29-221327-04",
  "5.0.0-rc-2018-10-30-144157-01",
  "5.0.0",
  "5.0.1-rc-2018-11-01-121359-01",
  "5.0.1-rc-2018-11-07-151022-01",
  "5.0.1",
  "5.0.2-rc-2018-11-07-211354-02",
  "5.0.2",
  "5.0.3-rc-2018-11-20-161504-01",
  "5.0.3",
  "5.0.4-rc-2018-11-26-130240-01",
  "5.0.4",
  "5.0.5-rc-2018-11-26-163340-02",
  "5.0.5",
  "5.1.0-2018-10-15-163645-02",
  "5.1.0-2018-10-15-170241-03",
  "5.1.0-2018-10-16-092345-02",
  "5.1.0-2018-10-16-155036-03",
  "5.1.0-2018-10-17-133000-01",
  "5.1.0-2018-10-17-133336-02",
  "5.1.0-2018-10-29-194834-04",
  "5.1.0-next-2018-11-27-205354-09",
  "5.1.0-next-2018-11-28-171012-03",
  "5.1.0-next-2018-11-28-190244-04",
  "5.1.0-next-2018-12-04-154556-01",
  "5.1.0-next-2018-12-04-164033-02",
  "5.1.0-next-2018-12-05-163754-01",
  "5.1.0-next-2018-12-07-110648-01",
  "5.1.0-rc-2018-12-06-112705-02",
  "5.1.0-rc-2018-12-13-170628-01",
  "5.1.0",
  "5.1.1-rc-2018-12-20-011531-01",
  "5.1.1",
  "5.1.2-rc-2019-01-13-202821-01",
  "5.1.2-rc-2019-01-15-172720-01",
  "5.1.2-rc-2019-01-15-173451-02",
  "5.1.2",
  "5.2.0-2018-10-17-143408-03",
  "5.2.0-2018-10-18-135012-01",
  "5.2.0-2018-10-18-135500-02",
  "5.2.0-2018-10-19-112954-01",
  "5.2.0-2018-10-19-152057-02",
  "5.2.0-2018-10-19-171505-03",
  "5.2.0-2018-10-19-184840-04",
  "5.2.0-2018-10-23-003818-01",
  "5.2.0-2018-10-23-133825-02",
  "5.2.0-2018-10-23-170150-03",
  "5.2.0-2018-10-24-101911-01",
  "5.2.0-2018-10-24-145201-02",
  "5.2.0-2018-10-26-133247-01",
  "5.2.0-2018-10-26-140528-02",
  "5.2.0-2018-10-26-144748-03",
  "5.2.0-2018-10-26-170719-04",
  "5.2.0-2018-10-26-171206-05",
  "5.2.0-2018-10-30-140023-01",
  "5.2.0-2018-10-30-142506-02",
  "5.2.0-2018-11-01-154426-01",
  "5.2.0-2018-11-02-105315-01",
  "5.2.0-2018-11-02-105817-02",
  "5.2.0-2018-11-02-153333-03",
  "5.2.0-2018-11-02-160743-04",
  "5.2.0-2018-11-02-173205-05",
  "5.2.0-2018-11-05-143311-05",
  "5.2.0-2018-11-05-155251-06",
  "5.2.0-2018-11-05-162819-07",
  "5.2.0-2018-11-06-112636-01",
  "5.2.0-2018-11-06-165754-02",
  "5.2.0-2018-11-07-142318-01",
  "5.2.0-2018-11-07-185445-02",
  "5.2.0-2018-11-08-172647-01",
  "5.2.0-2018-11-12-153405-01",
  "5.2.0-2018-11-13-185708-01",
  "5.2.0-2018-11-14-102106-01",
  "5.2.0-2018-11-14-175355-02",
  "5.2.0-2018-11-14-175704-03",
  "5.2.0-2018-11-14-190057-04",
  "5.2.0-2018-11-15-150731-01",
  "5.2.0-2018-11-15-221043-02",
  "5.2.0-2018-11-19-112318-01",
  "5.2.0-2018-11-19-184627-02",
  "5.2.0-2018-11-21-162506-01",
  "5.2.0-2018-11-23-100602-01",
  "5.2.0-2018-11-23-151753-02",
  "5.2.0-2018-11-26-115243-01",
  "5.2.0-2018-11-26-135102-02",
  "5.2.0-2018-11-27-002833-01",
  "5.2.0-2018-11-27-104448-02",
  "5.2.0-2018-11-27-104751-03",
  "5.2.0-2018-11-27-112617-04",
  "5.2.0-2018-11-29-111831-01",
  "5.2.0-2018-11-29-161511-02",
  "5.2.0-2018-11-30-113001-01",
  "5.2.0-2018-11-30-122847-02",
  "5.2.0-2018-11-30-173054-03",
  "5.2.0-2018-12-01-060024-01",
  "5.2.0-next-2018-12-07-141555-02",
  "5.2.0-next-2018-12-07-165554-03",
  "5.2.0-next-2018-12-12-143625-01",
  "5.2.0-next-2018-12-13-162729-01",
  "5.2.0-next-2018-12-13-170345-02",
  "5.2.0-next-2018-12-14-133145-01",
  "5.2.0-next-2018-12-14-142227-02",
  "5.2.0-next-2018-12-14-164001-03",
  "5.2.0-next-2018-12-14-164320-04",
  "5.2.0-next-2018-12-17-113333-01",
  "5.2.0-next-2018-12-17-152815-02",
  "5.2.0-next-2018-12-17-171233-03",
  "5.2.0-next-2018-12-18-114934-01",
  "5.2.0-next-2018-12-18-143326-02",
  "5.2.0-next-2018-12-18-143757-03",
  "5.2.0-next-2018-12-20-172434-01",
  "5.2.0-next-2018-12-27-164453-01",
  "5.2.0-next-2018-12-27-164817-02",
  "5.2.0-next-2018-12-31-142113-01",
  "5.2.0-next-2018-12-31-142418-02",
  "5.2.0-next-2019-01-02-113109-01",
  "5.2.0-rc-2018-12-14-145545-01",
  "5.2.0-rc-2019-02-08-120034-01",
  "5.2.0-rc-2019-02-08-145906-02",
  "5.2.0-rc-2019-02-08-170235-03",
  "5.2.0-rc-2019-02-08-174736-06",
  "5.2.0-rc-2019-02-08-185204-07",
  "5.2.0-rc-2019-02-13-151025-01",
  "5.2.0-rc-2019-02-13-151834-02",
  "5.2.0-rc-2019-02-14-154359-01",
  "5.2.0-rc-2019-02-14-162147-02",
  "5.2.0",
  "5.2.1-next-2019-01-04-104907-01",
  "5.2.1-next-2019-01-04-164427-03",
  "5.2.1-next-2019-01-04-171839-04",
  "5.2.1-next-2019-01-07-151350-01",
  "5.2.1-next-2019-01-07-151736-02",
  "5.2.1-next-2019-01-07-152128-03",
  "5.2.1-next-2019-01-08-134914-01",
  "5.2.1-next-2019-01-08-140227-02",
  "5.2.1-next-2019-01-08-152035-03",
  "5.2.1-next-2019-01-08-152439-04",
  "5.2.1-next-2019-01-08-165655-05",
  "5.2.1-next-2019-01-08-210355-06",
  "5.2.1-next-2019-01-08-210741-07",
  "5.2.1-next-2019-01-09-161630-01",
  "5.2.1-next-2019-01-09-182453-02",
  "5.2.1-next-2019-01-10-145030-01",
  "5.2.1-next-2019-01-16-162246-01",
  "5.2.1-next-2019-01-17-213118-01",
  "5.2.1-next-2019-01-21-102646-01",
  "5.2.1-next-2019-01-21-152406-02",
  "5.2.1-next-2019-01-22-143742-01",
  "5.2.1-next-2019-01-23-110922-01",
  "5.2.1-next-2019-01-23-140417-02",
  "5.2.1-next-2019-01-23-160821-03",
  "5.2.1-next-2019-01-25-152036-01",
  "5.2.1-next-2019-01-31-183241-01",
  "5.2.1-next-2019-01-31-220519-02",
  "5.2.1-next-2019-02-04-101558-01",
  "5.2.1-next-2019-02-04-153453-02",
  "5.2.1-next-2019-02-06-131321-01",
  "5.2.1-next-2019-02-06-131632-02",
  "5.2.1-next-2019-02-06-140441-03",
  "5.2.1-next-2019-02-06-140746-04",
  "5.2.1-next-2019-02-06-155548-05",
  "5.2.1-next-2019-02-06-201946-06",
  "5.2.1-next-2019-02-06-221132-07",
  "5.2.1-next-2019-02-07-110920-01",
  "5.2.1-rc-2019-02-19-120053-01",
  "5.2.1-rc-2019-02-20-184627-01",
  "5.2.1-rc-2019-02-20-185513-02",
  "5.2.1-rc-2019-02-21-122645-01",
  "5.2.1-rc-2019-02-21-155658-02",
  "5.2.1-rc-2019-02-22-150040-01",
  "5.2.1",
  "5.2.2-rc-2019-02-22-153740-01",
  "5.2.2-rc-2019-02-22-161224-03",
  "5.2.2-rc-2019-02-28-102035-01",
  "5.2.2-rc-2019-02-28-102554-02",
  "5.2.2-rc-2019-03-01-102348-01",
  "5.2.2-rc-2019-03-01-111824-02",
  "5.2.2-rc-2019-03-01-112723-03",
  "5.2.2-rc-2019-03-14-193437-01",
  "5.2.2-rc-2019-03-15-154808-01",
  "5.2.2-rc-2019-03-15-174226-02",
  "5.2.2",
  "5.3.0-next-2019-02-12-135312-01",
  "5.3.0-next-2019-02-14-152056-01",
  "5.3.0-next-2019-02-15-185940-01",
  "5.3.0-next-2019-02-19-130350-01",
  "5.3.0-next-2019-02-20-135824-01",
  "5.3.0-next-2019-02-21-094351-01",
  "5.3.0-next-2019-02-21-094927-02",
  "5.3.0-next-2019-02-21-121332-03",
  "5.3.0-next-2019-02-21-181322-04",
  "5.3.0-next-2019-02-21-181653-05",
  "5.3.0-next-2019-02-22-123758-01",
  "5.3.0-next-2019-02-22-151155-02",
  "5.3.0-next-2019-02-24-163738-01",
  "5.3.0-next-2019-02-24-164048-02",
  "5.3.0-next-2019-02-24-182915-03",
  "5.3.0-next-2019-02-26-095314-01",
  "5.3.0-next-2019-02-26-110951-02",
  "5.3.0-next-2019-02-26-124532-03",
  "5.3.0-next-2019-02-28-120526-01",
  "5.3.0-next-2019-03-01-105703-01",
  "5.3.0-next-2019-03-04-113524-01",
  "5.3.0-next-2019-03-04-114353-02",
  "5.3.0-next-2019-03-05-100146-01",
  "5.3.0-next-2019-03-05-113930-02",
  "5.3.0-next-2019-03-08-175919-01",
  "5.3.0-next-2019-03-12-100018-01",
  "5.3.0-next-2019-03-12-100602-02",
  "5.3.0-next-2019-03-12-150908-03",
  "5.3.0-next-2019-03-12-151235-04",
  "5.3.0-next-2019-03-13-132503-01",
  "5.3.0-next-2019-03-14-110711-01",
  "5.3.0-next-2019-03-15-102950-01",
  "5.3.0-next-2019-03-15-174809-02",
  "5.3.0-next-2019-03-18-135942-01",
  "5.3.0-next-2019-03-18-183035-02",
  "5.3.0-next-2019-03-20-122802-01",
  "5.3.0-next-2019-03-20-144309-02",
  "5.3.0-next-2019-03-20-181601-03",
  "5.3.0-next-2019-03-20-182945-04",
  "5.3.0-next-2019-03-20-183648-05",
  "5.3.0-next-2019-03-21-112919-01",
  "5.3.0-next-2019-03-21-142557-02",
  "5.3.0-rc-2019-03-21-143554-01",
  "5.3.0-rc-2019-03-21-190307-05",
  "5.3.0-rc-2019-03-22-063928-01",
  "5.3.0-rc-2019-03-24-233458-01",
  "5.3.0-rc-2019-03-25-140744-01",
  "5.3.0-rc-2019-03-25-142116-02",
  "5.3.0-rc-2019-03-25-160501-03",
  "5.3.0-rc-2019-03-26-123556-01",
  "5.3.0-rc-2019-03-26-124916-02",
  "5.3.0-rc-2019-03-27-093030-01",
  "5.3.0",
  "5.3.1-next-2019-02-08-115752-01",
  "5.3.1-rc-2019-03-28-134803-03",
  "5.3.1-rc-2019-03-31-163014-01",
  "5.3.1-rc-2019-04-03-173654-01",
  "5.3.1-rc-2019-04-12-084921-01",
  "5.3.1-rc-2019-04-12-113659-02",
  "5.3.1-rc-2019-04-15-173231-01",
  "5.3.1-rc-2019-05-03-095947-01",
  "5.3.1-rc-2019-05-03-102431-02",
  "5.3.1",
  "5.3.2-rc-2019-05-03-163933-03",
  "5.3.2-rc-2019-05-06-151211-01",
  "5.3.2-rc-2019-05-06-154216-02",
  "5.3.2-rc-2019-05-07-110202-01",
  "5.3.2-rc-2019-05-07-131738-02",
  "5.3.2-rc-2019-05-07-170954-03",
  "5.3.2",
  "5.4.0-androidx-2019-03-22-160602-06",
  "5.4.0-next-2019-03-21-194030-03",
  "5.4.0-next-2019-03-22-100445-03",
  "5.4.0-next-2019-03-22-130730-04",
  "5.4.0-next-2019-03-22-155437-05",
  "5.4.0-next-2019-03-23-033341-01",
  "5.4.0-next-2019-03-25-180930-01",
  "5.4.0-next-2019-03-25-181428-02",
  "5.4.0-next-2019-03-26-195029-01",
  "5.4.0-next-2019-03-29-133049-01",
  "5.4.0-next-2019-03-29-153458-02",
  "5.4.0-next-2019-04-03-110627-01",
  "5.4.0-next-2019-04-03-175957-02",
  "5.4.0-next-2019-04-03-191030-03",
  "5.4.0-next-2019-04-05-112939-01",
  "5.4.0-next-2019-04-08-125446-01",
  "5.4.0-next-2019-04-10-170830-01",
  "5.4.0-next-2019-04-12-145400-01",
  "5.4.0-next-2019-04-15-164755-01",
  "5.4.0-next-2019-04-15-182705-02",
  "5.4.0-next-2019-04-17-135741-01",
  "5.4.0-next-2019-04-23-174745-01",
  "5.4.0-next-2019-05-01-102931-01",
  "5.4.0-next-2019-05-01-141636-02",
  "5.4.0-next-2019-05-07-103928-01",
  "5.4.0-next-2019-05-07-125220-02",
  "5.4.0-next-2019-05-08-003200-01",
  "5.4.0-next-2019-05-08-101650-02",
  "5.4.0-next-2019-05-08-102305-03",
  "5.4.0-next-2019-05-08-130628-04",
  "5.4.0-next-2019-05-09-161911-01",
  "5.4.0-next-2019-05-09-163616-02",
  "5.4.0-next-2019-05-10-124850-03",
  "5.4.0-next-2019-05-11-222257-01",
  "5.4.0-rc-2019-05-12-003351-01",
  "5.4.0-rc-2019-05-13-170406-01",
  "5.4.0-rc-2019-05-15-111913-01",
  "5.4.0-rc-2019-05-17-110532-01",
  "5.4.0-rc-2019-05-21-134319-01",
  "5.4.0-rc-2019-05-21-143903-02",
  "5.4.0-rc-2019-05-22-114613-01",
  "5.4.0-rc-2019-05-22-145500-02",
  "5.4.0",
  "5.4.1-rc-2019-05-23-145157-03",
  "5.4.1-rc-2019-06-03-175503-01",
  "5.4.1-rc-2019-06-03-183821-02",
  "5.4.1-rc-2019-06-05-103706-01",
  "5.4.1-rc-2019-06-05-202535-02",
  "5.4.1-rc-2019-06-06-010500-01",
  "5.4.1-rc-2019-06-06-133730-02",
  "5.4.1",
  "5.4.2-rc-2019-06-06-172425-03",
  "5.4.2-rc-2019-06-21-114903-01",
  "5.4.2",
  "5.4.3-rc-2019-06-21-153440-02",
  "5.4.3",
  "6.0.0-next-2019-05-13-154435-01",
  "6.0.0-next-2019-05-16-141945-01",
  "6.0.0-next-2019-05-20-103602-01",
  "6.0.0-next-2019-05-21-105838-01",
  "6.0.0-next-2019-05-21-110531-02",
  "6.0.0-next-2019-05-21-180239-03",
  "6.0.0-next-2019-05-22-100921-01",
  "6.0.0-next-2019-05-22-144539-02",
  "6.0.0-next-2019-05-22-150218-03",
  "6.0.0-next-2019-05-22-183541-04",
  "6.0.0-next-2019-05-31-141709-01",
  "6.0.0-next-2019-06-03-175837-01",
  "6.0.0-next-2019-06-04-101739-01",
  "6.0.0-next-2019-06-05-104348-01",
  "6.0.0-next-2019-06-06-180446-01",
  "6.0.0-next-2019-06-07-150625-01",
  "6.0.0-next-2019-06-10-092158-01",
  "6.0.0-next-2019-06-12-154903-01",
  "6.0.0-next-2019-06-17-135010-02",
  "6.0.0-next-2019-06-17-135659-03",
  "6.0.0-next-2019-06-17-201500-04",
  "6.0.0-next-2019-06-20-155941-01",
  "6.0.0-next-2019-06-21-153541-01",
  "6.0.0-next-2019-06-21-164052-02",
  "6.0.0-next-2019-06-24-121155-01",
  "6.0.0-next-2019-06-24-123740-02",
  "6.0.0-next-2019-06-24-193220-03",
  "6.0.0-next-2019-06-25-134744-01",
  "6.0.0-next-2019-06-25-151530-02",
  "6.0.0-next-2019-06-25-165221-03",
  "6.0.0-next-2019-06-25-170132-04",
  "6.0.0-next-2019-06-25-214923-05",
  "6.0.0-next-2019-06-26-010648-06",
  "6.0.0-next-2019-06-26-011512-07",
  "6.0.0-next-2019-06-26-105013-01",
  "6.0.0-next-2019-06-26-105741-02",
  "6.0.0-next-2019-06-26-114337-03",
  "6.0.0-next-2019-06-26-125842-04",
  "6.0.0-next-2019-06-26-151406-05",
  "6.0.0-next-2019-06-26-183943-06",
  "6.0.0-next-2019-06-26-184509-07",
  "6.0.0-next-2019-06-26-201835-08",
  "6.0.0-next-2019-06-26-211029-09",
  "6.0.0-next-2019-06-27-082418-01",
  "6.0.0-next-2019-06-27-131700-02",
  "6.0.0-next-2019-06-27-173843-03",
  "6.0.0-next-2019-06-27-205504-04",
  "6.0.0-next-2019-06-28-100751-01",
  "6.0.0-next-2019-06-28-134202-02",
  "6.0.0-next-2019-06-28-153859-03",
  "6.0.0-next-2019-06-28-182355-04",
  "6.0.0-next-2019-06-28-183014-05",
  "6.0.0-rc-2019-06-28-174355-01",
  "6.0.0-rc-2019-06-28-175837-02",
  "6.0.0-rc-2019-07-01-164848-01",
  "6.0.0-rc-2019-07-03-093231-01",
  "6.0.0-rc-2019-07-03-223248-02",
  "6.0.0-rc-2019-07-04-111808-02",
  "6.0.0-rc-2019-07-04-184211-04",
  "6.0.0-rc-2019-07-08-111131-01",
  "6.0.0-rc-2019-07-08-122821-02",
  "6.0.0-rc-2019-07-09-133347-01",
  "6.0.0-rc-2019-07-09-150414-05",
  "6.0.0-rc-2019-07-09-183845-06",
  "6.0.0-rc-2019-07-10-102814-01",
  "6.0.0-rc-2019-07-10-140734-02",
  "6.0.0-rc-2019-07-10-145815-03",
  "6.0.0-rc-2019-07-10-160558-04",
  "6.0.0-rc-2019-07-10-174456-05",
  "6.0.0-rc-2019-07-10-183939-06",
  "6.0.0-rc-2019-07-10-192312-07",
  "6.0.0-rc-2019-07-10-204101-08",
  "6.0.0-rc-2019-07-10-210602-09",
  "6.0.0-rc-2019-07-11-003556-10",
  "6.0.0-rc-2019-07-11-083306-01",
  "6.0.0",
  "6.0.1-rc-2019-07-11-133202-02",
  "6.0.1-rc-2019-07-15-111032-01",
  "6.0.1-rc-2019-07-16-102335-01",
  "6.0.1",
  "6.0.2-rc-2019-07-16-115342-02",
  "6.0.2-rc-2019-07-20-232407-04",
  "6.0.2-rc-2019-07-22-153843-05",
  "6.0.2-rc-2019-07-25-150059-01",
  "6.0.2-rc-2019-07-25-151328-02",
  "6.0.2-rc-2019-07-25-215630-03",
  "6.0.2-rc-2019-07-26-140714-01",
  "6.0.2-rc-2019-07-26-144027-02",
  "6.0.2-rc-2019-07-26-211132-03",
  "6.0.2-rc-2019-07-28-211415-01",
  "6.0.2-rc-2019-07-28-222243-02",
  "6.0.2",
  "6.0.3-rc-2019-07-29-155223-01",
  "6.0.3-rc-2019-07-30-125452-01",
  "6.0.3",
  "6.0.4-rc-2019-07-30-192236-02",
  "6.0.4-rc-2019-07-31-113458-01",
  "6.0.4-rc-2019-08-01-132226-01",
  "6.0.4-rc-2019-08-02-101038-01",
  "6.0.4-rc-2019-08-02-102315-02",
  "6.0.4",
  "6.0.5-rc-2019-08-02-130448-03",
  "6.0.5-rc-2019-08-07-163416-01",
  "6.0.5-rc-2019-08-08-124208-01",
  "6.0.5",
  "6.0.6-rc-2019-08-08-141648-02",
  "6.0.6-rc-2019-08-12-122817-01",
  "6.0.6-rc-2019-08-14-041351-01",
  "6.0.6-rc-2019-08-15-153232-01",
  "6.0.6-rc-2019-08-20-010109-01",
  "6.0.6-rc-2019-08-20-010953-02",
  "6.0.6-rc-2019-08-22-160656-01",
  "6.0.6",
  "6.0.7-rc-2019-08-22-161536-02",
  "6.0.7",
  "6.1.0-next-2019-06-28-190216-06",
  "6.1.0-next-2019-07-03-115307-01",
  "6.1.0-next-2019-07-03-144356-02",
  "6.1.0-next-2019-07-16-190505-01",
  "6.1.0-next-2019-07-19-122702-01",
  "6.1.0-next-2019-07-20-015811-02",
  "6.1.0-next-2019-07-22-120030-01",
  "6.1.0-next-2019-07-24-141042-01",
  "6.1.0-next-2019-07-31-183841-01",
  "6.1.0-next-2019-08-01-104347-01",
  "6.1.0-next-2019-08-02-094802-01",
  "6.1.0-next-2019-08-02-150130-02",
  "6.1.0-next-2019-08-02-160616-03",
  "6.1.0-next-2019-08-05-135636-01",
  "6.1.0-next-2019-08-05-140314-02",
  "6.1.0-next-2019-08-07-123332-01",
  "6.1.0-next-2019-08-07-191211-02",
  "6.1.0-next-2019-08-07-230520-03",
  "6.1.0-next-2019-08-12-152433-01",
  "6.1.0-next-2019-08-13-161036-01",
  "6.1.0-next-2019-08-14-114015-01",
  "6.1.0-next-2019-08-14-134728-02",
  "6.1.0-next-2019-08-14-174603-03",
  "6.1.0-next-2019-08-15-110841-01",
  "6.1.0-next-2019-08-15-111408-02",
  "6.1.0-next-2019-08-15-173303-03",
  "6.1.0-next-2019-08-18-214828-01",
  "6.1.0-next-2019-08-18-215310-02",
  "6.1.0-next-2019-08-18-231654-03",
  "6.1.0-next-2019-08-20-121618-03",
  "6.1.0-next-2019-08-20-134853-04",
  "6.1.0-next-2019-08-21-000208-05",
  "6.1.0-next-2019-08-21-142040-01",
  "6.1.0-next-2019-08-21-164518-02",
  "6.1.0-next-2019-08-22-110432-01",
  "6.1.0-next-2019-08-23-102457-01",
  "6.1.0-next-2019-08-23-155826-02",
  "6.1.0-next-2019-08-26-142828-01",
  "6.1.0-rc-2019-08-23-161023-01",
  "6.1.0-rc-2019-08-28-135321-01",
  "6.1.0-rc-2019-08-28-172655-02",
  "6.1.0-rc-2019-08-29-094218-01",
  "6.1.0-rc-2019-08-29-161533-02",
  "6.1.0-rc-2019-08-29-162306-03",
  "6.1.0-rc-2019-08-29-225727-04",
  "6.1.0-rc-2019-08-30-092856-01",
  "6.1.0-rc-2019-09-04-111816-01",
  "6.1.0-rc-2019-09-04-175507-02",
  "6.1.0-rc-2019-09-10-133856-01",
  "6.1.0-rc-2019-09-10-134748-02",
  "6.1.0-rc-2019-09-10-154338-03",
  "6.1.0-rc-2019-09-10-155350-04",
  "6.1.0-rc-2019-09-10-184937-05",
  "6.1.0",
  "6.1.1-rc-2019-09-11-155916-01",
  "6.1.1-rc-2019-09-17-182158-05",
  "6.1.1-rc-2019-09-18-010603-01",
  "6.1.1-rc-2019-09-19-200326-01",
  "6.1.1-rc-2019-09-24-172914-01",
  "6.1.1-rc-2019-09-29-014356-01",
  "6.1.1",
  "6.2.0-next-2019-08-28-141204-01",
  "6.2.0-next-2019-08-30-092904-01",
  "6.2.0-next-2019-09-10-141223-01",
  "6.2.0-next-2019-09-10-155804-02",
  "6.2.0-next-2019-09-10-160228-03",
  "6.2.0-next-2019-09-12-143317-01",
  "6.2.0-next-2019-09-12-155416-02",
  "6.2.0-next-2019-09-12-160312-03",
  "6.2.0-next-2019-09-13-134948-01",
  "6.2.0-next-2019-09-13-145321-02",
  "6.2.0-next-2019-09-13-190500-03",
  "6.2.0-next-2019-09-18-121706-01",
  "6.2.0-next-2019-09-18-125326-03",
  "6.2.0-next-2019-09-18-125945-04",
  "6.2.0-next-2019-09-18-132141-05",
  "6.2.0-next-2019-09-19-155428-01",
  "6.2.0-next-2019-09-20-000918-02",
  "6.2.0-next-2019-09-25-140422-01"
]

 stderr: 
Exec npm view nativescript-dev-webpack  versions --json 
 stdout: [
  "0.0.1",
  "0.0.2",
  "0.0.3",
  "0.0.4",
  "0.0.5",
  "0.0.6",
  "0.0.7",
  "0.0.8",
  "0.0.9",
  "0.0.11",
  "0.0.12",
  "0.0.13",
  "0.0.14",
  "0.0.15",
  "0.0.16",
  "0.0.17",
  "0.0.18",
  "0.0.19",
  "0.0.20",
  "0.1.0",
  "0.1.1",
  "0.1.2",
  "0.2.0",
  "0.2.1",
  "0.2.2",
  "0.2.3",
  "0.2.4",
  "0.2.5",
  "0.2.6",
  "0.2.7",
  "0.2.8",
  "0.2.9",
  "0.2.10",
  "0.2.11",
  "0.2.12",
  "0.2.13",
  "0.2.14",
  "0.2.15",
  "0.2.16",
  "0.3.0",
  "0.3.1",
  "0.3.2",
  "0.3.3",
  "0.3.4",
  "0.3.5",
  "0.3.6",
  "0.3.7",
  "0.4.0",
  "0.4.1",
  "0.4.2",
  "0.5.0",
  "0.6.0",
  "0.6.1",
  "0.6.3",
  "0.7.0-2017-06-16-12",
  "0.7.0-2017-06-16-14",
  "0.7.0-2017-06-21-16",
  "0.7.0-2017-06-21-20",
  "0.7.0",
  "0.7.1",
  "0.7.2",
  "0.7.3",
  "0.8.0-2017-06-22-24",
  "0.8.0-2017-06-29-30",
  "0.8.0-2017-06-29-31",
  "0.8.0-2017-7-11-1",
  "0.8.0-2017-7-12-1",
  "0.8.0-2017-7-12-2",
  "0.8.0-2017-7-12-3",
  "0.8.0-2017-7-21-1",
  "0.8.0-2017-7-3-1",
  "0.8.0-2017-7-3-2",
  "0.8.0-2017-7-4-1",
  "0.8.0-2017-7-4-2",
  "0.8.0-2017-7-5-1",
  "0.8.0-2017-8-1-1",
  "0.8.0-2017-8-11-1",
  "0.8.0-2017-8-11-2",
  "0.8.0-2017-8-14-1",
  "0.8.0-2017-8-18-1",
  "0.8.0-2017-8-18-2",
  "0.8.0-2017-8-18-3",
  "0.8.0-2017-8-21-1",
  "0.8.0-2017-8-3-1",
  "0.8.0-2017-8-31-1",
  "0.8.0-2017-8-4-1",
  "0.8.0-2017-8-7-1",
  "0.8.0-2017-8-8-1",
  "0.8.0-2017-9-8-1",
  "0.8.0",
  "0.9.0-2017-10-18-1",
  "0.9.0-2017-10-20-1",
  "0.9.0-2017-10-21-1",
  "0.9.0-2017-10-25-1",
  "0.9.0-2017-10-25-2",
  "0.9.0-2017-10-25-3",
  "0.9.0-2017-10-3-1",
  "0.9.0-2017-10-5-1",
  "0.9.0-2017-10-5-2",
  "0.9.0-2017-11-14-1",
  "0.9.0-2017-11-19-1",
  "0.9.0-2017-11-19-2",
  "0.9.0-2017-11-9-4",
  "0.9.0-2017-12-20-06",
  "0.9.0-2017-9-8-2",
  "0.9.0",
  "0.9.1",
  "0.9.2",
  "0.10.0-2017-11-27-1",
  "0.10.0-2017-12-11-1",
  "0.10.0-2017-12-12-1",
  "0.10.0-2017-12-12-2",
  "0.10.0-2017-12-12-3",
  "0.10.0-2017-12-12-4",
  "0.10.0-2017-12-12-5",
  "0.10.0-2017-12-12-6",
  "0.10.0-2017-12-12-7",
  "0.10.0-2017-12-12-8",
  "0.10.0-2017-12-12-9",
  "0.10.0-2017-12-14-02",
  "0.10.0-2017-12-14-03",
  "0.10.0-2017-12-14-04",
  "0.10.0-2017-12-14-05",
  "0.10.0-2017-12-14-06",
  "0.10.0-2017-12-14-1",
  "0.10.0-2017-12-18-01",
  "0.10.0-2017-12-19-01",
  "0.10.0-2017-12-19-02",
  "0.10.0-2017-12-20-01",
  "0.10.0-2017-12-20-02",
  "0.10.0-2017-12-20-03",
  "0.10.0-2017-12-20-04",
  "0.10.0-2017-12-20-05",
  "0.10.0-2017-12-20-07",
  "0.10.0-2017-12-20-08",
  "0.10.0-2017-12-20-10",
  "0.10.0-2017-12-20-11",
  "0.10.0-2017-12-22-01",
  "0.10.0-2017-12-23-01",
  "0.10.0-2018-01-02-01",
  "0.10.0-2018-01-09-01",
  "0.10.0-2018-01-09-02",
  "0.10.0-2018-01-10-01",
  "0.10.0-2018-01-10-02",
  "0.10.0-2018-01-23-01",
  "0.10.0-2018-01-23-02",
  "0.10.0-2018-01-23-03",
  "0.10.0-2018-01-23-04",
  "0.10.0-2018-01-23-05",
  "0.10.0-2018-01-24-01",
  "0.10.0-2018-01-29-01",
  "0.10.0-2018-02-14-01",
  "0.10.0-2018-02-15-01",
  "0.10.0-2018-02-15-02",
  "0.10.0-2018-02-15-03",
  "0.10.0-2018-02-16-01",
  "0.10.0-2018-02-22-01",
  "0.10.0-2018-03-01-01",
  "0.10.0-2018-03-01-02",
  "0.10.0-2018-03-01-03",
  "0.10.0-2018-03-04-01",
  "0.10.0-2018-03-06-01",
  "0.10.0-2018-03-08-01",
  "0.10.0-2018-03-10-01",
  "0.10.0-2018-03-13-02",
  "0.10.0-2018-03-13-04",
  "0.10.0-2018-03-19-01",
  "0.10.0-2018-03-21-01",
  "0.10.0-2018-03-22-01",
  "0.10.0-2018-03-22-02",
  "0.10.0-2018-03-22-03",
  "0.10.0-2018-03-22-04",
  "0.10.0-2018-03-22-05",
  "0.10.0-2018-03-27-01",
  "0.10.0-2018-03-28-01",
  "0.10.0-2018-03-28-02",
  "0.10.0-2018-03-29-01",
  "0.10.0-2018-03-30-01",
  "0.10.0-2018-04-02-01",
  "0.10.0-2018-04-04-01",
  "0.10.0-2018-04-05-01",
  "0.10.0",
  "0.10.1",
  "0.10.2",
  "0.11.0-2018-04-06-01",
  "0.11.0-2018-04-11-01",
  "0.11.0-2018-04-11-02",
  "0.11.0-2018-04-18-01",
  "0.11.0-2018-04-18-02",
  "0.11.0-2018-04-18-03",
  "0.11.0-2018-04-18-05",
  "0.11.0-2018-04-23-01",
  "0.11.0-2018-04-25-01",
  "0.11.0-2018-04-25-02",
  "0.11.0",
  "0.12.0-2018-04-25-03",
  "0.12.0-2018-04-27-02",
  "0.12.0-2018-04-27-03",
  "0.12.0-2018-04-30-01",
  "0.12.0-2018-05-03-01",
  "0.12.0-2018-05-15-01",
  "0.12.0-2018-05-15-02",
  "0.12.0-2018-05-15-03",
  "0.12.0-2018-05-15-04",
  "0.12.0-2018-05-15-05",
  "0.12.0-2018-05-15-06",
  "0.12.0-2018-05-15-07",
  "0.12.0-2018-05-17-01",
  "0.12.0-2018-05-17-02",
  "0.12.0-2018-05-18-01",
  "0.12.0-2018-05-18-02",
  "0.12.0-2018-05-20-01",
  "0.12.0-2018-05-22-01",
  "0.12.0-2018-05-23-01",
  "0.12.0-2018-05-23-03",
  "0.12.0-2018-05-24-01",
  "0.12.0-2018-05-25-01",
  "0.12.0-2018-05-25-02",
  "0.12.0-2018-05-28-01",
  "0.12.0-2018-05-28-03",
  "0.12.0-2018-05-30-01",
  "0.12.0",
  "0.13.0-2018-05-30-02",
  "0.13.0-2018-05-31-01",
  "0.13.0-2018-06-05-01",
  "0.13.0-2018-06-05-02",
  "0.13.0-2018-06-13-01",
  "0.13.0",
  "0.14.0-2018-06-13-02",
  "0.14.0-2018-06-18-01",
  "0.14.0-2018-06-20-01",
  "0.14.0",
  "0.14.1",
  "0.14.2",
  "0.14.3",
  "0.14.4",
  "0.15.0-2018-06-22-02",
  "0.15.0-2018-06-22-03",
  "0.15.0-2018-06-22-04",
  "0.15.0-2018-06-22-05",
  "0.15.0-2018-06-22-06",
  "0.15.0-2018-06-25-01",
  "0.15.0-2018-06-25-02",
  "0.15.0-2018-06-26-01",
  "0.15.0-2018-06-27-01",
  "0.15.0-2018-07-04-01",
  "0.15.0-2018-07-06-01",
  "0.15.0-2018-07-10-01",
  "0.15.0-2018-07-10-02",
  "0.15.0-2018-07-17-01",
  "0.15.0-2018-07-17-02",
  "0.15.0-2018-07-17-03",
  "0.15.0-2018-07-18-01",
  "0.15.0-2018-07-18-02",
  "0.15.0-2018-07-19-01",
  "0.15.0-2018-07-19-02",
  "0.15.0-2018-07-23-01",
  "0.15.0-2018-07-24-01",
  "0.15.0",
  "0.15.1",
  "0.16.0-2018-07-24-02",
  "0.16.0-2018-07-25-01",
  "0.16.0-2018-07-26-01",
  "0.16.0-2018-08-07-01",
  "0.16.0-2018-08-07-03",
  "0.16.0-2018-08-14-01",
  "0.16.0-2018-08-17-01",
  "0.16.0-2018-08-20-01",
  "0.16.0-2018-08-20-02",
  "0.16.0-2018-08-23-01",
  "0.16.0-2018-08-31-01",
  "0.16.0-2018-09-05-01",
  "0.16.0-2018-09-07-01",
  "0.16.0",
  "0.16.1",
  "0.16.2",
  "0.16.3",
  "0.17.0-2018-09-10-01",
  "0.17.0-2018-09-10-02",
  "0.17.0-2018-09-11-01",
  "0.17.0-2018-09-11-02",
  "0.17.0-2018-09-12-01",
  "0.17.0-2018-09-12-02",
  "0.17.0-2018-09-13-01",
  "0.17.0-2018-09-14-01",
  "0.17.0-2018-09-15-01",
  "0.17.0-2018-09-15-02",
  "0.17.0-2018-09-17-01",
  "0.17.0-2018-09-17-02",
  "0.17.0-2018-09-17-03",
  "0.17.0-2018-09-17-04",
  "0.17.0-2018-09-17-05",
  "0.17.0-2018-09-17-06",
  "0.17.0-2018-09-18-01",
  "0.17.0-2018-09-19-01",
  "0.17.0-2018-09-21-01",
  "0.17.0-2018-09-21-02",
  "0.17.0-2018-09-25-01",
  "0.17.0-2018-09-25-02",
  "0.17.0-2018-09-25-03",
  "0.17.0-2018-09-27-01",
  "0.17.0-2018-09-27-02",
  "0.17.0-2018-09-27-03",
  "0.17.0-2018-09-27-04",
  "0.17.0-2018-09-27-191037",
  "0.17.0-2018-09-27-191217-06",
  "0.17.0-2018-09-28-110658-01",
  "0.17.0-2018-09-28-110729-02",
  "0.17.0-2018-09-28-173604-01",
  "0.17.0-2018-10-02-01",
  "0.17.0-2018-10-08-153901-01",
  "0.17.0-2018-10-09-134018-01",
  "0.17.0-2018-10-12-140041-01",
  "0.17.0-2018-10-12-163126-02",
  "0.17.0-2018-10-12-163214-03",
  "0.17.0-2018-10-17-201222-01",
  "0.17.0-2018-10-17-201339-02",
  "0.17.0-2018-10-19-061101-01",
  "0.17.0-2018-10-20-010539-01",
  "0.17.0-2018-10-25-144355-01",
  "0.17.0-2018-10-31-104646-01",
  "0.17.0-rc.0",
  "0.17.0",
  "0.18.0-2018-10-31-152341-02",
  "0.18.0-2018-10-31-152900-01",
  "0.18.0-2018-11-02-110645-01",
  "0.18.0-2018-11-03-203644-01",
  "0.18.0-2018-11-05-214332-01",
  "0.18.0-2018-11-07-155025-01",
  "0.18.0-2018-11-07-170758-02",
  "0.18.0-rc.0",
  "0.18.0",
  "0.18.1-next-2018-12-05-185921-02",
  "0.18.1",
  "0.18.2-next-2018-12-06-211328-01",
  "0.18.2-next-2018-12-06-214113-02",
  "0.18.2-next-2018-12-06-214204-03",
  "0.18.2-next-2018-12-07-151149-01",
  "0.18.2-next-2018-12-09-143927-01",
  "0.18.2-next-2018-12-09-144015-02",
  "0.18.2-next-2018-12-10-135854-01",
  "0.18.2",
  "0.18.3-next-2018-12-10-180128-02",
  "0.18.3-next-2018-12-10-193424-03",
  "0.18.3-next-2018-12-11-153903-01",
  "0.18.3-next-2018-12-11-154004-02",
  "0.18.3-next-2018-12-12-221500-01",
  "0.18.3-next-2018-12-13-113957-01",
  "0.18.3-next-2018-12-13-134949-02",
  "0.18.3-next-2018-12-14-105626-01",
  "0.18.3-next-2018-12-18-133207-01",
  "0.18.3-next-2018-12-18-144131-02",
  "0.18.3-rc-2018-12-10-191839-04",
  "0.18.3-rc-2018-12-10-192236-05",
  "0.18.3-rc-2018-12-10-192745-06",
  "0.18.3",
  "0.18.4-rc-2018-12-14-175337-01",
  "0.18.4-rc-2018-12-14-183642-02",
  "0.18.4-rc-2018-12-17-124802-01",
  "0.18.4-rc-2018-12-17-163902-02",
  "0.18.5-next-2018-12-19-000539-01",
  "0.18.5-next-2018-12-19-114209-02",
  "0.18.5-next-2018-12-19-172838-03",
  "0.18.5-next-2018-12-21-113608-01",
  "0.18.5-next-2018-12-21-172700-02",
  "0.18.5-next-2018-12-27-174347-01",
  "0.18.5-rc-2018-12-17-180756-03",
  "0.18.5-rc-2019-01-03-145308-01",
  "0.18.5",
  "0.19.0-2018-11-13-102643-01",
  "0.19.0-2018-12-01-060624-01",
  "0.19.0-2018-12-02-004323-01",
  "0.19.0-2018-12-03-103038-01",
  "0.19.0-rc-2019-01-03-174542-02",
  "0.19.0-rc-2019-01-28-094054-01",
  "0.19.0-rc-2019-01-28-135401-02",
  "0.19.0-rc-2019-01-28-150149-03",
  "0.19.0-rc-2019-01-28-154256-04",
  "0.19.0-rc-2019-01-28-154425-05",
  "0.19.0",
  "0.19.1-next-2019-01-04-114028-05",
  "0.19.1-next-2019-01-04-183648-07",
  "0.19.1-next-2019-01-07-183746-01",
  "0.19.1-next-2019-01-09-180155-01",
  "0.19.1-next-2019-01-11-110522-01",
  "0.19.1-next-2019-01-14-120258-01",
  "0.19.1-next-2019-01-25-091836-01",
  "0.19.1-next-2019-01-30-133837-01",
  "0.19.1-next-2019-01-31-175858-01",
  "0.19.1-rc-2019-01-28-184832-06",
  "0.19.1",
  "0.19.2-next-2019-01-31-210922-02",
  "0.19.2-next-2019-01-31-220230-03",
  "0.19.2-next-2019-02-01-120335-01",
  "0.19.2",
  "0.19.3-next-2019-02-01-162520-02",
  "0.19.3-next-2019-02-04-162802-01",
  "0.19.3-next-2019-02-06-120532-01",
  "0.19.3-next-2019-02-06-182513-02",
  "0.19.3-next-2019-02-06-190106-03",
  "0.19.3-next-2019-02-06-190208-04",
  "0.20.0-rc-2019-02-08-134111-01",
  "0.20.0-rc-2019-02-08-194235-02",
  "0.20.0-rc-2019-02-11-133244-01",
  "0.20.0-rc-2019-02-11-155514-02",
  "0.20.0-rc-2019-02-11-175709-03",
  "0.20.0-rc-2019-02-13-154421-01",
  "0.20.0-rc-2019-02-15-130628-01",
  "0.20.0-rc-2019-02-18-134822-01",
  "0.20.0",
  "0.20.1-next-2019-02-08-133716-01",
  "0.20.1-rc-2019-02-18-190400-02",
  "0.20.1-rc-2019-02-20-125204-01",
  "0.20.1-rc-2019-02-20-125252-02",
  "0.20.1",
  "0.20.2-rc-2019-02-20-135017-03",
  "0.20.2-rc-2019-02-20-183427-04",
  "0.20.2",
  "0.20.3-rc-2019-02-21-170022-01",
  "0.20.3-rc-2019-02-21-181401-02",
  "0.20.3-rc-2019-02-22-161914-01",
  "0.20.3-rc-2019-03-11-124522-01",
  "0.20.3-rc-2019-03-15-010137-01",
  "0.20.3",
  "0.21.0-next-2019-02-11-042033-01",
  "0.21.0-next-2019-02-11-153313-02",
  "0.21.0-next-2019-02-11-175830-03",
  "0.21.0-next-2019-02-15-084520-01",
  "0.21.0-next-2019-02-20-130624-01",
  "0.21.0-next-2019-02-21-121844-01",
  "0.21.0-next-2019-02-21-162808-02",
  "0.21.0-next-2019-02-26-120726-01",
  "0.21.0-next-2019-02-28-005006-01",
  "0.21.0-next-2019-02-28-005113-02",
  "0.21.0-next-2019-03-08-173312-01",
  "0.21.0-next-2019-03-13-132559-01",
  "0.21.0-next-2019-03-15-140318-01",
  "0.21.0-next-2019-03-19-145808-01",
  "0.21.0-next-2019-03-19-155624-02",
  "0.21.0-next-2019-03-20-200603-01",
  "0.21.0-next-2019-03-21-114145-01",
  "0.21.0-next-2019-03-21-193614-02",
  "0.21.0-rc-2019-03-21-194124-01",
  "0.21.0-rc-2019-04-04-221406-01",
  "0.21.0-rc-2019-04-06-024734-01",
  "0.21.0-rc-2019-04-12-041640-01",
  "0.21.0-rc-2019-04-12-172725-02",
  "0.21.0",
  "0.21.1-rc-2019-04-18-170429-01",
  "0.21.1-rc-2019-04-19-121954-01",
  "0.21.1",
  "0.21.2-rc-2019-04-23-093510-01",
  "0.21.2-rc-2019-04-25-154200-01",
  "0.21.2-rc-2019-05-08-133007-01",
  "0.21.2",
  "0.22.0-beta-2019-05-20-155403-06",
  "0.22.0-next-2019-03-21-201405-03",
  "0.22.0-next-2019-03-22-045348-01",
  "0.22.0-next-2019-03-29-112317-01",
  "0.22.0-next-2019-04-01-131954-01",
  "0.22.0-next-2019-04-01-193521-02",
  "0.22.0-next-2019-04-04-103327-01",
  "0.22.0-next-2019-04-05-084848-01",
  "0.22.0-next-2019-04-05-105548-02",
  "0.22.0-next-2019-04-08-104709-01",
  "0.22.0-next-2019-04-10-104935-01",
  "0.22.0-next-2019-04-12-142455-01",
  "0.22.0-next-2019-04-12-181144-02",
  "0.22.0-next-2019-04-17-111030-01",
  "0.22.0-next-2019-05-07-131042-01",
  "0.22.0-next-2019-05-08-132226-05",
  "0.22.0-next-2019-05-08-133704-07",
  "0.22.0-next-2019-05-08-142611-09",
  "0.22.0-next-2019-05-09-101045-01",
  "0.22.0-next-2019-05-09-132858-02",
  "0.22.0-next-2019-05-09-133009-03",
  "0.22.0-next-2019-05-10-120107-01",
  "0.22.0-next-2019-05-10-134032-02",
  "0.22.0-next-2019-05-20-154228-03",
  "0.22.0-next-2019-05-20-155548-07",
  "0.22.0-next-2019-05-20-175832-09",
  "0.22.0-next-2019-05-21-090913-02",
  "0.22.0-rc-2019-05-10-185855-01",
  "0.22.0-rc-2019-05-20-180934-01",
  "0.22.0-rc-2019-05-21-182716-01",
  "0.22.0-webpack-2019-05-08-132041-04",
  "0.22.0-webpack-2019-05-08-132806-06",
  "0.22.0-webpack-2019-05-08-135750-08",
  "0.22.0-webpack-2019-05-20-151344-01",
  "0.22.0-webpack-2019-05-20-153447-02",
  "0.22.0-webpack-2019-05-20-154605-04",
  "0.22.0-webpack-2019-05-20-175350-08",
  "0.22.0-webpack-2019-05-21-090404-01",
  "0.22.0-webpack-2019-05-21-090404-02",
  "0.22.0-webpack-2019-05-27-091028-04",
  "0.22.0-webpack-2019-05-31-155909-02",
  "0.22.0",
  "0.23.0-next-2019-05-21-150723-03",
  "0.23.0-next-2019-05-21-224557-04",
  "0.23.0-next-2019-05-29-144120-01",
  "0.23.0-next-2019-05-29-144257-02",
  "0.23.0-rc-2019-05-29-144856-01",
  "0.23.0-rc-2019-05-29-145202-02",
  "0.24.0-next-2019-05-29-145433-03",
  "0.24.0-rc-2019-05-29-145609-03",
  "0.24.0-rc-2019-05-29-145851-04",
  "0.24.0-rc-2019-05-30-133008-01",
  "0.24.0-rc-2019-06-04-083901-01",
  "0.24.0-rc-2019-06-05-155443-01",
  "0.24.0",
  "0.24.1-rc-2019-06-06-215331-01",
  "0.24.1",
  "0.25.0-next-2019-05-30-183823-01",
  "0.25.0-next-2019-05-31-150933-01",
  "0.25.0-next-2019-06-03-171607-01",
  "0.25.0-next-2019-06-04-153813-01",
  "0.25.0-next-2019-06-06-115823-01",
  "0.25.0-next-2019-06-07-145038-01",
  "0.25.0-next-2019-06-12-195918-02",
  "0.25.0-next-2019-06-13-104655-01",
  "0.25.0-next-2019-06-13-155155-02",
  "0.25.0-next-2019-06-19-175605-03",
  "0.25.0-next-2019-06-21-145005-01",
  "0.25.0-next-2019-06-21-150426-03",
  "0.25.0-next-2019-06-25-164837-01",
  "0.25.0-next-2019-06-25-164952-02",
  "0.25.0-next-2019-06-26-115746-01",
  "0.25.0-webpack-2019-06-06-120047-02",
  "0.25.0-webpack-2019-06-11-105349-01",
  "0.25.0-webpack-2019-06-14-153330-01",
  "1.0.0-next-2019-06-27-093803-01",
  "1.0.0-next-2019-06-27-094054-02",
  "1.0.0-next-2019-06-28-082015-01",
  "1.0.0-next-2019-06-28-091022-02",
  "1.0.0-next-2019-06-28-135258-05",
  "1.0.0-next-2019-07-04-112332-01",
  "1.0.0-rc-2019-06-28-134050-01",
  "1.0.0-rc-2019-07-02-133426-01",
  "1.0.0-rc-2019-07-02-161545-02",
  "1.0.0-rc-2019-07-02-164330-03",
  "1.0.0-rc-2019-07-03-114054-01",
  "1.0.0-rc-2019-07-03-140445-02",
  "1.0.0-rc-2019-07-05-084857-01",
  "1.0.0-rc-2019-07-08-111335-01",
  "1.0.0-rc-2019-07-08-114453-02",
  "1.0.0-rc-2019-07-08-135456-03",
  "1.0.0-rc-2019-07-08-182430-04",
  "1.0.0-rc-2019-07-10-002255-01",
  "1.0.0-rc-2019-07-10-104923-01",
  "1.0.0-rc-2019-07-10-161902-03",
  "1.0.0-rc-2019-07-10-214720-04",
  "1.0.0-rc-2019-07-10-215625-05",
  "1.0.0-rc-2019-07-16-122544-02",
  "1.0.0-rc-2019-07-16-131315-03",
  "1.0.0",
  "1.0.1-rc-2019-07-16-154123-04",
  "1.0.1-rc-2019-07-16-191810-05",
  "1.0.1",
  "1.0.2-rc-2019-07-18-205616-01",
  "1.0.2-rc-2019-07-18-205737-02",
  "1.0.2-rc-2019-07-22-182840-01",
  "1.0.2-rc-2019-07-23-154206-01",
  "1.0.2-rc-2019-07-24-134902-01",
  "1.0.2-rc-2019-07-26-142330-01",
  "1.0.2",
  "1.0.3-rc-2019-08-01-154027-01",
  "1.0.3-rc-2019-08-01-172954-02",
  "1.0.3-rc-2019-08-05-163258-01",
  "1.0.3",
  "1.1.0-next-2019-07-15-204614-02",
  "1.1.0-next-2019-07-16-145616-02",
  "1.1.0-next-2019-07-24-101106-01",
  "1.1.0-next-2019-08-02-154356-01",
  "1.1.0-next-2019-08-08-193737-01",
  "1.1.0-next-2019-08-08-200341-02",
  "1.1.0-next-2019-08-12-101356-01",
  "1.1.0-next-2019-08-14-112347-01",
  "1.1.0-rc-2019-08-14-181234-01",
  "1.1.0-rc-2019-08-19-143704-01",
  "1.1.0",
  "1.1.1-rc-2019-08-20-173317-01",
  "1.1.1-rc-2019-08-21-175501-01",
  "1.1.1-rc-2019-08-22-115904-01",
  "1.1.1",
  "1.2.0-next-2019-08-14-181951-02",
  "1.2.0-next-2019-08-20-200317-01",
  "1.2.0-next-2019-08-26-164601-01",
  "1.2.0-next-2019-08-27-224442-01",
  "1.2.0-next-2019-08-28-180816-01",
  "1.2.0-rc-2019-08-28-180826-01",
  "1.2.0-rc-2019-09-04-143432-01",
  "1.2.0-rc-2019-09-19-121913-01",
  "1.2.0-rc-2019-09-25-134353-01",
  "1.2.0-rc-2019-09-27-141710-01",
  "1.2.0",
  "1.3.0-next-2019-08-28-185439-02",
  "1.3.0-next-2019-09-13-112607-01",
  "1.3.0-next-2019-09-16-165038-01",
  "1.3.0-next-2019-09-19-155439-01",
  "1.3.0-next-2019-09-24-163500-01",
  "1.3.0-next-2019-09-25-152151-01",
  "1.3.0-next-2019-09-26-095742-01",
  "1.3.0-next-2019-09-27-151843-01",
  "1.3.0-next-2019-09-30-114005-01"
]

 stderr: 
Initializing analytics statuses.
Analytics statuses:  { TrackFeatureUsage: 'disabled', TrackExceptions: 'disabled' }
Xcode is installed and is configured properly.
xcodeproj is installed and is configured properly.
CocoaPods are installed.
CocoaPods update is not required.
CocoaPods are configured properly.
Your current CocoaPods version is newer than 1.0.0.
Python installed and configured correctly.
The Python 'six' package is found.
Xcode version 11.0.0 satisfies minimum required version 10.
Validate options for platform: iOS
Searching for devices...
startLookingForDevices; platform is iOS
Options for ios-device-discovery { platform: 'iOS',
  shouldReturnImmediateResult: false,
  emulator: false,
  fullDiscovery: undefined }
Starting to look for iOS devices.
Found device with identifier '11040EB5-2305-4AF1-93E1-584E4C318885'
startLookingForDevices; platform is iOS
Options for ios-device-discovery { platform: 'iOS',
  shouldReturnImmediateResult: false,
  emulator: false,
  fullDiscovery: undefined }
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
BeforeHookName for command prepare is before-prepare
Preparing project...
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
BeforeHookName for command watch is before-watch
spawn: /usr/local/bin/node "--max_old_space_size=4096" "--preserve-symlinks" "/Users/alexrainman/Desktop/MDMWellSearch/node_modules/webpack/bin/webpack.js" "--config=/Users/alexrainman/Desktop/MDMWellSearch/webpack.config.js" "--env.hmr" "--env.ios" "--env.appPath=src" "--env.appResourcesPath=App_Resources" "--env.verbose" "--env.sourceMap" "--watch"
clean-webpack-plugin: /Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/**/* has been removed.
File change detected. Starting incremental webpack compilation...

webpack is watching the files…

Hash: 4bd13b79d74900cfaa2f
Version: webpack 4.30.0
Time: 7659ms
Built at: 09/30/2019 4:50:29 PM
                                            Asset       Size                                          Chunks             Chunk Names
                                        bundle.js   5.03 KiB                                          bundle  [emitted]  bundle
                                     package.json  133 bytes                                                  [emitted]  
                                       runtime.js   71.4 KiB                                         runtime  [emitted]  runtime
tns_modules/tns-core-modules/inspector_modules.js  686 bytes  tns_modules/tns-core-modules/inspector_modules  [emitted]  tns_modules/tns-core-modules/inspector_modules
                                        vendor.js   4.09 MiB                                          vendor  [emitted]  vendor
Entrypoint bundle = runtime.js vendor.js bundle.js
Entrypoint tns_modules/tns-core-modules/inspector_modules = runtime.js vendor.js tns_modules/tns-core-modules/inspector_modules.js
[./app.css] 448 bytes {bundle} [built]
[./main.ns.ts] 926 bytes {bundle} [built]
[./package.json] 123 bytes {bundle} {tns_modules/tns-core-modules/inspector_modules} [optional] [built]
    + 195 hidden modules

ERROR in node_modules/@types/jasminewd2/index.d.ts(8,23): error TS2688: Cannot find type definition file for 'jasmine/v2'.

Webpack compilation complete. Watching for file changes.
Webpack build done!
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
BeforeHookName for command watchPatterns is before-watchPatterns
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
AfterHookName for command watchPatterns is after-watchPatterns
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
BeforeHookName for command prepareNativeApp is before-prepareNativeApp
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
BeforeHookName for command checkForChanges is before-checkForChanges
Executing before-checkForChanges hook at location /Users/alexrainman/Desktop/MDMWellSearch/hooks/before-checkForChanges/nativescript-dev-webpack.js in-process
Validating before-checkForChanges arguments.
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset.
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage.
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset.
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset.
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS/Assets.xcassets.
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/App_Resources/iOS.
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/platforms/ios
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/platforms/ios/src
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/platforms/ios/src.
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/platforms/ios/typings
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/platforms/ios/typings.
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/platforms/ios.
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules-widgets/platforms/ios
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/Headers
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/Headers.
containsNewerFiles will check /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/Modules
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework/Modules.
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework.
containsNewerFiles returns false for /Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules-widgets/platforms/ios.
Set nativeChanged to false.
Set value of configChanged to false
checkForChanges returns ProjectChangesInfo {
  appResourcesChanged: false,
  nativeChanged: false,
  configChanged: false,
  nativePlatformStatus: '3' }
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
AfterHookName for command checkForChanges is after-checkForChanges
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
AfterHookName for command prepareNativeApp is after-prepareNativeApp
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
AfterHookName for command watch is after-watch
Project successfully prepared (ios)
Project dir from hooksArgs is: /Users/alexrainman/Desktop/MDMWellSearch.
Hooks directories: [ '/Users/alexrainman/Desktop/MDMWellSearch/hooks' ]
AfterHookName for command prepare is after-prepare
Executing after-prepare hook at location /Users/alexrainman/Desktop/MDMWellSearch/hooks/after-prepare/nativescript-dev-webpack.js in-process
Validating after-prepare arguments.
enumerateProjectFiles: [ '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/bundle.js',
  '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/package.json',
  '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/runtime.js',
  '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/tns_modules',
  '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/tns_modules/tns-core-modules',
  '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/tns_modules/tns-core-modules/inspector_modules.js',
  '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/vendor.js' ]
Transferring from /Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app to /Users/alexrainman/Library/Developer/CoreSimulator/Devices/11040EB5-2305-4AF1-93E1-584E4C318885/data/Containers/Bundle/Application/2E1D8D86-81F5-4C11-B48A-4B166407542B/MDMWellSearch.app/app
Successfully transferred bundle.js on device 11040EB5-2305-4AF1-93E1-584E4C318885.
Successfully transferred package.json on device 11040EB5-2305-4AF1-93E1-584E4C318885.
Successfully transferred runtime.js on device 11040EB5-2305-4AF1-93E1-584E4C318885.
Successfully transferred tns_modules on device 11040EB5-2305-4AF1-93E1-584E4C318885.
Successfully transferred tns-core-modules on device 11040EB5-2305-4AF1-93E1-584E4C318885.
Successfully transferred inspector_modules.js on device 11040EB5-2305-4AF1-93E1-584E4C318885.
Successfully transferred vendor.js on device 11040EB5-2305-4AF1-93E1-584E4C318885.
Restarting application on device 11040EB5-2305-4AF1-93E1-584E4C318885...
(RunningBoardServices) [com.apple.runningboard:connection] Identity resolved as application<org.nativescript.MDMWellSearch>

Setting up debugger proxy...
Press Ctrl + C to terminate, or disconnect.

Opened localhost 41000
To start debugging, open the following URL in Chrome:
chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:41000

Will emit event runOnDeviceExecuted with data { projectDir: '/Users/alexrainman/Desktop/MDMWellSearch',
  deviceIdentifier: '11040EB5-2305-4AF1-93E1-584E4C318885',
  applicationIdentifier: 'org.nativescript.MDMWellSearch',
  syncedFiles:
   [ '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/bundle.js',
     '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/package.json',
     '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/runtime.js',
     '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/tns_modules',
     '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/tns_modules/tns-core-modules',
     '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/tns_modules/tns-core-modules/inspector_modules.js',
     '/Users/alexrainman/Desktop/MDMWellSearch/platforms/ios/MDMWellSearch/app/vendor.js' ],
  isFullSync: true }
Successfully synced application org.nativescript.MDMWellSearch on device 11040EB5-2305-4AF1-93E1-584E4C318885.
Will emit event runOnDeviceStarted with data { projectDir: '/Users/alexrainman/Desktop/MDMWellSearch',
  deviceIdentifier: '11040EB5-2305-4AF1-93E1-584E4C318885',
  applicationIdentifier: 'org.nativescript.MDMWellSearch' }
CONSOLE INFO file:///node_modules/nativescript-dev-webpack/hot.js:3:0: HMR: Hot Module Replacement Enabled. Waiting for signal.
(RunningBoardServices) [com.apple.runningboard:connection] Identity resolved as application<org.nativescript.MDMWellSearch>
CONSOLE INFO file:///node_modules/nativescript-dev-webpack/hot.js:3:0: HMR: Hot Module Replacement Enabled. Waiting for signal.
Fatme commented 5 years ago

@alexrainman,

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

You can check this SO answer and try to execute the proposed steps on your side.

ERROR in node_modules/@types/jasminewd2/index.d.ts(8,23): error TS2688: Cannot find type definition file for 'jasmine/v2'.

I've noticed that error in your log. The issue is related to this one. We plan to release a new version of @nativescript/schematics this week. Meanwhile, there is a workaround - you need to modify your tsconfig.json file:

{
    "compilerOptions": {
        "skipLibCheck": true
    }
}
alexrainman commented 5 years ago

"skipLibCheck": true solved the problem on the mac where the CLI can see the XCode configuration.

alexrainman commented 5 years ago

Sadly, reinstalling XCode command line tools didn't solve the problem in the mac where the CLI can't find XCode configuration.

alexrainman commented 5 years ago

xcodebuild -version result:

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
alexrainman commented 5 years ago

Found a fix for the issue:

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
alexrainman commented 5 years ago

@Fatme will the new @nativescript/schematics use the latest core theme? After updating to the latest core theme, ng serve is failing:

WARNING in ./node_modules/tns-core-modules/profiling/profiling.js
Module not found: Error: Can't resolve '~/package.json' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/profiling'

WARNING in ./node_modules/tns-core-modules/ui/styling/style-scope.js
Module not found: Error: Can't resolve '~/package.json' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/styling'

ERROR in ./node_modules/tns-core-modules/ui/core/view-base/view-base.js
Module not found: Error: Can't resolve '../../../color' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/core/view-base'
ERROR in ./node_modules/tns-core-modules/ui/builder/component-builder/component-builder.js
Module not found: Error: Can't resolve '../../../platform' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/builder/component-builder'
ERROR in ./node_modules/tns-core-modules/ui/core/view-base/view-base.js
Module not found: Error: Can't resolve '../../../platform' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/core/view-base'
ERROR in ./node_modules/tns-core-modules/ui/core/bindable/bindable.js
Module not found: Error: Can't resolve '../../../utils/utils' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/core/bindable'
ERROR in ./node_modules/tns-core-modules/ui/core/view-base/view-base.js
Module not found: Error: Can't resolve '../../../utils/utils' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/core/view-base'
ERROR in ./node_modules/tns-core-modules/ui/styling/linear-gradient.js
Module not found: Error: Can't resolve '../../color' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/styling'
ERROR in ./node_modules/tns-core-modules/ui/styling/style-properties.js
Module not found: Error: Can't resolve '../../color' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/styling'
ERROR in ./node_modules/tns-core-modules/ui/core/view/view-common.js
Module not found: Error: Can't resolve '../../gestures' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/core/view'
ERROR in ./node_modules/tns-core-modules/ui/builder/builder.js
Module not found: Error: Can't resolve '../../platform' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/builder'
ERROR in ./node_modules/tns-core-modules/ui/styling/style-properties.js
Module not found: Error: Can't resolve '../../platform' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/styling'
ERROR in ./node_modules/tns-core-modules/ui/styling/style-properties.js
Module not found: Error: Can't resolve '../../ui/styling/background' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/styling'
ERROR in ./node_modules/tns-core-modules/ui/styling/style-properties.js
Module not found: Error: Can't resolve '../../ui/styling/font' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/styling'
ERROR in ./node_modules/tns-core-modules/ui/styling/style-properties.js
Module not found: Error: Can't resolve '../../utils/utils' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/styling'
ERROR in ./node_modules/tns-core-modules/utils/debug.js
Module not found: Error: Can't resolve '../platform' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/utils'
ERROR in ./node_modules/tns-core-modules/module-name-resolver/module-name-resolver.js
Module not found: Error: Can't resolve '../platform/platform' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/module-name-resolver'
ERROR in ./node_modules/tns-core-modules/ui/animation/keyframe-animation.js
Module not found: Error: Can't resolve './animation' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/animation'
ERROR in ./node_modules/tns-core-modules/file-system/file-system.js
Module not found: Error: Can't resolve './file-system-access' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/file-system'
ERROR in ./node_modules/tns-core-modules/utils/utils-common.js
Module not found: Error: Can't resolve './mainthread-helper' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/utils'
ERROR in ./node_modules/tns-core-modules/js-libs/polymer-expressions/polymer-expressions.js
Module not found: Error: Can't resolve 'js-libs/esprima' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/js-libs/polymer-expressions'
ERROR in ./node_modules/tns-core-modules/js-libs/polymer-expressions/polymer-expressions.js
Module not found: Error: Can't resolve 'js-libs/polymer-expressions/path-parser' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/js-libs/polymer-expressions'
ERROR in ./node_modules/tns-core-modules/file-system/file-system.js
Module not found: Error: Can't resolve 'platform' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/file-system'
ERROR in ./node_modules/nativescript-theme-core/index.js
Module not found: Error: Can't resolve 'tns-core-modules/application' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/nativescript-theme-core'
ERROR in ./node_modules/nativescript-theme-core/index.js
Module not found: Error: Can't resolve 'tns-core-modules/platform' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/nativescript-theme-core'
ERROR in ./node_modules/nativescript-theme-core/index.js
Module not found: Error: Can't resolve 'tns-core-modules/ui/frame' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/nativescript-theme-core'
ERROR in ./node_modules/tns-core-modules/ui/core/view/view-common.js
Module not found: Error: Can't resolve 'ui/animation' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/core/view'
ERROR in ./node_modules/tns-core-modules/ui/enums/enums.js
Module not found: Error: Can't resolve 'ui/animation' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/enums'
ERROR in ./node_modules/tns-core-modules/ui/styling/style-scope.js
Module not found: Error: Can't resolve 'ui/animation/keyframe-animation' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/styling'
ERROR in ./node_modules/tns-core-modules/ui/core/view-base/view-base.js
Module not found: Error: Can't resolve 'ui/styling/style-scope' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/core/view-base'
ERROR in ./node_modules/tns-core-modules/ui/builder/component-builder/component-builder.js
Module not found: Error: Can't resolve 'utils/debug' in '/Users/alexrainman/Desktop/MDMWellSearch/node_modules/tns-core-modules/ui/builder/component-builder'
Fatme commented 5 years ago

@alexrainman,

After updating to the latest core theme, ng serve is failing:

How did you update tns-core-modules? What is the exact command you used?

markrcummins commented 5 years ago

@alexrainman Your terminal command for Xcode helped me fix my issue. Thank you so much!