Build Information
Successful build of SwiftPhoenixClient, reference master (25a4d8), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 21:34:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidstump/SwiftPhoenixClient.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davidstump/SwiftPhoenixClient
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 25a4d8a Prepare version 5.3.5
Cloned https://github.com/davidstump/SwiftPhoenixClient.git
Revision (git rev-parse @):
25a4d8a3fa754ef3fb587a34addd08c7e568abc4
SUCCESS checkout https://github.com/davidstump/SwiftPhoenixClient.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/davidstump/SwiftPhoenixClient.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/13] Emitting module SwiftPhoenixClient
[4/14] Compiling SwiftPhoenixClient SynchronizedArray.swift
[5/14] Compiling SwiftPhoenixClient Presence.swift
[6/14] Compiling SwiftPhoenixClient Push.swift
[7/14] Compiling SwiftPhoenixClient PhoenixTransport.swift
[8/14] Compiling SwiftPhoenixClient HeartbeatTimer.swift
[9/14] Compiling SwiftPhoenixClient Delegated.swift
[10/14] Compiling SwiftPhoenixClient Message.swift
[11/14] Compiling SwiftPhoenixClient Channel.swift
[12/14] Compiling SwiftPhoenixClient Defaults.swift
[13/14] Compiling SwiftPhoenixClient Socket.swift
[14/14] Compiling SwiftPhoenixClient TimeoutTimer.swift
Build complete! (4.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftPhoenixClient",
"name" : "SwiftPhoenixClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "SwiftPhoenixClient",
"targets" : [
"SwiftPhoenixClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftPhoenixClientTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPhoenixClientTests",
"path" : "Tests/SwiftPhoenixClientTests",
"sources" : [
"ChannelSpec.swift",
"DefaultSerializerSpec.swift",
"HeartbeatTimerSpec.swift",
"MessageSpec.swift",
"PresenceSpec.swift",
"SocketSpec.swift",
"TimeoutTimerSpec.swift",
"URLSessionTransportSpec.swift"
],
"target_dependencies" : [
"SwiftPhoenixClient"
],
"type" : "test"
},
{
"c99name" : "SwiftPhoenixClient",
"module_type" : "SwiftTarget",
"name" : "SwiftPhoenixClient",
"path" : "Sources/SwiftPhoenixClient",
"product_memberships" : [
"SwiftPhoenixClient"
],
"sources" : [
"Channel.swift",
"Defaults.swift",
"Delegated.swift",
"HeartbeatTimer.swift",
"Message.swift",
"PhoenixTransport.swift",
"Presence.swift",
"Push.swift",
"Socket.swift",
"SynchronizedArray.swift",
"TimeoutTimer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.