The Swift Package Index logo.Swift Package Index

Build Information

Successful build of InternetProtocols 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/InternetProtocols.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/InternetProtocols
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c4f2554 Trying a faster way to computer TCP checksums
Cloned https://github.com/OperatorFoundation/InternetProtocols.git
Revision (git rev-parse @):
c4f2554f9fdaf09fec1e63ac0e0085d2af2c7ebc
SUCCESS checkout https://github.com/OperatorFoundation/InternetProtocols.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/OperatorFoundation/InternetProtocols.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--423B1241ED78D482.txt
[7/42] Emitting module Datable
[8/46] Compiling Datable Int+MaybeDatable.swift
[9/46] Compiling Datable Int+MaybeIntable.swift
[10/46] Compiling Datable Int+Stringable.swift
[11/46] Compiling Datable Intable.swift
[12/46] Compiling Datable MaybeDatable.swift
[13/46] Compiling Datable Datable.swift
[14/46] Compiling Datable DatableConfig.swift
[15/46] Compiling Datable Double+MaybeDatable.swift
[16/46] Compiling Datable Double+Stringable.swift
[17/46] Compiling Datable File.swift
[18/46] Compiling Datable Float+Floatable.swift
[19/46] Compiling Datable Float+MaybeDatable.swift
[20/46] Compiling Datable Float+MaybeIntable.swift
[21/46] Compiling Datable Floatable.swift
[22/46] Compiling Datable Int+Floatable.swift
[23/46] Compiling Datable MaybeIntable.swift
[24/46] Compiling Datable MaybeNetworkIntable.swift
[25/46] Compiling Datable NetworkDatable.swift
[26/46] Compiling Datable NetworkIntable.swift
[27/46] Compiling Datable Arrayable.swift
[28/46] Compiling Datable CSVable.swift
[29/46] Compiling Datable Data+Arrayable.swift
[30/46] Compiling Datable Data+Base64.swift
[31/46] Compiling Datable Data+Datable.swift
[32/46] Compiling Datable String+Arrayable.swift
[33/46] Compiling Datable String+Datable.swift
[34/46] Compiling Datable String+Intable.swift
[35/46] Compiling Datable Stringable.swift
[36/46] Compiling Datable Data+ExpressibleByStringLiteral.swift
[37/46] Compiling Datable Data+Floatable.swift
[38/46] Compiling Datable Data+MaybeIntable.swift
[39/46] Compiling Datable Data+MaybeNetworkIntable.swift
[40/46] Compiling Datable Data+Stringable.swift
[41/46] Emitting module SwiftHexTools
[42/46] Compiling SwiftHexTools SwiftHexTools.swift
[43/46] Compiling Datable StringableArray+CSVable.swift
[44/46] Compiling Datable UInt+Datable.swift
[45/46] Compiling Datable UInt+MaybeNetworkDatable.swift
[46/46] Compiling Datable UInt+Stringable.swift
[47/56] Compiling Net Network+Stringable.swift
[48/56] Compiling Net Network+MaybeDatable.swift
[49/56] Compiling Net Network+Codable.swift
[50/56] Compiling Bits SimpleBits+MaybeIntable.swift
[51/56] Compiling Bits Bits+MaybeIntable.swift
[52/56] Emitting module Bits
[53/56] Compiling Bits Bits.swift
[54/56] Compiling Net Net.swift
[55/56] Compiling Net Ipify.swift
[56/56] Emitting module Net
[57/64] Compiling InternetProtocols TCP.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InternetProtocols/TCP.swift:79:19: warning: value 'offsetReservedFlagsUint16' was defined but never used; consider replacing with boolean test
        guard let offsetReservedFlagsUint16 = offsetReservedFlags.maybeNetworkUint16 else { return nil }
              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                                     != nil
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InternetProtocols/TCP.swift:88:19: warning: value 'reservedUint8' was defined but never used; consider replacing with boolean test
        guard let reservedUint8 = reserved.maybeNetworkUint8 else { return nil }
              ~~~~^~~~~~~~~~~~~~~~
                                                             != nil
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InternetProtocols/TCP.swift:344:16: warning: value 'optionsData' was defined but never used; consider replacing with boolean test
        if let optionsData = tcp.options
           ~~~~^~~~~~~~~~~~~~
                                         != nil
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InternetProtocols/TCP.swift:353:16: warning: value 'payloadData' was defined but never used; consider replacing with boolean test
        if let payloadData = tcp.payload
           ~~~~^~~~~~~~~~~~~~
                                         != nil
[58/64] Compiling InternetProtocols IPv4.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InternetProtocols/IPv4.swift:66:19: warning: value 'DSCPUint8' was defined but never used; consider replacing with boolean test
        guard let DSCPUint8 = DSCP.maybeNetworkUint8 else { return nil }
              ~~~~^~~~~~~~~~~~
                                                     != nil
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InternetProtocols/IPv4.swift:71:19: warning: value 'ECNUint8' was defined but never used; consider replacing with boolean test
        guard let ECNUint8 = ECN.maybeNetworkUint8 else { return nil }
              ~~~~^~~~~~~~~~~
                                                   != nil
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/InternetProtocols/IPv4.swift:115:19: warning: value 'protocolNumberUint8' was defined but never used; consider replacing with boolean test
        guard let protocolNumberUint8 = protocolNumber.maybeNetworkUint8 else
              ~~~~^~~~~~~~~~~~~~~~~~~~~~
                                                                         != nil
[59/65] Compiling InternetProtocols UDP.swift
[60/65] Compiling InternetProtocols IPv6.swift
[61/65] Compiling InternetProtocols InternetProtocols.swift
[62/65] Emitting module InternetProtocols
[63/65] Compiling InternetProtocols Ethernet.swift
[64/65] Compiling InternetProtocols ICMP.swift
[65/65] Compiling InternetProtocols SequenceNumber.swift
Build complete! (15.25s)
Fetching https://github.com/OperatorFoundation/Bits.git from cache
Fetched https://github.com/OperatorFoundation/Bits.git from cache (0.15s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.16s)
Fetching https://github.com/OperatorFoundation/Net.git from cache
Fetched https://github.com/OperatorFoundation/Net.git from cache (0.16s)
Fetching https://github.com/OperatorFoundation/SwiftHexTools.git from cache
Fetched https://github.com/OperatorFoundation/SwiftHexTools.git from cache (0.18s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftHexTools-b478b78c is not valid git repository for 'https://github.com/OperatorFoundation/SwiftHexTools.git', will fetch again.
Fetching https://github.com/OperatorFoundation/SwiftHexTools.git from cache
Fetched https://github.com/OperatorFoundation/SwiftHexTools.git from cache (0.01s)
Creating working copy for https://github.com/OperatorFoundation/Bits.git
Working copy of https://github.com/OperatorFoundation/Bits.git resolved at main (cc7079e)
Creating working copy for https://github.com/OperatorFoundation/Net.git
Working copy of https://github.com/OperatorFoundation/Net.git resolved at main (aabe0ee)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at main (1186348)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftHexTools-b478b78c is not valid git repository for 'https://github.com/OperatorFoundation/SwiftHexTools.git', will fetch again.
Fetching https://github.com/OperatorFoundation/SwiftHexTools.git from cache
Fetched https://github.com/OperatorFoundation/SwiftHexTools.git from cache (0.01s)
Creating working copy for https://github.com/OperatorFoundation/SwiftHexTools.git
Working copy of https://github.com/OperatorFoundation/SwiftHexTools.git resolved at main (3d4b5a9)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/InternetProtocolsTests/InternetProtocolsTests._swift
Build complete.
Done.

Build Machine: Mac 7