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 master (cb5846), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:28:29 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LinusU/JSBridge
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 after.swift
[5/20] Compiling PromiseKit firstly.swift
[6/20] Compiling PromiseKit LogEvent.swift
[7/20] Compiling PromiseKit Promise.swift
[8/21] Compiling PromiseKit Configuration.swift
[9/21] Compiling PromiseKit CustomStringConvertible.swift
[10/21] Compiling PromiseKit Async.swift
[11/21] Compiling PromiseKit Box.swift
[12/21] Emitting module PromiseKit
[13/21] Compiling PromiseKit Catchable.swift
[14/21] Compiling PromiseKit Combine.swift
[15/21] Compiling PromiseKit race.swift
[16/21] Compiling PromiseKit Resolver.swift
[17/21] Compiling PromiseKit Thenable.swift
[18/21] Compiling PromiseKit hang.swift
[19/21] Compiling PromiseKit Error.swift
[20/21] Compiling PromiseKit Guarantee.swift
[21/21] Compiling PromiseKit when.swift
[22/24] Compiling JSBridge Context.swift
[23/24] Compiling JSBridge JSBridge.swift
[24/24] Emitting module JSBridge
Build complete! (27.13s)
Fetching https://github.com/mxcl/PromiseKit
[1/17186] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit from cache (1.63s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (2.19s)
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.