Build Information
Successful build of PhoenixNectar, reference main (9e28f5), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 06:35:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jvdvleuten/PhoenixNectar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jvdvleuten/PhoenixNectar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9e28f58 Harden Phoenix E2E readiness check
Cloned https://github.com/jvdvleuten/PhoenixNectar.git
Revision (git rev-parse @):
9e28f589752042f6d8f0ae4d2f103d72e54237d2
SUCCESS checkout https://github.com/jvdvleuten/PhoenixNectar.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jvdvleuten/PhoenixNectar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/13] Compiling PhoenixNectar PhoenixAPI.swift
[4/13] Compiling PhoenixNectar Defaults.swift
[5/13] Compiling PhoenixNectar PhoenixEvents.swift
[6/13] Emitting module PhoenixNectar
[7/13] Compiling PhoenixNectar PhoenixErrors.swift
[8/13] Compiling PhoenixNectar PhoenixTransport.swift
[9/13] Compiling PhoenixNectar ChannelHandle.swift
[10/13] Compiling PhoenixNectar ClockScheduler.swift
[11/13] Compiling PhoenixNectar PhoenixValue.swift
[12/13] Compiling PhoenixNectar PhoenixMessage.swift
[13/13] Compiling PhoenixNectar PhoenixNectar.swift
[14/14] Compiling PhoenixNectar SocketClient.swift
Build complete! (6.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PhoenixNectar",
"name" : "PhoenixNectar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "PhoenixNectar",
"targets" : [
"PhoenixNectar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PhoenixNectarTests",
"module_type" : "SwiftTarget",
"name" : "PhoenixNectarTests",
"path" : "Tests/PhoenixNectarTests",
"sources" : [
"ClientActorTests.swift",
"ModernAPITests.swift",
"PhoenixE2ETests.swift",
"PhoenixValueTests.swift",
"Support/TestScheduler.swift",
"Support/TestTransport.swift"
],
"target_dependencies" : [
"PhoenixNectar"
],
"type" : "test"
},
{
"c99name" : "PhoenixNectar",
"module_type" : "SwiftTarget",
"name" : "PhoenixNectar",
"path" : "Sources/PhoenixNectar",
"product_memberships" : [
"PhoenixNectar"
],
"sources" : [
"ChannelHandle.swift",
"ClockScheduler.swift",
"Defaults.swift",
"PhoenixAPI.swift",
"PhoenixErrors.swift",
"PhoenixEvents.swift",
"PhoenixMessage.swift",
"PhoenixNectar.swift",
"PhoenixTransport.swift",
"PhoenixValue.swift",
"SocketClient.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.