Build Information
Successful build of SwifterSockets, reference 1.1.3 (a1bad9
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:12:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Balancingrock/SwifterSockets.git
Reference: 1.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Balancingrock/SwifterSockets
* tag 1.1.3 -> FETCH_HEAD
HEAD is now at a1bad95 reduced target macos to 10.10
Cloned https://github.com/Balancingrock/SwifterSockets.git
Revision (git rev-parse @):
a1bad95095bca87756cd0f3d72d6b448ce5684a3
SUCCESS checkout https://github.com/Balancingrock/SwifterSockets.git at 1.1.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Balancingrock/SwifterSockets.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling SwifterSockets TransmitterProtocol.swift
[4/19] Compiling SwifterSockets TipTransfer.swift
[5/20] Compiling SwifterSockets TipReceiverLoop.swift
[6/20] Compiling SwifterSockets TipServer.swift
[7/20] Compiling SwifterSockets SwifterSocketsResult.swift
[8/20] Compiling SwifterSockets SwifterSocketsUtils.swift
[9/20] Compiling SwifterSockets TipAccept.swift
[10/20] Compiling SwifterSockets TipInterface.swift
[11/20] Compiling SwifterSockets ServerProtocol.swift
[12/20] Compiling SwifterSockets SetupTipServer.swift
[13/20] Emitting module SwifterSockets
[14/20] Compiling SwifterSockets ConnectToTipServer.swift
[15/20] Compiling SwifterSockets Connection.swift
[16/20] Compiling SwifterSockets InterfaceAccess.swift
[17/20] Compiling SwifterSockets ReceiverProtocol.swift
[18/20] Compiling SwifterSockets ConnectionPool.swift
[19/20] Compiling SwifterSockets FileDescriptorMacros.swift
[20/20] Compiling SwifterSockets WaitForSelect.swift
Build complete! (4.57s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwifterSockets",
"name" : "SwifterSockets",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwifterSockets",
"targets" : [
"SwifterSockets"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "SwifterSockets",
"module_type" : "SwiftTarget",
"name" : "SwifterSockets",
"path" : "Sources/SwifterSockets",
"product_memberships" : [
"SwifterSockets"
],
"sources" : [
"ConnectToTipServer.swift",
"Connection.swift",
"ConnectionPool.swift",
"FileDescriptorMacros.swift",
"InterfaceAccess.swift",
"ReceiverProtocol.swift",
"ServerProtocol.swift",
"SetupTipServer.swift",
"SwifterSocketsResult.swift",
"SwifterSocketsUtils.swift",
"TipAccept.swift",
"TipInterface.swift",
"TipReceiverLoop.swift",
"TipServer.swift",
"TipTransfer.swift",
"TransmitterProtocol.swift",
"WaitForSelect.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.