Build Information
Successful build of CocoaAsyncSocket, reference master (5ddba5), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 23:37:40 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/robbiehanson/CocoaAsyncSocket.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robbiehanson/CocoaAsyncSocket
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5ddba5e Merge pull request #764 from hvbommel/FixWarnings
Cloned https://github.com/robbiehanson/CocoaAsyncSocket.git
Revision (git rev-parse @):
5ddba5e72f38e56010dbfac08b44478ee5000c0c
SUCCESS checkout https://github.com/robbiehanson/CocoaAsyncSocket.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/robbiehanson/CocoaAsyncSocket.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CocoaAsyncSocket GCDAsyncSocket.m
[1/2] Compiling CocoaAsyncSocket GCDAsyncUdpSocket.m
Build complete! (1.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CocoaAsyncSocket",
"name" : "CocoaAsyncSocket",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "CocoaAsyncSocket",
"targets" : [
"CocoaAsyncSocket"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SharedSwiftTests",
"module_type" : "SwiftTarget",
"name" : "SharedSwiftTests",
"path" : "Tests/Shared/Swift",
"sources" : [
"GCDAsyncSocketReadTests.swift",
"SwiftTests.swift",
"TestServer.swift",
"TestSocket.swift"
],
"target_dependencies" : [
"CocoaAsyncSocket"
],
"type" : "test"
},
{
"c99name" : "SharedObjCTests",
"module_type" : "ClangTarget",
"name" : "SharedObjCTests",
"path" : "Tests/Shared/ObjC",
"sources" : [
"GCDAsyncSocketConnectionTests.m",
"GCDAsyncUdpSocketConnectionTests.m"
],
"target_dependencies" : [
"CocoaAsyncSocket"
],
"type" : "test"
},
{
"c99name" : "CocoaAsyncSocket",
"module_type" : "ClangTarget",
"name" : "CocoaAsyncSocket",
"path" : "Source/GCD",
"product_memberships" : [
"CocoaAsyncSocket"
],
"sources" : [
"GCDAsyncSocket.m",
"GCDAsyncUdpSocket.m"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.