Build Information
Failed to build ReactBridge, reference 1.5.2 (96713b), with Swift 6.1 for Wasm on 3 Apr 2026 01:46:06 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/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/ikhvorost/ReactBridge.git
Reference: 1.5.2
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/ikhvorost/ReactBridge
* tag 1.5.2 -> FETCH_HEAD
HEAD is now at 96713ba Swift 6.3, Swift syntax 603.0.0
Cloned https://github.com/ikhvorost/ReactBridge.git
Revision (git rev-parse @):
96713ba43d1eb65bf976f75b82c0c2ac91cfcd54
SUCCESS checkout https://github.com/ikhvorost/ReactBridge.git at 1.5.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ikhvorost/ReactBridge.git
https://github.com/ikhvorost/ReactBridge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "603.0.0",
"upper_bound" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "ReactBridge",
"name" : "ReactBridge",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ReactBridge",
"targets" : [
"ReactBridge"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReactBridgeMacros",
"targets" : [
"ReactBridgeMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ReactBridgeUtils",
"module_type" : "ClangTarget",
"name" : "ReactBridgeUtils",
"path" : "Sources/ReactBridgeUtils",
"product_memberships" : [
"ReactBridge"
],
"sources" : [
"ReactBridgeUtils.m"
],
"type" : "library"
},
{
"c99name" : "ReactBridgeTests",
"module_type" : "SwiftTarget",
"name" : "ReactBridgeTests",
"path" : "Tests/ReactBridgeTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ReactBridgeTests.swift",
"SandboxTests.swift"
],
"target_dependencies" : [
"ReactBridgeMacros"
],
"type" : "test"
},
{
"c99name" : "ReactBridgeMacros",
"module_type" : "SwiftTarget",
"name" : "ReactBridgeMacros",
"path" : "Sources/ReactBridgeMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ReactBridge",
"ReactBridgeMacros"
],
"sources" : [
"ErrorMessage.swift",
"Extensions/AttributeSyntax.swift",
"Extensions/ExprSyntax.swift",
"Extensions/TypeSyntax.swift",
"ObjcType.swift",
"ReactBridgeMacros.swift",
"ReactMethod.swift",
"ReactModule.swift",
"ReactProperty.swift",
"ReactView.swift"
],
"type" : "macro"
},
{
"c99name" : "ReactBridge",
"module_type" : "SwiftTarget",
"name" : "ReactBridge",
"path" : "Sources/ReactBridge",
"product_memberships" : [
"ReactBridge"
],
"sources" : [
"ReactBridge.swift"
],
"target_dependencies" : [
"ReactBridgeMacros",
"ReactBridgeUtils"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74938] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.52s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.0 (13.98s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.0
Building for debugging...
[0/44] Write sources
/host/spi-builder-workspace/Sources/ReactBridgeUtils/ReactBridgeUtils.m:26:9: fatal error: 'objc/runtime.h' file not found
26 | #import <objc/runtime.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[20/44] Compiling ReactBridgeUtils ReactBridgeUtils.m
[20/44] Compiling _SwiftSyntaxCShims PlatformMutex.c
[20/44] 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/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
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/Sources/ReactBridgeUtils/ReactBridgeUtils.m:26:9: fatal error: 'objc/runtime.h' file not found
26 | #import <objc/runtime.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[0/24] Compiling ReactBridgeUtils ReactBridgeUtils.m
[0/24] Compiling _SwiftSyntaxCShims PlatformMutex.c
[0/24] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm