Build Information
Successful build of JSBridge, reference 1.0.0-alpha.16 (cb5846), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 09:15:35 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/LinusU/JSBridge.git
Reference: 1.0.0-alpha.16
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LinusU/JSBridge
* tag 1.0.0-alpha.16 -> FETCH_HEAD
HEAD is now at cb5846a Merge pull request #8 from LinusU/lu-fix
Cloned https://github.com/LinusU/JSBridge.git
Revision (git rev-parse @):
cb5846a525a31c79f7040fd9df024438883d8924
SUCCESS checkout https://github.com/LinusU/JSBridge.git at 1.0.0-alpha.16
Fetching https://github.com/mxcl/PromiseKit
[1/17242] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit from cache (1.98s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.16.0 (2.67s)
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.16.0
========================================
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": "jsbridge",
"name": "JSBridge",
"url": "https://github.com/LinusU/JSBridge.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSBridge",
"traits": [
"default"
],
"dependencies": [
{
"identity": "promisekit",
"name": "PromiseKit",
"url": "https://github.com/mxcl/PromiseKit",
"version": "6.22.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PromiseKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/LinusU/JSBridge.git
[1/252] Fetching jsbridge
Fetched https://github.com/LinusU/JSBridge.git from cache (0.75s)
Fetching https://github.com/mxcl/PromiseKit from cache
Fetched https://github.com/mxcl/PromiseKit from cache (0.64s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (0.73s)
Creating working copy for https://github.com/LinusU/JSBridge.git
Working copy of https://github.com/LinusU/JSBridge.git resolved at 1.0.0-alpha.16 (cb5846a)
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.22.1
warning: '.resolve-product-dependencies': dependency 'jsbridge' is not used by any target
Found 1 product dependencies
- PromiseKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/LinusU/JSBridge.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/18] Compiling PromiseKit race.swift
[5/18] Compiling PromiseKit hang.swift
[6/19] Compiling PromiseKit Resolver.swift
[7/19] Compiling PromiseKit Thenable.swift
[8/19] Compiling PromiseKit firstly.swift
[9/19] Compiling PromiseKit LogEvent.swift
[10/19] Compiling PromiseKit Promise.swift
[11/19] Compiling PromiseKit Error.swift
[12/19] Compiling PromiseKit Guarantee.swift
[13/19] Compiling PromiseKit Configuration.swift
[14/19] Compiling PromiseKit CustomStringConvertible.swift
[15/19] Compiling PromiseKit Box.swift
[16/19] Compiling PromiseKit Catchable.swift
[17/19] Emitting module PromiseKit
[18/19] Compiling PromiseKit after.swift
[19/19] Compiling PromiseKit when.swift
[20/22] Emitting module JSBridge
[21/22] Compiling JSBridge JSBridge.swift
[22/22] Compiling JSBridge Context.swift
Build complete! (9.76s)
Build complete.
{
"dependencies" : [
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit"
}
],
"manifest_display_name" : "JSBridge",
"name" : "JSBridge",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSBridge",
"targets" : [
"JSBridge"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSBridgeTests",
"module_type" : "SwiftTarget",
"name" : "JSBridgeTests",
"path" : "Tests",
"sources" : [
"JSBridgeTests.swift"
],
"target_dependencies" : [
"JSBridge"
],
"type" : "test"
},
{
"c99name" : "JSBridge",
"module_type" : "SwiftTarget",
"name" : "JSBridge",
"path" : "Sources",
"product_dependencies" : [
"PromiseKit"
],
"product_memberships" : [
"JSBridge"
],
"sources" : [
"Context.swift",
"JSBridge.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.