The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Transport, reference 2.3.14 (20f514), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 02:05:22 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/OperatorFoundation/Transport.git
Reference: 2.3.14
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Transport
 * tag               2.3.14     -> FETCH_HEAD
HEAD is now at 20f5143 Update Package.swift
Cloned https://github.com/OperatorFoundation/Transport.git
Revision (git rev-parse @):
20f514391d9d7423cf75bde04c98101ffa7b612f
SUCCESS checkout https://github.com/OperatorFoundation/Transport.git at 2.3.14
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OperatorFoundation/Transport.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/39] Emitting module Datable
[6/42] Compiling Datable UInt+Datable.swift
[7/42] Compiling Datable UInt+MaybeNetworkDatable.swift
[8/42] Compiling Datable UInt+Stringable.swift
[9/42] Compiling Datable Float+MaybeDatable.swift
[10/42] Compiling Datable Float+MaybeIntable.swift
[11/42] Compiling Datable Floatable.swift
[12/42] Compiling Datable Int+Floatable.swift
[13/42] Compiling Datable MaybeDatable.swift
[14/42] Compiling Datable MaybeIntable.swift
[15/42] Compiling Datable MaybeNetworkIntable.swift
[16/42] Compiling Datable NetworkDatable.swift
[17/42] Compiling Datable String+Intable.swift
[18/42] Compiling Datable Stringable.swift
[19/42] Compiling Datable StringableArray+CSVable.swift
[20/42] Compiling Datable Arrayable.swift
[21/42] Compiling Datable CSVable.swift
[22/42] Compiling Datable Data+Arrayable.swift
[23/42] Compiling Datable Data+Base64.swift
[24/42] Compiling Datable Double+MaybeDatable.swift
[25/42] Compiling Datable Double+Stringable.swift
[26/42] Compiling Datable File.swift
[27/42] Compiling Datable Float+Floatable.swift
[28/42] Compiling Datable Int+MaybeDatable.swift
[29/42] Compiling Datable Int+MaybeIntable.swift
[30/42] Compiling Datable Int+Stringable.swift
[31/42] Compiling Datable Intable.swift
[32/42] Compiling Datable Data+MaybeNetworkIntable.swift
[33/42] Compiling Datable Data+Stringable.swift
[34/42] Compiling Datable Datable.swift
[35/42] Compiling Datable DatableConfig.swift
[36/42] Compiling Datable NetworkIntable.swift
[37/42] Compiling Datable String+Arrayable.swift
[38/42] Compiling Datable String+Datable.swift
[39/42] Compiling Datable Data+Datable.swift
[40/42] Compiling Datable Data+ExpressibleByStringLiteral.swift
[41/42] Compiling Datable Data+Floatable.swift
[42/42] Compiling Datable Data+MaybeIntable.swift
[43/48] Compiling Net Network+MaybeDatable.swift
[44/48] Compiling Net Network+Stringable.swift
[45/48] Compiling Net Network+Codable.swift
[46/48] Compiling Net Ipify.swift
[47/48] Emitting module Net
[48/48] Compiling Net Net.swift
[49/56] Compiling Transport ServerConfig.swift
[50/56] Compiling Transport NetworkConnectionFactory.swift
[51/56] Compiling Transport ConnectionFactory.swift
[52/56] Compiling Transport NWListener+Listener.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transport/NWListener+Listener.swift:11:1: warning: sendability of function types in property 'stateUpdateHandler' does not match requirement in protocol 'Listener'; this is an error in the Swift 6 language mode
 9 | import Net
10 |
11 | extension NWListener: Listener
   | `- warning: sendability of function types in property 'stateUpdateHandler' does not match requirement in protocol 'Listener'; this is an error in the Swift 6 language mode
12 | {
13 |     public var newTransportConnectionHandler: ((Connection) -> Void)?
/Users/admin/builder/spi-builder-workspace/Sources/Transport/Listener.swift:18:9: note: expected sendability to match requirement here
16 |     var port: NWEndpoint.Port? { get }
17 |     var queue: DispatchQueue? { get }
18 |     var stateUpdateHandler: ((NWListener.State) -> Void)? { get set }
   |         `- note: expected sendability to match requirement here
