The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of JSBridge, reference 1.0.0-alpha.16 (cb5846), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:28:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LinusU/JSBridge.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/20] Compiling PromiseKit race.swift
[5/21] Compiling PromiseKit after.swift
[6/21] Compiling PromiseKit firstly.swift
[7/21] Compiling PromiseKit Resolver.swift
[8/21] Compiling PromiseKit Thenable.swift
[9/21] Compiling PromiseKit Catchable.swift
[10/21] Compiling PromiseKit Combine.swift
[11/21] Compiling PromiseKit Async.swift
[12/21] Compiling PromiseKit Box.swift
[13/21] Compiling PromiseKit Configuration.swift
[14/21] Compiling PromiseKit CustomStringConvertible.swift
[15/21] Compiling PromiseKit hang.swift
[16/21] Compiling PromiseKit LogEvent.swift
[17/21] Compiling PromiseKit Promise.swift
[18/21] Emitting module PromiseKit
[19/21] Compiling PromiseKit Error.swift
[20/21] Compiling PromiseKit Guarantee.swift
[21/21] Compiling PromiseKit when.swift
[22/24] Compiling JSBridge JSBridge.swift
[23/24] Emitting module JSBridge
[24/24] Compiling JSBridge Context.swift
Build complete! (26.06s)
Fetching https://github.com/mxcl/PromiseKit
[1/17186] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit from cache (1.70s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (2.22s)
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.22.1
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.