Build Information
Successful build of SwiftOnSockets, reference 1.2.7 (b03d0e), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 02:29:45 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/flipside5/sos.git
Reference: 1.2.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flipside5/sos
* tag 1.2.7 -> FETCH_HEAD
HEAD is now at b03d0e7 Swift 4 Linux fix
Cloned https://github.com/flipside5/sos.git
Revision (git rev-parse @):
b03d0e7848534c4cb43b01b2ff7f9bbd5b1052b6
SUCCESS checkout https://github.com/flipside5/sos.git at 1.2.7
========================================
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": "sos",
"name": "SwiftOnSockets",
"url": "https://github.com/flipside5/sos.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sos",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/flipside5/sos.git
[1/102] Fetching sos
Fetched https://github.com/flipside5/sos.git from cache (0.63s)
Creating working copy for https://github.com/flipside5/sos.git
Working copy of https://github.com/flipside5/sos.git resolved at 1.2.7 (b03d0e7)
warning: '.resolve-product-dependencies': dependency 'sos' 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/flipside5/sos.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/7] Compiling SwiftOnSockets SocketErrorCode.swift
[4/7] Compiling SwiftOnSockets ConnectionType.swift
[5/7] Compiling SwiftOnSockets IPAddress.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOnSockets/IPAddress.swift:66:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'RawIPAddress' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 | }
65 |
66 | var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'RawIPAddress' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
67 | switch self {
68 | case .version6(let address):
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOnSockets/IPAddress.swift:224:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'IPAddress' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
222 | }
223 |
224 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'IPAddress' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
225 | return _hashValue
226 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/7] Emitting module SwiftOnSockets
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOnSockets/IPAddress.swift:66:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'RawIPAddress' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 | }
65 |
66 | var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'RawIPAddress' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
67 | switch self {
68 | case .version6(let address):
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOnSockets/IPAddress.swift:224:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'IPAddress' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
222 | }
223 |
224 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'IPAddress' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
225 | return _hashValue
226 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/7] Compiling SwiftOnSockets Socket.swift
Build complete! (3.96s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftOnSockets",
"name" : "SwiftOnSockets",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftOnSockets",
"targets" : [
"SwiftOnSockets"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOnSockets",
"module_type" : "SwiftTarget",
"name" : "SwiftOnSockets",
"path" : "Sources/SwiftOnSockets",
"product_memberships" : [
"SwiftOnSockets"
],
"sources" : [
"ConnectionType.swift",
"IPAddress.swift",
"Socket.swift",
"SocketErrorCode.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.