The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftPhoenixClient, reference master (25a4d8), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 14:53:15 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "swiftphoenixclient",
      "name": "SwiftPhoenixClient",
      "url": "https://github.com/davidstump/SwiftPhoenixClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftPhoenixClient",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/davidstump/SwiftPhoenixClient.git
[1/5718] Fetching swiftphoenixclient
Fetched https://github.com/davidstump/SwiftPhoenixClient.git from cache (1.91s)
Creating working copy for https://github.com/davidstump/SwiftPhoenixClient.git
Working copy of https://github.com/davidstump/SwiftPhoenixClient.git resolved at master (25a4d8a)
warning: '.resolve-product-dependencies': dependency 'swiftphoenixclient' 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/davidstump/SwiftPhoenixClient.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 SwiftPhoenixClient Delegated.swift
[4/13] Compiling SwiftPhoenixClient Socket.swift
[5/13] Emitting module SwiftPhoenixClient
[6/13] Compiling SwiftPhoenixClient Message.swift
[7/13] Compiling SwiftPhoenixClient SynchronizedArray.swift
[8/13] Compiling SwiftPhoenixClient Channel.swift
[9/13] Compiling SwiftPhoenixClient Defaults.swift
[10/13] Compiling SwiftPhoenixClient HeartbeatTimer.swift
[11/13] Compiling SwiftPhoenixClient PhoenixTransport.swift
[12/13] Compiling SwiftPhoenixClient Presence.swift
[13/13] Compiling SwiftPhoenixClient Push.swift
[14/14] Compiling SwiftPhoenixClient TimeoutTimer.swift
Build complete! (4.67s)
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.