Build Information
Successful build of PusherSwift 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.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pusher/pusher-websocket-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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 886341f Use organization level CocoaPods token (#423)
Cloned https://github.com/pusher/pusher-websocket-swift.git
Revision (git rev-parse @):
886341f9dad453c9822f2525136ee2006a6c3c9e
SUCCESS checkout https://github.com/pusher/pusher-websocket-swift.git at master
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache
Fetching https://github.com/pusher/NWWebSocket.git from cache
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap (0.23s)
Fetched https://github.com/pusher/NWWebSocket.git (0.24s)
Computing version for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Computed https://github.com/bitmark-inc/tweetnacl-swiftwrap at 1.0.2 (0.98s)
Computing version for https://github.com/pusher/NWWebSocket.git
Computed https://github.com/pusher/NWWebSocket.git at 0.5.4 (0.82s)
Creating working copy for https://github.com/pusher/NWWebSocket.git
Working copy of https://github.com/pusher/NWWebSocket.git resolved at 0.5.4
Creating working copy for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Working copy of https://github.com/bitmark-inc/tweetnacl-swiftwrap resolved at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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.4",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NWWebSocket",
"dependencies": [
]
},
{
"identity": "tweetnacl-swiftwrap",
"name": "TweetNacl",
"url": "https://github.com/bitmark-inc/tweetnacl-swiftwrap",
"version": "1.1.0",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tweetnacl-swiftwrap",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/pusher/pusher-websocket-swift.git from cache
Fetched https://github.com/pusher/pusher-websocket-swift.git (0.32s)
Fetching https://github.com/pusher/NWWebSocket.git from cache
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap (0.25s)
Fetched https://github.com/pusher/NWWebSocket.git (0.31s)
Computing version for https://github.com/pusher/NWWebSocket.git
Computed https://github.com/pusher/NWWebSocket.git at 0.5.4 (0.04s)
Computing version for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Computed https://github.com/bitmark-inc/tweetnacl-swiftwrap at 1.1.0 (0.07s)
Creating working copy for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Working copy of https://github.com/bitmark-inc/tweetnacl-swiftwrap resolved at 1.1.0
Creating working copy for https://github.com/pusher/NWWebSocket.git
Working copy of https://github.com/pusher/NWWebSocket.git resolved at 0.5.4
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
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: 5.9
Building package at path: $workDir
https://github.com/pusher/pusher-websocket-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling CTweetNacl ctweetnacl.c
[2/8] Compiling NWWebSocket NWConnection+Extension.swift
[3/8] Compiling TweetNacl TweetNacl.swift
[4/8] Compiling TweetNacl Constant.swift
[5/8] Emitting module TweetNacl
[6/8] Emitting module NWWebSocket
[7/8] Compiling NWWebSocket NWWebSocket.swift
[8/8] Compiling NWWebSocket WebSocketConnection.swift
[9/47] Compiling PusherSwift Pusher+ObjectiveC.swift
[10/47] Compiling PusherSwift PusherClientOptions+ObjectiveC.swift
[11/47] Compiling PusherSwift PusherConnection+ObjectiveC.swift
[12/47] Compiling PusherSwift PusherError+ObjectiveC.swift
[13/47] Compiling PusherSwift PusherHost+ObjectiveC.swift
[14/52] Emitting module PusherSwift
[15/52] Compiling PusherSwift AuthRequestBuilderProtocol.swift
[16/52] Compiling PusherSwift Authorizer.swift
[17/52] Compiling PusherSwift EventFactory.swift
[18/52] Compiling PusherSwift EventQueue.swift
[19/52] Compiling PusherSwift EventQueueDelegate.swift
[20/52] Compiling PusherSwift EventHandler.swift
[21/52] Compiling PusherSwift PusherAuth.swift
[22/52] Compiling PusherSwift PusherChannel.swift
[23/52] Compiling PusherSwift PusherChannelType.swift
[24/52] Compiling PusherSwift PusherChannels.swift
[25/52] Compiling PusherSwift PusherClientOptions.swift
[26/52] Compiling PusherSwift PusherPresenceChannelMember.swift
[27/52] Compiling PusherSwift QueuedClientEvent.swift
[28/52] Compiling PusherSwift AuthMethod+ObjectiveC.swift
[29/52] Compiling PusherSwift OCAuthMethod.swift
[30/52] Compiling PusherSwift OCPusherHost.swift
[31/52] Compiling PusherSwift PusherError.swift
[32/52] Compiling PusherSwift PusherEvent.swift
[33/52] Compiling PusherSwift PusherGlobalChannel.swift
[34/52] Compiling PusherSwift PusherHost.swift
[35/52] Compiling PusherSwift PusherPresenceChannel.swift
[36/52] Compiling PusherSwift AuthError.swift
[37/52] Compiling PusherSwift AuthMethod.swift
[38/52] Compiling PusherSwift ChannelsProtocolCloseCode.swift
[39/52] Compiling PusherSwift ConnectionState.swift
[40/52] Compiling PusherSwift Constants.swift
[41/52] Compiling PusherSwift EventError.swift
[42/52] Compiling PusherSwift PusherChannel+EncryptionHelpers.swift
[43/52] Compiling PusherSwift PusherConnection+WebsocketDelegate.swift
[44/52] Compiling PusherSwift URL+Pusher.swift
[45/52] Compiling PusherSwift Crypto.swift
[46/52] Compiling PusherSwift EventParser.swift
[47/52] Compiling PusherSwift Logger.swift
[48/52] Compiling PusherSwift PusherDelegate.swift
[49/52] Compiling PusherSwift PusherSwift.swift
[50/52] Compiling PusherSwift ChannelEventFactory.swift
[51/52] Compiling PusherSwift ChannelEventQueue.swift
[52/52] Compiling PusherSwift PusherConnection.swift
Build complete! (10.75s)
Build complete.
Done.