The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SBTUITestTunnel, reference master (838103), with Swift 6.3 for Wasm on 30 Apr 2026 16:00:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 8381037 Add SceneDelegate lifecycle setup instructions (#258)
Cloned https://github.com/Subito-it/SBTUITestTunnel.git
Revision (git rev-parse @):
83810378e7d4e85d73bd02cc54d49f77bbb1d0e1
SUCCESS checkout https://github.com/Subito-it/SBTUITestTunnel.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Subito-it/SBTUITestTunnel.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/58] Compiling NSObject+AttachedObjects.m
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
[0/58] Compiling SBTUITestTunnelCommon SBTRewrite.m
[0/58] Compiling SBTUITestTunnelCommon SBTRequestPropertyStorage.m
In file included from /host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/NSString+QuotedStringForJS.m:9:
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/NSString+QuotedStringForJS.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/58] Compiling NSString+QuotedStringForJS.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 | -[0/58] Compiling SBTUITestTunnelCommon SBTRewriteReplacement.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 defaultReturnCode;
      |                                      ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:28:47: error: unknown type name 'NSString'
   28 | @property (class, nonnull, nonatomic, strong) NSString *defaultDictionaryContentType;
      |                                               ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:28:1: error: property with 'retain (or strong)' attribute must be of object type
   28 | @property (class, nonnull, nonatomic, strong) NSString *defaultDictionaryContentType;
      | ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:31:47: error: unknown type name 'NSString'
   31 | @property (class, nonnull, nonatomic, strong) NSString *defaultDataContentType;
      |                                               ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:31:1: error: property with 'retain (or strong)' attribute must be of object type
   31 | @property (class, nonnull, nonatomic, strong) NSString *defaultDataContentType;
      | ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:34:47: error: unknown type name 'NSString'
   34 | @property (class, nonnull, nonatomic, strong) NSString *defaultStringContentType;
      |                                               ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h:34:1: error: property with 'retain (or strong)' attribute must be of object type
   34 | @property (class, nonnull, nonatomic, strong) NSString *defaultStringContentType;
      | ^
/host/spi-builder-workspace/Sources/SBTUITestTunnelCommon/include/SBTStubResponse.h[0/58] Compiling SBTUITestTunnelCommon SBTStubFailureResponse.m
BUILD FAILURE 6.3 wasm