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 Peertalk, reference feature/spm (02b8be), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 21:44:18 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/EmergeTools/peertalk.git
Reference: feature/spm
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmergeTools/peertalk
 * branch            feature/spm -> FETCH_HEAD
 * [new branch]      feature/spm -> origin/feature/spm
HEAD is now at 02b8beb Update Package.swift
Cloned https://github.com/EmergeTools/peertalk.git
Revision (git rev-parse @):
02b8bebff91cd3d7a5d89c0ddb4bbd873c62879d
SUCCESS checkout https://github.com/EmergeTools/peertalk.git at feature/spm
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/EmergeTools/peertalk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling Peertalk PTChannel.m
[1/3] Compiling Peertalk PTUSBHub.m
[2/3] Compiling Peertalk PTProtocol.m
Build complete! (1.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Peertalk",
  "name" : "Peertalk",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Peertalk",
      "targets" : [
        "Peertalk"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PeertalkTests",
      "module_type" : "ClangTarget",
      "name" : "PeertalkTests",
      "path" : "peertalk-tests",
      "sources" : [
        "PTProtocolTests.m"
      ],
      "target_dependencies" : [
        "Peertalk"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Peertalk",
      "module_type" : "ClangTarget",
      "name" : "Peertalk",
      "path" : "peertalk",
      "product_memberships" : [
        "Peertalk"
      ],
      "sources" : [
        "PTChannel.m",
        "PTProtocol.m",
        "PTUSBHub.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.