19 |
20 |     func start(queue: DispatchQueue)
[53/56] Compiling Transport Connection.swift
[54/56] Compiling Transport Listener.swift
[55/56] Compiling Transport NWConnection+Connection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transport/NWConnection+Connection.swift:11:1: warning: sendability of function types in property 'stateUpdateHandler' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
 9 | import Net
10 |
11 | extension NWConnection: Connection
   | `- warning: sendability of function types in property 'stateUpdateHandler' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
12 | {
13 | }
/Users/admin/builder/spi-builder-workspace/Sources/Transport/Connection.swift:9:9: note: expected sendability to match requirement here
 7 |     func cancel()
 8 |
 9 |     var stateUpdateHandler: ((NWConnection.State) -> Void)? { get set }
   |         `- note: expected sendability to match requirement here
10 |     var viabilityUpdateHandler: ((Bool) -> Void)? { get set }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Transport/NWConnection+Connection.swift:11:1: warning: sendability of function types in property 'viabilityUpdateHandler' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
 9 | import Net
10 |
11 | extension NWConnection: Connection
   | `- warning: sendability of function types in property 'viabilityUpdateHandler' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
12 | {
13 | }
/Users/admin/builder/spi-builder-workspace/Sources/Transport/Connection.swift:10:9: note: expected sendability to match requirement here
 8 |
 9 |     var stateUpdateHandler: ((NWConnection.State) -> Void)? { get set }
10 |     var viabilityUpdateHandler: ((Bool) -> Void)? { get set }
   |         `- note: expected sendability to match requirement here
11 |
12 |     func send(content: Data?,
/Users/admin/builder/spi-builder-workspace/Sources/Transport/NWConnection+Connection.swift:11:1: warning: sendability of function types in instance method 'receive(minimumIncompleteLength:maximumLength:completion:)' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
 9 | import Net
10 |
11 | extension NWConnection: Connection
   | `- warning: sendability of function types in instance method 'receive(minimumIncompleteLength:maximumLength:completion:)' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
12 | {
13 | }
/Users/admin/builder/spi-builder-workspace/Sources/Transport/Connection.swift:17:10: note: expected sendability to match requirement here
15 |               completion: NWConnection.SendCompletion)
16 |
17 |     func receive(minimumIncompleteLength: Int, maximumLength: Int, completion: @escaping (Data?, NWConnection.ContentContext?, Bool, NWError?) -> Void)
   |          `- note: expected sendability to match requirement here
18 | }
19 |
[56/56] Emitting module Transport
/Users/admin/builder/spi-builder-workspace/Sources/Transport/NWConnection+Connection.swift:11:1: warning: sendability of function types in property 'stateUpdateHandler' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
 9 | import Net
10 |
11 | extension NWConnection: Connection
   | `- warning: sendability of function types in property 'stateUpdateHandler' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
12 | {
13 | }
/Users/admin/builder/spi-builder-workspace/Sources/Transport/Connection.swift:9:9: note: expected sendability to match requirement here
 7 |     func cancel()
 8 |
 9 |     var stateUpdateHandler: ((NWConnection.State) -> Void)? { get set }
   |         `- note: expected sendability to match requirement here
10 |     var viabilityUpdateHandler: ((Bool) -> Void)? { get set }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Transport/NWConnection+Connection.swift:11:1: warning: sendability of function types in property 'viabilityUpdateHandler' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
 9 | import Net
10 |
11 | extension NWConnection: Connection
   | `- warning: sendability of function types in property 'viabilityUpdateHandler' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
12 | {
13 | }
/Users/admin/builder/spi-builder-workspace/Sources/Transport/Connection.swift:10:9: note: expected sendability to match requirement here
 8 |
 9 |     var stateUpdateHandler: ((NWConnection.State) -> Void)? { get set }
10 |     var viabilityUpdateHandler: ((Bool) -> Void)? { get set }
   |         `- note: expected sendability to match requirement here
