The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ResourcesBridge, reference master (ed493a), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 11:33:55 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugenebokhan/resources-bridge
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ed493aa update icon
Cloned https://github.com/eugenebokhan/resources-bridge.git
Revision (git rev-parse @):
ed493aa9d75f26e606f97465eeeb389440b4b79d
SUCCESS checkout https://github.com/eugenebokhan/resources-bridge.git at master
========================================
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 Peer.swift
[7/8] Emitting module Bonjour
[8/8] Compiling Bonjour BonjourSession.swift
[9/12] Compiling ResourcesBridge StorageService.swift
[10/12] Compiling ResourcesBridge Communication.swift
[11/12] Emitting module ResourcesBridge
[12/12] Compiling ResourcesBridge ResourcesBridge.swift
Build complete! (8.97s)
Fetching https://github.com/eugenebokhan/Bonjour.git
[1/106] Fetching bonjour
Fetched https://github.com/eugenebokhan/Bonjour.git from cache (0.72s)
Computing version for https://github.com/eugenebokhan/Bonjour.git
Computed https://github.com/eugenebokhan/Bonjour.git at 2.1.0 (1.26s)
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.