Build Information
Failed to build WebDriverAgent, reference master (291832), with Swift 6.1 for Wasm on 2 Apr 2026 21:40:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/qawolf/WebDriverAgent.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/qawolf/WebDriverAgent
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2918324 Merge pull request #12 from qawolf/gen-1098-update-wda-fork
Cloned https://github.com/qawolf/WebDriverAgent.git
Revision (git rev-parse @):
2918324fee416cc275a148402f026d3550c76022
SUCCESS checkout https://github.com/qawolf/WebDriverAgent.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/qawolf/WebDriverAgent.git
https://github.com/qawolf/WebDriverAgent.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "WebDriverAgent",
"name" : "WebDriverAgent",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "WebDriverAgentLib",
"targets" : [
"WebDriverAgentLib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebDriverAgentLibTests",
"module_type" : "ClangTarget",
"name" : "WebDriverAgentLibTests",
"path" : "WebDriverAgentTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/WebDriverAgentTests/IntegrationApp/Resources/Base.lproj/Main.storyboard",
"rule" : {
"process" : {
"localization" : "Base"
}
}
}
],
"sources" : [
"IntegrationApp/Classes/AppDelegate.m",
"IntegrationApp/Classes/FBAlertViewController.m",
"IntegrationApp/Classes/FBNavigationController.m",
"IntegrationApp/Classes/FBScrollViewController.m",
"IntegrationApp/Classes/FBTableDataSource.m",
"IntegrationApp/Classes/SceneDelegate.m",
"IntegrationApp/Classes/TouchSpotView.m",
"IntegrationApp/Classes/TouchViewController.m",
"IntegrationApp/Classes/TouchableView.m",
"IntegrationApp/Classes/ViewController.m",
"IntegrationApp/main.m",
"IntegrationTests/FBAlertTests.m",
"IntegrationTests/FBAutoAlertsHandlerTests.m",
"IntegrationTests/FBConfigurationTests.m",
"IntegrationTests/FBElementAttributeTests.m",
"IntegrationTests/FBElementSwipingTests.m",
"IntegrationTests/FBElementVisibilityTests.m",
"IntegrationTests/FBFailureProofTestCaseTests.m",
"IntegrationTests/FBForceTouchTests.m",
"IntegrationTests/FBImageProcessorTests.m",
"IntegrationTests/FBIntegrationTestCase.m",
"IntegrationTests/FBKeyboardTests.m",
"IntegrationTests/FBPasteboardTests.m",
"IntegrationTests/FBPickerWheelSelectTests.m",
"IntegrationTests/FBSafariAlertTests.m",
"IntegrationTests/FBScreenTests.m",
"IntegrationTests/FBScrollingTests.m",
"IntegrationTests/FBSessionIntegrationTests.m",
"IntegrationTests/FBTapTest.m",
"IntegrationTests/FBTypingTest.m",
"IntegrationTests/FBVideoRecordingTests.m",
"IntegrationTests/FBW3CMultiTouchActionsIntegrationTests.m",
"IntegrationTests/FBW3CTouchActionsIntegrationTests.m",
"IntegrationTests/FBW3CTypeActionsTests.m",
"IntegrationTests/FBXPathIntegrationTests.m",
"IntegrationTests/XCElementSnapshotHelperTests.m",
"IntegrationTests/XCElementSnapshotHitPointTests.m",
"IntegrationTests/XCUIApplicationHelperTests.m",
"IntegrationTests/XCUIDeviceHealthCheckTests.m",
"IntegrationTests/XCUIDeviceHelperTests.m",
"IntegrationTests/XCUIDeviceRotationTests.m",
"IntegrationTests/XCUIElementAttributesTests.m",
"IntegrationTests/XCUIElementFBFindTests.m",
"IntegrationTests/XCUIElementHelperIntegrationTests.m",
"UnitTests/Doubles/XCElementSnapshotDouble.m",
"UnitTests/Doubles/XCUIApplicationDouble.m",
"UnitTests/Doubles/XCUIElementDouble.m",
"UnitTests/FBClassChainTests.m",
"UnitTests/FBConfigurationTests.m",
"UnitTests/FBElementCacheTests.m",
"UnitTests/FBElementTypeTransformerTests.m",
"UnitTests/FBElementUtilitiesTests.m",
"UnitTests/FBErrorBuilderTests.m",
"UnitTests/FBExceptionHandlerTests.m",
"UnitTests/FBLRUCacheTests.m",
"UnitTests/FBMathUtilsTests.m",
"UnitTests/FBProtocolHelpersTests.m",
"UnitTests/FBRouteTests.m",
"UnitTests/FBRunLoopSpinnerTests.m",
"UnitTests/FBRuntimeUtilsTests.m",
"UnitTests/FBSDKVersionTests.m",
"UnitTests/FBSessionTests.m",
"UnitTests/FBXMLSafeStringTests.m",
"UnitTests/FBXPathTests.m",
"UnitTests/NSDictionaryFBUtf8SafeTests.m",
"UnitTests/NSExpressionFBFormatTests.m",
"UnitTests/NSPredicateFBFormatTests.m",
"UnitTests/XCUIElementHelpersTests.m",
"UnitTests_tvOS/Doubles/XCUIElementDouble.m",
"UnitTests_tvOS/FBTVNavigationTrackerTests.m"
],
"target_dependencies" : [
"WebDriverAgentLib"
],
"type" : "test"
},
{
"c99name" : "WebDriverAgentLib",
"module_type" : "ClangTarget",
"name" : "WebDriverAgentLib",
"path" : "WebDriverAgentLib",
"product_memberships" : [
"WebDriverAgentLib"
],
"sources" : [
"Categories/FBXCElementSnapshotWrapper+Helpers.m",
"Categories/NSDictionary+FBUtf8SafeDictionary.m",
"Categories/NSExpression+FBFormat.m",
"Categories/NSString+FBVisualLength.m",
"Categories/NSString+FBXMLSafeString.m",
"Categories/XCAXClient_iOS+FBSnapshotReqParams.m",
"Categories/XCTIssue+FBPatcher.m",
"Categories/XCUIApplication+FBAlert.m",
"Categories/XCUIApplication+FBHelpers.m",
"Categories/XCUIApplication+FBQuiescence.m",
"Categories/XCUIApplication+FBTouchAction.m",
"Categories/XCUIApplication+FBUIInterruptions.m",
"Categories/XCUIApplicationProcess+FBQuiescence.m",
"Categories/XCUIDevice+FBHealthCheck.m",
"Categories/XCUIDevice+FBHelpers.m",
"Categories/XCUIDevice+FBRotation.m",
"Categories/XCUIElement+FBAccessibility.m",
"Categories/XCUIElement+FBCaching.m",
"Categories/XCUIElement+FBClassChain.m",
"Categories/XCUIElement+FBCustomActions.m",
"Categories/XCUIElement+FBFind.m",
"Categories/XCUIElement+FBForceTouch.m",
"Categories/XCUIElement+FBIsVisible.m",
"Categories/XCUIElement+FBMinMax.m",
"Categories/XCUIElement+FBPickerWheel.m",
"Categories/XCUIElement+FBResolve.m",
"Categories/XCUIElement+FBScrolling.m",
"Categories/XCUIElement+FBSwiping.m",
"Categories/XCUIElement+FBTVFocuse.m",
"Categories/XCUIElement+FBTyping.m",
"Categories/XCUIElement+FBUID.m",
"Categories/XCUIElement+FBUtilities.m",
"Categories/XCUIElement+FBVisibleFrame.m",
"Categories/XCUIElement+FBWebDriverAttributes.m",
"Categories/XCUIElementQuery+FBHelpers.m",
"Commands/FBAlertViewCommands.m",
"Commands/FBCustomCommands.m",
"Commands/FBDebugCommands.m",
"Commands/FBElementCommands.m",
"Commands/FBFindElementCommands.m",
"Commands/FBOrientationCommands.m",
"Commands/FBScreenshotCommands.m",
"Commands/FBSessionCommands.m",
"Commands/FBTouchActionCommands.m",
"Commands/FBTouchIDCommands.m",
"Commands/FBUnknownCommands.m",
"Commands/FBVideoCommands.m",
"FBAlert.m",
"QAWolf/ExecuteWDACommand.m",
"QAWolf/HandleWDACommandException.m",
"QAWolf/QAWObjCExceptionHandler.m",
"QAWolf/QAWSnapshotResult.m",
"QAWolf/QAWXML.m",
"QAWolf/XCUIElement+QAWSnapshotUtilities.m",
"QAWolf/XCUIElementSnapshotParser.m",
"Routing/FBCommandStatus.m",
"Routing/FBElementCache.m",
"Routing/FBElementUtils.m",
"Routing/FBExceptionHandler.m",
"Routing/FBExceptions.m",
"Routing/FBResponseJSONPayload.m",
"Routing/FBResponsePayload.m",
"Routing/FBRoute.m",
"Routing/FBRouteRequest.m",
"Routing/FBScreenRecordingContainer.m",
"Routing/FBScreenRecordingPromise.m",
"Routing/FBScreenRecordingRequest.m",
"Routing/FBSession.m",
"Routing/FBTCPSocket.m",
"Routing/FBWebServer.m",
"Routing/FBXCAccessibilityElement.m",
"Routing/FBXCDeviceEvent.m",
"Routing/FBXCElementSnapshot.m",
"Routing/FBXCElementSnapshotWrapper.m",
"Utilities/FBAccessibilityTraits.m",
"Utilities/FBActiveAppDetectionPoint.m",
"Utilities/FBAlertsMonitor.m",
"Utilities/FBBaseActionsSynthesizer.m",
"Utilities/FBCapabilities.m",
"Utilities/FBClassChainQueryParser.m",
"Utilities/FBConfiguration.m",
"Utilities/FBDebugLogDelegateDecorator.m",
"Utilities/FBElementHelpers.m",
"Utilities/FBElementTypeTransformer.m",
"Utilities/FBErrorBuilder.m",
"Utilities/FBFailureProofTestCase.m",
"Utilities/FBImageProcessor.m",
"Utilities/FBImageUtils.m",
"Utilities/FBKeyboard.m",
"Utilities/FBLogger.m",
"Utilities/FBMathUtils.m",
"Utilities/FBMjpegServer.m",
"Utilities/FBNotificationsHelper.m",
"Utilities/FBPasteboard.m",
"Utilities/FBProtocolHelpers.m",
"Utilities/FBReflectionUtils.m",
"Utilities/FBRunLoopSpinner.m",
"Utilities/FBRuntimeUtils.m",
"Utilities/FBScreen.m",
"Utilities/FBScreenshot.m",
"Utilities/FBSettings.m",
"Utilities/FBTVNavigationTracker.m",
"Utilities/FBUnattachedAppLauncher.m",
"Utilities/FBW3CActionsHelpers.m",
"Utilities/FBW3CActionsSynthesizer.m",
"Utilities/FBWebServerParams.m",
"Utilities/FBXCAXClientProxy.m",
"Utilities/FBXCTestDaemonsProxy.m",
"Utilities/FBXCodeCompatibility.m",
"Utilities/FBXMLGenerationOptions.m",
"Utilities/FBXPath.m",
"Utilities/LRUCache/LRUCache.m",
"Utilities/LRUCache/LRUCacheNode.m",
"Utilities/NSPredicate+FBFormat.m",
"Utilities/XCTestPrivateSymbols.m",
"Utilities/XCUIApplicationProcessDelay.m"
],
"target_dependencies" : [
"RoutingHTTPServer"
],
"type" : "library"
},
{
"c99name" : "RoutingHTTPServer",
"module_type" : "ClangTarget",
"name" : "RoutingHTTPServer",
"path" : "WebDriverAgentLib/Vendor/RoutingHTTPServer",
"product_memberships" : [
"WebDriverAgentLib"
],
"sources" : [
"HTTPResponseProxy.m",
"Route.m",
"RouteRequest.m",
"RouteResponse.m",
"RoutingConnection.m",
"RoutingHTTPServer.m"
],
"target_dependencies" : [
"CocoaHTTPServer"
],
"type" : "library"
},
{
"c99name" : "CocoaHTTPServer",
"module_type" : "ClangTarget",
"name" : "CocoaHTTPServer",
"path" : "WebDriverAgentLib/Vendor/CocoaHTTPServer",
"product_memberships" : [
"WebDriverAgentLib"
],
"sources" : [
"Categories/DDNumber.m",
"Categories/DDRange.m",
"HTTPConnection.m",
"HTTPMessage.m",
"HTTPServer.m",
"Responses/HTTPDataResponse.m",
"Responses/HTTPErrorResponse.m"
],
"target_dependencies" : [
"CocoaAsyncSocket"
],
"type" : "library"
},
{
"c99name" : "CocoaAsyncSocket",
"module_type" : "ClangTarget",
"name" : "CocoaAsyncSocket",
"path" : "WebDriverAgentLib/Vendor/CocoaAsyncSocket",
"product_memberships" : [
"WebDriverAgentLib"
],
"sources" : [
"GCDAsyncSocket.m",
"GCDAsyncUdpSocket.m"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': ignoring target 'WebDriverAgentLibTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': ignoring target 'WebDriverAgentLibTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.m:1:
/host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDNumber.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
1 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/131] Compiling DDNumber.m
[0/131] Compiling XCUIElement+FBMinMax.m
[0/131] Compiling CocoaHTTPServer HTTPConnection.m
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.m:1:
/host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPMessage.h:6:9: fatal error: 'Foundation/Foundation.h' file not found
6 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/131] Compiling CocoaHTTPServer HTTPMessage.m
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.m:1:
/host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaHTTPServer/Categories/DDRange.h:11:9: fatal error: 'Foundation/NSValue.h' file not found
11 | #import <Foundation/NSValue.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/131] Compiling DDRange.m
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m:11:
/host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.h:11:9: fatal error: 'Foundation/Foundation.h' file not found
11 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.m:1:
/host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaHTTPServer/HTTPServer.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
1 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/131] Compiling CocoaHTTPServer HTTPServer.m
[0/131] Compiling CocoaAsyncSocket GCDAsyncUdpSocket.m
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m:11:
/host/spi-builder-workspace/WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h:11:9: fatal error: 'Foundation/Foundation.h' file not found
11 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/131] Compiling CocoaAsyncSocket GCDAsyncSocket.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': ignoring target 'WebDriverAgentLibTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.m:9:
/host/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXMLGenerationOptions.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/131] Compiling FBXMLGenerationOptions.m
[0/131] Compiling XCUIApplicationProcessDelay.m
[0/131] Compiling LRUCache.m
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.m:9:
/host/spi-builder-workspace/WebDriverAgentLib/Utilities/NSPredicate+FBFormat.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/131] Compiling NSPredicate+FBFormat.m
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Utilities/LRUCache/LRUCacheNode.m:17:
/host/spi-builder-workspace/WebDriverAgentLib/Utilities/LRUCache/LRUCacheNode.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/131] Compiling LRUCacheNode.m
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXPath.m:9:
/host/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXPath.h:9:9: fatal error: 'XCTest/XCTest.h' file not found
9 | #import <XCTest/XCTIn file included from /host/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m:9:
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Utilities/FBXCodeCompatibility.h:9:
/host/spi-builder-workspace/WebDriverAgentLib/include/WebDriverAgentLib/WebDriverAgentLib.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/131] Compiling FBXPath.m
[0/131] Compiling FBXCodeCompatibility.m
In file included from /host/spi-builder-workspace/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.m:9:
/host/spi-builder-workspace/WebDriverAgentLib/Utilities/XCTestPrivateSymbols.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/131] Compiling XCTestPrivateSymbols.m
BUILD FAILURE 6.1 wasm