Skip to content

Instantly share code, notes, and snippets.

@sadafyadegari
Created March 4, 2019 18:04
Show Gist options
  • Save sadafyadegari/4e5020e752e8fcad2ad00275bf0298e2 to your computer and use it in GitHub Desktop.
Save sadafyadegari/4e5020e752e8fcad2ad00275bf0298e2 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
[Appium] Welcome to Appium v1.11.2-rc.1 (REV cb8dbdb4b2b688e32e311ec7be0777d2339651eb)
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"browserName":"safari","appiumVersion":"1.11.1","deviceName":"iPhone simulator","platformVersion":"12.2","launchTimeout":35000,"platformName":"iOS","webviewConnectRetries":10,"prevent-requeue":true,"name":"Basic web test (default) (safari on iPhone simulator on iOS 12.2)","showXcodeLog":"true"}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"browserName":"safari","appiumVersion":"1.11.1","deviceName":"iPhone simulator","platformVersion":"12.2","launchTimeout":35000,"platformName":"iOS","webviewConnectRetries":10,"prevent-requeue":true,"name":"Basic web test (default) (safari on iPhone simulator on iOS 12.2)","showXcodeLog":"true"},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1551720846059 (09:34:06 GMT-0800 (PST))
[Appium] DeprecationWarning: 'automationName' capability was not provided. Future versions of Appium will require 'automationName' capability to be set for iOS sessions.
[Appium] Requested iOS support with version >= 10, using 'XCUITest' driver instead of UIAutomation-based driver, since the latter is unsupported on iOS 10 and up.
[Appium] Creating new XCUITestDriver (v2.109.0) session
[Appium] Capabilities:
[Appium] browserName: safari
[Appium] appiumVersion: 1.11.1
[Appium] deviceName: iPhone simulator
[Appium] platformVersion: 12.2
[Appium] launchTimeout: 35000
[Appium] platformName: iOS
[Appium] webviewConnectRetries: 10
[Appium] prevent-requeue: true
[Appium] name: Basic web test (default) (safari on iPhone simulator on iOS 12.2)
[Appium] showXcodeLog: true
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"browserName":"safari","ap...
[BaseDriver] Capability 'showXcodeLog' changed from string to boolean. This may cause unexpected behavior
[BaseDriver] The following capabilities were provided, but are not recognized by appium: appiumVersion, prevent-requeue, name.
[BaseDriver] Session created with session id: a6c76a58-0dcc-449f-be61-10a11d9e3318
[debug] [XCUITest] Current user: 'gooduser'
[debug] [XCUITest] Changing deviceName from 'iPhone simulator' to 'iPhone 6'
[iOSSim] Constructing iOS simulator for Xcode version 10.2 with udid '0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6'
[XCUITest] Determining device to run tests on: udid: '0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6', real device: false
[debug] [XCUITest] Xcode version set to '10.2' (tools v10.2.0.0.1.1550198242)
[debug] [XCUITest] iOS SDK Version set to '12.2'
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1551720848135 (09:34:08 GMT-0800 (PST))
[XCUITest] Safari test requested
[debug] [BaseDriver] Event 'appConfigured' logged at 1551720848136 (09:34:08 GMT-0800 (PST))
[debug] [BaseDriver] Event 'resetStarted' logged at 1551720848136 (09:34:08 GMT-0800 (PST))
[debug] [iOSSim] Cleaning mobile safari data files
[debug] [iOSSim] Checking whether simulator has been run before: yes
[debug] [iOSSim] Checking whether simulator has been run before: yes
[debug] [iOSSim] Building bundle path map
[debug] [BaseDriver] Event 'resetComplete' logged at 1551720849182 (09:34:09 GMT-0800 (PST))
[XCUITest] Continuing without capturing device logs: iOS Simulator with udid 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6 is not running
[XCUITest] Setting up simulator
[debug] [iOS] No reason to set locale
[debug] [iOS] No iOS / app preferences to set
[debug] [iOSSim] Setting preferences of 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6 Simulator to {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
[debug] [iOSSim] Updated 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6 Simulator preferences at '/Users/gooduser/Library/Preferences/com.apple.iphonesimulator.plist' with {"DevicePreferences":{"0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6":{"ConnectHardwareKeyboard":false}},"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
[iOSSim] Booting Simulator with UDID 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6...
[iOSSim] Starting Simulator UI with command: open -Fn /Applications/Xcode-beta.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6 -ConnectHardwareKeyboard 0
[iOSSim] Simulator with UDID 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6 booted in 28 seconds
[debug] [BaseDriver] Event 'simStarted' logged at 1551720878096 (09:34:38 GMT-0800 (PST))
[debug] [XCUITest] Starting log capture for iOS Simulator with udid '0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6', using 'xcrun simctl spawn 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6 log stream --style compact'
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1551720880102 (09:34:40 GMT-0800 (PST))
[XCUITest] Using WDA path: '/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Using WDA agent: '/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [XCUITest] WDA is not listening at 'http://localhost:8100/'
[debug] [XCUITest] WDA is currently not running. There is nothing to cache
[debug] [XCUITest] Trying to start WebDriverAgent 2 times with 10000ms interval
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1551720880305 (09:34:40 GMT-0800 (PST))
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
[debug] [XCUITest] Killing running processes 'xcodebuild.*0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6, iproxy 8100, 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6.*XCTRunner' for the device 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6...
[debug] [XCUITest] 'pgrep -nif xcodebuild.*0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif 0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6.*XCTRunner' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=0DE05F40-3A43-48E9-92A8-0C6FD9E8F3A6 IPHONEOS_DEPLOYMENT_TARGET=12.2 GCC_TREAT_WARNINGS_AS_ERRORS=0' in directory '/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent'
[debug] [XCUITest] Output from xcodebuild will be logged. To change this, use 'showXcodeLog' desired capability
[Xcode] Build settings from command line:
[Xcode] GCC_TREAT_WARNINGS_AS_ERRORS = 0
[Xcode] IPHONEOS_DEPLOYMENT_TARGET = 12.2
[Xcode]
[Xcode]
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[Xcode] note: Using new build system
[Xcode]
[Xcode] note: Planning build
[Xcode]
[Xcode] note: Constructing build description
[Xcode]
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[Xcode] CreateBuildDirectory /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex (in target: WebDriverAgentRunner)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] builtin-create-build-directory /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex
[Xcode]
[Xcode]
[Xcode] CreateBuildDirectory /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products (in target: WebDriverAgentRunner)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] builtin-create-build-directory /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products
[Xcode]
[Xcode]
[Xcode] MkDir /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework/Headers (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] /bin/mkdir -p /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework/Headers
[Xcode]
[Xcode]
[Xcode] MkDir /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] /bin/mkdir -p /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework
[Xcode]
[Xcode] MkDir /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework/Frameworks (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] /bin/mkdir -p /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework/Frameworks
[Xcode]
[Xcode]
[Xcode] MkDir /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest (in target: WebDriverAgentRunner)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] /bin/mkdir -p /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest
[Xcode]
[Xcode] MkDir /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks (in target: WebDriverAgentRunner)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] /bin/mkdir -p /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/Frameworks
[Xcode]
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/all-product-headers.yaml (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/all-product-headers.yaml
[Xcode]
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib.hmap (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib.hmap
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap
[Xcode]
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-non-framework-target-headers.hmap (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-non-framework-target-headers.hmap
[Xcode]
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/WebDriverAgentLib_vers.c (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/WebDriverAgentLib_vers.c
[Xcode]
[Xcode]
[Xcode] WriteAuxiliaryFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib.LinkFileList (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] write-file /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib.LinkFileList
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCAXClientProxy.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCAXClientProxy.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCAXClientProxy.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCAXClientProxy.o
[Xcode]
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:25:17: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode]
[Xcode] instance = [[self alloc] init];
[Xcode] ^
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:37:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [FBAXClient activeApplications];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:42:11:
[Xcode] warning
[Xcode] : messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [FBAXClient systemApplication];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:47:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode]
[Xcode] return [FBAXClient defaultParameters];
[Xcode]
[Xcode]
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m
[Xcode] :
[Xcode] 53:4:
[Xcode] warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBAXClient notifyWhenNoAnimationsAreActiveForApplication:application reply:reply];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:59:8: warning
[Xcode] : messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([FBAXClient respondsToSelector:@selector(attributesForElement:attributes:error:)]) {
[Xcode]
[Xcode] ^
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:61
[Xcode] :29:
[Xcode] warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode]
[Xcode] NSDictionary* result = [FBAXClient attributesForElement:element
[Xcode] ^
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:69:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [FBAXClient attributesForElement:element attributes:attributes];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:77:19: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] hasTracker = [FBAXClient valueForKey:@"applicationProcessTracker"] != nil;
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m:84:12: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode]
[Xcode] return [[FBAXClient applicationProcessTracker] monitoredApplicationWithProcessIdentifier:pid];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m
[Xcode] :
[Xcode] 84:11:
[Xcode]
[Xcode] warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[FBAXClient applicationProcessTracker] monitoredApplicationWithProcessIdentifier:pid];
[Xcode] ^
[Xcode]
[Xcode] 11 warnings generated.
[Xcode]
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBTap.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTap.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBTap.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBTap.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTap.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBTap.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBMathUtils.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMathUtils.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBMathUtils.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBMathUtils.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMathUtils.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBMathUtils.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCTestDaemonsProxy.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCTestDaemonsProxy.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCTestDaemonsProxy.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCTestDaemonsProxy.o
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m:61:8:
[Xcode]
[Xcode] warning:
[Xcode] messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [[FBXCTRunnerDaemonSessionClass sharedSession] useLegacyEventCoordinateTransformationPath]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m:86:10: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [[XCUIDevice.sharedDevice eventSynthesizer] synthesizeEvent:record completion:(id)^(BOOL result, NSError *invokeError) {
[Xcode] ^
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m:90:10: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [[FBXCTRunnerDaemonSessionClass sharedSession] synthesizeEvent:record completion:^(NSError *invokeError){
[Xcode] ^
[Xcode]
[Xcode] 3 warnings generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCElementSnapshot+FBHelpers.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCElementSnapshot+FBHelpers.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCElementSnapshot+FBHelpers.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCElementSnapshot+FBHelpers.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCElementSnapshot+FBHelpers.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCElementSnapshot+FBHelpers.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCElementSnapshot+FBHelpers.m:136:31: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return value1 == value2 || [value1 isEqual:value2];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCElementSnapshot+FBHelpers.m:141:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([value isKindOfClass:NSString.class]) {
[Xcode] ^
[Xcode]
[Xcode] 2 warnings generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCodeCompatibility.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCodeCompatibility.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCodeCompatibility.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCodeCompatibility.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m:82:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[self valueForKey:@"state"] intValue];
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBScreen.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreen.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBScreen.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBScreen.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreen.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBScreen.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBExceptionHandler.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBExceptionHandler.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBExceptionHandler.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBExceptionHandler.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBExceptionHandler.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBExceptionHandler.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBExceptionHandler.m:53:31: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSUInteger statusValue = [[status objectAtIndex:0] integerValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBExceptionHandler.m:56:44: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] : FBResponseWithStatus(statusValue, [[status objectAtIndex:1] stringValue]);
[Xcode] ^
[Xcode] 2 warnings generated.
[Xcode]
[Xcode] ProcessInfoPlistFile /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework/Info.plist /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Info.plist (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] builtin-infoPlistUtility /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Info.plist -expandbuildsettings -format binary -platform iphonesimulator -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework/Info.plist
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBWebDriverAttributes.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBWebDriverAttributes.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBWebDriverAttributes.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBWebDriverAttributes.o
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:109:15: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] value = FBFirstNonEmptyValue(value, label);
[Xcode] ^
[Xcode] In file included from /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:15:
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMacros.h:23:37: note: expanded from macro 'FBFirstNonEmptyValue'
[Xcode] return (value1computed == nil || [value1computed isEqual:@""] ? value2 : value1computed); \
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:112:15: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] value = FBFirstNonEmptyValue(value, isSelected);
[Xcode] ^
[Xcode] In file included from /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:15:
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMacros.h:23:37: note: expanded from macro 'FBFirstNonEmptyValue'
[Xcode] return (value1computed == nil || [value1computed isEqual:@""] ? value2 : value1computed); \
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:114:18: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] value = @([value boolValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:119:15: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] value = FBFirstNonEmptyValue(value, placeholderValue);
[Xcode] ^
[Xcode] In file included from /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:15:
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMacros.h:23:37: note: expanded from macro 'FBFirstNonEmptyValue'
[Xcode] return (value1computed == nil || [value1computed isEqual:@""] ? value2 : value1computed); \
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:121:40: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] value = FBTransferEmptyStringToNil(value);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:182:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[self fb_cachedValueWithAttributeName:@"wdFrame" valueGetter:getter] CGRectValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:191:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[self fb_cachedValueWithAttributeName:@"isWDVisible" valueGetter:getter] boolValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:226:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[self fb_cachedValueWithAttributeName:@"isWDAccessible" valueGetter:getter] boolValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:241:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[self fb_cachedValueWithAttributeName:@"isWDAccessibilityContainer" valueGetter:getter] boolValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m:250:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[self fb_cachedValueWithAttributeName:@"isWDEnabled" valueGetter:getter] boolValue];
[Xcode] ^
[Xcode] 10 warnings generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBUtilities.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer
[Xcode] /Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBUtilities.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBUtilities.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBUtilities.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBUtilities.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBUID.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBUID.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynu
[Xcode] lonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBUID.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBUID.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBUID.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBUID.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBTyping.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBTyping.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBTyping.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBTyping.o
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m:62:13: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (0 == [self.value fb_visualLength]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m:73:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] while ([self.value fb_visualLength] != preClearTextLength) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m:75:27: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] preClearTextLength = [self.value fb_visualLength];
[Xcode] ^
[Xcode] 3 warnings generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBScrolling.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBScrolling.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBScrolling.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBScrolling.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBPickerWheel.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBPickerWheel.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBPickerWheel.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBPickerWheel.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBPickerWheel.m:44:15: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return ![self.value isEqualToString:previousValue];
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBIsVisible.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBIsVisible.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBIsVisible.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBIsVisible.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBIsVisible.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBForceTouch.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBForceTouch.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBForceTouch.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBForceTouch.o
[Xcode] In file included from /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBForceTouch.m:12:
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m:34:44: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] FBBaseActionsSynthesizer *synthesizer = [[synthesizerType alloc] initWithActions:actions forApplication:self elementCache:elementCache error:error];
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBFind.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBFind.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBFind.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBFind.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBFind.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBFind.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBFind.m:74:10: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([[self fb_valueForWDAttributeName:property] isEqual:value]) {
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBClassChain.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBClassChain.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBClassChain.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBClassChain.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBAccessibility.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBAccessibility.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBAccessibility.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIElement+FBAccessibility.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+FBAccessibility.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBRotation.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBRotation.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBRotation.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBRotation.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBRotation.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBHelpers.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBHelpers.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBHelpers.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBHelpers.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m:197:6: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [siriService performSelector:NSSelectorFromString(@"activateWithVoiceRecognitionText:")
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBHealthCheck.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBHealthCheck.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBHealthCheck.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBHealthCheck.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIDevice+FBHealthCheck.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIDevice+FBHealthCheck.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUICoordinate+FBFix.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUICoordinate+FBFix.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUICoordinate+FBFix.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUICoordinate+FBFix.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUICoordinate+FBFix.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUICoordinate+FBFix.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplicationProcessDelay.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplicationProcessDelay.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplicationProcessDelay.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplicationProcessDelay.o
[Xcode]
[Xcode]
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBTouchAction.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBTouchAction.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBTouchAction.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBTouchAction.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m:34:44: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] FBBaseActionsSynthesizer *synthesizer = [[synthesizerType alloc] initWithActions:actions forApplication:self elementCache:elementCache error:error];
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBHelpers.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBHelpers.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBHelpers.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBHelpers.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m:103:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [info[@"children"] addObject:[self dictionaryForElement:childSnapshot recursive:YES]];
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBAlert.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBAlert.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBAlert.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBAlert.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCTestPrivateSymbols.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCTestPrivateSymbols.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCTestPrivateSymbols.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCTestPrivateSymbols.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCElementSnapshot+FBHitPoint.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCElementSnapshot+FBHitPoint.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCElementSnapshot+FBHitPoint.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCElementSnapshot+FBHitPoint.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCElementSnapshot+FBHitPoint.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCElementSnapshot+FBHitPoint.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCElementSnapshot+FBHitPoint.m:41:52: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (nil == error && nil != result && nil != [result valueForKey:@"hitPoint"]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCElementSnapshot+FBHitPoint.m:42:17: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [result valueForKey:@"hitPoint"];
[Xcode] ^
[Xcode] 2 warnings generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCAccessibilityElement+FBComparison.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCAccessibilityElement+FBComparison.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCAccessibilityElement+FBComparison.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCAccessibilityElement+FBComparison.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/XCAccessibilityElement+FBComparison.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/XCAccessibilityElement+FBComparison.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib_vers.o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/WebDriverAgentLib_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DDEBUG=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib_vers.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib_vers.dia -c /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/WebDriverAgentLib_vers.c -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib_vers.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSString+FBXMLSafeString.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/NSString+FBXMLSafeString.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSString+FBXMLSafeString.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSString+FBXMLSafeString.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/NSString+FBXMLSafeString.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSString+FBXMLSafeString.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSString+FBVisualLength.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/NSString+FBVisualLength.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSString+FBVisualLength.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSString+FBVisualLength.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/NSString+FBVisualLength.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSString+FBVisualLength.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSPredicate+FBFormat.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSPredicate+FBFormat.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSPredicate+FBFormat.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSPredicate+FBFormat.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSExpression+FBFormat.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/NSExpression+FBFormat.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSExpression+FBFormat.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSExpression+FBFormat.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Categories/NSExpression+FBFormat.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/NSExpression+FBFormat.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXPath.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXPath.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXPath.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXPath.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXPath.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXPath.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXPath.m:457:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([idValue isKindOfClass:[NSValue class]]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXPath.m:458:13: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [idValue stringValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXPath.m:459:15: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] } else if ([idValue isKindOfClass:[NSString class]]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXPath.m:462:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [idValue description];
[Xcode] ^
[Xcode] 4 warnings generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCTestCaseImplementationFailureHoldingProxy.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestCaseImplementationFailureHoldingProxy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCTestCaseImplementationFailureHoldingProxy.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCTestCaseImplementationFailureHoldingProxy.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestCaseImplementationFailureHoldingProxy.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBXCTestCaseImplementationFailureHoldingProxy.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBWebServer.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBWebServer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBWebServer.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBWebServer.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBWebServer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBWebServer.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBW3CActionsSynthesizer.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBW3CActionsSynthesizer.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBW3CActionsSynthesizer.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBW3CActionsSynthesizer.o
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:200:29: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] BOOL isOriginAnElement = [origin isKindOfClass:XCUIElement.class] && [(XCUIElement *)origin exists];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:213:9: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] ([origin isKindOfClass:NSString.class] && [origin isEqualToString:FB_ORIGIN_TYPE_VIEWPORT] && (nil == x || nil == y))) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:213:50: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] ([origin isKindOfClass:NSString.class] && [origin isEqualToString:FB_ORIGIN_TYPE_VIEWPORT] && (nil == x || nil == y))) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:228:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([origin isKindOfClass:NSString.class] && [origin isEqualToString:FB_ORIGIN_TYPE_VIEWPORT]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:228:49: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([origin isKindOfClass:NSString.class] && [origin isEqualToString:FB_ORIGIN_TYPE_VIEWPORT]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:352:10: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([origin isKindOfClass:NSDictionary.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:353:30: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] for (NSString* key in [origin copy]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:355:21: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] origin = [origin objectForKey:key];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:393:9: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![actionType isKindOfClass:NSString.class] || ![actionType isEqualToString:FB_ACTION_TYPE_POINTER]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:393:55: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![actionType isKindOfClass:NSString.class] || ![actionType isEqualToString:FB_ACTION_TYPE_POINTER]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:403:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([parameters isKindOfClass:NSDictionary.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:404:20: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] pointerType = [parameters objectForKey:FB_PARAMETERS_KEY_POINTER_TYPE] ?: FB_POINTER_TYPE_MOUSE;
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:406:9: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![pointerType isKindOfClass:NSString.class] || ![pointerType isEqualToString:FB_POINTER_TYPE_TOUCH]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:406:56: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![pointerType isKindOfClass:NSString.class] || ![pointerType isEqualToString:FB_POINTER_TYPE_TOUCH]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:427:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![actionItemType isKindOfClass:NSString.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:444:38: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] FBW3CGestureItem *gestureItem = [[gestureItemClass alloc] initWithActionItem:actionItem application:self.application previousItem:[chain.items lastObject] offset:chain.durationOffset error:error];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:464:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![actionId isKindOfClass:NSString.class] || 0 == [actionId length]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m:464:59: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![actionId isKindOfClass:NSString.class] || 0 == [actionId length]) {
[Xcode] ^
[Xcode] 18 warnings generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBUnknownCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBUnknownCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch
[Xcode] -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBUnknownCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBUnknownCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBUnknownCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBUnknownCommands.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTouchIDCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBTouchIDCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/
[Xcode] Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTouchIDCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTouchIDCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBTouchIDCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTouchIDCommands.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBTouchIDCommands.m:22:66: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![[XCUIDevice sharedDevice] fb_fingerTouchShouldMatch:[request.arguments[@"match"] boolValue]]) {
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTouchActionCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBTouchActionCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring
[Xcode] -format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTouchActionCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTouchActionCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBTouchActionCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTouchActionCommands.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTCPSocket.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBTCPSocket.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTCPSocket.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTCPSocket.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBTCPSocket.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBTCPSocket.o
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBTCPSocket.m:54:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [[self.connectedClients objectAtIndex:i] disconnect];
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSpringboardApplication.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBSpringboardApplication.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSpringboardApplication.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSpringboardApplication.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBSpringboardApplication.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSpringboardApplication.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSessionCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSessionCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSessionCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSessionCommands.o
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:82:67: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setShouldUseTestManagerForVisibilityDetection:[requirements[@"shouldUseTestManagerForVisibilityDetection"] boolValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:84:52: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setShouldUseCompactResponses:[requirements[@"shouldUseCompactResponses"] boolValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:91:45: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setMaxTypingFrequency:[requirements[@"maxTypingFrequency"] unsignedIntegerValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:94:56: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setShouldUseSingletonTestManager:[requirements[@"shouldUseSingletonTestManager"] boolValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:103:48: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setShouldWaitForQuiescence:[requirements[@"shouldWaitForQuiescence"] boolValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:229:52: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setShouldUseCompactResponses:[[settings objectForKey:USE_COMPACT_RESPONSES] boolValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:235:55: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setMjpegServerScreenshotQuality:[[settings objectForKey:MJPEG_SERVER_SCREENSHOT_QUALITY] unsignedIntegerValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:238:47: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setMjpegServerFramerate:[[settings objectForKey:MJPEG_SERVER_FRAMERATE] unsignedIntegerValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:241:44: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setScreenshotQuality:[[settings objectForKey:SCREENSHOT_QUALITY] unsignedIntegerValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBSessionCommands.m:244:45: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [FBConfiguration setMjpegScalingFactor:[[settings objectForKey:MJPEG_SCALING_FACTOR] unsignedIntegerValue]];
[Xcode] ^
[Xcode] 10 warnings generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSession.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBSession.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSour
[Xcode] ces -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSession.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSession.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBSession.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBSession.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBScreenshotCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBScreenshotCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBScreenshotCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/
[Xcode] WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBScreenshotCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBScreenshotCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBScreenshotCommands.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRuntimeUtils.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBRuntimeUtils.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRuntimeUtils.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRuntimeUtils.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBRuntimeUtils.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRuntimeUtils.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRunLoopSpinner.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBRunLoopSpinner.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRunLoopSpinner.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRunLoopSpinner.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBRunLoopSpinner.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRunLoopSpinner.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRouteRequest.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBRouteRequest.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRouteRequest.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRouteRequest.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBRouteRequest.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRouteRequest.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRoute.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBRoute.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRoute.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRoute.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBRoute.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBRoute.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponsePayload.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponsePayload.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponsePayload.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponsePayload.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponsePayload.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponsePayload.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponsePayload.m:102:29: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] dictionary[field] = FBFirstNonEmptyValue(snapshot.wdValue, snapshot.wdLabel) ?: [NSNull null];
[Xcode] ^
[Xcode] In file included from /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponsePayload.m:18:
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMacros.h:23:37: note: expanded from macro 'FBFirstNonEmptyValue'
[Xcode] return (value1computed == nil || [value1computed isEqual:@""] ? value2 : value1computed); \
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponseJSONPayload.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseJSONPayload.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponseJSONPayload.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponseJSONPayload.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseJSONPayload.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponseJSONPayload.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponseFilePayload.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseFilePayload.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponseFilePayload.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponseFilePayload.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseFilePayload.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBResponseFilePayload.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBPredicate.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBPredicate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBPredicate.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBPredicate.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBPredicate.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBPredicate.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBPasteboard.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBPasteboard.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBPasteboard.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBPasteboard.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBPasteboard.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBPasteboard.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBOrientationCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBOrientationCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBOrientationCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBOrientationCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBOrientationCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBOrientationCommands.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBMjpegServer.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMjpegServer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBMjpegServer.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBMjpegServer.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMjpegServer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBMjpegServer.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBLogger.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBLogger.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBLogger.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBLogger.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBLogger.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBLogger.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBKeyboard.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBKeyboard.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBKeyboard.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBKeyboard.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBKeyboard.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBKeyboard.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBInspectorCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBInspectorCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBInspectorCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBInspectorCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBInspectorCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBInspectorCommands.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBImageUtils.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBImageUtils.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBImageUtils.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBImageUtils.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBImageUtils.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBImageUtils.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBImageIOScaler.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBImageIOScaler.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBImageIOScaler.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBImageIOScaler.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBImageIOScaler.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBImageIOScaler.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBFindElementCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBFindElementCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBFindElementCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBFindElementCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBFindElementCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBFindElementCommands.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBFailureProofTestCase.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBFailureProofTestCase.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBFailureProofTestCase.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBFailureProofTestCase.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBErrorBuilder.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBErrorBuilder.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBErrorBuilder.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBErrorBuilder.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBErrorBuilder.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBErrorBuilder.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementUtils.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementUtils.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementUtils.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementUtils.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m:79:12: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([[wdPropertyGettersMapping valueForKey:propName] isKindOfClass:NSNull.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m:99:12: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([[wdPropertyGettersMapping valueForKey:propName] isKindOfClass:NSNull.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m:121:19: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] elementId = [[element.payload objectForKey:@"uid.elementID"] longLongValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m:121:18: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] elementId = [[element.payload objectForKey:@"uid.elementID"] longLongValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m:123:18: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] elementId = [[element valueForKey:@"_elementID"] longLongValue];
[Xcode] ^
[Xcode] 5 warnings generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementTypeTransformer.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBElementTypeTransformer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementTypeTransformer.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementTypeTransformer.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBElementTypeTransformer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementTypeTransformer.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementCommands.o
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:117:13: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] id text = FBFirstNonEmptyValue(element.wdValue, element.wdLabel);
[Xcode] ^
[Xcode] In file included from /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:23:
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMacros.h:23:37: note: expanded from macro 'FBFirstNonEmptyValue'
[Xcode] return (value1computed == nil || [value1computed isEqual:@""] ? value2 : value1computed); \
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:162:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([value isKindOfClass:[NSArray class]]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:163:19: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] textToType = [value componentsJoinedByString:@""];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:177:39: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSUInteger frequency = (NSUInteger)[request.arguments[@"frequency"] longLongValue] ?: [FBConfiguration maxTypingFrequency];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:219:50: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint doubleTapPoint = CGPointMake((CGFloat)[request.arguments[@"x"] doubleValue], (CGFloat)[request.arguments[@"y"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:219:98: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint doubleTapPoint = CGPointMake((CGFloat)[request.arguments[@"x"] doubleValue], (CGFloat)[request.arguments[@"y"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:237:30: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [element pressForDuration:[request.arguments[@"duration"] doubleValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:243:46: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint touchPoint = CGPointMake((CGFloat)[request.arguments[@"x"] doubleValue], (CGFloat)[request.arguments[@"y"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:243:94: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint touchPoint = CGPointMake((CGFloat)[request.arguments[@"x"] doubleValue], (CGFloat)[request.arguments[@"y"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:245:38: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [pressCoordinate pressForDuration:[request.arguments[@"duration"] doubleValue]];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:253:22: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] double pressure = [request.arguments[@"pressure"] doubleValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:254:22: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] double duration = [request.arguments[@"duration"] doubleValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:257:53: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint forceTouchPoint = CGPointMake((CGFloat)[request.arguments[@"x"] doubleValue], (CGFloat)[request.arguments[@"y"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:257:101: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint forceTouchPoint = CGPointMake((CGFloat)[request.arguments[@"x"] doubleValue], (CGFloat)[request.arguments[@"y"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:320:46: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint startPoint = CGPointMake((CGFloat)[request.arguments[@"fromX"] doubleValue], (CGFloat)[request.arguments[@"fromY"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:320:98: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint startPoint = CGPointMake((CGFloat)[request.arguments[@"fromX"] doubleValue], (CGFloat)[request.arguments[@"fromY"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:321:44: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint endPoint = CGPointMake((CGFloat)[request.arguments[@"toX"] doubleValue], (CGFloat)[request.arguments[@"toY"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:321:94: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint endPoint = CGPointMake((CGFloat)[request.arguments[@"toX"] doubleValue], (CGFloat)[request.arguments[@"toY"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:322:30: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSTimeInterval duration = [request.arguments[@"duration"] doubleValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:334:72: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint startPoint = CGPointMake((CGFloat)(element.frame.origin.x + [request.arguments[@"fromX"] doubleValue]), (CGFloat)(element.frame.origin.y + [request.arguments[@"fromY"] doubleValue]));
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:334:151: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint startPoint = CGPointMake((CGFloat)(element.frame.origin.x + [request.arguments[@"fromX"] doubleValue]), (CGFloat)(element.frame.origin.y + [request.arguments[@"fromY"] doubleValue]));
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:335:70: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint endPoint = CGPointMake((CGFloat)(element.frame.origin.x + [request.arguments[@"toX"] doubleValue]), (CGFloat)(element.frame.origin.y + [
[Xcode] request.arguments[@"toY"] doubleValue]));
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:335:147: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint endPoint = CGPointMake((CGFloat)(element.frame.origin.x + [request.arguments[@"toX"] doubleValue]), (CGFloat)(element.frame.origin.y + [request.arguments[@"toY"] doubleValue]));
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:336:30: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSTimeInterval duration = [request.arguments[@"duration"] doubleValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:369:44: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint tapPoint = CGPointMake((CGFloat)[request.arguments[@"x"] doubleValue], (CGFloat)[request.arguments[@"y"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:369:92: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGPoint tapPoint = CGPointMake((CGFloat)[request.arguments[@"x"] doubleValue], (CGFloat)[request.arguments[@"y"] doubleValue]);
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:387:29: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGFloat scale = (CGFloat)[request.arguments[@"scale"] doubleValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:388:32: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] CGFloat velocity = (CGFloat)[request.arguments[@"velocity"] doubleValue];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:395:27: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSString *textToType = [request.arguments[@"value"] componentsJoinedByString:@""];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:396:27: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSUInteger frequency = [request.arguments[@"frequency"] unsignedIntegerValue] ?: [FBConfiguration maxTypingFrequency];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:436:22: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSString* order = [request.arguments[@"order"] lowercaseString];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBElementCommands.m:439:24: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] offset = (CGFloat)[request.arguments[@"offset"] doubleValue];
[Xcode] ^
[Xcode] 32 warnings generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementCache.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementCache.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesi
[Xcode] s -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementCache.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementCache.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementCache.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementCache.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBDebugLogDelegateDecorator.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBDebugLogDelegateDecorator.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverA
[Xcode] gent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBDebugLogDelegateDecorator.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBDebugLogDelegateDecorator.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBDebugCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBDebugCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBDebugCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBDebugCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBDebugCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBDebugCommands.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBCustomCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBCustomCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBCustomCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBCustomCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBCustomCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBCustomCommands.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBCustomCommands.m:182:32: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [result base64EncodedStringWithOptions:NSDataBase64Encoding64CharacterLineLength]);
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBConfiguration.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBConfiguration.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBConfiguration.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBConfiguration.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBConfiguration.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBConfiguration.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBClassChainQueryParser.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBClassChainQueryParser.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBClassChainQueryParser.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBClassChainQueryParser.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m:129:16: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[[matchingTokenClass alloc] init] nextTokenWithCharacter:character];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m:129:15: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] return [[[matchingTokenClass alloc] init] nextTokenWithCharacter:character];
[Xcode] ^
[Xcode] 2 warnings generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBBaseActionsSynthesizer.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBBaseActionsSynthesizer.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBBaseActionsSynthesizer.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBBaseActionsSynthesizer.o
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBApplicationProcessProxy.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBApplicationProcessProxy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBApplicationProcessProxy.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBApplicationProcessProxy.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBApplicationProcessProxy.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBApplicationProcessProxy.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBApplicationProcessProxy.m:24:39: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] FBApplicationProcessProxy *proxy = [[self.class alloc] init];
[Xcode] ^
[Xcode] 1 warning generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBApplication.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBApplication.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBApplication.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBApplication.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBApplication.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBApplication.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBApplication.m:136:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([change[NSKeyValueChangeKindKey] unsignedIntegerValue] != NSKeyValueChangeSetting) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBApplication.m:143:4: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] [object setValue:[FBApplicationProcessProxy proxyWithApplicationProcess:applicationProcess] forKey:keyPath];
[Xcode] ^
[Xcode] 2 warnings generated.
[Xcode]
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAppiumActionsSynthesizer.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAppiumActionsSynthesizer.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAppiumActionsSynthesizer.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAppiumActionsSynthesizer.o
[Xcode]
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:168:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([options isKindOfClass:NSDictionary.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:169:27: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSNumber *tapCount = [options objectForKey:FB_OPTION_COUNT] ?: @1;
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:200:10: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([options isKindOfClass:NSDictionary.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:201:20: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] _pressure = [options objectForKey:FB_OPTION_PRESSURE];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:374:10: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([actionItemName isKindOfClass:NSString.class] && [actionItemName isEqualToString:FB_ACTION_CANCEL]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:374:59: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([actionItemName isKindOfClass:NSString.class] && [actionItemName isEqualToString:FB_ACTION_CANCEL]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:384:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![options isKindOfClass:NSDictionary.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:388:23: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] NSString *uuid = [options objectForKey:FB_ELEMENT_KEY];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:428:11: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if (![actionItemName isKindOfClass:NSString.class]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:447:22: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] gestureItem = [[gestureItemClass alloc] initWithActionItem:actionItem application:self.application atPosition:nil offset:chain.durationOffset error:error];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:458:22: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] gestureItem = [[gestureItemClass alloc] initWithActionItem:actionItem application:self.application atPosition:[NSValue valueWithCGPoint:lastItem.atPosition] offset:chain.durationOffset error:error];
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m:473:24: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] BOOL isMultiTouch = [self.actions.firstObject isKindOfClass:NSArray.class];
[Xcode] ^
[Xcode] 12 warnings generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlertsMonitor.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAlertsMonitor.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xco
[Xcode] de/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlertsMonitor.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlertsMonitor.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAlertsMonitor.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlertsMonitor.o
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlertViewCommands.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBAlertViewCommands.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-n
[Xcode] ormal/x86_64/FBAlertViewCommands.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlertViewCommands.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBAlertViewCommands.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlertViewCommands.o
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBAlertViewCommands.m:61:8: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] if ([value isKindOfClass:[NSArray class]]) {
[Xcode] ^
[Xcode] /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Commands/FBAlertViewCommands.m:62:19: warning: messaging unqualified id [-Wobjc-messaging-id]
[Xcode] textToType = [value componentsJoinedByString:@""];
[Xcode] ^
[Xcode] 2 warnings generated.
[Xcode]
[Xcode] CompileC /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlert.o /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBAlert.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Index/DataStore -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlert.d --serialize-diagnostics /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlert.dia -c /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBAlert.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/FBAlert.o
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/XCUIApplicationProcessDelay.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/XCUIApplicationProcessDelay.plist
[Xcode]
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/XCTestPrivateSymbols.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/XCTestPrivateSymbols.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/NSPredicate+FBFormat.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/NSPredicate+FBFormat.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXPath.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXPath.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXPath.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXPath.plist
[Xcode]
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXCodeCompatibility.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXCodeCompatibility.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXCTestDaemonsProxy.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXCTestDaemonsProxy.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestCaseImplementationFailureHoldingProxy.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXCTestCaseImplementationFailureHoldingProxy.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCTestCaseImplementationFailureHoldingProxy.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXCTestCaseImplementationFailureHoldingProxy.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXCAXClientProxy.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBXCAXClientProxy.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBXCAXClientProxy.plist
[Xcode]
[Xcode]
[Xcode] Ld /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework/WebDriverAgentLib normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export IPHONEOS_DEPLOYMENT_TARGET=12.2
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -L/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -filelist /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib.LinkFileList -install_name @rpath/WebDriverAgentLib.framework/WebDriverAgentLib -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=12.2 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -lxml2 -lAccessibility -framework RoutingHTTPServer -framework CocoaAsyncSocket -framework YYCache -framework XCTest -weak_framework XCTAutomationSupport -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/Objects-normal/x86_64/WebDriverAgentLib_dependency_info.dat -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/WebDriverAgentLib.framework/WebDriverAgentLib
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-im
[Xcode] port -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBW3CActionsSynthesizer.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBW3CActionsSynthesizer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBW3CActionsSynthesizer.plist
[Xcode]
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreen.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBScreen.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBScreen.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBScreen.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBRuntimeUtils.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBRuntimeUtils.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBRuntimeUtils.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBRuntimeUtils.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBRunLoopSpinner.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBRunLoopSpinner.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBRunLoopSpinner.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBRunLoopSpinner.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBPredicate.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBPredicate.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBPredicate.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBPredicate.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBPasteboard.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBPasteboard.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBPasteboard.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBPasteboard.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMjpegServer.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBMjpegServer.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMjpegServer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBMjpegServer.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMathUtils.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBMathUtils.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBMathUtils.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBMathUtils.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBLogger.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBLogger.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBLogger.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBLogger.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBKeyboard.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBKeyboard.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBKeyboard.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBKeyboard.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBImageUtils.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBImageUtils.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBImageUtils.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBImageUtils.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBImageIOScaler.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBImageIOScaler.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBImageIOScaler.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBImageIOScaler.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBFailureProofTestCase.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBFailureProofTestCase.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBErrorBuilder.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBErrorBuilder.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBErrorBuilder.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBErrorBuilder.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBElementTypeTransformer.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBElementTypeTransformer.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBElementTypeTransformer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBElementTypeTransformer.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBDebugLogDelegateDecorator.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBDebugLogDelegateDecorator.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBDebugLogDelegateDecorator.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBConfiguration.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBConfiguration.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBConfiguration.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBConfiguration.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBClassChainQueryParser.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBClassChainQueryParser.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBClassChainQueryParser.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBBaseActionsSynthesizer.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBBaseActionsSynthesizer.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBAppiumActionsSynthesizer.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAppiumActionsSynthesizer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBAppiumActionsSynthesizer.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAlertsMonitor.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBAlertsMonitor.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Utilities/FBAlertsMonitor.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBAlertsMonitor.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBWebServer.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBWebServer.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBWebServer.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBWebServer.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBTCPSocket.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBTCPSocket.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBTCPSocket.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBTCPSocket.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBSession.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBSession.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBSession.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBSession.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBRouteRequest.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBRouteRequest.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBRouteRequest.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBRouteRequest.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBRoute.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBRoute.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBRoute.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBRoute.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponsePayload.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBResponsePayload.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponsePayload.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBResponsePayload.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseJSONPayload.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBResponseJSONPayload.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseJSONPayload.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBResponseJSONPayload.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseFilePayload.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBResponseFilePayload.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBResponseFilePayload.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBResponseFilePayload.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBExceptionHandler.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBExceptionHandler.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBExceptionHandler.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBExceptionHandler.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBElementUtils.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementUtils.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBElementUtils.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementCache.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources/x86_64 -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources -Weverything -Wno-objc-missing-property-synthesis -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-language-extension-token -Wno-overriding-method-mismatch -Wno-missing-variable-declarations -Rno-module-build -Wno-auto-import -Wno-objc-interface-ivars -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-unused-parameter -Wno-gnu-conditional-omitted-operand -Wno-explicit-ownership-type -Wno-date-time -Wno-cast-align -Wno-cstring-format-directive -Wno-double-promotion -Wno-partial-availability -F/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/iOS -F/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Carthage/Build/Mac -MMD -MT dependencies -MF /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBElementCache.d --analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/Routing/FBElementCache.m -o /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/StaticAnalyzer/WebDriverAgent/WebDriverAgentLib/normal/x86_64/FBElementCache.plist
[Xcode]
[Xcode]
[Xcode] Analyze /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/WebDriverAgentLib/FBSpringboardApplication.m normal x86_64 (in target: WebDriverAgentLib)
[Xcode] cd /Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent
[Xcode] export LANG=en_US.US-ASCII
[Xcode] /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gooduser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wmissing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Warc-repeated-use-of-weak -Wno-arc-maybe-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wunused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -pedantic -Wshadow -Wno-four-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wassign-enum -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=12.2 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-checker -Xclang optin.osx.cocoa.localizability.NonLocalizedStringChecker -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-generated-files.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-own-target-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-all-target-headers.hmap -iquote /Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/WebDriverAgentLib-project-headers.hmap -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/libxml2 -I/Users/gooduser/appium_test/appium-xcuitest-driver/WebDriverAgent/Modules -I/Users/gooduser/Library/Developer/Xcode/DerivedData/WebDriverAgent-cizcrgqddxeerbaynulonsvtdpmq/Build/Intermediates.noindex/WebDriverAgent.build/Debug-iphonesimulator/WebDriverAgentLib.build/DerivedSources-normal/x86_64 -I/Users/gooduser/Library/Developer/Xcode/D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment