Idean / sonar-swift

Open source Swift plugin for SonarQube (also supports Objective-C)
Other
895 stars 278 forks source link

Issues are not getting reported, its showing 0 issues on web #18

Closed SavitaJuyal closed 8 years ago

SavitaJuyal commented 8 years ago

I am trying to setup sonar with swift plugin, but Issues are not getting reported, its showing 0 issues on web. For issues it uses Swxftlint, when integrate Swxftlint with Xcode project or run swxftlint through terminal it shows issues, but not with sonar_runner. I am getting following log while running sonar-runner -X :-

INFO: Scanner configuration file: /usr/local/Cellar/sonar-runner/2.5/libexec/conf/sonar-runner.properties INFO: Project configuration file: /Users/savitajuyal/Documents/Projects/updated iOS/sonar-project.properties INFO: SonarQube Scanner 2.5 INFO: Java 1.8.0_77 Oracle Corporation (64-bit) INFO: Mac OS X 10.10.5 x86_64 INFO: Error stacktraces are turned on. DEBUG: cache: /Users/savitajuyal/.sonar/ws_cache/http%3A%2F%2Flocalhost%3A9000/global INFO: User cache: /Users/savitajuyal/.sonar/cache DEBUG: Extract sonar-runner-batch in temp... DEBUG: Get bootstrap index... DEBUG: Download: http://localhost:9000/batch_bootstrap/index DEBUG: Get bootstrap completed DEBUG: Create isolated classloader... DEBUG: Start temp cleaning... DEBUG: Temp cleaning done DEBUG: Execution getVersion DEBUG: Execution start DEBUG: Publish global mode DEBUG: cache: /Users/savitajuyal/.sonar/ws_cache/http%3A%2F%2Flocalhost%3A9000/global INFO: Load global repositories DEBUG: GET 200 http://localhost:9000/batch/global | time=49ms INFO: Load global repositories (done) | time=107ms INFO: Property 'sonar.jdbc.url' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database. INFO: Property 'sonar.jdbc.username' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database. INFO: Property 'sonar.jdbc.password' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database. INFO: User cache: /Users/savitajuyal/.sonar/cache INFO: Load plugins index DEBUG: GET 200 http://localhost:9000/deploy/plugins/index.txt | time=3ms INFO: Load plugins index (done) | time=4ms DEBUG: Load plugins DEBUG: Load plugins (done) | time=9ms DEBUG: API compatibility mode is enabled on plugin C# [csharp](built with API lower than 5.2) DEBUG: API compatibility mode is enabled on plugin Java [java](built with API lower than 5.2) DEBUG: API compatibility mode is enabled on plugin Git [scmgit](built with API lower than 5.2) DEBUG: API compatibility mode is enabled on plugin Swift (Backelite) [backelitesonarswiftplugin](built with API lower than 5.2) DEBUG: API compatibility mode is enabled on plugin SVN [scmsvn](built with API lower than 5.2) DEBUG: API compatibility mode is enabled on plugin JavaScript [javascript](built with API lower than 5.2) DEBUG: Plugins: DEBUG: * C# 4.4 (csharp) DEBUG: * Java 3.10 (java) DEBUG: * Git 1.0 (scmgit) DEBUG: * Swift (Backelite) 0.2.3 (backelitesonarswiftplugin) DEBUG: * SVN 1.2 (scmsvn) DEBUG: * JavaScript 2.10 (javascript) INFO: Default locale: "en_US", source code encoding: "UTF-8" DEBUG: Work directory: /Users/savitajuyal/Documents/Projects/updated iOS/.sonar DEBUG: Execution getVersion DEBUG: Execution execute INFO: Process project properties DEBUG: Process project properties (done) | time=2ms DEBUG: cache: /Users/savitajuyal/.sonar/ws_cache/http%3A%2F%2Flocalhost%3A9000/5.4/projects/com.netsolutions INFO: Load project repositories DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=com.netsolutions | time=17ms INFO: Load project repositories (done) | time=78ms INFO: Apply project exclusions DEBUG: Available languages: DEBUG: * C# => "cs" DEBUG: * Java => "java" DEBUG: * Swift => "swift" DEBUG: * JavaScript => "js" INFO: Load quality profiles DEBUG: GET 200 http://localhost:9000/api/qualityprofiles/search.protobuf?projectKey=com.netsolutions | time=13ms INFO: Load quality profiles (done) | time=17ms INFO: Load active rules DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qprofile=cs-sonar-way-42694&p=1&ps=500 | time=75ms DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qprofile=java-sonar-way-45984&p=1&ps=500 | time=172ms DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qprofile=js-sonar-way-56988&p=1&ps=500 | time=33ms DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qprofile=swift-swiftlint-31261&p=1&ps=500 | time=22ms INFO: Load active rules (done) | time=628ms INFO: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. INFO: Publish mode DEBUG: Start recursive analysis of project modules INFO: ------------- Scan LocalLift INFO: Language is forced to swift INFO: Load server rules DEBUG: GET 200 http://localhost:9000/api/rules/list.protobuf | time=39ms INFO: Load server rules (done) | time=53ms DEBUG: Initializers : INFO: Base dir: /Users/savitajuyal/Documents/Projects/updated iOS INFO: Working dir: /Users/savitajuyal/Documents/Projects/updated iOS/.sonar INFO: Source paths: . INFO: Source encoding: UTF-8, default locale: enUS INFO: Index files DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/.cs DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : _/.java,*/_.jav DEBUG: Declared extensions of language Swift were converted to sonar.lang.patterns.swift : /.swift DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : _/.js DEBUG: Language of file 'LocalLift/AppDelegate.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Base Controller/BaseExtension/BaseViewControllerExtension.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Base Controller/BaseViewController.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Chat View/ChatCells/ChatOutGoingCell/ChatOutgoingCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Chat View/ChatVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Chat View/ChatCells/ChatIncomingCell/ChatIncomingCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Country List/CountryCodeVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/ForgetPassword/ForgetPasswordVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Home/HomeVC/HomeVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Home/HomeVC/LiftInfoView/LiftInfoView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Home/HomeWelcome/HomeWelcomeView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Home/ListViewHome/ListViewHome.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Home/MapViewHome/MapViewHome.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Home/Tutorial/TutorialView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LeftMenu/LeftMenuVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LeftMenu/Menu SubView/MenuNormalHeaderView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LeftMenu/MenuNormalCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/AddMessageCell/AddMessageCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Address View/Add New Address/AddNewAddressVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Address View/AddressCell/AddressCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Address View/Select Pickup Address/SelectPickupAddressVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/GroupsOfPeopleCell/GroupsOfPeopleCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/LiftRequestVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/MapViewCell/MapTasks.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/MapViewCell/MapViewCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/NotifyPeopleVC/NotifyPeopleVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Pasengers Controllers/AddPassenger/AddPassengerVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Pasengers Controllers/PassengerCellWithToggle/TogglePassengerCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Pasengers Controllers/Passengers View/PassengersVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Pasengers Controllers/SelectPassengerCell/SelectPassengerCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Pasengers Controllers/SelectPassengerVC/SelectPassengerVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Pasengers Controllers/ViewOfLinkedPassenger/ViewOfLinkedPassenger.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Seats Available View/SeatsAvailableCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/Users Collection Cell/UserCollCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/ViewOfSetLocation/ViewOfSetLocation.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Lift Request/WhenLiftNeedCell/WhenLiftNeedCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/AddUserInGroup.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/InvitationTableCell/InvitationCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/InvitationtableView/InvitationTableView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/ContactList/ContactVC/ContactVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/CreateGroupLift/CreateGroupTextVW/CreateGroupTextVW.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/CreateGroupLift/CreateLiftGroupVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/CreateGroupLift/ProfilePicView/ProfilePicView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/Go Premium Groups/ExtraLiftGroupCell/ExtraLiftGroupCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/Go Premium Groups/GoPremiumGroupsVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/GroupType/GroupTypeCell/GroupTypeCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/GroupType/GroupTypeSubCategoryVC/groupTypeSubCatVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/GroupType/GroupTypeVC/GroupTypeVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/GroupType/NoGroupType/NoGroupType.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupCell/LiftGroupCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupCollection/LiftGroupCollection.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupHeaderText/LiftGroupHeaderText.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupVC/BlockMemberVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupVC/MyLiftGroupVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/SelectedLiftGroup/LeftGroupPeopleCell/LiftGroupUserCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/SelectedLiftGroup/LiftGroupPeopleCollectionView/LiftGroupPeopleCollectionView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/SelectedLiftGroup/SelectedLiftGroupVC/SelectedLiftGroupVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/LiftGroup/SelectedLiftGroup/ThumbnailView/ThumbnailView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/MyLift/MyLiftVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/MyLift/MyLiftViewMore/LoadMyLiftMore.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/MyLift/MyLiftCell/MyLiftCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/MyLift/MyLiftViewMore/NoMyLiftsView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/MyLiftGroups/MyLiftGroupsAllVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/NotificationVC/No Notification View/NoNotificationView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/NotificationVC/Notification Cell/NotificationCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/NotificationVC/NotificationVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Onboard/CreateProfileVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Onboard/MyProfileAddress/MyProfileAddressVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Onboard/OnboardSubViews/SpecialNeedView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Onboard/OnboardSubViews/TwoRadioButtonView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Promotion Screen/PromotionPopOver View/PromotionPopOverVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Promotion Screen/PromotionVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/ResendPasswordVC/ResendPasswordVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Settings Screen/SettingsVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Sign Up/SignUpVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/SignIn/SignInVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Verify Mobile/VerifyMobileNoVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Verify OTP/VerifyOTPVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/View Lift Request/Cancel Controller/CancelLiftVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/View Lift Request/Cancel Controller/DriverCell/DriverCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/View Lift Request/Cancel Controller/LabelCell/LabelCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/View Lift Request/Cancel Controller/Optional Popover View/OptionalPopoverVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/View Lift Request/Cancel Controller/Select Date Popover/SelectDatePopoverVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/View Lift Request/Show Time Lift Cell/ShowTimeViewLiftCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/View Lift Request/View Lift TIme Cell/ViewLiftTimeCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/View Lift Request/ViewLiftRequestVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Controllers/Welcome Screen/ViewController.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/CalendarDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/ChatDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/ContactsDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/CountryDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/FrequencyDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/LiftDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/MyLiftGroupDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/MyLiftsDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/NexmoDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/OfferDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/PassengerDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/RequestDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/TrackingLiftDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/DataLayers/UserDL.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/Models/LocaliftModels.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/DataAccessLayer/ServerCommunication/PSRestAPIHelper.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/AlertToggleView/AlertToggleView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/CalendarEvent/CalendarEvent.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/CellSelectProtocol/CellSelect.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/ContactSyncing/ContactsSynching.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/CustomControls/CustomCells/CountryCodeCell.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/CustomControls/PSCustomFontButton.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/CustomControls/PSCustomFontLabel.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/CustomControls/RoundedView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/LocationSyncing/LocationSynching.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/MapHelper/GooglePlacesSearchController.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/MessageComposer/MailComposer.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/MessageComposer/MessageComposer.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/MonthYearPicker/MonthYearUIPickerView/MonthYearPickerView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/MonthYearPicker/MonthYearView/MonthYearPickerVW.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/NavigationBarForBadge/ENMBadgedBarButtonItem.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/SocialNetworking/SocialNetworking.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/SpecialUserPopup/SpecialUserPopupView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/TextWithButton View/TextWithBtnView.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/ReusableClasses/WebViewPopup/WebViewPopupVC.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Utility/Constants.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Utility/Extensions/PSViewExtension.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Utility/LocaliftSharedObj.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLift/Utility/NSIUtility.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLiftTests/LocalLiftTests.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLiftTests/NSIUtilityTests.swift' is detected to be 'swift' DEBUG: Language of file 'LocalLiftTests/SignInViewTest.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/AFDateHelper/AFDateHelper/AFDateExtension.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIWindow+Hierarchy.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardManager.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQTextView/IQTextView.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/Localize-Swift/Sources/Localize.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookDataStructures.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookGroup.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookHelperMethods.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookPerson.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookRecord.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookSource.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookWrapper.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftValidators/SwiftValidators/Extensions.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftValidators/SwiftValidators/Validator.swift' is detected to be 'swift' DEBUG: Language of file 'Pods/SwiftyJSON/Source/SwiftyJSON.swift' is detected to be 'swift' INFO: 156 files indexed INFO: Quality profile for swift: SwiftLint INFO: JaCoCoSensor: JaCoCo report not found : /Users/savitajuyal/Documents/Projects/updated iOS/target/jacoco.exec INFO: JaCoCoItSensor: JaCoCo IT report not found: /Users/savitajuyal/Documents/Projects/updated iOS/target/jacoco-it.exec DEBUG: Code colorizer, supported languages: cs,swift DEBUG: Sensors : Lines Sensor (wrapped) -> QProfileSensor -> SwiftSquidSensor -> Swift SwiftSurefireSensor -> org.sonar.plugins.swift.coverage.SwiftCoberturaSensor@1aac188d -> org.sonar.plugins.swift.issues.swiftlint.SwiftLintSensor@7026b7ee -> org.sonar.plugins.swift.complexity.LizardSensor@2d23faef -> SCM Sensor (wrapped) -> Code Colorizer Sensor (wrapped) -> CPD Sensor (wrapped) INFO: Sensor Lines Sensor (wrapped) INFO: Sensor Lines Sensor (wrapped) (done) | time=37ms INFO: Sensor QProfileSensor INFO: Sensor QProfileSensor (done) | time=5ms INFO: Sensor SwiftSquidSensor DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. DEBUG: Metric lines is an internal metric computed by SonarQube. Provided value is ignored. INFO: Sensor SwiftSquidSensor (done) | time=1196ms INFO: Sensor Swift SwiftSurefireSensor INFO: parsing sonar-reports INFO: Sensor Swift SwiftSurefireSensor (done) | time=81ms INFO: Sensor org.sonar.plugins.swift.coverage.SwiftCoberturaSensor INFO: Processing coverage report /Users/savitajuyal/Documents/Projects/updated iOS/sonar-reports/coverage.xml INFO: Sensor org.sonar.plugins.swift.coverage.SwiftCoberturaSensor (done) | time=14ms INFO: Sensor org.sonar.plugins.swift.issues.swiftlint.SwiftLintSensor INFO: Sensor org.sonar.plugins.swift.issues.swiftlint.SwiftLintSensor (done) | time=1ms INFO: Sensor org.sonar.plugins.swift.complexity.LizardSensor INFO: Processing complexity report ERROR: Lizard Report not found /Users/savitajuyal/Documents/Projects/updated iOS/sonar-reports/lizard-report.xml INFO: Saving results of complexity analysis INFO: Sensor org.sonar.plugins.swift.complexity.LizardSensor (done) | time=10ms INFO: Sensor SCM Sensor (wrapped) INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it. INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms INFO: Sensor Code Colorizer Sensor (wrapped) INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=407ms INFO: Sensor CPD Sensor (wrapped) INFO: DefaultCpdIndexer is used for swift DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/AppDelegate.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Base Controller/BaseExtension/BaseViewControllerExtension.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Base Controller/BaseViewController.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Chat View/ChatCells/ChatIncomingCell/ChatIncomingCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Chat View/ChatCells/ChatOutGoingCell/ChatOutgoingCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Chat View/ChatVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Country List/CountryCodeVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/ForgetPassword/ForgetPasswordVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Home/HomeVC/HomeVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Home/HomeVC/LiftInfoView/LiftInfoView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Home/HomeWelcome/HomeWelcomeView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Home/ListViewHome/ListViewHome.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Home/MapViewHome/MapViewHome.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Home/Tutorial/TutorialView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LeftMenu/LeftMenuVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LeftMenu/Menu SubView/MenuNormalHeaderView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LeftMenu/MenuNormalCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/AddMessageCell/AddMessageCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Address View/Add New Address/AddNewAddressVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Address View/AddressCell/AddressCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Address View/Select Pickup Address/SelectPickupAddressVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/GroupsOfPeopleCell/GroupsOfPeopleCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/LiftRequestVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/MapViewCell/MapTasks.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/MapViewCell/MapViewCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/NotifyPeopleVC/NotifyPeopleVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Pasengers Controllers/AddPassenger/AddPassengerVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Pasengers Controllers/PassengerCellWithToggle/TogglePassengerCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Pasengers Controllers/Passengers View/PassengersVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Pasengers Controllers/SelectPassengerCell/SelectPassengerCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Pasengers Controllers/SelectPassengerVC/SelectPassengerVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Pasengers Controllers/ViewOfLinkedPassenger/ViewOfLinkedPassenger.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Seats Available View/SeatsAvailableCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/Users Collection Cell/UserCollCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/ViewOfSetLocation/ViewOfSetLocation.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Lift Request/WhenLiftNeedCell/WhenLiftNeedCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/AddUserInGroup.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/InvitationTableCell/InvitationCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/InvitationtableView/InvitationTableView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/ContactList/ContactVC/ContactVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/CreateGroupLift/CreateGroupTextVW/CreateGroupTextVW.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/CreateGroupLift/CreateLiftGroupVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/CreateGroupLift/ProfilePicView/ProfilePicView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/Go Premium Groups/ExtraLiftGroupCell/ExtraLiftGroupCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/Go Premium Groups/GoPremiumGroupsVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/GroupType/GroupTypeCell/GroupTypeCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/GroupType/GroupTypeSubCategoryVC/groupTypeSubCatVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/GroupType/GroupTypeVC/GroupTypeVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/GroupType/NoGroupType/NoGroupType.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupCell/LiftGroupCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupCollection/LiftGroupCollection.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupHeaderText/LiftGroupHeaderText.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupVC/BlockMemberVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupVC/MyLiftGroupVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/SelectedLiftGroup/LeftGroupPeopleCell/LiftGroupUserCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/SelectedLiftGroup/LiftGroupPeopleCollectionView/LiftGroupPeopleCollectionView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/SelectedLiftGroup/SelectedLiftGroupVC/SelectedLiftGroupVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/LiftGroup/SelectedLiftGroup/ThumbnailView/ThumbnailView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/MyLift/MyLiftCell/MyLiftCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/MyLift/MyLiftVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/MyLift/MyLiftViewMore/LoadMyLiftMore.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/MyLift/MyLiftViewMore/NoMyLiftsView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/MyLiftGroups/MyLiftGroupsAllVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/NotificationVC/No Notification View/NoNotificationView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/NotificationVC/Notification Cell/NotificationCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/NotificationVC/NotificationVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Onboard/CreateProfileVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Onboard/MyProfileAddress/MyProfileAddressVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Onboard/OnboardSubViews/SpecialNeedView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Onboard/OnboardSubViews/TwoRadioButtonView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Promotion Screen/PromotionPopOver View/PromotionPopOverVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Promotion Screen/PromotionVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/ResendPasswordVC/ResendPasswordVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Settings Screen/SettingsVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Sign Up/SignUpVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/SignIn/SignInVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Verify Mobile/VerifyMobileNoVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Verify OTP/VerifyOTPVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/View Lift Request/Cancel Controller/CancelLiftVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/View Lift Request/Cancel Controller/DriverCell/DriverCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/View Lift Request/Cancel Controller/LabelCell/LabelCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/View Lift Request/Cancel Controller/Optional Popover View/OptionalPopoverVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/View Lift Request/Cancel Controller/Select Date Popover/SelectDatePopoverVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/View Lift Request/Show Time Lift Cell/ShowTimeViewLiftCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/View Lift Request/View Lift TIme Cell/ViewLiftTimeCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/View Lift Request/ViewLiftRequestVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Controllers/Welcome Screen/ViewController.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/CalendarDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/ChatDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/ContactsDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/CountryDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/FrequencyDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/LiftDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/MyLiftGroupDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/MyLiftsDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/NexmoDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/OfferDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/PassengerDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/RequestDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/TrackingLiftDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/DataLayers/UserDL.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/Models/LocaliftModels.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/DataAccessLayer/ServerCommunication/PSRestAPIHelper.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/AlertToggleView/AlertToggleView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/CalendarEvent/CalendarEvent.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/CellSelectProtocol/CellSelect.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/ContactSyncing/ContactsSynching.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/CustomControls/CustomCells/CountryCodeCell.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/CustomControls/PSCustomFontButton.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/CustomControls/PSCustomFontLabel.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/CustomControls/RoundedView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/LocationSyncing/LocationSynching.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/MapHelper/GooglePlacesSearchController.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/MessageComposer/MailComposer.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/MessageComposer/MessageComposer.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/MonthYearPicker/MonthYearUIPickerView/MonthYearPickerView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/MonthYearPicker/MonthYearView/MonthYearPickerVW.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/NavigationBarForBadge/ENMBadgedBarButtonItem.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/SocialNetworking/SocialNetworking.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/SpecialUserPopup/SpecialUserPopupView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/TextWithButton View/TextWithBtnView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/ReusableClasses/WebViewPopup/WebViewPopupVC.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Utility/Constants.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Utility/Extensions/PSViewExtension.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Utility/LocaliftSharedObj.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLift/Utility/NSIUtility.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLiftTests/LocalLiftTests.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLiftTests/NSIUtilityTests.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=LocalLiftTests/SignInViewTest.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/AFDateHelper/AFDateHelper/AFDateExtension.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIWindow+Hierarchy.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardManager.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQTextView/IQTextView.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/Localize-Swift/Sources/Localize.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookDataStructures.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookGroup.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookHelperMethods.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookPerson.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookRecord.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookSource.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookWrapper.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftValidators/SwiftValidators/Extensions.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftValidators/SwiftValidators/Validator.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] DEBUG: Populating index from [moduleKey=com.netsolutions, relative=Pods/SwiftyJSON/Source/SwiftyJSON.swift, basedir=/Users/savitajuyal/Documents/Projects/updated iOS] INFO: Sensor CPD Sensor (wrapped) (done) | time=389ms DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/SelectedLiftGroup/SelectedLiftGroupVC/SelectedLiftGroupVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Pasengers Controllers/AddPassenger/AddPassengerVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/ContactSyncing/ContactsSynching.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/MapViewCell/MapViewCell.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQTextView/IQTextView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/View Lift Request/Cancel Controller/DriverCell/DriverCell.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/ForgetPassword/ForgetPasswordVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/CreateGroupLift/ProfilePicView/ProfilePicView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/SelectedLiftGroup/ThumbnailView/ThumbnailView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Promotion Screen/PromotionVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/MapHelper/GooglePlacesSearchController.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftValidators/SwiftValidators/Extensions.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Home/Tutorial/TutorialView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupVC/BlockMemberVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/AddMessageCell/AddMessageCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/GroupType/GroupTypeCell/GroupTypeCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/MyLiftGroups/MyLiftGroupsAllVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/AppDelegate.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Users Collection Cell/UserCollCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/ViewOfSetLocation/ViewOfSetLocation.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftyJSON/Source/SwiftyJSON.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Utility/Constants.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/View Lift Request/Cancel Controller/CancelLiftVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/MessageComposer/MailComposer.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/RequestDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/PassengerDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/MyLiftsDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/FrequencyDL.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookWrapper.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/ServerCommunication/PSRestAPIHelper.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/MessageComposer/MessageComposer.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Base Controller/BaseExtension/BaseViewControllerExtension.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/ChatDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/CustomControls/CustomCells/CountryCodeCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/SpecialUserPopup/SpecialUserPopupView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Settings Screen/SettingsVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLiftTests/LocalLiftTests.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/View Lift Request/Cancel Controller/Select Date Popover/SelectDatePopoverVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/NexmoDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/WhenLiftNeedCell/WhenLiftNeedCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/CustomControls/PSCustomFontButton.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/InvitationtableView/InvitationTableView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/SelectedLiftGroup/LeftGroupPeopleCell/LiftGroupUserCell.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Promotion Screen/PromotionPopOver View/PromotionPopOverVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Home/HomeWelcome/HomeWelcomeView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/LiftRequestVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/View Lift Request/ViewLiftRequestVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Utility/NSIUtility.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupHeaderText/LiftGroupHeaderText.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/MyLift/MyLiftViewMore/LoadMyLiftMore.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/TrackingLiftDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LeftMenu/Menu SubView/MenuNormalHeaderView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Pasengers Controllers/Passengers View/PassengersVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/Go Premium Groups/ExtraLiftGroupCell/ExtraLiftGroupCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/GroupType/GroupTypeSubCategoryVC/groupTypeSubCatVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/CustomControls/PSCustomFontLabel.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/Models/LocaliftModels.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Country List/CountryCodeVC.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookPerson.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Chat View/ChatCells/ChatIncomingCell/ChatIncomingCell.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift DEBUG: Detection of duplications for com.netsolutions:Pods/Localize-Swift/Sources/Localize.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/CalendarDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/MonthYearPicker/MonthYearUIPickerView/MonthYearPickerView.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftValidators/SwiftValidators/Validator.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Base Controller/BaseViewController.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Address View/AddressCell/AddressCell.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LeftMenu/LeftMenuVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/TextWithButton View/TextWithBtnView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/MonthYearPicker/MonthYearView/MonthYearPickerVW.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Chat View/ChatCells/ChatOutGoingCell/ChatOutgoingCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLiftTests/SignInViewTest.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Utility/Extensions/PSViewExtension.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LeftMenu/MenuNormalCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Onboard/CreateProfileVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Address View/Add New Address/AddNewAddressVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Home/ListViewHome/ListViewHome.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Verify Mobile/VerifyMobileNoVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Pasengers Controllers/PassengerCellWithToggle/TogglePassengerCell.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Chat View/ChatVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/Go Premium Groups/GoPremiumGroupsVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/CalendarEvent/CalendarEvent.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/CreateGroupLift/CreateGroupTextVW/CreateGroupTextVW.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Sign Up/SignUpVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Address View/Select Pickup Address/SelectPickupAddressVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/GroupType/NoGroupType/NoGroupType.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/MyLift/MyLiftCell/MyLiftCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/InvitationTableCell/InvitationCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/WebViewPopup/WebViewPopupVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/MapViewCell/MapTasks.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/SelectedLiftGroup/LiftGroupPeopleCollectionView/LiftGroupPeopleCollectionView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/GroupType/GroupTypeVC/GroupTypeVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Home/HomeVC/HomeVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Home/MapViewHome/MapViewHome.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/ResendPasswordVC/ResendPasswordVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/CreateGroupLift/CreateLiftGroupVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/View Lift Request/Show Time Lift Cell/ShowTimeViewLiftCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Pasengers Controllers/SelectPassengerCell/SelectPassengerCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/View Lift Request/Cancel Controller/LabelCell/LabelCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/MyLift/MyLiftViewMore/NoMyLiftsView.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/View Lift Request/View Lift TIme Cell/ViewLiftTimeCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupVC/MyLiftGroupVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Onboard/OnboardSubViews/SpecialNeedView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Utility/LocaliftSharedObj.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/ContactsDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Seats Available View/SeatsAvailableCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/SignIn/SignInVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Home/HomeVC/LiftInfoView/LiftInfoView.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Categories/IQUIWindow+Hierarchy.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupCollection/LiftGroupCollection.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/UserDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Welcome Screen/ViewController.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookSource.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Verify OTP/VerifyOTPVC.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookDataStructures.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardManager.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/LiftDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Onboard/MyProfileAddress/MyProfileAddressVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/OfferDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/NavigationBarForBadge/ENMBadgedBarButtonItem.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/ContactList/ContactVC/ContactVC.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookGroup.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/MyLiftGroup/LiftGroupCell/LiftGroupCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Onboard/OnboardSubViews/TwoRadioButtonView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/AlertToggleView/AlertToggleView.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/MyLift/MyLiftVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/GroupsOfPeopleCell/GroupsOfPeopleCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/CountryDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/View Lift Request/Cancel Controller/Optional Popover View/OptionalPopoverVC.swift DEBUG: Detection of duplications for com.netsolutions:Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/LiftGroup/AddUser/AddUserInGroupVC/AddUserInGroup.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookHelperMethods.swift DEBUG: Detection of duplications for com.netsolutions:Pods/SwiftAddressBook/Pod/Classes/SwiftAddressBookRecord.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/LocationSyncing/LocationSynching.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/DataAccessLayer/DataLayers/MyLiftGroupDL.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/Pasengers Controllers/SelectPassengerVC/SelectPassengerVC.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/NotificationVC/Notification Cell/NotificationCell.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/CustomControls/RoundedView.swift DEBUG: Detection of duplications for com.netsolutions:Pods/AFDateHelper/AFDateHelper/AFDateExtension.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/ReusableClasses/SocialNetworking/SocialNetworking.swift DEBUG: Detection of duplications for com.netsolutions:LocalLiftTests/NSIUtilityTests.swift DEBUG: Detection of duplications for com.netsolutions:LocalLift/Controllers/Lift Request/NotifyPeopleVC/NotifyPeopleVC.swift INFO: Analysis report generated in 420ms, dir size=1 MB INFO: Analysis reports compressed in 236ms, zip size=597 KB DEBUG: Upload report DEBUG: POST 200 http://localhost:9000/api/ce/submit?projectKey=com.netsolutions&projectName=LocalLift | time=46ms INFO: Analysis report uploaded in 47ms INFO: ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/com.netsolutions INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report INFO: More about the report processing at http://localhost:9000/api/ce/task?id=AVP3eC9KVltmA0neJ_Xi DEBUG: Report metadata written to /Users/savitajuyal/Documents/Projects/updated iOS/.sonar/report-task.txt DEBUG: Post-jobs : INFO: Analysis report generated in /Users/savitajuyal/Documents/Projects/updated iOS/.sonar/batch-report INFO: ------------------------------------------------------------------------ INFO: EXECUTION SUCCESS INFO: ------------------------------------------------------------------------ INFO: Total time: 6.970s INFO: Final Memory: 44M/299M INFO: ------------------------------------------------------------------------ DEBUG: Execution getVersion DEBUG: Execution stop

venkatchm commented 8 years ago

@SavitaJuyal How did you resolved?

SavitaJuyal commented 8 years ago

I wasn't running sonar script on project folder, But after running sonar script on project folder issues got reported on web.

Now I am facing another issue with Pods setting on sonar-project.properties. As while running sonar on project with pods, it fails with "No module found Google Maps" and at the end logs destination timeout.

On 4/13/16 3:35 PM, venkatachalam wrote:

@SavitaJuyal https://github.com/SavitaJuyal How did you resolved?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Backelite/sonar-swift/issues/18#issuecomment-209350250

zippy1978 commented 8 years ago

Duplicate of https://github.com/Backelite/sonar-swift/issues/20