The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftPhoenixClient, reference 5.3.5 (25a4d8), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 21:34:46 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/davidstump/SwiftPhoenixClient.git
Reference: 5.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davidstump/SwiftPhoenixClient
 * tag               5.3.5      -> FETCH_HEAD
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 5.3.5
========================================
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] Compiling SwiftPhoenixClient Push.swift
[4/13] Compiling SwiftPhoenixClient Channel.swift
[5/13] Compiling SwiftPhoenixClient Defaults.swift
[6/13] Compiling SwiftPhoenixClient Message.swift
[7/13] Compiling SwiftPhoenixClient SynchronizedArray.swift
[8/13] Emitting module SwiftPhoenixClient
[9/13] Compiling SwiftPhoenixClient Delegated.swift
[10/13] Compiling SwiftPhoenixClient HeartbeatTimer.swift
[11/13] Compiling SwiftPhoenixClient Socket.swift
[12/13] Compiling SwiftPhoenixClient PhoenixTransport.swift
[13/13] Compiling SwiftPhoenixClient Presence.swift
[14/14] Compiling SwiftPhoenixClient TimeoutTimer.swift
Build complete! (4.55s)
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.