11 |
12 |     func send(content: Data?,
/Users/admin/builder/spi-builder-workspace/Sources/Transport/NWConnection+Connection.swift:11:1: warning: sendability of function types in instance method 'receive(minimumIncompleteLength:maximumLength:completion:)' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
 9 | import Net
10 |
11 | extension NWConnection: Connection
   | `- warning: sendability of function types in instance method 'receive(minimumIncompleteLength:maximumLength:completion:)' does not match requirement in protocol 'Connection'; this is an error in the Swift 6 language mode
12 | {
13 | }
/Users/admin/builder/spi-builder-workspace/Sources/Transport/Connection.swift:17:10: note: expected sendability to match requirement here
15 |               completion: NWConnection.SendCompletion)
16 |
17 |     func receive(minimumIncompleteLength: Int, maximumLength: Int, completion: @escaping (Data?, NWConnection.ContentContext?, Bool, NWError?) -> Void)
   |          `- note: expected sendability to match requirement here
18 | }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Transport/NWListener+Listener.swift:11:1: warning: sendability of function types in property 'stateUpdateHandler' does not match requirement in protocol 'Listener'; this is an error in the Swift 6 language mode
 9 | import Net
10 |
11 | extension NWListener: Listener
   | `- warning: sendability of function types in property 'stateUpdateHandler' does not match requirement in protocol 'Listener'; this is an error in the Swift 6 language mode
12 | {
13 |     public var newTransportConnectionHandler: ((Connection) -> Void)?
/Users/admin/builder/spi-builder-workspace/Sources/Transport/Listener.swift:18:9: note: expected sendability to match requirement here
16 |     var port: NWEndpoint.Port? { get }
17 |     var queue: DispatchQueue? { get }
18 |     var stateUpdateHandler: ((NWListener.State) -> Void)? { get set }
   |         `- note: expected sendability to match requirement here
19 |
20 |     func start(queue: DispatchQueue)
Build complete! (10.52s)
Fetching https://github.com/OperatorFoundation/Net
Fetching https://github.com/OperatorFoundation/Datable
[4/399] Fetching datable
[277/504] Fetching datable, net
Fetched https://github.com/OperatorFoundation/Net from cache (0.71s)
Fetched https://github.com/OperatorFoundation/Datable from cache (0.71s)
Computing version for https://github.com/OperatorFoundation/Net
Computed https://github.com/OperatorFoundation/Net at 0.0.11 (1.15s)
Computing version for https://github.com/OperatorFoundation/Datable
Computed https://github.com/OperatorFoundation/Datable at 4.0.1 (0.40s)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at 4.0.1
Creating working copy for https://github.com/OperatorFoundation/Net
Working copy of https://github.com/OperatorFoundation/Net resolved at 0.0.11
Build complete.
{
  "dependencies" : [
    {
      "identity" : "datable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Datable"
    },
    {
      "identity" : "net",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.11",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Net"
    }
  ],
  "manifest_display_name" : "Transport",
  "name" : "Transport",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Transport",
      "targets" : [
        "Transport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TransportTests",
      "module_type" : "SwiftTarget",
      "name" : "TransportTests",
      "path" : "Tests/TransportTests",
      "product_dependencies" : [
        "Datable"
      ],
      "sources" : [
        "TransportTests.swift"
      ],
      "target_dependencies" : [
        "Transport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Transport",
      "module_type" : "SwiftTarget",
      "name" : "Transport",
      "path" : "Sources/Transport",
      "product_dependencies" : [
        "Net"
      ],
      "product_memberships" : [
        "Transport"
      ],
      "sources" : [
        "Connection.swift",
        "ConnectionFactory.swift",
        "Listener.swift",
        "NWConnection+Connection.swift",
        "NWListener+Listener.swift",
        "NetworkConnectionFactory.swift",
        "ServerConfig.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.