The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftPhoenixClient with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidstump/SwiftPhoenixClient.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/davidstump/SwiftPhoenixClient
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7d23b4a Merge pull request #255 from ejensen/channel-thread-safety
Cloned https://github.com/davidstump/SwiftPhoenixClient.git
Revision (git rev-parse @):
7d23b4a67144950607b66297fa8c73384781fb83
SUCCESS checkout https://github.com/davidstump/SwiftPhoenixClient.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/davidstump/SwiftPhoenixClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling SwiftPhoenixClient SynchronizedArray.swift
[2/12] Compiling SwiftPhoenixClient Presence.swift
[3/12] Compiling SwiftPhoenixClient Push.swift
[4/12] Compiling SwiftPhoenixClient Message.swift
[5/12] Compiling SwiftPhoenixClient PhoenixTransport.swift
[6/12] Compiling SwiftPhoenixClient Channel.swift
[7/12] Compiling SwiftPhoenixClient Defaults.swift
[8/12] Emitting module SwiftPhoenixClient
[9/12] Compiling SwiftPhoenixClient Delegated.swift
[10/12] Compiling SwiftPhoenixClient HeartbeatTimer.swift
[11/12] Compiling SwiftPhoenixClient Socket.swift
[12/12] Compiling SwiftPhoenixClient TimeoutTimer.swift
Build complete! (4.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftPhoenixClient",
  "name" : "SwiftPhoenixClient",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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.