The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Transport with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Transport.git
Reference: 2.3.13
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Transport
 * tag               2.3.13     -> FETCH_HEAD
HEAD is now at b66a59b Merge branch 'main' into release
Cloned https://github.com/OperatorFoundation/Transport.git
Revision (git rev-parse @):
b66a59b54fc3ed9191a40d7deef4a244644046b1
SUCCESS checkout https://github.com/OperatorFoundation/Transport.git at 2.3.13
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/OperatorFoundation/Transport.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/38] Emitting module Datable
[6/42] Compiling Datable Datable.swift
[7/42] Compiling Datable DatableConfig.swift
[8/42] Compiling Datable Double+MaybeDatable.swift
[9/42] Compiling Datable Double+Stringable.swift
[10/42] Compiling Datable File.swift
[11/42] Compiling Datable MaybeIntable.swift
[12/42] Compiling Datable MaybeNetworkIntable.swift
[13/42] Compiling Datable NetworkDatable.swift
[14/42] Compiling Datable NetworkIntable.swift
[15/42] Compiling Datable Float+Floatable.swift
[16/42] Compiling Datable Float+MaybeDatable.swift
[17/42] Compiling Datable Float+MaybeIntable.swift
[18/42] Compiling Datable Floatable.swift
[19/42] Compiling Datable Int+Floatable.swift
[20/42] Compiling Datable Int+MaybeDatable.swift
[21/42] Compiling Datable Int+MaybeIntable.swift
[22/42] Compiling Datable Int+Stringable.swift
[23/42] Compiling Datable Intable.swift
[24/42] Compiling Datable MaybeDatable.swift
[25/42] Compiling Datable String+Arrayable.swift
[26/42] Compiling Datable String+Datable.swift
[27/42] Compiling Datable String+Intable.swift
[28/42] Compiling Datable Stringable.swift
[29/42] Compiling Datable Arrayable.swift
[30/42] Compiling Datable CSVable.swift
[31/42] Compiling Datable Data+Arrayable.swift
[32/42] Compiling Datable Data+Base64.swift
[33/42] Compiling Datable Data+Datable.swift
[34/42] Compiling Datable Data+ExpressibleByStringLiteral.swift
[35/42] Compiling Datable Data+Floatable.swift
[36/42] Compiling Datable Data+MaybeIntable.swift
[37/42] Compiling Datable Data+MaybeNetworkIntable.swift
[38/42] Compiling Datable Data+Stringable.swift
[39/42] Compiling Datable StringableArray+CSVable.swift
[40/42] Compiling Datable UInt+Datable.swift
[41/42] Compiling Datable UInt+MaybeNetworkDatable.swift
[42/42] Compiling Datable UInt+Stringable.swift
[43/48] Compiling Net Ipify.swift
[44/48] Compiling Net Network+MaybeDatable.swift
[45/48] Compiling Net Network+Stringable.swift
[46/48] Compiling Net Network+Codable.swift
[47/48] Compiling Net Net.swift
[48/48] Emitting module Net
[49/56] Compiling Transport ConnectionFactory.swift
[50/56] Compiling Transport Listener.swift
[51/56] Compiling Transport NetworkConnectionFactory.swift
[52/56] Compiling Transport ServerConfig.swift
[53/56] Compiling Transport NWConnection+Connection.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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'
extension NWConnection: Connection
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Transport/Connection.swift:9:9: note: expected sendability to match requirement here
    var stateUpdateHandler: ((NWConnection.State) -> Void)? { get set }
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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'
extension NWConnection: Connection
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Transport/Connection.swift:10:9: note: expected sendability to match requirement here
    var viabilityUpdateHandler: ((Bool) -> Void)? { get set }
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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'
extension NWConnection: Connection
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Transport/Connection.swift:17:10: note: expected sendability to match requirement here
    func receive(minimumIncompleteLength: Int, maximumLength: Int, completion: @escaping (Data?, NWConnection.ContentContext?, Bool, NWError?) -> Void)
         ^
[54/56] Emitting module Transport
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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'
extension NWConnection: Connection
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Transport/Connection.swift:9:9: note: expected sendability to match requirement here
    var stateUpdateHandler: ((NWConnection.State) -> Void)? { get set }
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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'
extension NWConnection: Connection
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Transport/Connection.swift:10:9: note: expected sendability to match requirement here
    var viabilityUpdateHandler: ((Bool) -> Void)? { get set }
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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'
extension NWConnection: Connection
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Transport/Connection.swift:17:10: note: expected sendability to match requirement here
    func receive(minimumIncompleteLength: Int, maximumLength: Int, completion: @escaping (Data?, NWConnection.ContentContext?, Bool, NWError?) -> Void)
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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'
extension NWListener: Listener
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Transport/Listener.swift:18:9: note: expected sendability to match requirement here
    var stateUpdateHandler: ((NWListener.State) -> Void)? { get set }
        ^
[55/56] Compiling Transport Connection.swift
[56/56] Compiling Transport NWListener+Listener.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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'
extension NWListener: Listener
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Transport/Listener.swift:18:9: note: expected sendability to match requirement here
    var stateUpdateHandler: ((NWListener.State) -> Void)? { get set }
        ^
Build complete! (15.20s)
Fetching https://github.com/OperatorFoundation/Datable from cache
Fetching https://github.com/OperatorFoundation/Net from cache
Fetched https://github.com/OperatorFoundation/Datable from cache (0.26s)
Fetched https://github.com/OperatorFoundation/Net from cache (0.26s)
Computing version for https://github.com/OperatorFoundation/Net
Computed https://github.com/OperatorFoundation/Net at 0.0.10 (0.30s)
Computing version for https://github.com/OperatorFoundation/Datable
Computed https://github.com/OperatorFoundation/Datable at 4.0.1 (0.02s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Net-87d8eb6b is not valid git repository for 'https://github.com/OperatorFoundation/Net', will fetch again.
Fetching https://github.com/OperatorFoundation/Net from cache
Fetched https://github.com/OperatorFoundation/Net from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Net-87d8eb6b is not valid git repository for 'https://github.com/OperatorFoundation/Net', will fetch again.
Fetching https://github.com/OperatorFoundation/Net from cache
Fetched https://github.com/OperatorFoundation/Net from cache (0.01s)
Creating working copy for https://github.com/OperatorFoundation/Net
Working copy of https://github.com/OperatorFoundation/Net resolved at 0.0.10
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Datable-98df4730 is not valid git repository for 'https://github.com/OperatorFoundation/Datable', will fetch again.
Fetching https://github.com/OperatorFoundation/Datable from cache
Fetched https://github.com/OperatorFoundation/Datable from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Datable-98df4730 is not valid git repository for 'https://github.com/OperatorFoundation/Datable', will fetch again.
Fetching https://github.com/OperatorFoundation/Datable from cache
Fetched https://github.com/OperatorFoundation/Datable from cache (0.01s)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at 4.0.1
Build complete.
Done.

Build Machine: Mac 7