The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PhoenixNectar, reference 0.1.0 (5f9eea), with Swift 6.2 for macOS (SPM) on 18 Mar 2026 00:18:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jvdvleuten/PhoenixNectar.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jvdvleuten/PhoenixNectar
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 5f9eea6 Initial commit
Cloned https://github.com/jvdvleuten/PhoenixNectar.git
Revision (git rev-parse @):
5f9eea6b8c3f24379491784f5c79078b061ed682
SUCCESS checkout https://github.com/jvdvleuten/PhoenixNectar.git at 0.1.0
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jvdvleuten/PhoenixNectar.git
[1/221] Fetching phoenixnectar
Fetched https://github.com/jvdvleuten/PhoenixNectar.git from cache (0.95s)
Creating working copy for https://github.com/jvdvleuten/PhoenixNectar.git
Working copy of https://github.com/jvdvleuten/PhoenixNectar.git resolved at 0.1.0 (5f9eea6)
warning: '.resolve-product-dependencies': dependency 'phoenixnectar' is not used by any target
Found 0 product dependencies
========================================
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.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/13] Compiling PhoenixNectar PhoenixValue.swift
[4/14] Compiling PhoenixNectar PhoenixNectar.swift
[5/14] Compiling PhoenixNectar PhoenixEvents.swift
[6/14] Compiling PhoenixNectar PhoenixMessage.swift
[7/14] Compiling PhoenixNectar PhoenixErrors.swift
[8/14] Compiling PhoenixNectar PhoenixAPI.swift
[9/14] Compiling PhoenixNectar Defaults.swift
[10/14] Emitting module PhoenixNectar
[11/14] Compiling PhoenixNectar ChannelHandle.swift
[12/14] Compiling PhoenixNectar ClockScheduler.swift
[13/14] Compiling PhoenixNectar PhoenixTransport.swift
[14/14] Compiling PhoenixNectar SocketClient.swift
Build complete! (6.35s)
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.