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 ResourcesBridge, reference 0.0.4 (a17297), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:35:49 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/eugenebokhan/resources-bridge.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugenebokhan/resources-bridge
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at a17297d update readme
Cloned https://github.com/eugenebokhan/resources-bridge.git
Revision (git rev-parse @):
a17297d95d8fa761dcd820a1937d4de2b0a50213
SUCCESS checkout https://github.com/eugenebokhan/resources-bridge.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/eugenebokhan/resources-bridge.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/8] Compiling Bonjour ProgressWatcher.swift
[5/8] Compiling Bonjour MCPeerID+Extensions.swift
[6/8] Compiling Bonjour BonjourSession.swift
[7/8] Emitting module Bonjour
[8/8] Compiling Bonjour Peer.swift
[9/12] Compiling ResourcesBridge StorageService.swift
[10/12] Emitting module ResourcesBridge
[11/12] Compiling ResourcesBridge ResourcesBridge.swift
[12/12] Compiling ResourcesBridge Communication.swift
Build complete! (8.44s)
Fetching https://github.com/eugenebokhan/Bonjour.git
[1/106] Fetching bonjour
Fetched https://github.com/eugenebokhan/Bonjour.git from cache (0.71s)
Computing version for https://github.com/eugenebokhan/Bonjour.git
Computed https://github.com/eugenebokhan/Bonjour.git at 2.1.0 (1.22s)
Creating working copy for https://github.com/eugenebokhan/Bonjour.git
Working copy of https://github.com/eugenebokhan/Bonjour.git resolved at 2.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bonjour",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eugenebokhan/Bonjour.git"
    }
  ],
  "manifest_display_name" : "ResourcesBridge",
  "name" : "ResourcesBridge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "ResourcesBridge",
      "targets" : [
        "ResourcesBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResourcesBridge",
      "module_type" : "SwiftTarget",
      "name" : "ResourcesBridge",
      "path" : "Sources/ResourcesBridge",
      "product_dependencies" : [
        "Bonjour"
      ],
      "product_memberships" : [
        "ResourcesBridge"
      ],
      "sources" : [
        "Communication.swift",
        "ResourcesBridge.swift",
        "StorageService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.