Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@OdNairy
Created August 19, 2016 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OdNairy/9cc050726a4111f7a378ce1e6365a31e to your computer and use it in GitHub Desktop.
Save OdNairy/9cc050726a4111f7a378ce1e6365a31e to your computer and use it in GitHub Desktop.
Build target Panda of project Panda with configuration Debug
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
cd /Users/odnairy/code/IntellectSoft/Panda
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Panda -Onone -D COCOAPODS -D COCOAPODS -D DEBUG -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/odnairy/Library/Developer/Xcode/DerivedData/ModuleCache -Xfrontend -serialize-debugging-options -embed-bitcode-marker -enable-testing -I /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Alamofire -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/AlamofireObjectMapper -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/BrightFutures -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/CryptoSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/IQKeyboardManagerSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/JSONWebToken -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Kingfisher -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/ObjectMapper -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/PKHUD -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/PhoneNumberKit -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/R.swift.Library -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Result -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SlideMenuControllerSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SnapKit -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SwiftLocation -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Crashlytics/iOS -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Fabric/iOS -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Reveal-iOS-SDK/Reveal-Framework-iOS-1.6.2 -c -j4 /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/OrdersCells.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/SwiftCellls.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/SlideController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/FutureLocation.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/WarningTextField.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/ProfileRecordCell.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Font.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ForgotPasswordController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Location.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/LoginController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/LocationController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/AppDelegate.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Utils.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Hostname.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/R.generated.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Menu.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Order.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/ServiceTypeControl.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Photo.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/MenuCells.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/User.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/AvailableOrdersController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ServiceTypeController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ProfileController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/MenuController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/ServiceType.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/HomeController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Token.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/TermsAndConditionsController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Color.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Behaviour.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Promises.swift -output-file-map /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/Panda-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/Panda.swiftmodule -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-generated-files.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-own-target-headers.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-project-headers.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/include -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Crashlytics -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Fabric -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/R.swift -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Reveal-iOS-SDK -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/DerivedSources/arm64 -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -emit-objc-header -emit-objc-header-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/Panda-Swift.h -Xcc -working-directory/Users/odnairy/code/IntellectSoft/Panda
<unknown>:0: error: unable to execute command: Segmentation fault: 11
<unknown>:0: error: compile command failed due to signal (use -v to see invocation)
CompileSwift normal arm64 /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/LoginController.swift
cd /Users/odnairy/code/IntellectSoft/Panda
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/OrdersCells.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/SwiftCellls.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/SlideController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/FutureLocation.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/WarningTextField.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/ProfileRecordCell.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Font.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ForgotPasswordController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Location.swift -primary-file /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/LoginController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/LocationController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/AppDelegate.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Utils.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Hostname.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/R.generated.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Menu.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Order.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/ServiceTypeControl.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Photo.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/MenuCells.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/User.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/AvailableOrdersController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ServiceTypeController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ProfileController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/MenuController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/ServiceType.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/HomeController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Token.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/TermsAndConditionsController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Color.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Behaviour.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Promises.swift -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -I /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Alamofire -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/AlamofireObjectMapper -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/BrightFutures -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/CryptoSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/IQKeyboardManagerSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/JSONWebToken -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Kingfisher -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/ObjectMapper -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/PKHUD -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/PhoneNumberKit -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/R.swift.Library -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Result -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SlideMenuControllerSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SnapKit -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SwiftLocation -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Crashlytics/iOS -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Fabric/iOS -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Reveal-iOS-SDK/Reveal-Framework-iOS-1.6.2 -enable-testing -g -module-cache-path /Users/odnairy/Library/Developer/Xcode/DerivedData/ModuleCache -D COCOAPODS -D COCOAPODS -D DEBUG -serialize-debugging-options -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-generated-files.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-own-target-headers.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-project-headers.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/include -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Crashlytics -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Fabric -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/R.swift -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Reveal-iOS-SDK -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/DerivedSources/arm64 -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -working-directory/Users/odnairy/code/IntellectSoft/Panda -emit-module-doc-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController~partial.swiftdoc -Onone -module-name Panda -emit-module-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController~partial.swiftmodule -serialize-diagnostics-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController.dia -emit-dependencies-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController.d -emit-reference-dependencies-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController.swiftdeps -o /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController.o -embed-bitcode-marker
0 swift 0x0000000103b7266b llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 43
1 swift 0x0000000103b71956 llvm::sys::RunSignalHandlers() + 70
2 swift 0x0000000103b72ccf SignalHandler(int) + 287
3 libsystem_platform.dylib 0x00007fff900cd52a _sigtramp + 26
4 libsystem_platform.dylib 0x00007fff5e33fd88 _sigtramp + 3458672760
5 swift 0x0000000101a756b1 swift::Lowering::TypeConverter::getTypeLoweringForUncachedLoweredType(swift::Lowering::TypeConverter::TypeKey) + 257
6 swift 0x0000000101a74d51 swift::Lowering::TypeConverter::getTypeLowering(swift::Lowering::AbstractionPattern, swift::Type, unsigned int) + 2561
7 swift 0x0000000101a9e004 swift::Lowering::TypeConverter::getTypeLowering(swift::Type, unsigned int) + 180
8 swift 0x0000000101ad7e3f swift::ASTVisitor<(anonymous namespace)::RValueEmitter, swift::Lowering::RValue, void, void, void, void, void, swift::Lowering::SGFContext>::visit(swift::Expr*, swift::Lowering::SGFContext) + 543
9 swift 0x0000000101ad6bef swift::Lowering::SILGenFunction::emitRValueAsSingleValue(swift::Expr*, swift::Lowering::SGFContext) + 47
10 swift 0x0000000101ab0bd4 (anonymous namespace)::SILGenApply::visitExpr(swift::Expr*) + 36
11 swift 0x0000000101ab3be2 (anonymous namespace)::SILGenApply::visitApplyExpr(swift::ApplyExpr*) + 5186
12 swift 0x0000000101aa7235 prepareApplyExpr(swift::Lowering::SILGenFunction&, swift::Expr*) + 165
13 swift 0x0000000101aa714f swift::Lowering::SILGenFunction::emitApplyExpr(swift::Expr*, swift::Lowering::SGFContext) + 47
14 swift 0x0000000101ad7c77 swift::ASTVisitor<(anonymous namespace)::RValueEmitter, swift::Lowering::RValue, void, void, void, void, void, swift::Lowering::SGFContext>::visit(swift::Expr*, swift::Lowering::SGFContext) + 87
15 swift 0x0000000101ad6e16 swift::Lowering::SILGenFunction::emitIgnoredExpr(swift::Expr*) + 390
16 swift 0x0000000101b17cce swift::ASTVisitor<(anonymous namespace)::StmtEmitter, void, void, void, void, void, void>::visit(swift::Stmt*) + 3614
17 swift 0x0000000101b16ea5 swift::Lowering::SILGenFunction::emitStmt(swift::Stmt*) + 21
18 swift 0x0000000101ae653f swift::Lowering::SILGenFunction::emitFunction(swift::FuncDecl*) + 303
19 swift 0x0000000101a9c3e1 swift::Lowering::SILGenModule::emitFunction(swift::FuncDecl*) + 1057
20 swift 0x0000000101b1bfe8 (anonymous namespace)::SILGenType::emitType() + 1192
21 swift 0x0000000101b1bace swift::Lowering::SILGenModule::visitNominalTypeDecl(swift::NominalTypeDecl*) + 30
22 swift 0x0000000101aa0b9b swift::Lowering::SILGenModule::emitSourceFile(swift::SourceFile*, unsigned int) + 731
23 swift 0x0000000101aa16e9 swift::SILModule::constructSIL(swift::ModuleDecl*, swift::SILOptions&, swift::FileUnit*, llvm::Optional<unsigned int>, bool, bool) + 793
24 swift 0x0000000101aa1b53 swift::performSILGeneration(swift::FileUnit&, swift::SILOptions&, llvm::Optional<unsigned int>, bool) + 115
25 swift 0x00000001018c5343 performCompile(swift::CompilerInstance&, swift::CompilerInvocation&, llvm::ArrayRef<char const*>, int&) + 12627
26 swift 0x00000001018c168d frontend_main(llvm::ArrayRef<char const*>, char const*, void*) + 2781
27 swift 0x00000001018bd0ac main + 1932
28 libdyld.dylib 0x00007fff8788e5ad start + 1
Stack dump:
0. Program arguments: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/OrdersCells.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/SwiftCellls.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/SlideController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/FutureLocation.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/WarningTextField.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/ProfileRecordCell.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Font.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ForgotPasswordController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Location.swift -primary-file /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/LoginController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/LocationController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/AppDelegate.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Utils.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Hostname.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/R.generated.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Menu.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Order.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/ServiceTypeControl.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Photo.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Views/Cells/MenuCells.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/User.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/AvailableOrdersController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ServiceTypeController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/ProfileController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/MenuController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/ServiceType.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/HomeController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Models/Token.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/TermsAndConditionsController.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Color.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Behaviour.swift /Users/odnairy/code/IntellectSoft/Panda/Panda/Helpers/Promises.swift -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -I /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Alamofire -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/AlamofireObjectMapper -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/BrightFutures -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/CryptoSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/IQKeyboardManagerSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/JSONWebToken -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Kingfisher -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/ObjectMapper -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/PKHUD -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/PhoneNumberKit -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/R.swift.Library -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/Result -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SlideMenuControllerSwift -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SnapKit -F /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/SwiftLocation -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Crashlytics/iOS -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Fabric/iOS -F /Users/odnairy/code/IntellectSoft/Panda/Pods/Reveal-iOS-SDK/Reveal-Framework-iOS-1.6.2 -enable-testing -g -module-cache-path /Users/odnairy/Library/Developer/Xcode/DerivedData/ModuleCache -D COCOAPODS -D COCOAPODS -D DEBUG -serialize-debugging-options -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-generated-files.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-own-target-headers.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Panda-project-headers.hmap -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Products/Debug-iphoneos/include -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Crashlytics -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Fabric -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/R.swift -Xcc -I/Users/odnairy/code/IntellectSoft/Panda/Pods/Headers/Public/Reveal-iOS-SDK -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/DerivedSources/arm64 -Xcc -I/Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -working-directory/Users/odnairy/code/IntellectSoft/Panda -emit-module-doc-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController~partial.swiftdoc -Onone -module-name Panda -emit-module-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController~partial.swiftmodule -serialize-diagnostics-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController.dia -emit-dependencies-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController.d -emit-reference-dependencies-path /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController.swiftdeps -o /Users/odnairy/Library/Developer/Xcode/DerivedData/Panda-aixzxbaetmjsulgshqhlilkincqg/Build/Intermediates/Panda.build/Debug-iphoneos/Panda.build/Objects-normal/arm64/LoginController.o -embed-bitcode-marker
1. While emitting SIL for 'loginWithEmail' at /Users/odnairy/code/IntellectSoft/Panda/Panda/Controllers/LoginController.swift:46:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment