The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOnSockets, reference 1.2.7 (b03d0e), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 03:40:47 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/flipside5/sos.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/7] Compiling SwiftOnSockets SocketErrorCode.swift
[4/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>
[5/7] Compiling SwiftOnSockets ConnectionType.swift
[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.24s)
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.