-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to create session. An unknown server-side error occurred while processing the command. Original error: An unknown server-side error occurred while processing the command. Original error: 'GET /status' cannot be proxied to Mac2 Driver server because its process is not running (probably crashed). Check the Appium log for more details #305
Comments
Please try out the latest Appium and mac2 driver versions first |
@KazuCocoa
|
Could you share the full appium log as well? |
JSON Representation |
Could you try out the latest Appium v2 based latest mac2 driver? Not Appium 1.22.3. It looks like |
Thank u- It works! |
Please- help me @KazuCocoa
[info] �[35m[Appium]�[39m Welcome to Appium v1.22.3
[info] �[35m[Appium]�[39m Non-default server args:
[info] �[35m[Appium]�[39m address: 127.0.0.1
[info] �[35m[Appium]�[39m relaxedSecurityEnabled: true
[info] �[35m[Appium]�[39m allowInsecure: {
[info] �[35m[Appium]�[39m }
[info] �[35m[Appium]�[39m denyInsecure: {
[info] �[35m[Appium]�[39m }
[info] �[35m[Appium]�[39m Appium REST http interface listener started on 127.0.0.1:4723[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/sessions�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[GENERIC]�[39m Calling AppiumDriver.getSessions() with args: []
[debug] �[35m[GENERIC]�[39m Responding to client with driver.getSessions() result: []
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/sessions �[39m�[36m304�[39m �[90m8 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/sessions�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[GENERIC]�[39m Calling AppiumDriver.getSessions() with args: []
[debug] �[35m[GENERIC]�[39m Responding to client with driver.getSessions() result: []
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/sessions �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
[info] �[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"appium:platformName":"mac","appium:deviceName":"mac","appium:appPath":"/Users/aleksejkrasikov/Desktop/aleksflutter/develop/ossm-editor-main/build/macos/Build/Products/Release/ossm_editor.app","appium:automationName":"mac2","appium:autoAcceptAlerts":true,"appium:showServerLogs":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"appium:platformName":"mac","appium:deviceName":"mac","appium:appPath":"/Users/aleksejkrasikov/Desktop/aleksflutter/develop/ossm-editor-main/build/macos/Build/Products/Release/ossm_editor.app","appium:automationName":"mac2","appium:autoAcceptAlerts":true,"appium:showServerLogs":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}}�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"appium:platformName":"mac","appium:deviceName":"mac","appium:appPath":"/Users/aleksejkrasikov/Desktop/aleksflutter/develop/ossm-editor-main/build/macos/Build/Products/Release/ossm_editor.app","appium:automationName":"mac2","appium:autoAcceptAlerts":true,"appium:showServerLogs":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"appium:platformName":"mac","appium:deviceName":"mac","appium:appPath":"/Users/aleksejkrasikov/Desktop/aleksflutter/develop/ossm-editor-main/build/macos/Build/Products/Release/ossm_editor.app","appium:automationName":"mac2","appium:autoAcceptAlerts":true,"appium:showServerLogs":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}]
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1719588153747 (18:22:33 GMT+0300 (Moscow Standard Time))
[warn] �[35m[BaseDriver]�[39m The capabilities ["platformName"] are standard capabilities and do not require "appium:" prefix
[info] �[35m[Appium]�[39m Appium v1.22.3 creating new Mac2Driver (v0.14.1) session
[info] �[35m[Appium]�[39m Applying relaxed security to 'Mac2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m "platformName": "mac",
[debug] �[35m[BaseDriver]�[39m "appium:deviceName": "mac",
[debug] �[35m[BaseDriver]�[39m "appium:appPath": "/Users/aleksejkrasikov/Desktop/aleksflutter/develop/ossm-editor-main/build/macos/Build/Products/Release/ossm_editor.app",
[debug] �[35m[BaseDriver]�[39m "appium:automationName": "mac2",
[debug] �[35m[BaseDriver]�[39m "appium:autoAcceptAlerts": true,
[debug] �[35m[BaseDriver]�[39m "appium:showServerLogs": true,
[debug] �[35m[BaseDriver]�[39m "appium:newCommandTimeout": 3600,
[debug] �[35m[BaseDriver]�[39m "appium:connectHardwareKeyboard": true
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "firstMatch": [
[debug] �[35m[BaseDriver]�[39m {}
[debug] �[35m[BaseDriver]�[39m ]
[debug] �[35m[BaseDriver]�[39m }
[warn] �[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium:
[warn] �[35m[BaseDriver]�[39m appPath
[warn] �[35m[BaseDriver]�[39m autoAcceptAlerts
[warn] �[35m[BaseDriver]�[39m connectHardwareKeyboard
[info] �[35m[BaseDriver]�[39m Session created with session id: cc317148-7c14-4c11-a9da-fc7a8bd4fb70
[debug] �[35m[WebDriverAgentMac]�[39m Using bootstrap root: /Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m Using xcodebuild binary at '/usr/bin/xcodebuild'
[info] �[35m[WebDriverAgentMac]�[39m WebDriverAgent sources are up to date (1652581048000 >= 1652581048000)
[debug] �[35m[WebDriverAgentMac]�[39m Using 127.0.0.1 as server host
[debug] �[35m[WebDriverAgentMac]�[39m Using port 10100
[info] �[35m[WebDriverAgentMac]�[39m Starting Mac2Driver host process: xcodebuild build-for-testing test-without-building -project '/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentMac.xcodeproj' -scheme WebDriverAgentRunner COMPILER_INDEX_STORE_ENABLE=NO
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:10100/status] with no body
[info] �[35m[WD Proxy]�[39m connect ECONNREFUSED 127.0.0.1:10100[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:10100/status] with no body
[info] �[35m[WD Proxy]�[39m connect ECONNREFUSED 127.0.0.1:10100[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] Command line invocation:
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild build-for-testing test-without-building -project "/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentMac.xcodeproj" -scheme WebDriverAgentRunner COMPILER_INDEX_STORE_ENABLE=NO
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m User defaults from command line:
[debug] �[35m[WebDriverAgentMac]�[39m IDEPackageSupportUseBuiltinSCM = YES
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m Build settings from command line:
[debug] �[35m[WebDriverAgentMac]�[39m COMPILER_INDEX_STORE_ENABLE = NO[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] --- xcodebuild: WARNING: Using the first of multiple matching destinations:
[debug] �[35m[WebDriverAgentMac]�[39m { platform:macOS, arch:x86_64, id:0D953CF2-0390-5090-86EE-9B05EA141E6E, name:My Mac }
[debug] �[35m[WebDriverAgentMac]�[39m { platform:macOS, name:Any Mac }[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] Prepare packages
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:10100/status] with no body
[info] �[35m[WD Proxy]�[39m connect ECONNREFUSED 127.0.0.1:10100[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] ComputeTargetDependencyGraph
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] note: Building targets in dependency order
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] note: Target dependency graph (2 targets)
[debug] �[35m[WebDriverAgentMac]�[39m Target 'WebDriverAgentRunner' in project 'WebDriverAgentMac'
[debug] �[35m[WebDriverAgentMac]�[39m ➜ Explicit dependency on target 'WebDriverAgentLib' in project 'WebDriverAgentMac'
[debug] �[35m[WebDriverAgentMac]�[39m Target 'WebDriverAgentLib' in project 'WebDriverAgentMac' (no dependencies)
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] GatherProvisioningInputs
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] CreateBuildDescription[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentMac.xcodeproj
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+AMCoordinates.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/XCUIElement+AMCoordinates.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+AMCoordinates.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+AMCoordinates.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/XCUIElement+AMCoordinates.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIElement+AMCoordinates.o[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:10100/status] with no body
[info] �[35m[WD Proxy]�[39m connect ECONNREFUSED 127.0.0.1:10100[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/HTTPMessage.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/HTTPMessage.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/HTTPMessage.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/HTTPMessage.o
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/HTTPServer.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/HTTPServer.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/HTTPServer.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/HTTPServer.o
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBW3CActions.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/XCUIApplication+FBW3CActions.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBW3CActions.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBW3CActions.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/XCUIApplication+FBW3CActions.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBW3CActions.o
[debug] �[35m[WebDriverAgentMac]�[39m In file included from /Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/XCUIApplication+FBW3CActions.m:15:
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/PrivateHeaders/XCTest/XCUIDevice.h:11:1: error: duplicate interface definition for class 'XCUIDevice'
[debug] �[35m[WebDriverAgentMac]�[39m @interface XCUIDevice : NSObject
[debug] �[35m[WebDriverAgentMac]�[39m ^
[debug] �[35m[WebDriverAgentMac]�[39m In module 'XCTest' imported from /Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/XCUIApplication+FBW3CActions.h:10:
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCUIDevice.h:41:12: note: previous definition is here
[debug] �[35m[WebDriverAgentMac]�[39m @interface XCUIDevice : NSObject
[debug] �[35m[WebDriverAgentMac]�[39m ^
[debug] �[35m[WebDriverAgentMac]�[39m 1 error generated.
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementUtils.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Utilities/FBElementUtils.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementUtils.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementUtils.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appiu
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] m-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Utilities/FBElementUtils.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/FBElementUtils.o
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/GCDAsyncUdpSocket.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/GCDAsyncUdpSocket.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/GCDAsyncUdpSocket.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/GCDAsyncUdpSocket.o
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/RoutingConnection.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/RoutingConnection.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/RoutingConnection.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Vendor/RoutingHTTPServer/RoutingConnection.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/RoutingConnection.o
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/NSExpression+FBFormat.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/NSExpression+FBFormat.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/NSExpression+FBFormat.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/NSExpression+FBFormat.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/NSExpression+FBFormat.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/NSExpression+FBFormat.o
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/NSPredicate+FBFormat.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/NSPredicate+FBFormat.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/NSPredicate+FBFormat.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/NSPredicate+FBFormat.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/NSPredicate+FBFormat.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/NSPredicate+FBFormat.o
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/LRUCache.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Utilities/LRUCache/LRUCache.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m cd /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac
[debug] �[35m[WebDriverAgentMac]�[39m /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.5-23F73-7e3fd6dc4171e65dbd154ba8db3956d2.sdkstatcache -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fno-color-diagnostics -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability @/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/LRUCache.d --serialize-diagnostics /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/LRUCache.dia -c /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Utilities/LRUCache/LRUCache.m -o /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/LRUCache.o
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] ** TEST BUILD FAILED **
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m The following build commands failed:
[debug] �[35m[WebDriverAgentMac]�[39m CompileC /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Intermediates.noindex/WebDriverAgentMac.build/Debug/WebDriverAgentLib.build/Objects-normal/x86_64/XCUIApplication+FBW3CActions.o /Applications/Appium\ Server\ GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/WebDriverAgentMac/WebDriverAgentLib/Categories/XCUIApplication+FBW3CActions.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebDriverAgentLib' from project 'WebDriverAgentMac')
[debug] �[35m[WebDriverAgentMac]�[39m (1 failure)
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] --- xcodebuild: WARNING: Using the first of multiple matching destinations:
[debug] �[35m[WebDriverAgentMac]�[39m { platform:macOS, arch:x86_64, id:0D953CF2-0390-5090-86EE-9B05EA141E6E, name:My Mac }
[debug] �[35m[WebDriverAgentMac]�[39m { platform:macOS, name:Any Mac }[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] 2024-06-28 18:22:37.602 xcodebuild[10482:4865310] [MT] IDETestOperationsObserverDebug: 0.152 elapsed -- Testing started completed.
[debug] �[35m[WebDriverAgentMac]�[39m 2024-06-28 18:22:37.602 xcodebuild[10482:4865310] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start
[debug] �[35m[WebDriverAgentMac]�[39m 2024-06-28 18:22:37.602 xcodebuild[10482:4865310] [MT] IDETestOperationsObserverDebug: 0.152 sec, +0.152 sec -- end
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] Test session results, code coverage, and logs:
[debug] �[35m[WebDriverAgentMac]�[39m /Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Logs/Test/Test-WebDriverAgentRunner-2024.06.28_18-22-35-+0300.xcresult
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] Testing failed:
[debug] �[35m[WebDriverAgentMac]�[39m Duplicate interface definition for class 'XCUIDevice'
[debug] �[35m[WebDriverAgentMac]�[39m Test target WebDriverAgentRunner encountered an error (The bundle identifier for WebDriverAgentRunner-Runner.app couldn’t be read. The application may be damaged or incomplete: “/Users/aleksejkrasikov/Library/Developer/Xcode/DerivedData/WebDriverAgentMac-cvuoffgbrguflkbntygtdsdfhtpe/Build/Products/Debug/WebDriverAgentRunner-Runner.app”.)
[debug] �[35m[WebDriverAgentMac]�[39m
[debug] �[35m[WebDriverAgentMac]�[39m ** TEST EXECUTE FAILED **
[debug] �[35m[WebDriverAgentMac]�[39m [xcodebuild] Testing started[info] �[35m[WebDriverAgentMac]�[39m Mac2Driver host process has exited with code 65, signal null
[info] �[35m[WebDriverAgentMac]�[39m Mac2Driver session cannot be stopped, because the server is not running
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1719588157900 (18:22:37 GMT+0300 (Moscow Standard Time))
[debug] �[35m[W3C]�[39m Encountered internal error running command: Error: An unknown server-side error occurred while processing the command. Original error: 'GET /status' cannot be proxied to Mac2 Driver server because its process is not running (probably crashed). Check the Appium log for more details
[debug] �[35m[W3C]�[39m at WDAMacServer.isProxyReady (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/lib/wda-mac.js:328:15)
[debug] �[35m[W3C]�[39m at waitMs (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/lib/wda-mac.js:422:44)
[debug] �[35m[W3C]�[39m at spin (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:138:20)
[debug] �[35m[W3C]�[39m at spin (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:148:14)
[debug] �[35m[W3C]�[39m at spin (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:148:14)
[debug] �[35m[W3C]�[39m at spin (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:148:14)
[debug] �[35m[W3C]�[39m at spin (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:148:14)
[debug] �[35m[W3C]�[39m at waitForCondition (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:155:10)
[debug] �[35m[W3C]�[39m at WDAMacServer.startSession (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/lib/wda-mac.js:422:9)
[debug] �[35m[W3C]�[39m at Mac2Driver.createSession (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-mac2-driver/lib/driver.js:86:7)
[debug] �[35m[W3C]�[39m at AppiumDriver.createSession (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/lib/appium.js:387:35)
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[31m500�[39m �[90m4253 ms - 1045�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
The text was updated successfully, but these errors were encountered: