Skip to content

Stuck at "Restarting application on device" on Windows 10, iPad mini 2, compiled with NativeScript Sidekick cloud service. #5020

New issue

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

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

Already on GitHub? Sign in to your account

Closed
bbc91 opened this issue Sep 17, 2019 · 14 comments

Comments

@bbc91
Copy link

bbc91 commented Sep 17, 2019

Environment

  • CLI: 6.1.1
  • Cross-platform modules: 6.1.1
  • Android Runtime:
  • iOS Runtime: 6.1.0
  • Plugin(s):
{
  "name": "sellfer.pos",
  "version": "1.0.0",
  "description": "A native application built with NativeScript-Vue",
  "license": "MIT",
  "nativescript": {
    "id": "sellfer.pos",
    "tns-ios": {
      "version": "6.1.0"
    },
    "tns-android": {
      "version": "6.1.0"
    }
  },
  "dependencies": {
    "axios": "^0.18.0",
    "crypto": "^1.0.1",
    "mathjs": "^5.8.0",
    "moment": "^2.23.0",
    "nativescript-barcodescanner": "^3.0.0",
    "nativescript-carousel": "^4.1.0",
    "nativescript-gson": "file:app/services/gson",
    "nativescript-localize": "^4.1.1",
    "nativescript-localstorage": "^2.0.0",
    "nativescript-orientation": "^2.2.1",
    "nativescript-socket.io": "0.11.1",
    "nativescript-sound": "^1.0.4",
    "nativescript-toast": "2.0.0",
    "nativescript-ui-listview": "7.0.0",
    "nativescript-ui-sidedrawer": "7.0.0",
    "nativescript-vibrate": "^2.1.2",
    "nativescript-vue": "^2.0.0",
    "nativescript-vue-devtools": "^1.1.0",
    "rxjs-compat": "^6.3.3",
    "tns-core-modules": "~6.1.0",
    "uuid": "^3.3.2",
    "vuelidate": "^0.7.4",
    "vuex": "^3.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-loader": "^8.0.2",
    "babel-traverse": "6.26.0",
    "babel-types": "6.26.0",
    "babylon": "6.18.0",
    "clean-webpack-plugin": "^0.1.19",
    "copy-webpack-plugin": "^4.5.2",
    "css-loader": "^1.0.0",
    "lazy": "1.0.11",
    "nativescript-dev-webpack": "~1.2.0",
    "nativescript-vue-template-compiler": "^2.0.0",
    "nativescript-worker-loader": "~0.9.0",
    "node-sass": "^4.9.2",
    "sass-loader": "^7.1.0",
    "terser-webpack-plugin": "^1.1.0",
    "vue-loader": "^15.2.6",
    "webpack": "^4.16.4",
    "webpack-bundle-analyzer": "~2.13.1",
    "webpack-cli": "^3.1.0"
  },
  "author": "Sellfer"
}

Describe the bug
I'm developing an iOS app for iPad using NativeScript Sidekick for building the app on the cloud and hot reloading it on the device. The build is successful, but the console is stuck at "Restarting application on device". I can open the app from the icon, and it works, but when I make a change on the code, the app is rebuild on the cloud, then message on the console appears "Webpack build done" and again, nothing refreshes on the device, so I have to turn off the Sidekick and build all over again, and then open the app manually again. The development will take forever like this, so before continue I'm looking for a solution.

This is when build the app and where it stuck:

[19-09-17 16:19:27.498] (CLI) Build finished successfully
[19-09-17 16:20:00.693] Build step completed.
[19-09-17 16:20:00.697] (CLI) Finished Cloud build of 'D:\work\htdocs\eshopr\epos-native-ios', platform: 'iOS', configuration: 'Debug' successfully. Downloading result...
[19-09-17 16:20:00.697] (CLI) Result url: https://livesync.ly/08auwke
[19-09-17 16:20:00.699] Download step started.
[19-09-17 16:20:06.989] Download step completed.
[19-09-17 16:20:06.993] (CLI) The result of Cloud build of 'D:\work\htdocs\eshopr\epos-native-ios', platform: 'iOS', configuration: 'Debug' successfully downloaded. OutputFilePath: D:\work\htdocs\eshopr\epos-native-ios\.cloud\ios\device\eposnativeios.ipa
[19-09-17 16:20:09.386] (CLI) Installing on device 2754145e6df4eb17bbaac7fac98da416f80b5ce8...
[19-09-17 16:20:22.338] (CLI) Successfully installed on device with identifier '2754145e6df4eb17bbaac7fac98da416f80b5ce8'.
[19-09-17 16:20:26.901] (CLI) Restarting application on device 2754145e6df4eb17bbaac7fac98da416f80b5ce8...

And this is when I make a code change:

[19-09-17 16:22:14.826] (CLI) File change detected. Starting incremental webpack compilation...
[19-09-17 16:22:15.794] (CLI) Hash: bc38012bd79615540343
[19-09-17 16:22:15.794] (CLI) Version: webpack 4.40.2
[19-09-17 16:22:15.794] (CLI) Time: 944ms
[19-09-17 16:22:15.794] (CLI) Built at: 09/17/2019 4:22:15 PM
[19-09-17 16:22:15.794] (CLI)                                             Asset       Size                                          Chunks                               Chunk Names
[19-09-17 16:22:15.794] (CLI)              538a44b5490fda08cd60.hot-update.json   48 bytes                                                  [emitted] [immutable] [hmr]  
[19-09-17 16:22:15.794] (CLI)         bundle.538a44b5490fda08cd60.hot-update.js   13.2 KiB                                          bundle  [emitted] [immutable] [hmr]  bundle
[19-09-17 16:22:15.794] (CLI)                                         bundle.js    1.1 MiB                                          bundle  [emitted]                    bundle
[19-09-17 16:22:15.794] (CLI)                                        runtime.js   71.7 KiB                                         runtime  [emitted]                    runtime
[19-09-17 16:22:15.794] (CLI) tns_modules/tns-core-modules/inspector_modules.js  744 bytes  tns_modules/tns-core-modules/inspector_modules  [emitted]                    tns_modules/tns-core-modules/inspector_modules
[19-09-17 16:22:15.794] (CLI)  + 1 hidden asset
[19-09-17 16:22:15.794] (CLI) Entrypoint bundle = runtime.js vendor.js bundle.js bundle.538a44b5490fda08cd60.hot-update.js
[19-09-17 16:22:15.794] (CLI) Entrypoint tns_modules/tns-core-modules/inspector_modules = runtime.js vendor.js tns_modules/tns-core-modules/inspector_modules.js
[19-09-17 16:22:15.794] (CLI) [./ sync ^\.\/app\.(css|scss|less|sass)$] . sync nonrecursive ^\.\/app\.(css|scss|less|sass)$ 175 bytes {bundle} [built]
[19-09-17 16:22:15.794] (CLI) [./ sync recursive (?<!\bApp_Resources\b.*)\.(xml|css|js|(?<!\.d\.)ts|(?<!\b_[\w-]*\.)scss)$] . sync (?<!\bApp_Resources\b.*)\.(xml|css|js|(?<!\.d\.)ts|(?<!\b_[\w-]*\.)scss)$ 865 bytes {bundle} [built]
[19-09-17 16:22:15.794] (CLI) [./services/gson/platforms/android/AndroidManifest.xml] 352 bytes {bundle} [optional] [built] [failed] [1 error]
[19-09-17 16:22:15.794] (CLI)     + 1062 hidden modules
[19-09-17 16:22:15.794] (CLI) WARNING in ./services/gson/platforms/android/AndroidManifest.xml 1:0
[19-09-17 16:22:15.794] (CLI) Module parse failed: Unexpected token (1:0)
[19-09-17 16:22:15.794] (CLI) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
[19-09-17 16:22:15.794] (CLI) > <?xml version="1.0" encoding="utf-8"?>
[19-09-17 16:22:15.794] (CLI) | <manifest xmlns:android="http://schemas.android.com/apk/res/android">
[19-09-17 16:22:15.794] (CLI) | 
[19-09-17 16:22:15.794] (CLI)  @ \b_[\w-]*\.)scss)$ (. sync (?<!\bApp_Resources\b.*)\.(xml|css|js|(?<!\.d\.)ts|(?<!\b_[\w-]*\.)scss)$) ./services/gson/platforms/android/AndroidManifest.xml
[19-09-17 16:22:15.794] (CLI)  @ ./main.js
[19-09-17 16:22:15.855] (CLI) Webpack compilation complete. Watching for file changes.
[19-09-17 16:22:15.857] (CLI) Webpack build done!

Nothing happens on the device after. It is just stays with the previous version of the app and I have to restart the nativescript sidekick and build again so I can have the changes on the device.

