Build Information
Successful build of PusherSwift, reference main (913dcc), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 17:09:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/beMappy/PusherSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/beMappy/PusherSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 913dcc4 chore: Release SPM version as a pod
Cloned https://github.com/beMappy/PusherSwift.git
Revision (git rev-parse @):
913dcc4795062dcb3ee8946d18a1a64f730461f9
SUCCESS checkout https://github.com/beMappy/PusherSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/beMappy/PusherSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying NWWebSocket.framework
[2/5] Copying PusherSwift.framework
[2/5] Copying TweetNacl.framework
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/7] Compiling PusherSwiftWrapper PusherSwiftWrapper.swift
[7/7] Emitting module PusherSwiftWrapper
Build complete! (6.72s)
Fetching https://github.com/beMappy/NWWebSocket
Fetching https://github.com/beMappy/TweetNacl
[1/708] Fetching nwwebsocket
[639/1524] Fetching nwwebsocket, tweetnacl
Fetched https://github.com/beMappy/TweetNacl from cache (4.04s)
Fetched https://github.com/beMappy/NWWebSocket from cache (4.04s)
Computing version for https://github.com/beMappy/NWWebSocket
Computed https://github.com/beMappy/NWWebSocket at 0.5.2-SPM (4.55s)
Computing version for https://github.com/beMappy/TweetNacl
Computed https://github.com/beMappy/TweetNacl at 1.0.2-SPM (0.46s)
Creating working copy for https://github.com/beMappy/NWWebSocket
Working copy of https://github.com/beMappy/NWWebSocket resolved at 0.5.2-SPM
Creating working copy for https://github.com/beMappy/TweetNacl
Working copy of https://github.com/beMappy/TweetNacl resolved at 1.0.2-SPM
Build complete.
{
"dependencies" : [
{
"identity" : "tweetnacl",
"requirement" : {
"exact" : [
"1.0.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/TweetNacl"
},
{
"identity" : "nwwebsocket",
"requirement" : {
"exact" : [
"0.5.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/NWWebSocket"
}
],
"manifest_display_name" : "PusherSwift",
"name" : "PusherSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "PusherSwift",
"targets" : [
"PusherSwiftWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PusherSwiftWrapper",
"module_type" : "SwiftTarget",
"name" : "PusherSwiftWrapper",
"path" : "Sources/PusherSwiftWrapper",
"product_dependencies" : [
"TweetNacl",
"NWWebSocket"
],
"product_memberships" : [
"PusherSwift"
],
"sources" : [
"PusherSwiftWrapper.swift"
],
"target_dependencies" : [
"PusherSwift"
],
"type" : "library"
},
{
"c99name" : "PusherSwift",
"module_type" : "BinaryTarget",
"name" : "PusherSwift",
"path" : "PusherSwift.xcframework",
"product_memberships" : [
"PusherSwift"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.7"
}
Done.