Build Information
Successful build of ReactBridge, reference main (96713b), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 18:02:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ikhvorost/ReactBridge.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ikhvorost/ReactBridge
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.49s)
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/603.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.65s)
========================================
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": "reactbridge",
"name": "ReactBridge",
"url": "https://github.com/ikhvorost/ReactBridge.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReactBridge",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ikhvorost/ReactBridge.git
[1/916] Fetching reactbridge
Fetched https://github.com/ikhvorost/ReactBridge.git from cache (0.87s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.0 (1.74s)
Creating working copy for https://github.com/ikhvorost/ReactBridge.git
Working copy of https://github.com/ikhvorost/ReactBridge.git resolved at main (96713ba)
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
warning: '.resolve-product-dependencies': dependency 'reactbridge' 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/ikhvorost/ReactBridge.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version--6988338F2F200930.txt
[3/16] Compiling ReactBridgeUtils ReactBridgeUtils.m
[5/16] Compiling ReactBridgeMacros ReactBridgeMacros.swift
[6/16] Compiling ReactBridgeMacros ReactProperty.swift
[7/16] Compiling ReactBridgeMacros ReactModule.swift
[8/16] Compiling ReactBridgeMacros ReactMethod.swift
[9/17] Compiling ReactBridgeMacros ReactView.swift
[10/17] Compiling ReactBridgeMacros ExprSyntax.swift
[11/17] Compiling ReactBridgeMacros AttributeSyntax.swift
[12/17] Emitting module ReactBridgeMacros
[13/17] Compiling ReactBridgeMacros TypeSyntax.swift
[14/17] Compiling ReactBridgeMacros ObjcType.swift
[15/17] Compiling ReactBridgeMacros ErrorMessage.swift
[15/17] Write Objects.LinkFileList
[16/17] Linking ReactBridgeMacros-tool
[18/19] Emitting module ReactBridge
[19/19] Compiling ReactBridge ReactBridge.swift
Build complete! (6.61s)
Build complete.
{
"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" : "/Users/admin/builder/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"
}
Done.