The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PusherSwift, reference master (abcdff), with Swift 6.2 for macOS (SPM) on 9 Dec 2025 17:46:49 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pusher/pusher-websocket-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pusher/pusher-websocket-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at abcdff7 Merge pull request #454 from pusher/update-tweetnacl
Cloned https://github.com/pusher/pusher-websocket-swift.git
Revision (git rev-parse @):
abcdff7c2b42b9f159b2a387b82f67aac59c5f85
SUCCESS checkout https://github.com/pusher/pusher-websocket-swift.git at master
Fetching https://github.com/pusher/NWWebSocket.git
Fetching https://github.com/pusher/tweetnacl-swiftwrap
[1/785] Fetching nwwebsocket
[198/1190] Fetching nwwebsocket, tweetnacl-swiftwrap
Fetched https://github.com/pusher/NWWebSocket.git from cache (1.14s)
Fetched https://github.com/pusher/tweetnacl-swiftwrap from cache (1.14s)
Computing version for https://github.com/pusher/tweetnacl-swiftwrap
Computed https://github.com/pusher/tweetnacl-swiftwrap at 1.2.0 (1.78s)
Computing version for https://github.com/pusher/NWWebSocket.git
Computed https://github.com/pusher/NWWebSocket.git at 0.5.9 (0.76s)
Creating working copy for https://github.com/pusher/NWWebSocket.git
Working copy of https://github.com/pusher/NWWebSocket.git resolved at 0.5.9
Creating working copy for https://github.com/pusher/tweetnacl-swiftwrap
Working copy of https://github.com/pusher/tweetnacl-swiftwrap resolved at 1.2.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": "pusher-websocket-swift",
      "name": "PusherSwift",
      "url": "https://github.com/pusher/pusher-websocket-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/pusher-websocket-swift",
      "dependencies": [
        {
          "identity": "nwwebsocket",
          "name": "NWWebSocket",
          "url": "https://github.com/pusher/NWWebSocket.git",
          "version": "0.5.9",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NWWebSocket",
          "dependencies": [
          ]
        },
        {
          "identity": "tweetnacl-swiftwrap",
          "name": "TweetNacl",
          "url": "https://github.com/pusher/tweetnacl-swiftwrap",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tweetnacl-swiftwrap",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/pusher/pusher-websocket-swift.git
[1/10198] Fetching pusher-websocket-swift
Fetched https://github.com/pusher/pusher-websocket-swift.git from cache (1.38s)
Fetching https://github.com/pusher/tweetnacl-swiftwrap from cache
Fetching https://github.com/pusher/NWWebSocket.git from cache
Fetched https://github.com/pusher/tweetnacl-swiftwrap from cache (0.49s)
Fetched https://github.com/pusher/NWWebSocket.git from cache (0.49s)
Computing version for https://github.com/pusher/tweetnacl-swiftwrap
Computed https://github.com/pusher/tweetnacl-swiftwrap at 1.2.0 (0.54s)
Computing version for https://github.com/pusher/NWWebSocket.git
Computed https://github.com/pusher/NWWebSocket.git at 0.5.9 (0.03s)
Creating working copy for https://github.com/pusher/NWWebSocket.git
Working copy of https://github.com/pusher/NWWebSocket.git resolved at 0.5.9
Creating working copy for https://github.com/pusher/pusher-websocket-swift.git
Working copy of https://github.com/pusher/pusher-websocket-swift.git resolved at master (abcdff7)
Creating working copy for https://github.com/pusher/tweetnacl-swiftwrap
Working copy of https://github.com/pusher/tweetnacl-swiftwrap resolved at 1.2.0
warning: '.resolve-product-dependencies': dependency 'pusher-websocket-swift' is not used by any target
Found 2 product dependencies
  - NWWebSocket
  - TweetNacl
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pusher/pusher-websocket-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-49B95AFC49DCD68C.txt
[4/5] Compiling CTweetNacl ctweetnacl.c
[6/12] Compiling TweetNacl Constant.swift
[7/12] Compiling TweetNacl TweetNacl.swift
[8/12] Emitting module TweetNacl
[9/12] Compiling NWWebSocket NWWebSocket.swift
[10/12] Emitting module NWWebSocket
[11/12] Compiling NWWebSocket WebSocketConnection.swift
[12/12] Compiling NWWebSocket NWConnection+Extension.swift
[13/52] Compiling PusherSwift PusherError+ObjectiveC.swift
[14/52] Compiling PusherSwift PusherHost+ObjectiveC.swift
[15/52] Compiling PusherSwift AuthRequestBuilderProtocol.swift
[16/52] Compiling PusherSwift Authorizer.swift
[17/56] Emitting module PusherSwift
[18/56] Compiling PusherSwift PusherPresenceChannelMember.swift
[19/56] Compiling PusherSwift QueuedClientEvent.swift
[20/56] Compiling PusherSwift AuthMethod+ObjectiveC.swift
[21/56] Compiling PusherSwift OCAuthMethod.swift
[22/56] Compiling PusherSwift OCPusherHost.swift
[23/56] Compiling PusherSwift Pusher+ObjectiveC.swift
[24/56] Compiling PusherSwift PusherClientOptions+ObjectiveC.swift
[25/56] Compiling PusherSwift PusherConnection+ObjectiveC.swift
[26/56] Compiling PusherSwift Constants.swift
[27/56] Compiling PusherSwift EventError.swift
[28/56] Compiling PusherSwift EventHandler.swift
[29/56] Compiling PusherSwift PusherAuth.swift
[30/56] Compiling PusherSwift PusherChannel.swift
[31/56] Compiling PusherSwift Logger.swift
[32/56] Compiling PusherSwift AuthError.swift
[33/56] Compiling PusherSwift AuthMethod.swift
[34/56] Compiling PusherSwift ChannelsProtocolCloseCode.swift
[35/56] Compiling PusherSwift ConnectionState.swift
[36/56] Compiling PusherSwift EventFactory.swift
[37/56] Compiling PusherSwift EventQueue.swift
[38/56] Compiling PusherSwift EventQueueDelegate.swift
[39/56] Compiling PusherSwift PusherDelegate.swift
[40/56] Compiling PusherSwift PusherEvent.swift
[41/56] Compiling PusherSwift PusherGlobalChannel.swift
[42/56] Compiling PusherSwift PusherHost.swift
[43/56] Compiling PusherSwift PusherPresenceChannel.swift
[44/56] Compiling PusherSwift PusherChannelType.swift
[45/56] Compiling PusherSwift PusherChannels.swift
[46/56] Compiling PusherSwift PusherClientOptions.swift
[47/56] Compiling PusherSwift PusherError.swift
[48/56] Compiling PusherSwift PusherChannel+EncryptionHelpers.swift
[49/56] Compiling PusherSwift PusherConnection+WebsocketDelegate.swift
[50/56] Compiling PusherSwift URL+Pusher.swift
[51/56] Compiling PusherSwift Crypto.swift
[52/56] Compiling PusherSwift EventParser.swift
[53/56] Compiling PusherSwift PusherSwift.swift
[54/56] Compiling PusherSwift ChannelEventFactory.swift
[55/56] Compiling PusherSwift ChannelEventQueue.swift
[56/56] Compiling PusherSwift PusherConnection.swift
Build complete! (5.14s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nwwebsocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.9",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pusher/NWWebSocket.git"
    },
    {
      "identity" : "tweetnacl-swiftwrap",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pusher/tweetnacl-swiftwrap"
    }
  ],
  "manifest_display_name" : "PusherSwift",
  "name" : "PusherSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PusherSwift",
      "targets" : [
        "PusherSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PusherSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PusherSwiftTests",
      "path" : "Tests",
      "sources" : [
        "Extensions/String+Extensions.swift",
        "Extensions/XCTest+Assertions.swift",
        "Helpers/Helpers.swift",
        "Helpers/Mocks.swift",
        "Helpers/TestObjects.swift",
        "Integration/AuthenticationTests.swift",
        "Integration/PusherClientInitializationTests.swift",
        "Integration/PusherIncomingEventHandlingTests.swift",
        "Integration/PusherTopLevelAPITests.swift",
        "Unit/Helpers/ChannelEventFactory+DecryptionTests.swift",
        "Unit/Helpers/ChannelEventFactoryTests.swift",
        "Unit/Helpers/CryptoTests.swift",
        "Unit/Models/ClientEventTests.swift",
        "Unit/Models/PresenceChannelTests.swift",
        "Unit/Models/PrivateEncryptedChannelTests.swift",
        "Unit/Models/PusherChannelTests.swift",
        "Unit/Protocols/PusherConnectionDelegateTests.swift",
        "Unit/Services/ChannelEventQueue+DecryptionTests.swift",
        "Unit/Services/ChannelEventQueueTests.swift",
        "Unit/Services/PusherConnectionTests.swift"
      ],
      "target_dependencies" : [
        "PusherSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PusherSwift",
      "module_type" : "SwiftTarget",
      "name" : "PusherSwift",
      "path" : "Sources",
      "product_dependencies" : [
        "NWWebSocket",
        "TweetNacl"
      ],
      "product_memberships" : [
        "PusherSwift"
      ],
      "sources" : [
        "Extensions/PusherChannel+EncryptionHelpers.swift",
        "Extensions/PusherConnection+WebsocketDelegate.swift",
        "Extensions/URL+Pusher.swift",
        "Helpers/Crypto.swift",
        "Helpers/EventParser.swift",
        "Helpers/Logger.swift",
        "Models/AuthError.swift",
        "Models/AuthMethod.swift",
        "Models/ChannelsProtocolCloseCode.swift",
        "Models/ConnectionState.swift",
        "Models/Constants.swift",
        "Models/EventError.swift",
        "Models/EventHandler.swift",
        "Models/PusherAuth.swift",
        "Models/PusherChannel.swift",
        "Models/PusherChannelType.swift",
        "Models/PusherChannels.swift",
        "Models/PusherClientOptions.swift",
        "Models/PusherError.swift",
        "Models/PusherEvent.swift",
        "Models/PusherGlobalChannel.swift",
        "Models/PusherHost.swift",
        "Models/PusherPresenceChannel.swift",
        "Models/PusherPresenceChannelMember.swift",
        "Models/QueuedClientEvent.swift",
        "ObjC/AuthMethod+ObjectiveC.swift",
        "ObjC/OCAuthMethod.swift",
        "ObjC/OCPusherHost.swift",
        "ObjC/Pusher+ObjectiveC.swift",
        "ObjC/PusherClientOptions+ObjectiveC.swift",
        "ObjC/PusherConnection+ObjectiveC.swift",
        "ObjC/PusherError+ObjectiveC.swift",
        "ObjC/PusherHost+ObjectiveC.swift",
        "Protocols/AuthRequestBuilderProtocol.swift",
        "Protocols/Authorizer.swift",
        "Protocols/EventFactory.swift",
        "Protocols/EventQueue.swift",
        "Protocols/EventQueueDelegate.swift",
        "Protocols/PusherDelegate.swift",
        "PusherSwift.swift",
        "Services/ChannelEventFactory.swift",
        "Services/ChannelEventQueue.swift",
        "Services/PusherConnection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.