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 Bonjour, reference 2.1.0 (4e2912), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:27:01 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/bonjour.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugenebokhan/bonjour
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 4e2912c update readme
Cloned https://github.com/eugenebokhan/bonjour.git
Revision (git rev-parse @):
4e2912cddb3dcc8ec48370851ba0eb19f1a3e6af
SUCCESS checkout https://github.com/eugenebokhan/bonjour.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/eugenebokhan/bonjour.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling Bonjour Peer.swift
[4/7] Compiling Bonjour ProgressWatcher.swift
[5/7] Compiling Bonjour MCPeerID+Extensions.swift
[6/7] Emitting module Bonjour
[7/7] Compiling Bonjour BonjourSession.swift
Build complete! (6.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Bonjour",
  "name" : "Bonjour",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Bonjour",
      "targets" : [
        "Bonjour"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Bonjour",
      "module_type" : "SwiftTarget",
      "name" : "Bonjour",
      "path" : "Sources/Bonjour",
      "product_memberships" : [
        "Bonjour"
      ],
      "sources" : [
        "BonjourSession.swift",
        "Extensions/MCPeerID+Extensions.swift",
        "Peer.swift",
        "ProgressWatcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.