Build Information
Successful build of SwifterSockets, reference master (a1bad9), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 10:48:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Balancingrock/SwifterSockets.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Balancingrock/SwifterSockets
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftersockets",
"name": "SwifterSockets",
"url": "https://github.com/Balancingrock/SwifterSockets.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwifterSockets",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Balancingrock/SwifterSockets.git
[1/1271] Fetching swiftersockets
Fetched https://github.com/Balancingrock/SwifterSockets.git from cache (1.12s)
Creating working copy for https://github.com/Balancingrock/SwifterSockets.git
Working copy of https://github.com/Balancingrock/SwifterSockets.git resolved at master (a1bad95)
warning: '.resolve-product-dependencies': dependency 'swiftersockets' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Balancingrock/SwifterSockets.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/19] Emitting module SwifterSockets
[4/19] Compiling SwifterSockets TipTransfer.swift
[5/19] Compiling SwifterSockets ConnectToTipServer.swift
[6/19] Compiling SwifterSockets Connection.swift
[7/19] Compiling SwifterSockets TipAccept.swift
[8/19] Compiling SwifterSockets TipInterface.swift
[9/19] Compiling SwifterSockets TipReceiverLoop.swift
[10/19] Compiling SwifterSockets TipServer.swift
[11/19] Compiling SwifterSockets ConnectionPool.swift
[12/19] Compiling SwifterSockets FileDescriptorMacros.swift
[13/19] Compiling SwifterSockets InterfaceAccess.swift
[14/19] Compiling SwifterSockets ReceiverProtocol.swift
[15/19] Compiling SwifterSockets ServerProtocol.swift
[16/19] Compiling SwifterSockets SetupTipServer.swift
[17/19] Compiling SwifterSockets SwifterSocketsResult.swift
[18/19] Compiling SwifterSockets SwifterSocketsUtils.swift
[19/19] Compiling SwifterSockets TransmitterProtocol.swift
[20/20] Compiling SwifterSockets WaitForSelect.swift
Build complete! (5.36s)
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.