Build Information
Successful build of PhoenixNectar, reference main (9e28f5), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 06:35:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "phoenixnectar",
"name": "PhoenixNectar",
"url": "https://github.com/jvdvleuten/PhoenixNectar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PhoenixNectar",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jvdvleuten/PhoenixNectar.git
[1/238] Fetching phoenixnectar
Fetched https://github.com/jvdvleuten/PhoenixNectar.git from cache (0.99s)
Creating working copy for https://github.com/jvdvleuten/PhoenixNectar.git
Working copy of https://github.com/jvdvleuten/PhoenixNectar.git resolved at main (9e28f58)
warning: '.resolve-product-dependencies': dependency 'phoenixnectar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jvdvleuten/PhoenixNectar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling PhoenixNectar PhoenixNectar.swift
[4/13] Compiling PhoenixNectar PhoenixEvents.swift
[5/13] Compiling PhoenixNectar PhoenixErrors.swift
[6/14] Compiling PhoenixNectar PhoenixMessage.swift
[7/14] Compiling PhoenixNectar PhoenixValue.swift
[8/14] Compiling PhoenixNectar Defaults.swift
[9/14] Emitting module PhoenixNectar
[10/14] Compiling PhoenixNectar ChannelHandle.swift
[11/14] Compiling PhoenixNectar ClockScheduler.swift
[12/14] Compiling PhoenixNectar PhoenixAPI.swift
[13/14] Compiling PhoenixNectar PhoenixTransport.swift
[14/14] Compiling PhoenixNectar SocketClient.swift
Build complete! (6.87s)
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.