Build Information
Successful build of SocketIO, reference master (42da87), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 04:47:18 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/socketio/socket.io-client-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/socketio/socket.io-client-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 42da871 update readme
Cloned https://github.com/socketio/socket.io-client-swift.git
Revision (git rev-parse @):
42da871d9369f290d6ec4930636c40672143905b
SUCCESS checkout https://github.com/socketio/socket.io-client-swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/socketio/socket.io-client-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/24] Emitting module Starscream
[6/26] Compiling Starscream Engine.swift
[7/26] Compiling Starscream NativeEngine.swift
[8/26] Compiling Starscream Framer.swift
[9/26] Compiling Starscream HTTPHandler.swift
[10/26] Compiling Starscream Compression.swift
[11/26] Compiling Starscream WSCompression.swift
[12/26] Compiling Starscream Data+Extensions.swift
[13/26] Compiling Starscream FoundationTransport.swift
[14/26] Compiling Starscream TCPTransport.swift
[15/26] Compiling Starscream FoundationHTTPServerHandler.swift
[16/26] Compiling Starscream FrameCollector.swift
[17/26] Compiling Starscream WSEngine.swift
[18/26] Compiling Starscream FoundationHTTPHandler.swift
[19/26] Compiling Starscream StringHTTPHandler.swift
[20/26] Compiling Starscream FoundationSecurity.swift
[21/26] Compiling Starscream WebSocketServer.swift
[22/26] Compiling Starscream WebSocket.swift
[23/26] Compiling Starscream Security.swift
[24/26] Compiling Starscream Server.swift
[25/26] Compiling Starscream Transport.swift
[26/26] Compiling Starscream resource_bundle_accessor.swift
[27/49] Compiling SocketIO SocketExtensions.swift
[28/49] Compiling SocketIO SocketLogger.swift
[29/51] Compiling SocketIO SocketEngineSpec.swift
[30/51] Compiling SocketIO SocketEngineWebsocket.swift
[31/51] Compiling SocketIO SocketAckEmitter.swift
[32/51] Compiling SocketIO SocketAckManager.swift
[33/51] Compiling SocketIO SocketAnyEvent.swift
[34/51] Emitting module SocketIO
[35/51] Compiling SocketIO SocketStringReader.swift
[36/51] Compiling SocketIO SocketTypes.swift
[37/51] Compiling SocketIO SocketManager.swift
[38/51] Compiling SocketIO SocketManagerSpec.swift
[39/51] Compiling SocketIO SocketPacket.swift
[40/51] Compiling SocketIO SocketParsable.swift
[41/51] Compiling SocketIO SocketEnginePacketType.swift
[42/51] Compiling SocketIO SocketEnginePollable.swift
[43/51] Compiling SocketIO SocketEventHandler.swift
[44/51] Compiling SocketIO SocketIOClient.swift
[45/51] Compiling SocketIO SocketIOClientConfiguration.swift
[46/51] Compiling SocketIO SocketRawView.swift
[47/51] Compiling SocketIO SocketEngine.swift
[48/51] Compiling SocketIO SocketEngineClient.swift
[49/51] Compiling SocketIO SocketIOClientOption.swift
[50/51] Compiling SocketIO SocketIOClientSpec.swift
[51/51] Compiling SocketIO SocketIOStatus.swift
Build complete! (8.60s)
Fetching https://github.com/daltoniam/Starscream
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (1.19s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (1.71s)
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Build complete.
{
"dependencies" : [
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.8",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream"
}
],
"manifest_display_name" : "SocketIO",
"name" : "SocketIO",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SocketIO",
"targets" : [
"SocketIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestSocketIO",
"module_type" : "SwiftTarget",
"name" : "TestSocketIO",
"path" : "Tests/TestSocketIO",
"sources" : [
"SocketAckManagerTest.swift",
"SocketBasicPacketTest.swift",
"SocketEngineTest.swift",
"SocketIOClientConfigurationTest.swift",
"SocketMangerTest.swift",
"SocketNamespacePacketTest.swift",
"SocketParserTest.swift",
"SocketSideEffectTest.swift",
"utils.swift"
],
"target_dependencies" : [
"SocketIO"
],
"type" : "test"
},
{
"c99name" : "SocketIO",
"module_type" : "SwiftTarget",
"name" : "SocketIO",
"path" : "Source/SocketIO",
"product_dependencies" : [
"Starscream"
],
"product_memberships" : [
"SocketIO"
],
"sources" : [
"Ack/SocketAckEmitter.swift",
"Ack/SocketAckManager.swift",
"Client/SocketAnyEvent.swift",
"Client/SocketEventHandler.swift",
"Client/SocketIOClient.swift",
"Client/SocketIOClientConfiguration.swift",
"Client/SocketIOClientOption.swift",
"Client/SocketIOClientSpec.swift",
"Client/SocketIOStatus.swift",
"Client/SocketRawView.swift",
"Engine/SocketEngine.swift",
"Engine/SocketEngineClient.swift",
"Engine/SocketEnginePacketType.swift",
"Engine/SocketEnginePollable.swift",
"Engine/SocketEngineSpec.swift",
"Engine/SocketEngineWebsocket.swift",
"Manager/SocketManager.swift",
"Manager/SocketManagerSpec.swift",
"Parse/SocketPacket.swift",
"Parse/SocketParsable.swift",
"Util/SocketExtensions.swift",
"Util/SocketLogger.swift",
"Util/SocketStringReader.swift",
"Util/SocketTypes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.