Build Information
Failed to build SBTUITestTunnel, reference master (5eab37), with Swift 6.1 for Wasm on 19 Dec 2025 14:11:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Subito-it/SBTUITestTunnel.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/Subito-it/SBTUITestTunnel
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5eab37b Merge pull request #249 from mattia/nullability-url-request-body-fix
Cloned https://github.com/Subito-it/SBTUITestTunnel.git
Revision (git rev-parse @):
5eab37ba6f44fad090acc1f531e8eecb50633bbb
SUCCESS checkout https://github.com/Subito-it/SBTUITestTunnel.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Subito-it/SBTUITestTunnel.git
https://github.com/Subito-it/SBTUITestTunnel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SBTUITestTunnel",
"name" : "SBTUITestTunnel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SBTUITestTunnelServer",
"targets" : [
"SBTUITestTunnelServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SBTUITestTunnelClient",
"targets" : [
"SBTUITestTunnelClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SBTUITestTunnelServer",
"module_type" : "ClangTarget",
"name" : "SBTUITestTunnelServer",
"path" : "Sources/SBTUITestTunnelServer",
"product_memberships" : [
"SBTUITestTunnelServer"
],
"sources" : [
"GCDWebServer/Core/SBTWebServer.m",
"GCDWebServer/Core/SBTWebServerConnection.m",
"GCDWebServer/Core/SBTWebServerFunctions.m",
"GCDWebServer/Core/SBTWebServerRequest.m",
"GCDWebServer/Core/SBTWebServerResponse.m",
"GCDWebServer/Requests/SBTWebServerDataRequest.m",
"GCDWebServer/Requests/SBTWebServerFileRequest.m",
"GCDWebServer/Requests/SBTWebServerMultiPartFormRequest.m",
"GCDWebServer/Requests/SBTWebServerURLEncodedFormRequest.m",
"GCDWebServer/Responses/SBTWebServerDataResponse.m",
"GCDWebServer/Responses/SBTWebServerErrorResponse.m",
"GCDWebServer/Responses/SBTWebServerFileResponse.m",
"GCDWebServer/Responses/SBTWebServerStreamedResponse.m",
"SBTAnyViewControllerPreviewing.m",
"SBTUITestTunnelServer.m",
"UIScrollView+SBTUITestTunnel.m",
"UIViewController+SBTUITestTunnel.m",
"WebSocket/SBTWebSocketServer.m",
"private/CLLocationManager+Swizzles.m",
"private/NSURLSession+HTTPBodyFix.m",
"private/NSURLSessionConfiguration+SBTUITestTunnel.m",
"private/SBTProxyURLProtocol.m",
"private/UITextField+DisableAutocomplete.m",
"private/UIView+Extensions.m",
"private/UNUserNotificationCenter+Swizzles.m"
],
"target_dependencies" : [
"SBTUITestTunnelCommon",
"SBTUITestTunnelCommonSwift"
],
"type" : "library"
},
{
"c99name" : "SBTUITestTunnelCommonSwift",
"module_type" : "SwiftTarget",
"name" : "SBTUITestTunnelCommonSwift",
"path" : "Sources/SBTUITestTunnelCommonSwift",
"product_memberships" : [
"SBTUITestTunnelServer",
"SBTUITestTunnelClient"
],
"sources" : [
"SBTRequestMatch+Swift.swift",
"SBTRewrite+Swift.swift",
"SBTStubFailureResponse+Swift.swift",
"SBTStubResponse+Swift.swift"
],
"target_dependencies" : [
"SBTUITestTunnelCommon"
],
"type" : "library"
},
{
"c99name" : "SBTUITestTunnelCommonNoARC",
"module_type" : "ClangTarget",
"name" : "SBTUITestTunnelCommonNoARC",
"path" : "Sources/SBTUITestTunnelCommon/DetoxIPC/fno-objc-arc",
"product_memberships" : [
"SBTUITestTunnelServer",
"SBTUITestTunnelClient"
],
"sources" : [
"NSInvocation+DTXRemoteSerialization.m",
"_DTXIPCRemoteBlockRegistry.m"
],
"type" : "library"
},
{
"c99name" : "SBTUITestTunnelCommon",
"module_type" : "ClangTarget",
"name" : "SBTUITestTunnelCommon",
"path" : "Sources/SBTUITestTunnelCommon",
"product_memberships" : [
"SBTUITestTunnelServer",
"SBTUITestTunnelClient"
],
"sources" : [
"DetoxIPC/Apple/NSConnection.m",
"DetoxIPC/DTXIPCConnection.m",
"DetoxIPC/DTXIPCListener.m",
"DetoxIPC/DTXObjectiveCHelpers/DTXAddressInfo.mm",
"DetoxIPC/DTXObjectiveCHelpers/NSArray+Utils.m",
"DetoxIPC/DTXObjectiveCHelpers/NSMapTable+Subscripting.m",
"DetoxIPC/DTXObjectiveCHelpers/NSObject+AttachedObjects.m",
"DetoxIPC/DTXObjectiveCHelpers/NSString+FileNames.m",
"DetoxIPC/DTXObjectiveCHelpers/NSString+QuotedStringForJS.m",
"DetoxIPC/DTXObjectiveCHelpers/NSString+Trimming.m",
"DetoxIPC/_DTXIPCDistantObject.m",
"DetoxIPC/_DTXIPCExportedObject.m",
"NSData+gzip.m",
"NSURLRequest+HTTPBodyFix.m",
"SBTActiveStub.m",
"SBTMonitoredNetworkRequest.m",
"SBTRegularExpressionMatcher.m",
"SBTRequestMatch.m",
"SBTRequestPropertyStorage.m",
"SBTRewrite.m",
"SBTRewriteReplacement.m",
"SBTStubFailureResponse.m",
"SBTStubResponse.m",
"SBTUITestTunnel.m",
"SBTUITestTunnelNetworkUtility.m"
],
"target_dependencies" : [
"SBTUITestTunnelCommonNoARC"
],
"type" : "library"
},
{
"c99name" : "SBTUITestTunnelClientObjC",
"module_type" : "ClangTarget",
"name" : "SBTUITestTunnelClientObjC",
"path" : "Sources/SBTUITestTunnelClient",
"product_memberships" : [
"SBTUITestTunnelClient"
],
"sources" : [
"SBTUITestTunnelClient.m",
"SBTUITunneledApplication.m",
"XCTestCase+AppExtension.m"
],
"target_dependencies" : [
"SBTUITestTunnelCommon"
],
"type" : "library"
},
{
"c99name" : "SBTUITestTunnelClient",
"module_type" : "SwiftTarget",
"name" : "SBTUITestTunnelClient",
"path" : "Sources/SBTUITestTunnelClientSPM",
"product_memberships" : [
"SBTUITestTunnelClient"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"SBTUITestTunnelClientObjC",
"SBTUITestTunnelCommon",
"SBTUITestTunnelCommonSwift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/NSString+FileNames.m:9:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/NSString+FileNames.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/58] Compiling NSString+FileNames.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/NSMapTable+Subscripting.m:9:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/NSMapTable+Subscripting.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/58] Compiling NSMapTable+Subscripting.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:11:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/58] Compiling NSConnection.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/NSObject+AttachedObjects.m:9:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/NSObject+AttachedObjects.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/58] Compiling NSObject+AttachedObjects.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:9:
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection-Private.h:9:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/58] Compiling DTXIPCConnection.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/DTXAddressInfo.mm:9:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/DTXAddressInfo.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/58] Compiling DTXAddressInfo.mm
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCListener.m:9:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCListener.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/58] Compiling DTXIPCListener.m
[0/58] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/58] Write sources
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/fno-objc-arc/NSInvocation+DTXRemoteSerialization.m:21:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/fno-objc-arc/NSInvocation+DTXRemoteSerialization.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/58] Compiling SBTUITestTunnelCommonNoARC NSInvocation+DTXRemoteSerialization.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/SBTStubResponse.m:17:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:17:1: error: use of '@import' when modules are disabled
17 | @import Foundation;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:19:38: error: no type or protocol named 'NSSecureCoding'
19 | @interface SBTStubResponse: NSObject<NSSecureCoding, NSCopying>
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:19:29: error: cannot find interface declaration for 'NSObject', superclass of 'SBTStubResponse'
19 | @interface SBTSt[2/58] Compiling SBTUITestTunnelCommon SBTStubResponse.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/SBTRewriteReplacement.m:17:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTRewriteReplacement.h:17:1: error: use of '@import' when modules are disabled
17 | @import Foundation;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTRewriteReplacement.h:19:44: error: no type or protocol named 'NSSecureCoding'
19 | @interface SBTRewriteReplacement: NSObject<NSSecureCoding, NSCopying>
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTRewriteReplacement.h:19:35: error: cannot find interface declaration for 'NSObject', superclass of 'SBTRewriteReplacement'
19 | @interface SBTRewriteReplacement: NSObject<NSSecureCoding, NSCopying>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTRewriteReplacement.h:27:47: error: expected a type
27 | - (nonnull instancetype)initWithFind:(nonnull NSString *)find
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTRewriteReplacement.h:28:48: error: expected a type
28 | replace:(nonnull NSString *)replace;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTRewriteReplacement.h:30:39: error: expected ';' after method prototype
30 | - (nonnull instancetype) __unavailable i[2/58] Compiling SBTUITestTunnelCommon SBTRewriteReplacement.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/fno-objc-arc/_DTXIPCRemoteBlockRegistry.m:21:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/fno-objc-arc/_DTXIPCRemoteBlockRegistry.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/58] Compiling SBTUITestTunnelCommonNoARC _DTXIPCRemoteBlockRegistry.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/SBTStubFailureResponse.m:17:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubFailureResponse.h:17:1: error: use of '@import' when modules are disabled
17 | @import Foundation;
| ^
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/SBTStubFailureResponse.m:17:
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubFailureResponse.h:19:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:17:1: error: use of '@import' when modules are disabled
17 | @import Foundation;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:19:38: error: no type or protocol named 'NSSecureCoding'
19 | @interface SBTStubResponse: NSObject<NSSecureCoding, NSCopying>
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:19:29: error: cannot find interface declaration for 'NSObject', superclass of 'SBTStubResponse'
19 | @interface SBTStubResponse: NSObject<NSSecureCoding, NSCopying>
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:22:38: error: unknown type name 'NSTimeInterval'
22 | @property (class, nonatomic, assign) NSTimeInterval defaultResponseTime;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:25:38: error: unknown type name 'NSInteger'
25 | @property (class, nonatomic, assign) NSInteger de[2/58] Compiling SBTUITestTunnelCommon SBTStubFailureResponse.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/SBTUITestTunnel.m:17:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnel.h:17:1: error: use of '@import' when modules are disabled
17 | @import Foundation;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnel.h:18:1: error: use of '@import' when modules are disabled
18 | @import ObjectiveC.NSObject;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnel.h:20:8: error: unknown type name 'NSString'
20 | extern NSString * _Nonnull const SBTUITunneledApplicationLaunchEnvironmentIPCKey;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnel.h:21:8: error: unknown type name 'NSString'
21 | extern NSString * _Nonnull const SBTUITunneledApplicationLaunchEnvironmentPortKey;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnel.h:22:8: error: unknown type name 'NSString'
22 | extern NSString * _Nonnull const SBTUITunneledApplicationDefaultHost;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnel.h:31:8: error: unknown type name 'NSString'
31 | extern NSString * _Nonnull const SBTUITunneledApplicationLaunchSignal;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnel.h:32:8: error: unknown type name 'NSString'
32 | extern NSString * _Nonnull const SBTUITunneledApplicationLaunchOptionResetFilesystem;
| ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnel.h:33:8: error: unknown type name 'NSString'
33 | extern NSString * _Nonnull const SBTUITunneledApplicationLaunchOptionDisableKeepAlive;
| ^
[2/58] Compiling SBTUITestTunnelCommon SBTUITestTunnel.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/SBTUITestTunnelNetworkUtility.m:17:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTUITestTunnelNetworkUtility.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[2/58] Compiling SBTUITestTunnelCommon SBTUITestTunnelNetworkUtility.m
[2/58] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm