Build Information
Successful build of Peertalk, reference v1.0.0 (02b8be
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 21:48:21 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: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmergeTools/peertalk
* tag v1.0.0 -> FETCH_HEAD
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 v1.0.0
========================================
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.50s)
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.