The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WebDriverAgent, reference v9.10.1+qaw.0 (4f4b98), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 07:45:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/qawolf/WebDriverAgent.git
Reference: v9.10.1+qaw.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/qawolf/WebDriverAgent
 * tag               v9.10.1+qaw.0 -> FETCH_HEAD
HEAD is now at 4f4b986 spm: add initial support for SPM together with headers.sh to generate symlinks
Cloned https://github.com/qawolf/WebDriverAgent.git
Revision (git rev-parse @):
4f4b986b0ae578165ccc884ddb496d2a118b0e6f
SUCCESS checkout https://github.com/qawolf/WebDriverAgent.git at v9.10.1+qaw.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "webdriveragent",
      "name": "WebDriverAgent",
      "url": "https://github.com/qawolf/WebDriverAgent.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WebDriverAgent",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/qawolf/WebDriverAgent.git
[1/28486] Fetching webdriveragent
Fetched https://github.com/qawolf/WebDriverAgent.git from cache (2.37s)
Creating working copy for https://github.com/qawolf/WebDriverAgent.git
Working copy of https://github.com/qawolf/WebDriverAgent.git resolved at v9.10.1+qaw.0 (4f4b986)
warning: '.resolve-product-dependencies': dependency 'webdriveragent' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/qawolf/WebDriverAgent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/122] Compiling HTTPDataResponse.m
[1/122] Compiling XCUIApplicationProcessDelay.m
[2/122] Compiling CocoaHTTPServer HTTPMessage.m
[3/122] Compiling HTTPErrorResponse.m
[4/122] Compiling NSString+FBXMLSafeString.m
[5/122] Compiling LRUCacheNode.m
[6/122] Compiling LRUCache.m
[7/122] Compiling DDRange.m
[8/122] Compiling CocoaHTTPServer HTTPServer.m
[9/122] Compiling FBXMLGenerationOptions.m
[10/122] Compiling CocoaHTTPServer HTTPConnection.m
[11/122] Compiling RoutingHTTPServer HTTPResponseProxy.m
[12/122] Compiling FBWebServerParams.m
[13/122] Compiling XCTIssue+FBPatcher.m
In file included from /Users/admin/builder/spi-builder-workspace/WebDriverAgentLib/Utilities/FBW3CActionsHelpers.m:13:
/Users/admin/builder/spi-builder-workspace/WebDriverAgentLib/include/WebDriverAgentLib/XCUIElement.h:22:32: error: unknown type name 'UIInterfaceOrientation'
   22 | @property(readonly, nonatomic) UIInterfaceOrientation interfaceOrientation;
      |                                ^
1 error generated.
[14/122] Compiling FBW3CActionsHelpers.m
[14/122] Compiling FBXCAXClientProxy.m
[14/122] Compiling FBXCTestDaemonsProxy.m
[14/122] Compiling FBXPath.m
[14/122] Compiling FBW3CActionsSynthesizer.m
[14/122] Compiling XCAXClient_iOS+FBSnapshotReqParams.m
[14/122] Compiling FBUnattachedAppLauncher.m
[14/122] Compiling NSPredicate+FBFormat.m
In file included from /Users/admin/builder/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m:10:
In file included from /Users/admin/builder/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXCodeCompatibility.h:10:
/Users/admin/builder/spi-builder-workspace/WebDriverAgentLib/include/WebDriverAgentLib/WebDriverAgentLib.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[14/122] Compiling FBXCodeCompatibility.m
In file included from /Users/admin/builder/spi-builder-workspace/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m:15:
In file included from /Users/admin/builder/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXCodeCompatibility.h:10:
/Users/admin/builder/spi-builder-workspace/WebDriverAgentLib/include/WebDriverAgentLib/WebDriverAgentLib.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[14/122] Compiling XCTestPrivateSymbols.m
BUILD FAILURE 6.3 macosSpm