To Reproduce
Build iOS app on the NativeScript Sideckick cloud.

Expected behavior
When the app is build and installed on the device, it should reload the app and open it, then on any change of code, after the fast rebuilding with hot module replacement it should refresh on the device with the new changes.

@KristianDD
Copy link
Contributor

Hi @bbc91,
There seems to be an error in the Webpack compilation:

[19-09-17 16:22:15.794] (CLI) [./services/gson/platforms/android/AndroidManifest.xml] 352 bytes {bundle} [optional] [built] [failed] [1 error]

The cause for this is "nativescript-gson": "file:app/services/gson". This plugin seems to be referenced from the app folder of the application, which will include all the plugins content in the Webpack compilation. To fix this, please move {NsProject}/app/services/gson to {NsProject}/services/gson and reference it from there in the package.json.

It is expected that on Windows, Sidekick is unable to start the application on the device. LiveSync however should update the application after the application is started manually. Let me know if the issue persists after solving the Webpack compilation error.

@bbc91
Copy link
Author

bbc91 commented Sep 17, 2019

The problem still stays, but I think you should see, the whole log of building, because there is some warning I do not understand.

[19-09-17 17:57:18.886] Build started.
[19-09-17 17:57:18.907] (CLI) Preparing project...
[19-09-17 17:57:21.027] (CLI) Bundling application for entryPath .\main...
[19-09-17 17:57:21.273] (CLI) File change detected. Starting incremental webpack compilation...
[19-09-17 17:57:21.301] (CLI) webpack is watching the files…
[19-09-17 17:57:43.625] (CLI) Hash: f81fb7159aa97e9a4b70
[19-09-17 17:57:43.625] (CLI) Version: webpack 4.40.2
[19-09-17 17:57:43.625] (CLI) Time: 22297ms
[19-09-17 17:57:43.625] (CLI) Built at: 09/17/2019 5:57:43 PM
[19-09-17 17:57:43.625] (CLI)                                             Asset       Size                                          Chunks             Chunk Names
[19-09-17 17:57:43.625] (CLI)                       assets/images/152345234.png   5.96 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                  assets/images/25234563425234.png   3.93 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                   assets/images/4523452345234.png    3.8 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                    assets/images/542345324523.png   4.55 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)            assets/images/NativeScript-Vue.png.png   5.39 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                    assets/images/Screenshot_2.png    220 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                         assets/images/default.jpg   7.44 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)             assets/images/defaultProductImage.png   6.65 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)      assets/images/defaultProductImage1111111.png   6.64 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)          assets/images/defaultProductImageOLD.png   8.88 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)         assets/images/defaultProductImageOld1.png   7.62 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                     assets/images/gsdfgsdfgsd.png   6.36 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                          assets/images/image1.png   9.21 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                    assets/images/lhgefglkjgkj.png   4.68 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                            assets/images/logo.png   5.39 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                   assets/images/open_category.png      9 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                    assets/images/opencategory.png   7.91 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                 assets/images/opencategory123.png   3.71 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)            assets/images/opencategoryasfadsfs.png   15.1 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                        assets/images/previous.png   14.6 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)               assets/images/previous_category.png   8.68 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                assets/images/previouscategory.png    8.2 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                           assets/sounds/click.mp3   11.5 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                                  assets/style.css   11.3 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                                         bundle.js    1.1 MiB                                          bundle  [emitted]  bundle
[19-09-17 17:57:43.625] (CLI)                   fonts/Font Awesome 5 Brands.ttf    122 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                     fonts/Font Awesome 5 Free.ttf    182 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                  fonts/Font Awesome 5 Regular.ttf   33.3 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                              fonts/Lato-Light.ttf    629 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                            fonts/Lato-Regular.ttf    642 KiB                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                                      package.json  171 bytes                                                  [emitted]
[19-09-17 17:57:43.625] (CLI)                                        runtime.js   71.7 KiB                                         runtime  [emitted]  runtime
[19-09-17 17:57:43.625] (CLI) tns_modules/tns-core-modules/inspector_modules.js  744 bytes  tns_modules/tns-core-modules/inspector_modules  [emitted]  tns_modules/tns-core-modules/inspector_modules
[19-09-17 17:57:43.625] (CLI)                                         vendor.js   16.1 MiB                                          vendor  [emitted]  vendor
[19-09-17 17:57:43.625] (CLI) Entrypoint bundle = runtime.js vendor.js bundle.js
[19-09-17 17:57:43.625] (CLI) Entrypoint tns_modules/tns-core-modules/inspector_modules = runtime.js vendor.js tns_modules/tns-core-modules/inspector_modules.js
[19-09-17 17:57:43.625] (CLI) [./ sync ^\.\/app\.(css|scss|less|sass)$] . sync nonrecursive ^\.\/app\.(css|scss|less|sass)$ 175 bytes {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./ sync recursive (?<!\bApp_Resources\b.*)\.(xml|css|js|(?<!\.d\.)ts|(?<!\b_[\w-]*\.)scss)$] . sync (?<!\bApp_Resources\b.*)\.(xml|css|js|(?<!\.d\.)ts|(?<!\b_[\w-]*\.)scss)$ 734 bytes {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./app.scss] 872 bytes {bundle} [optional] [built]
[19-09-17 17:57:43.625] (CLI) [./assets/style.css] 13.3 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./main.js] 2.43 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/errorService.js] 641 bytes {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/formatCurrency.js] 361 bytes {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/iconsMachine.js] 1.46 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/math/index.js] 1.2 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/price-helper/priceHelper.js] 1.47 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/requestService.js] 3.03 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/shopDataService.js] 7.08 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/string-helper/index.js] 670 bytes {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./services/totalCalculator.js] 3.35 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI) [./store/index.js] 5.95 KiB {bundle} [built]
[19-09-17 17:57:43.625] (CLI)     + 1047 hidden modules
[19-09-17 17:57:43.625] (CLI) ERROR in ./components/Reports.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Reports.vue?vue&type=script&lang=js&)
[19-09-17 17:57:43.625] (CLI) Module not found: Error: Can't resolve '../services/convertToJsonThenToObject' in 'D:\work\htdocs\eshopr\epos-native-ios\app\components'
[19-09-17 17:57:43.625] (CLI)  @ ./components/Reports.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Reports.vue?vue&type=script&lang=js&) 103:0-78 122:33-58
[19-09-17 17:57:43.625] (CLI)  @ ./components/Reports.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/Reports.vue
[19-09-17 17:57:43.625] (CLI)  @ ../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/App.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/App.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/App.vue
[19-09-17 17:57:43.625] (CLI)  @ ./main.js
[19-09-17 17:57:43.625] (CLI) ERROR in ./components/Refund.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Refund.vue?vue&type=script&lang=js&)
[19-09-17 17:57:43.625] (CLI) Module not found: Error: Can't resolve '../services/convertToJsonThenToObject' in 'D:\work\htdocs\eshopr\epos-native-ios\app\components'
[19-09-17 17:57:43.625] (CLI)  @ ./components/Refund.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Refund.vue?vue&type=script&lang=js&) 34:0-78 55:33-58
[19-09-17 17:57:43.625] (CLI)  @ ./components/Refund.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/Refund.vue
[19-09-17 17:57:43.625] (CLI)  @ ../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/App.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/App.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/App.vue
[19-09-17 17:57:43.625] (CLI)  @ ./main.js
[19-09-17 17:57:43.625] (CLI) ERROR in ./components/Payment.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Payment.vue?vue&type=script&lang=js&)
[19-09-17 17:57:43.625] (CLI) Module not found: Error: Can't resolve '../services/convertToJsonThenToObject' in 'D:\work\htdocs\eshopr\epos-native-ios\app\components'
[19-09-17 17:57:43.625] (CLI)  @ ./components/Payment.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Payment.vue?vue&type=script&lang=js&) 87:0-78 107:33-58
[19-09-17 17:57:43.625] (CLI)  @ ./components/Payment.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/Payment.vue
[19-09-17 17:57:43.625] (CLI)  @ ../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/_shared/Cart.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/_shared/Cart.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/_shared/Cart.vue
[19-09-17 17:57:43.625] (CLI)  @ ../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/App.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/App.vue?vue&type=script&lang=js&
[19-09-17 17:57:43.625] (CLI)  @ ./components/App.vue
[19-09-17 17:57:43.625] (CLI)  @ ./main.js
[19-09-17 17:57:43.779] (CLI) Webpack compilation complete. Watching for file changes.
[19-09-17 17:57:43.782] (CLI) Webpack build done!
[19-09-17 17:57:46.467] (CLI) Project successfully prepared (ios)
[19-09-17 17:57:47.348] (CLI) Starting Cloud build. Cloud operation id: f8d2b206-7cb3-4136-98da-bd6b23953be5
[19-09-17 17:57:47.350] (CLI) Getting accounts information...
[19-09-17 17:57:48.280] (CLI) Using account fecf3981-1980-48a9-8ce7-9bc3ec8d565b.
[19-09-17 17:57:48.283] (CLI) Cloud build of 'D:\work\htdocs\eshopr\epos-native-ios', platform: 'iOS', configuration: 'Debug'.
[19-09-17 17:57:49.359] Upload step started.
[19-09-17 17:58:13.544] Upload step completed.
[19-09-17 17:58:14.416] Build step started.
[19-09-17 17:58:30.179] (CLI) ios Build Tooling revision 2019.08.21.1r
[19-09-17 17:58:30.179] (CLI) Build Tooling Hostname administrators-mac-17.local
[19-09-17 17:58:30.179] (CLI) App package not specified. Skipping unzip step.
[19-09-17 17:58:30.179] (CLI) NativeScript CLI version 6.1.1
[19-09-17 17:58:30.179] (CLI) Add platform ios with runtime version 6.1.0
[19-09-17 17:58:33.180] (CLI) Copying template files...
[19-09-17 17:58:36.134] (CLI) Platform ios successfully added. v6.1.0
[19-09-17 17:58:37.632] (CLI) Prepare Project for Platform -  ios
[19-09-17 17:59:58.697] (CLI) Preparing project...
[19-09-17 18:00:00.216] (CLI) Bundling application for entryPath ./main...
[19-09-17 18:00:42.188] (CLI) Hash: eaddf3de1e45d2781986
[19-09-17 18:00:42.188] (CLI) Version: webpack 4.40.2
[19-09-17 18:00:42.188] (CLI) Time: 41243ms
[19-09-17 18:00:42.188] (CLI) Built at: 09/17/2019 8:00:40 AM
[19-09-17 18:00:42.188] (CLI)                                             Asset       Size                                          Chunks             Chunk Names
[19-09-17 18:00:42.188] (CLI)                       assets/images/152345234.png   5.96 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                  assets/images/25234563425234.png   3.93 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                   assets/images/4523452345234.png    3.8 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                    assets/images/542345324523.png   4.55 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)            assets/images/NativeScript-Vue.png.png   5.39 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                    assets/images/Screenshot_2.png    220 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                         assets/images/default.jpg   7.44 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)             assets/images/defaultProductImage.png   6.65 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)      assets/images/defaultProductImage1111111.png   6.64 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)          assets/images/defaultProductImageOLD.png   8.88 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)         assets/images/defaultProductImageOld1.png   7.62 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                     assets/images/gsdfgsdfgsd.png   6.36 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                          assets/images/image1.png   9.21 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                    assets/images/lhgefglkjgkj.png   4.68 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                            assets/images/logo.png   5.39 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                   assets/images/open_category.png      9 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                    assets/images/opencategory.png   7.91 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                 assets/images/opencategory123.png   3.71 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)            assets/images/opencategoryasfadsfs.png   15.1 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                        assets/images/previous.png   14.6 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)               assets/images/previous_category.png   8.68 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                assets/images/previouscategory.png    8.2 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                           assets/sounds/click.mp3   11.5 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                                  assets/style.css   11.3 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                                         bundle.js    1.1 MiB                                          bundle  [emitted]  bundle
[19-09-17 18:00:42.188] (CLI)                   fonts/Font Awesome 5 Brands.ttf    122 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                     fonts/Font Awesome 5 Free.ttf    182 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                  fonts/Font Awesome 5 Regular.ttf   33.3 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                              fonts/Lato-Light.ttf    629 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                            fonts/Lato-Regular.ttf    642 KiB                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                                      package.json  171 bytes                                                  [emitted]
[19-09-17 18:00:42.188] (CLI)                                        runtime.js   71.7 KiB                                         runtime  [emitted]  runtime
[19-09-17 18:00:42.188] (CLI) tns_modules/tns-core-modules/inspector_modules.js  744 bytes  tns_modules/tns-core-modules/inspector_modules  [emitted]  tns_modules/tns-core-modules/inspector_modules
[19-09-17 18:00:42.188] (CLI)                                         vendor.js   16.1 MiB                                          vendor  [emitted]  vendor
[19-09-17 18:00:42.188] (CLI) Entrypoint bundle = runtime.js vendor.js bundle.js
[19-09-17 18:00:42.188] (CLI) Entrypoint tns_modules/tns-core-modules/inspector_modules = runtime.js vendor.js tns_modules/tns-core-modules/inspector_modules.js
[19-09-17 18:00:42.188] (CLI) [./ sync ^\\.\\/app\\.(css|scss|less|sass)$] . sync nonrecursive ^\\.\\/app\\.(css|scss|less|sass)$ 175 bytes {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./ sync recursive (?<!\\bApp_Resources\\b.*)\\.(xml|css|js|(?<!\\.d\\.)ts|(?<!\\b_[\\w-]*\\.)scss)$] . sync (?<!\\bApp_Resources\\b.*)\\.(xml|css|js|(?<!\\.d\\.)ts|(?<!\\b_[\\w-]*\\.)scss)$ 734 bytes {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./app.scss] 508 bytes {bundle} [optional] [built]
[19-09-17 18:00:42.188] (CLI) [./assets/style.css] 13.3 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./main.js] 2.43 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/errorService.js] 641 bytes {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/formatCurrency.js] 361 bytes {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/iconsMachine.js] 1.46 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/math/index.js] 1.2 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/price-helper/priceHelper.js] 1.47 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/requestService.js] 3.03 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/shopDataService.js] 7.08 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/string-helper/index.js] 670 bytes {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./services/totalCalculator.js] 3.35 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI) [./store/index.js] 5.95 KiB {bundle} [built]
[19-09-17 18:00:42.188] (CLI)     + 1047 hidden modules
[19-09-17 18:00:42.188] (CLI) ERROR in ./components/Refund.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Refund.vue?vue&type=script&lang=js&)
[19-09-17 18:00:42.188] (CLI) Module not found: Error: Can't resolve '../services/convertToJsonThenToObject' in '/private/tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/app/components'
[19-09-17 18:00:42.188] (CLI)  @ ./components/Refund.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Refund.vue?vue&type=script&lang=js&) 34:0-78 55:33-58
[19-09-17 18:00:42.188] (CLI)  @ ./components/Refund.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/Refund.vue
[19-09-17 18:00:42.188] (CLI)  @ ../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/App.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/App.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/App.vue
[19-09-17 18:00:42.188] (CLI)  @ ./main.js
[19-09-17 18:00:42.188] (CLI) ERROR in ./components/Reports.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Reports.vue?vue&type=script&lang=js&)
[19-09-17 18:00:42.188] (CLI) Module not found: Error: Can't resolve '../services/convertToJsonThenToObject' in '/private/tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/app/components'
[19-09-17 18:00:42.188] (CLI)  @ ./components/Reports.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Reports.vue?vue&type=script&lang=js&) 103:0-78 122:33-58
[19-09-17 18:00:42.188] (CLI)  @ ./components/Reports.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/Reports.vue
[19-09-17 18:00:42.188] (CLI)  @ ../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/App.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/App.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/App.vue
[19-09-17 18:00:42.188] (CLI)  @ ./main.js
[19-09-17 18:00:42.188] (CLI) ERROR in ./components/Payment.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Payment.vue?vue&type=script&lang=js&)
[19-09-17 18:00:42.188] (CLI) Module not found: Error: Can't resolve '../services/convertToJsonThenToObject' in '/private/tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/app/components'
[19-09-17 18:00:42.188] (CLI)  @ ./components/Payment.vue?vue&type=script&lang=js& (../node_modules/babel-loader/lib!../node_modules/vue-loader/lib??vue-loader-options!./components/Payment.vue?vue&type=script&lang=js&) 87:0-78 107:33-58
[19-09-17 18:00:42.188] (CLI)  @ ./components/Payment.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/Payment.vue
[19-09-17 18:00:42.188] (CLI)  @ ../node_modules/babel-loader/lib!../node_modules/vue-loader/li
[19-09-17 18:00:42.188] (CLI) b??vue-loader-options!./components/_shared/Cart.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/_shared/Cart.vue?vue&type=script&lang=js&
[19-09-17 18:00:42.188] (CLI)  @ ./components/_shared/Cart.vue
[19-09-17 18:05:36.567] Build started.
[19-09-17 18:05:36.582] (CLI) Preparing project...
[19-09-17 18:05:38.836] (CLI) Bundling application for entryPath .\main...
[19-09-17 18:05:39.151] (CLI) File change detected. Starting incremental webpack compilation...
[19-09-17 18:05:39.182] (CLI) webpack is watching the files…
[19-09-17 18:06:08.277] (CLI) Hash: 1aa30469bb88cc8a7230
[19-09-17 18:06:08.277] (CLI) Version: webpack 4.40.2
[19-09-17 18:06:08.277] (CLI) Time: 29048ms
[19-09-17 18:06:08.277] (CLI) Built at: 09/17/2019 6:06:08 PM
[19-09-17 18:06:08.277] (CLI)                                             Asset       Size                                          Chunks             Chunk Names
[19-09-17 18:06:08.277] (CLI)                       assets/images/152345234.png   5.96 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                  assets/images/25234563425234.png   3.93 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                   assets/images/4523452345234.png    3.8 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                    assets/images/542345324523.png   4.55 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)            assets/images/NativeScript-Vue.png.png   5.39 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                    assets/images/Screenshot_2.png    220 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                         assets/images/default.jpg   7.44 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)             assets/images/defaultProductImage.png   6.65 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)      assets/images/defaultProductImage1111111.png   6.64 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)          assets/images/defaultProductImageOLD.png   8.88 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)         assets/images/defaultProductImageOld1.png   7.62 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                     assets/images/gsdfgsdfgsd.png   6.36 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                          assets/images/image1.png   9.21 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                    assets/images/lhgefglkjgkj.png   4.68 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                            assets/images/logo.png   5.39 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                   assets/images/open_category.png      9 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                    assets/images/opencategory.png   7.91 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                 assets/images/opencategory123.png   3.71 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)            assets/images/opencategoryasfadsfs.png   15.1 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                        assets/images/previous.png   14.6 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)               assets/images/previous_category.png   8.68 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                assets/images/previouscategory.png    8.2 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                           assets/sounds/click.mp3   11.5 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                                  assets/style.css   11.3 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                                         bundle.js   1.02 MiB                                          bundle  [emitted]  bundle
[19-09-17 18:06:08.277] (CLI)                   fonts/Font Awesome 5 Brands.ttf    122 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                     fonts/Font Awesome 5 Free.ttf    182 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                  fonts/Font Awesome 5 Regular.ttf   33.3 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                              fonts/Lato-Light.ttf    629 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                            fonts/Lato-Regular.ttf    642 KiB                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                                      package.json  171 bytes                                                  [emitted]
[19-09-17 18:06:08.277] (CLI)                                        runtime.js   71.7 KiB                                         runtime  [emitted]  runtime
[19-09-17 18:06:08.277] (CLI) tns_modules/tns-core-modules/inspector_modules.js  744 bytes  tns_modules/tns-core-modules/inspector_modules  [emitted]  tns_modules/tns-core-modules/inspector_modules
[19-09-17 18:06:08.277] (CLI)                                         vendor.js   16.1 MiB                                          vendor  [emitted]  vendor
[19-09-17 18:06:08.277] (CLI) Entrypoint bundle = runtime.js vendor.js bundle.js
[19-09-17 18:06:08.277] (CLI) Entrypoint tns_modules/tns-core-modules/inspector_modules = runtime.js vendor.js tns_modules/tns-core-modules/inspector_modules.js
[19-09-17 18:06:08.277] (CLI) [./ sync ^\.\/app\.(css|scss|less|sass)$] . sync nonrecursive ^\.\/app\.(css|scss|less|sass)$ 175 bytes {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./ sync recursive (?<!\bApp_Resources\b.*)\.(xml|css|js|(?<!\.d\.)ts|(?<!\b_[\w-]*\.)scss)$] . sync (?<!\bApp_Resources\b.*)\.(xml|css|js|(?<!\.d\.)ts|(?<!\b_[\w-]*\.)scss)$ 734 bytes {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./app.scss] 872 bytes {bundle} [optional] [built]
[19-09-17 18:06:08.277] (CLI) [./assets/style.css] 13.3 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./main.js] 2.43 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/errorService.js] 641 bytes {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/formatCurrency.js] 361 bytes {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/iconsMachine.js] 1.46 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/math/index.js] 1.2 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/price-helper/priceHelper.js] 1.47 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/requestService.js] 3.03 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/shopDataService.js] 7.08 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/string-helper/index.js] 670 bytes {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./services/totalCalculator.js] 3.35 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI) [./store/index.js] 5.95 KiB {bundle} [built]
[19-09-17 18:06:08.277] (CLI)     + 1047 hidden modules
[19-09-17 18:06:08.515] (CLI) Webpack compilation complete. Watching for file changes.
[19-09-17 18:06:08.517] (CLI) Webpack build done!
[19-09-17 18:06:10.626] (CLI) Project successfully prepared (ios)
[19-09-17 18:06:11.184] (CLI) Starting Cloud build. Cloud operation id: e7051085-49a8-4595-b764-aef762572b04
[19-09-17 18:06:11.184] (CLI) Getting accounts information...
[19-09-17 18:06:12.200] (CLI) Using account fecf3981-1980-48a9-8ce7-9bc3ec8d565b.
[19-09-17 18:06:12.200] (CLI) Cloud build of 'D:\work\htdocs\eshopr\epos-native-ios', platform: 'iOS', configuration: 'Debug'.
[19-09-17 18:06:12.959] Upload step started.
[19-09-17 18:06:18.379] Upload step completed.
[19-09-17 18:06:19.372] Build step started.
[19-09-17 18:06:36.644] (CLI) ios Build Tooling revision 2019.08.21.1r
[19-09-17 18:06:36.644] (CLI) Build Tooling Hostname administrators-mac-12.local
[19-09-17 18:06:36.644] (CLI) App package not specified. Skipping unzip step.
[19-09-17 18:06:36.644] (CLI) NativeScript CLI version 6.1.1
[19-09-17 18:06:36.644] (CLI) Add platform ios with runtime version 6.1.0
[19-09-17 18:06:39.694] (CLI) Copying template files...
[19-09-17 18:06:44.174] (CLI) Platform ios successfully added. v6.1.0
[19-09-17 18:06:44.174] (CLI) Prepare Project for Platform -  ios
[19-09-17 18:08:00.701] (CLI) Preparing project...
[19-09-17 18:08:02.224] (CLI) Bundling application for entryPath ./main...
[19-09-17 18:08:36.721] (CLI) Hash: 3b1cd5984a82b7c080fb
[19-09-17 18:08:36.721] (CLI) Version: webpack 4.40.2
[19-09-17 18:08:36.721] (CLI) Time: 34028ms
[19-09-17 18:08:36.721] (CLI) Built at: 09/17/2019 8:08:35 AM
[19-09-17 18:08:36.721] (CLI)                                             Asset       Size                                          Chunks             Chunk Names
[19-09-17 18:08:36.721] (CLI)                       assets/images/152345234.png   5.96 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                  assets/images/25234563425234.png   3.93 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                   assets/images/4523452345234.png    3.8 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                    assets/images/542345324523.png   4.55 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)            assets/images/NativeScript-Vue.png.png   5.39 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                    assets/images/Screenshot_2.png    220 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                         assets/images/default.jpg   7.44 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)             assets/images/defaultProductImage.png   6.65 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)      assets/images/defaultProductImage1111111.png   6.64 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)          assets/images/defaultProductImageOLD.png   8.88 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)         assets/images/defaultProductImageOld1.png   7.62 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                     assets/images/gsdfgsdfgsd.png   6.36 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                          assets/images/image1.png   9.21 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                    assets/images/lhgefglkjgkj.png   4.68 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                            assets/images/logo.png   5.39 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                   assets/images/open_category.png      9 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                    assets/images/opencategory.png   7.91 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                 assets/images/opencategory123.png   3.71 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)            assets/images/opencategoryasfadsfs.png   15.1 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                        assets/images/previous.png   14.6 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)               assets/images/previous_category.png   8.68 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                assets/images/previouscategory.png    8.2 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                           assets/sounds/click.mp3   11.5 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                                  assets/style.css   11.3 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                                         bundle.js   1.02 MiB                                          bundle  [emitted]  bundle
[19-09-17 18:08:36.721] (CLI)                   fonts/Font Awesome 5 Brands.ttf    122 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                     fonts/Font Awesome 5 Free.ttf    182 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                  fonts/Font Awesome 5 Regular.ttf   33.3 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                              fonts/Lato-Light.ttf    629 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                            fonts/Lato-Regular.ttf    642 KiB                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                                      package.json  171 bytes                                                  [emitted]
[19-09-17 18:08:36.721] (CLI)                                        runtime.js   71.7 KiB                                         runtime  [emitted]  runtime
[19-09-17 18:08:36.721] (CLI) tns_modules/tns-core-modules/inspector_modules.js  744 bytes  tns_modules/tns-core-modules/inspector_modules  [emitted]  tns_modules/tns-core-modules/inspector_modules
[19-09-17 18:08:36.721] (CLI)                                         vendor.js   16.1 MiB                                          vendor  [emitted]  vendor
[19-09-17 18:08:36.721] (CLI) Entrypoint bundle = runtime.js vendor.js bundle.js
[19-09-17 18:08:36.721] (CLI) Entrypoint tns_modules/tns-core-modules/inspector_modules = runtime.js vendor.js tns_modules/tns-core-modules/inspector_modules.js
[19-09-17 18:08:36.721] (CLI) [./ sync ^\\.\\/app\\.(css|scss|less|sass)$] . sync nonrecursive ^\\.\\/app\\.(css|scss|less|sass)$ 175 bytes {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./ sync recursive (?<!\\bApp_Resources\\b.*)\\.(xml|css|js|(?<!\\.d\\.)ts|(?<!\\b_[\\w-]*\\.)scss)$] . sync (?<!\\bApp_Resources\\b.*)\\.(xml|css|js|(?<!\\.d\\.)ts|(?<!\\b_[\\w-]*\\.)scss)$ 734 bytes {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./app.scss] 508 bytes {bundle} [optional] [built]
[19-09-17 18:08:36.721] (CLI) [./assets/style.css] 13.3 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./main.js] 2.43 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/errorService.js] 641 bytes {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/formatCurrency.js] 361 bytes {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/iconsMachine.js] 1.46 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/math/index.js] 1.2 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/price-helper/priceHelper.js] 1.47 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/requestService.js] 3.03 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/shopDataService.js] 7.08 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/string-helper/index.js] 670 bytes {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./services/totalCalculator.js] 3.35 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI) [./store/index.js] 5.95 KiB {bundle} [built]
[19-09-17 18:08:36.721] (CLI)     + 1047 hidden modules
[19-09-17 18:08:36.721] (CLI) Webpack compilation complete.
[19-09-17 18:08:41.243] (CLI) Installing pods...
[19-09-17 18:08:42.710] (CLI) Analyzing dependencies
[19-09-17 18:08:42.710] (CLI) Pre-downloading: `DKCarouselView` from `https://github.com/manijak/DKCarouselView`
[19-09-17 18:08:45.755] (CLI) Downloading dependencies
[19-09-17 18:08:45.755] (CLI) Installing DKCarouselView (2.5.1)
[19-09-17 18:08:45.755] (CLI) Installing MDFInternationalization (2.0.0)
[19-09-17 18:08:45.755] (CLI) Installing MaterialComponents (84.6.0)
[19-09-17 18:08:45.755] (CLI) Installing SBToaster (2.1.2)
[19-09-17 18:08:45.755] (CLI) Installing Socket.IO-Client-Swift (12.1.3)
[19-09-17 18:08:45.755] (CLI) Installing Starscream (2.1.1)
[19-09-17 18:08:45.755] (CLI) Generating Pods project
[19-09-17 18:08:45.755] (CLI) Integrating client project
[19-09-17 18:08:45.755] (CLI) [!] Please close any current Xcode sessions and use `eposnativeios.xcworkspace` for this project from now on.
[19-09-17 18:08:45.755] (CLI) Pod installation complete! There are 4 dependencies from the Podfile and 6 total pods installed.
[19-09-17 18:08:45.755] (CLI) Project successfully prepared (ios)
[19-09-17 18:08:47.187] (CLI) Build for Device
[19-09-17 18:08:47.187] (CLI)    \"/Users/builder/Library/Keychains/78796360-b636-4046-908b-975b60618ba5-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/a96af9e7-bc79-4c66-a893-2662595fe9fe-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/9a53601c-bbf9-4630-81cf-d173500afce5-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/5d22adc3-30ac-49c9-9b90-2a5d42a5bace-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/fb6ad23d-0c95-417e-a726-3cfe453730a3-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/950d9f60-3125-4098-91b7-57ddcf211825-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/96df6d2f-c341-4877-91f0-c91c0479f5f3-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/4da27407-ff0b-4608-841c-ab30961b51d3-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/48773e25-3c74-44f9-b5c4-ef499bc97402-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/c24739f9-e3fe-4754-b7ad-625ab7fb6112-db\"
[19-09-17 18:08:47.187] (CLI)     \"/Users/builder/Library/Keychains/login.keychain-db\"
[19-09-17 18:08:47.187] (CLI) 1 identity imported.
[19-09-17 18:08:47.187] (CLI) keychain: \"/Users/builder/Library/Keychains/0d3c14d6-672f-4ce3-9189-301db3f5d1a3-db\"
[19-09-17 18:08:47.187] (CLI) version: 512
[19-09-17 18:08:47.187] (CLI) class: 0x00000010
[19-09-17 18:08:47.187] (CLI) attributes:
[19-09-17 18:08:47.187] (CLI)     0x00000000 <uint32>=0x00000010
[19-09-17 18:08:47.187] (CLI)     0x00000001 <blob>=0x443531354546443200  \"D515EFD2\\000\"
[19-09-17 18:08:47.187] (CLI)     0x00000002 <blob>=<NULL>
[19-09-17 18:08:47.187] (CLI)     0x00000003 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000004 <uint32>=0x00000000
[19-09-17 18:08:47.187] (CLI)     0x00000005 <uint32>=0x00000000
[19-09-17 18:08:47.187] (CLI)     0x00000006 <blob>=0xC3CFF35276B7AC3356142C3302C04575CC376B41  \"\\303\\317\\363Rv\\267\\2543V\\024,3\\002\\300Eu\\3147kA\"
[19-09-17 18:08:47.187] (CLI)     0x00000007 <blob>=<NULL>
[19-09-17 18:08:47.187] (CLI)     0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00  \"{87191ca2-0fc9-11d4-849a-000502b52122}\\000\"
[19-09-17 18:08:47.187] (CLI)     0x00000009 <uint32>=0x0000002A  \"\\000\\000\\000*\"
[19-09-17 18:08:47.187] (CLI)     0x0000000A <uint32>=0x00000800
[19-09-17 18:08:47.187] (CLI)     0x0000000B <uint32>=0x00000800
[19-09-17 18:08:47.187] (CLI)     0x0000000C <blob>=0x0000000000000000
[19-09-17 18:08:47.187] (CLI)     0x0000000D <blob>=0x0000000000000000
[19-09-17 18:08:47.187] (CLI)     0x0000000E <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x0000000F <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000010 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000011 <uint32>=0x00000000
[19-09-17 18:08:47.187] (CLI)     0x00000012 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000013 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000014 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000015 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000016 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000017 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000018 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x00000019 <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI)     0x0000001A <uint32>=0x00000001
[19-09-17 18:08:47.187] (CLI) Building project ...
[19-09-17 18:08:50.205] (CLI) ▸ Processing Starscream-Info.plist
[19-09-17 18:08:50.205] (CLI) ▸ Copying Starscream-umbrella.h
[19-09-17 18:08:50.205] (CLI) ▸ Processing SBToaster-Info.plist
[19-09-17 18:08:50.205] (CLI) ▸ Copying SBToaster-umbrella.h
[19-09-17 18:08:50.205] (CLI) ▸ Copying Toaster.h
[19-09-17 18:08:50.205] (CLI) ▸ Processing MDFInternationalization-Info.plist
[19-09-17 18:08:50.205] (CLI) ▸ Copying MDFInternationalization-umbrella.h
[19-09-17 18:08:50.205] (CLI) ▸ Processing DKCarouselView-Info.plist
[19-09-17 18:08:50.205] (CLI) ▸ Copying DKCarouselView-umbrella.h
[19-09-17 18:08:50.205] (CLI) ▸ Copying DKCarouselView.h
[19-09-17 18:08:50.205] (CLI) ▸ Compiling Compression.swift
[19-09-17 18:08:56.219] (CLI) ▸ Compiling SSLSecurity.swift
[19-09-17 18:08:56.219] (CLI) ▸ Compiling WebSocket.swift
[19-09-17 18:08:57.692] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Starscream/Source/WebSocket.swift:668:37: 'characters' is deprecated: Please use String directly
[19-09-17 18:08:57.692] (CLI)                     if headerSecKey.characters.count > 0 {
[19-09-17 18:08:57.692] (CLI)                                     ^
[19-09-17 18:08:59.241] (CLI) ▸ Compiling Compression.swift
[19-09-17 18:09:00.845] (CLI) ▸ Compiling SSLSecurity.swift
[19-09-17 18:09:00.845] (CLI) ▸ Compiling WebSocket.swift
[19-09-17 18:09:02.337] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Starscream/Source/WebSocket.swift:668:37: 'characters' is deprecated: Please use String directly
[19-09-17 18:09:02.337] (CLI)                     if headerSecKey.characters.count > 0 {
[19-09-17 18:09:02.337] (CLI)                                     ^
[19-09-17 18:09:02.337] (CLI) ▸ Compiling Toast.swift
[19-09-17 18:09:02.337] (CLI) ▸ Compiling ToastCenter.swift
[19-09-17 18:09:02.337] (CLI) ▸ Compiling ToastView.swift
[19-09-17 18:09:02.337] (CLI) ▸ Compiling ToastWindow.swift
[19-09-17 18:09:02.337] (CLI) ▸ Compiling Toast.swift
[19-09-17 18:09:02.337] (CLI) ▸ Compiling ToastCenter.swift
[19-09-17 18:09:02.337] (CLI) ▸ Compiling ToastView.swift
[19-09-17 18:09:02.337] (CLI) ▸ Compiling ToastWindow.swift
[19-09-17 18:09:02.337] (CLI) ▸ Compiling UIView+MaterialRTL.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling UIImage+MaterialRTL.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling NSString+MaterialBidi.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling NSLocale+MaterialRTL.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling MDFRTL.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling MDFInternationalization_vers.c
[19-09-17 18:09:02.337] (CLI) ▸ Compiling MDFInternationalization-dummy.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling UIView+MaterialRTL.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling UIImage+MaterialRTL.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling NSString+MaterialBidi.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling NSLocale+MaterialRTL.m
[19-09-17 18:09:02.337] (CLI) ▸ Linking MDFInternationalization
[19-09-17 18:09:02.337] (CLI) ▸ Compiling MDFRTL.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling MDFInternationalization_vers.c
[19-09-17 18:09:02.337] (CLI) ▸ Compiling MDFInternationalization-dummy.m
[19-09-17 18:09:02.337] (CLI) ▸ Compiling DKCarouselView.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling DKCarouselView_vers.c
[19-09-17 18:09:05.340] (CLI) ▸ Compiling DKCarouselView-dummy.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling DKCarouselView_vers.c
[19-09-17 18:09:05.340] (CLI) ▸ Compiling DKCarouselView.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling DKCarouselView-dummy.m
[19-09-17 18:09:05.340] (CLI) ▸ Linking MDFInternationalization
[19-09-17 18:09:05.340] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/MDFInternationalization/Sources/UIView+MaterialRTL.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/MDFInternationalization/Sources/UIImage+MaterialRTL.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/MDFInternationalization/Sources/NSString+MaterialBidi.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/MDFInternationalization/Sources/NSLocale+MaterialRTL.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/MDFInternationalization/Sources/MDFRTL.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/MDFInternationalization/Sources/MDFInternationalization.h
[19-09-17 18:09:05.340] (CLI) ▸ Touching MDFInternationalization.framework (in target: MDFInternationalization)
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialComponents-umbrella.h
[19-09-17 18:09:05.340] (CLI) ▸ Processing MaterialComponents-Info.plist
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialMath.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCMath.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying UIApplication+AppExtensions.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialApplication.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying UIFontDescriptor+MaterialTypography.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying UIFont+MaterialTypography.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying UIFont+MaterialSimpleEquality.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying UIFont+MaterialScalable.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialTypography.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTypography.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCFontTextStyle.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCFontScaler.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialTabs.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarViewController.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarUnderlineIndicatorTemplate.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarTextTransform.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarSizeClassDelegate.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarItemAppearance.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarIndicatorTemplate.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarIndicatorContext.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarIndicatorAttributes.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarExtendedAlignment.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBarAlignment.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCTabBar.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialShadowLayer.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCShadowLayer.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialShadowElevations.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCShadowElevations.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialPalettes.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCPalettes.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialInk.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCInkView.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCInkTouchController.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MDCInkGestureRecognizer.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying UIView+MDCTimingFunction.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying MaterialAnimationTiming.h
[19-09-17 18:09:05.340] (CLI) ▸ Copying CAMediaTimingFunction+MDCAnimationTiming.h
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIView+MDCTimingFunction.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFontDescriptor+MaterialTypography.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFont+MaterialTypographyPrivate.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFont+MaterialTypography.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFont+MaterialSimpleEquality.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFont+MaterialScalable.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIApplication+AppExtensions.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MaterialShadowElevationsDummy.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MaterialMathDummy.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MaterialComponents_vers.c
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MaterialComponents-dummy.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTypographyUtilities.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTypography.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarViewController.m
[19-09-17 18:09:05.340] (CLI) �� Compiling MDCTabBarUnderlineIndicatorTemplate.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarPrivateIndicatorContext.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarIndicatorView.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarIndicatorAttributes.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBar.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCShadowLayer.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCPalettes.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCPaletteNames.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCPaletteExpansions.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCLegacyInkLayer.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCItemBarStyle.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCItemBarCell.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCItemBarBadge.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCItemBar.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCInkView.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCInkTouchController.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCInkLayer.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCInkGestureRecognizer.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCFontTraits.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCFontScaler.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling CAMediaTimingFunction+MDCAnimationTiming.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIView+MDCTimingFunction.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFontDescriptor+MaterialTypography.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFont+MaterialTypographyPrivate.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFont+MaterialTypography.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFont+MaterialSimpleEquality.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIFont+MaterialScalable.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling UIApplication+AppExtensions.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MaterialShadowElevationsDummy.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MaterialMathDummy.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MaterialComponents_vers.c
[19-09-17 18:09:05.340] (CLI) ▸ Linking MaterialComponents
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MaterialComponents-dummy.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTypographyUtilities.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTypography.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarViewController.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarUnderlineIndicatorTemplate.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarPrivateIndicatorContext.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarIndicatorView.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBarIndicatorAttributes.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCTabBar.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCShadowLayer.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCPalettes.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCPaletteNames.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCPaletteExpansions.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCLegacyInkLayer.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCItemBarStyle.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCItemBarCell.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCItemBarBadge.m
[19-09-17 18:09:05.340] (CLI) ▸ Compiling MDCItemBar.m
[19-09-17 18:09:06.872] (CLI) 00:02:30.449] [INFO]  ▸ Compiling MDCInkView.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling MDCInkTouchController.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling MDCInkLayer.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling MDCInkGestureRecognizer.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling MDCFontTraits.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling MDCFontScaler.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling CAMediaTimingFunction+MDCAnimationTiming.m
[19-09-17 18:09:06.872] (CLI) ▸ Linking DKCarouselView
[19-09-17 18:09:06.872] (CLI) ▸ Compiling Starscream_vers.c
[19-09-17 18:09:06.872] (CLI) ▸ Compiling Starscream-dummy.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling Starscream_vers.c
[19-09-17 18:09:06.872] (CLI) ▸ Compiling Starscream-dummy.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling SBToaster_vers.c
[19-09-17 18:09:06.872] (CLI) ▸ Compiling SBToaster-dummy.m
[19-09-17 18:09:06.872] (CLI) ▸ Compiling SBToaster_vers.c
[19-09-17 18:09:06.872] (CLI) ▸ Compiling SBToaster-dummy.m
[19-09-17 18:09:06.872] (CLI) ▸ Linking DKCarouselView
[19-09-17 18:09:06.872] (CLI) ▸ Linking Starscream
[19-09-17 18:09:06.872] (CLI) ▸ Linking MaterialComponents
[19-09-17 18:09:06.872] (CLI) ▸ Touching DKCarouselView.framework (in target: DKCarouselView)
[19-09-17 18:09:06.872] (CLI) ▸ Linking Starscream
[19-09-17 18:09:06.872] (CLI) ▸ Linking SBToaster
[19-09-17 18:09:06.872] (CLI) ▸ Linking SBToaster
[19-09-17 18:09:06.872] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/MaterialComponents/components/Tabs/src/MaterialTabs.bundle
[19-09-17 18:09:06.872] (CLI) ▸ Touching MaterialComponents.framework (in target: MaterialComponents)
[19-09-17 18:09:06.872] (CLI) ▸ Touching SBToaster.framework (in target: SBToaster)
[19-09-17 18:09:06.872] (CLI) ▸ Touching Starscream.framework (in target: Starscream)
[19-09-17 18:09:06.872] (CLI) ▸ Processing Socket.IO-Client-Swift-Info.plist
[19-09-17 18:09:06.872] (CLI) ▸ Copying Socket.IO-Client-Swift-umbrella.h
[19-09-17 18:09:06.872] (CLI) ▸ Compiling SocketAckEmitter.swift
[19-09-17 18:09:08.391] (CLI) n
[19-09-17 18:09:08.391] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:08.391] (CLI)     var hashValue: Int {
[19-09-17 18:09:08.391] (CLI)         ^
[19-09-17 18:09:08.391] (CLI) ▸ Compiling SocketAckManager.swift
[19-09-17 18:09:08.391] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:08.391] (CLI)     var hashValue: Int {
[19-09-17 18:09:08.391] (CLI)         ^
[19-09-17 18:09:08.391] (CLI) ▸ Compiling SocketAnyEvent.swift
[19-09-17 18:09:08.391] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:08.391] (CLI)     var hashValue: Int {
[19-09-17 18:09:08.391] (CLI)         ^
[19-09-17 18:09:08.391] (CLI) ▸ Compiling SocketClientManager.swift
[19-09-17 18:09:09.840] (CLI) 00:02:34.203] [INFO]
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21: static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:09:09.840] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:09:09.840] (CLI)     ~~~~            ^
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEngine.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21: static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:09:09.840] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:09:09.840] (CLI)     ~~~~            ^
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEngineClient.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21: static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:09:09.840] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:09:09.840] (CLI)     ~~~~            ^
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEnginePacketType.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEnginePollable.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEngineSpec.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEngineWebsocket.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEventHandler.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketExtensions.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClient.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClientConfiguration.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClientOption.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClientSpec.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClientStatus.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketLogger.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketPacket.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5: 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public enum PacketType: Int {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketParsable.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5: 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public enum PacketType: Int {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketStringReader.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5: 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public enum PacketType: Int {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketTypes.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SSLSecurity.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketAckEmitter.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketAckManager.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketAnyEvent.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketClientManager.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21: static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:09:09.840] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:09:09.840] (CLI)     ~~~~            ^
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEngine.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21: static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:09:09.840] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:09:09.840] (CLI)     ~~~~            ^
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEngineClient.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21: static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:09:09.840] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:09:09.840] (CLI)     ~~~~            ^
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEnginePacketType.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEnginePollable.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEngineSpec.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEngineWebsocket.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketEventHandler.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketExtensions.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClient.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClientConfiguration.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClientOption.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:09:09.840] (CLI)     var hashValue: Int {
[19-09-17 18:09:09.840] (CLI)         ^
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClientSpec.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIOClientStatus.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketLogger.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func didError(reason: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketPacket.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5: 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public enum PacketType: Int {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketParsable.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5: 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public enum PacketType: Int {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketStringReader.swift
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5: 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public enum PacketType: Int {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ⚠️  /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5: 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:09:09.840] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:09:09.840] (CLI)     ^~~~~~~
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketTypes.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SSLSecurity.swift
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIO_vers.c
[19-09-17 18:09:09.840] (CLI) ▸ Compiling Socket.IO-Client-Swift-dummy.m
[19-09-17 18:09:09.840] (CLI) ▸ Compiling SocketIO_vers.c
[19-09-17 18:09:09.840] (CLI) ▸ Compiling Socket.IO-Client-Swift-dummy.m
[19-09-17 18:09:09.840] (CLI) ▸ Linking SocketIO
[19-09-17 18:09:11.352] (CLI) ▸ Linking SocketIO
[19-09-17 18:09:11.352] (CLI) ▸ Touching SocketIO.framework (in target: Socket.IO-Client-Swift)
[19-09-17 18:09:11.352] (CLI) ▸ Processing Pods-eposnativeios-Info.plist
[19-09-17 18:09:11.352] (CLI) ▸ Copying Pods-eposnativeios-umbrella.h
[19-09-17 18:09:11.352] (CLI) ▸ Compiling Pods-eposnativeios-dummy.m
[19-09-17 18:09:11.352] (CLI) ▸ Compiling Pods-eposnativeios-dummy.m
[19-09-17 18:09:11.352] (CLI) ▸ Compiling Pods_eposnativeios_vers.c
[19-09-17 18:09:11.352] (CLI) ▸ Compiling Pods_eposnativeios_vers.c
[19-09-17 18:09:11.352] (CLI) ▸ Touching Pods_eposnativeios.framework (in target: Pods-eposnativeios)
[19-09-17 18:09:11.352] (CLI) ▸ Running script '[CP] Check Pods Manifest.lock'
[19-09-17 18:09:11.352] (CLI) ▸ Running script 'NativeScript PreBuild'
[19-09-17 18:09:11.352] (CLI) ▸ Precompiling /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/eposnativeios/eposnativeios-Prefix.pch
[19-09-17 18:09:11.352] (CLI) ▸ Precompiling /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/eposnativeios/eposnativeios-Prefix.pch
[19-09-17 18:09:12.853] (CLI) ▸ Compiling main.m
[19-09-17 18:09:12.853] (CLI) ▸ Compiling NativeScriptEmbedder.m
[19-09-17 18:09:12.853] (CLI) ▸ Compiling main.m
[19-09-17 18:09:12.853] (CLI) ▸ Compiling NativeScriptEmbedder.m
[19-09-17 18:09:12.853] (CLI) ▸ Linking eposnativeios
[19-09-17 18:09:29.354] (CLI) ▸ Linking eposnativeios
[19-09-17 18:09:29.354] (CLI) ▸ Running script 'NativeScript PreLink'
[19-09-17 18:09:29.354] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/eposnativeios/Resources/it.lproj
[19-09-17 18:09:29.354] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/eposnativeios/Resources/en.lproj
[19-09-17 18:09:29.354] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/eposnativeios/app
[19-09-17 18:09:29.354] (CLI) ▸ Compiling LaunchScreen.storyboard
[19-09-17 18:09:31.052] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/eposnativeios/Resources/dk.lproj
[19-09-17 18:09:31.052] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/eposnativeios/Resources/build.xcconfig
[19-09-17 18:09:31.052] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/eposnativeios/Resources/bg.lproj
[19-09-17 18:09:31.052] (CLI) ▸ Copying InfoPlist.strings
[19-09-17 18:09:35.356] (CLI) ▸ Processing eposnativeios-Info.plist
[19-09-17 18:09:35.356] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/node_modules/tns-core-modules-widgets/platforms/ios/TNSWidgets.framework
[19-09-17 18:09:35.356] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/node_modules/nativescript-ui-sidedrawer/platforms/ios/TNSSideDrawer.framework
[19-09-17 18:09:35.356] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/node_modules/nativescript-ui-listview/platforms/ios/TNSListView.framework
[19-09-17 18:09:35.356] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/node_modules/nativescript-ui-core/platforms/ios/TNSCore.framework
[19-09-17 18:09:35.356] (CLI) ▸ Copying /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/node_modules/nativescript-barcodescanner/platforms/ios/BarcodeScannerFramework.framework
[19-09-17 18:09:35.356] (CLI) ▸ Generating 'eposnativeios.app.dSYM'
[19-09-17 18:09:35.356] (CLI) ▸ Running script 'NativeScript PostBuild'
[19-09-17 18:09:39.860] (CLI) ▸ Running script '[CP] Embed Pods Frameworks'
[19-09-17 18:09:48.895] (CLI) ▸ Touching eposnativeios.app (in target: eposnativeios)
[19-09-17 18:09:48.895] (CLI) ▸ Archive Succeeded
[19-09-17 18:09:48.895] (CLI) Creating exportOptions.plist file ...
[19-09-17 18:09:48.895] (CLI) Exporting .xcarchive to .ipa ...
[19-09-17 18:09:48.895] (CLI) 2019-09-17 08:09:47.866 xcodebuild[30873:3312057526] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/2r/63jb7r215916cx5jc8pdz9rh0000gp/T/eposnativeios_2019-09-17_08-09-47.863.xcdistributionlogs'.
[19-09-17 18:10:03.861] (CLI) Exported eposnativeios to: /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios
[19-09-17 18:10:03.861] (CLI) ** EXPORT SUCCEEDED **
[19-09-17 18:10:05.568] (CLI) Moving resulting <TemplateAppName>.ipa to app.ipa ...
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Starscream/Source/WebSocket.swift:668:37
[19-09-17 18:10:05.568] (CLI) 'characters' is deprecated: Please use String directly
[19-09-17 18:10:05.568] (CLI)                     if headerSecKey.characters.count > 0 {
[19-09-17 18:10:05.568] (CLI)                                     ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Starscream/Source/WebSocket.swift:668:37
[19-09-17 18:10:05.568] (CLI) 'characters' is deprecated: Please use String directly
[19-09-17 18:10:05.568] (CLI)                     if headerSecKey.characters.count > 0 {
[19-09-17 18:10:05.568] (CLI)                                     ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21
[19-09-17 18:10:05.568] (CLI) static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:10:05.568] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:10:05.568] (CLI)     ~~~~            ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21
[19-09-17 18:10:05.568] (CLI) static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:10:05.568] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:10:05.568] (CLI)     ~~~~            ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21
[19-09-17 18:10:05.568] (CLI) static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:10:05.568] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:10:05.568] (CLI)     ~~~~            ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public enum PacketType: Int {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public enum PacketType: Int {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public enum PacketType: Int {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21
[19-09-17 18:10:05.568] (CLI) static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:10:05.568] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:10:05.568] (CLI)     ~~~~            ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21
[19-09-17 18:10:05.568] (CLI) static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:10:05.568] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:10:05.568] (CLI)     ~~~~            ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Util/SocketClientManager.swift:51:21
[19-09-17 18:10:05.568] (CLI) static declarations are implicitly 'final'; use 'public' instead of 'open'
[19-09-17 18:10:05.568] (CLI)     open static let sharedManager = SocketClientManager()
[19-09-17 18:10:05.568] (CLI)     ~~~~            ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Ack/SocketAckManager.swift:37:9
[19-09-17 18:10:05.568] (CLI) 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SocketAck' to 'Hashable' by implementing 'hash(into:)' instead
[19-09-17 18:10:05.568] (CLI)     var hashValue: Int {
[19-09-17 18:10:05.568] (CLI)         ^
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Client/SocketIOClientSpec.swift:226:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func didError(reason: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public enum PacketType: Int {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public enum PacketType: Int {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketPacket.swift:165:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for enum declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public enum PacketType: Int {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:172:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseSocketMessage(_ message: String) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:05.568] (CLI) [xcode-build] /tmp/builds/_/a2328bbf15dde0ec0424e504e195009e208552d8/6.1.1/6.1.0/eposnativeios/platforms/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Parse/SocketParsable.swift:195:5
[19-09-17 18:10:05.568] (CLI) 'public' modifier is redundant for instance method declared in a public extension
[19-09-17 18:10:05.568] (CLI)     public func parseBinaryData(_ data: Data) {
[19-09-17 18:10:05.568] (CLI)     ^~~~~~~
[19-09-17 18:10:08.542] (CLI) Build finished successfully
[19-09-17 18:10:46.555] Build step completed.
[19-09-17 18:10:46.560] (CLI) Finished Cloud build of 'D:\work\htdocs\eshopr\epos-native-ios', platform: 'iOS', configuration: 'Debug' successfully. Downloading result...
[19-09-17 18:10:46.560] (CLI) Result url: https://livesync.ly/nabw4yj
[19-09-17 18:10:46.565] Download step started.
[19-09-17 18:10:52.706] Download step completed.
[19-09-17 18:10:52.710] (CLI) The result of Cloud build of 'D:\work\htdocs\eshopr\epos-native-ios', platform: 'iOS', configuration: 'Debug' successfully downloaded. OutputFilePath: D:\work\htdocs\eshopr\epos-native-ios\.cloud\ios\device\eposnativeios.ipa
[19-09-17 18:10:55.030] (CLI) Installing on device 2754145e6df4eb17bbaac7fac98da416f80b5ce8...
[19-09-17 18:11:10.059] (CLI) Successfully installed on device with identifier '2754145e6df4eb17bbaac7fac98da416f80b5ce8'.
[19-09-17 18:11:14.681] (CLI) Restarting application on device 2754145e6df4eb17bbaac7fac98da416f80b5ce8...

@bbc91
Copy link
Author

bbc91 commented Sep 18, 2019

Update

I just created a new iOS nativescript vue project like this:
image

The situation is the same, even with 0 errors. So I think that the problem is not from the project but it's from my environment or from the CLI?

Then I'm running the apps on Android device, local build, I don't have a problem. The problem appears only on cloud build on iOS device with windows 10

@KristianDD
Copy link
Contributor

Hi @bbc91,
Just to clarify what exactly you mean by "the problem". Is it the:
1 Application not being started
2 After manually starting the application and modifying a file of the application, the change is not LiveSynced to the application. You can read more about how changes in different files are handled here.

As for the Webpack error, there seems to be a wrong require/import statement in ./components/Reports.vue, ./components/Refund.vue. ./components/Payment.vue:
Module not found: Error: Can't resolve '../services/convertToJsonThenToObject'

I guess that you should update the path to '../../services/convertToJsonThenToObject', but it is better to check it as I am not familiar with the project structure.

@bbc91
Copy link
Author

bbc91 commented Sep 18, 2019

When I work on the same app, on Android device, when the build is complete, the app is installed on the Android device and opens automatically after the message on the console: "Restarting application on device". On iOS device, after this message, the app is not started automatically, I can start it with clicking on the icon of the app on the device.

When I change code in a .Vue file, on Android device it is rebuild and LiveSynced and after the message "Restarting application on device", the app is refreshed on the android device and the changes are applied. On iOS device, after a change in a .Vue file, the project is also rebuild and there is a message on the console "Restarting application on device", but nothing happens on the device. I have to close the Nativescript Sideckick and wait 5 minutes to build the whole project again and start it on the device. This is the 2 problems preventing me for developing, because of waiting.

The android development was fast, because I didn't had this issue. The difference is that I'm building the app locally for android, but on the cloud for iOS.

As I said, I tried this morning with FRESH installed Nativescript Vue project, and the issues are the same.

@KristianDD
Copy link
Contributor

Hi @bbc91 ,
I was able to reproduce both issues and it seems that this feature is not working properly since the release of NativeScript v6.1.0. I apologize for the inconvenience caused.

As a temporary workaround you can install NativeScript 6.0.3 and use the CLI cloud commands, because Sidekick requires higher version of NativeScript.
npm i -g [email protected]

You can use the following commands:
tns cloud build ios, tns cloud deploy ios, tns cloud run ios. You can check the required parameters by adding --help to each command.

@KristianDD KristianDD added the bug label Sep 19, 2019
@bbc91
Copy link
Author

bbc91 commented Sep 20, 2019

Thank you for your help! I much appreciate it!

Best regards, Georgi Ivanov.

@KristianDD
Copy link
Contributor

Hi @bbc91,
I turned out that Sidekick requires a version higher that 6.0.0, but will accept version 6.0.3 and the LiveSync should work as expected(you will still need to start the application manually).

@Sauvetonbio
Copy link

Hello, same probem here... And when using the version 6.0.3 we can't use iPhone device running under iOS 13 (Error is: Could not start service com.apple.mobile.house_arrest.).
We are waiting for a fix asap :)

Thank you

Fatme added a commit to NativeScript/ios-device-lib that referenced this issue Oct 1, 2019
…hile stopping the application

Currently when the application is stopped, NativeScript CLI hangs up on "Restarting application". This happens as we're no able to start `gdb server` due to some error. (for example, not mounted developer disk image on device). In this situation, `ios-device-lib` doesn't print any message back to the CLI and this way the entire `tns run` command is blocked. Printing error in this situation will ensure that NativeScript CLI will continue the command execution.

Rel to NativeScript/nativescript-cli#5020
Fatme added a commit to NativeScript/ios-device-lib that referenced this issue Oct 1, 2019
…hile stopping the application

Currently when the application is stopped, NativeScript CLI hangs up on "Restarting application". This happens as we're no able to start `gdb server` due to some error. (for example, not mounted developer disk image on device). In this situation, `ios-device-lib` doesn't print any message back to the CLI and this way the entire `tns run` command is blocked. Printing error in this situation will ensure that NativeScript CLI will continue the command execution.

Rel to NativeScript/nativescript-cli#5020
@Mixelated
Copy link

same problem here. Using version 6.0.3 doesn't work either because of the house_arrest bug on iOS 11 + devices.

@Fatme
Copy link
Contributor

Fatme commented Oct 10, 2019

@Mixelated,

It is expected to see the error for the house_arrest with NS 6.0.3 as it it is fixed in v6.1.0.

However, the fixes for both issues (the current one and house_arrest) should be available in the next version of the NativeScript CLI. So, you can update to the next version using npm i -g nativescript@next.

Let us know if the issue is resolved on your side.

@Mixelated
Copy link

Mixelated commented Oct 10, 2019

running npm i -g nativescript@next didn't fix it for me. Afterwards I followed the upgrade guide and tried running 'tns upgrade next' which is giving me the following error:

Failed to get template information for the specified version. Original error: Failed to get information for package: tns-template-blank-vue@next

@Mixelated
Copy link

problem is solved for me! In the end it had nothing to do with nativescript but with an out of date xcode version. Nativescript just didn't show that in the log (guess thats the fix in next?) anyways all good now.

@Fatme
Copy link
Contributor

Fatme commented Oct 14, 2019

@Mixelated,

I'm glad your issue is resolved.

Regarding to the error you mentioned, I verified it is a bug with latest version of NativeScript CLI and logged it as separate issue here.

@Fatme Fatme added this to the 6.2.0 milestone Nov 1, 2019
@Fatme Fatme self-assigned this Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants