The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftphoenixclient",
      "name": "SwiftPhoenixClient",
      "url": "https://github.com/davidstump/SwiftPhoenixClient.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftPhoenixClient",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/davidstump/SwiftPhoenixClient.git
[1/4312] Fetching swiftphoenixclient
Fetched https://github.com/davidstump/SwiftPhoenixClient.git from cache (4.05s)
Creating working copy for https://github.com/davidstump/SwiftPhoenixClient.git
Working copy of https://github.com/davidstump/SwiftPhoenixClient.git resolved at master (7d23b4a)
warning: '.resolve-product-dependencies': dependency 'swiftphoenixclient' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/davidstump/SwiftPhoenixClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/13] Compiling SwiftPhoenixClient Push.swift
[4/14] Compiling SwiftPhoenixClient Presence.swift
[5/14] Compiling SwiftPhoenixClient SynchronizedArray.swift
[6/14] Compiling SwiftPhoenixClient Message.swift
[7/14] Compiling SwiftPhoenixClient PhoenixTransport.swift
[8/14] Compiling SwiftPhoenixClient Delegated.swift
[9/14] Compiling SwiftPhoenixClient HeartbeatTimer.swift
[10/14] Compiling SwiftPhoenixClient Channel.swift
[11/14] Compiling SwiftPhoenixClient Defaults.swift
[12/14] Compiling SwiftPhoenixClient Socket.swift
[13/14] Emitting module SwiftPhoenixClient
[14/14] Compiling SwiftPhoenixClient TimeoutTimer.swift
Build complete! (4.86s)
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.