The Swift Package Index logo.Swift Package Index

Build Information

Successful build of InternetProtocols with Swift 5.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/InternetProtocols.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/3/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 into spi-builder-workspace
c4f2554f9fdaf09fec1e63ac0e0085d2af2c7ebc
SUCCESS checkout https://github.com/OperatorFoundation/InternetProtocols.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Fetching https://github.com/OperatorFoundation/Bits.git from cache
Fetched https://github.com/OperatorFoundation/Bits.git (0.18s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.19s)
Fetching https://github.com/OperatorFoundation/Net.git from cache
Fetched https://github.com/OperatorFoundation/Net.git (0.18s)
Fetching https://github.com/OperatorFoundation/SwiftHexTools.git from cache
Fetched https://github.com/OperatorFoundation/SwiftHexTools.git (0.17s)
Creating working copy for https://github.com/OperatorFoundation/Net.git
Working copy of https://github.com/OperatorFoundation/Net.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/Bits.git
Working copy of https://github.com/OperatorFoundation/Bits.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/SwiftHexTools.git
Working copy of https://github.com/OperatorFoundation/SwiftHexTools.git resolved at main
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/InternetProtocolsTests/InternetProtocolsTests._swift
Building for debugging...
[1/32] Compiling Datable Double+Stringable.swift
[2/32] Compiling Datable File.swift
[3/32] Compiling Datable Float+MaybeDatable.swift
[4/32] Compiling Datable Floatable.swift
[5/36] Compiling Datable Arrayable.swift
[6/36] Compiling Datable CSVable.swift
[7/36] Compiling Datable Data+Arrayable.swift
[8/36] Compiling Datable Data+Base64.swift
[9/36] Compiling Datable Data+Datable.swift
[10/36] Emitting module Datable
[11/36] Compiling Datable Int+MaybeDatable.swift
[12/36] Compiling Datable Int+Stringable.swift
[13/36] Compiling Datable Intable.swift
[14/36] Compiling Datable MaybeDatable.swift
[15/36] Compiling Datable MaybeIntable.swift
[16/36] Compiling Datable MaybeNetworkIntable.swift
[17/36] Compiling Datable NetworkDatable.swift
[18/36] Compiling Datable NetworkIntable.swift
[19/36] Compiling Datable String+Arrayable.swift
[20/36] Compiling Datable String+Datable.swift
[21/36] Compiling Datable String+Intable.swift
[22/36] Compiling Datable Stringable.swift
[23/36] Compiling Datable Data+Stringable.swift
[24/36] Compiling Datable Datable.swift
[25/36] Compiling Datable DatableConfig.swift
[26/36] Compiling Datable Double+MaybeDatable.swift
[27/36] Compiling Datable Data+ExpressibleByStringLiteral.swift
[28/36] Compiling Datable Data+Floatable.swift
[29/36] Compiling Datable Data+MaybeIntable.swift
[30/36] Compiling Datable Data+MaybeNetworkIntable.swift
[31/36] Emitting module SwiftHexTools
[32/36] Compiling SwiftHexTools SwiftHexTools.swift
[33/36] Compiling Datable StringableArray+CSVable.swift
[34/36] Compiling Datable UInt+Datable.swift
[35/36] Compiling Datable UInt+MaybeNetworkDatable.swift
[36/36] Compiling Datable UInt+Stringable.swift
[37/46] Compiling Net Network+MaybeDatable.swift
[38/46] Compiling Net Network+Stringable.swift
[39/46] Compiling Bits Bits.swift
[40/46] Compiling Bits SimpleBits+MaybeIntable.swift
[41/46] Emitting module Bits
[42/46] Compiling Bits Bits+MaybeIntable.swift
[43/46] Compiling Net Network+Codable.swift
[44/46] Compiling Net Net.swift
[45/46] Compiling Net Ipify.swift
[46/46] Emitting module Net
[47/54] Compiling InternetProtocols TCP.swift
/Users/builder/builds/o86TiJKT/3/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/o86TiJKT/3/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/o86TiJKT/3/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/o86TiJKT/3/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
[48/55] Compiling InternetProtocols IPv6.swift
[49/55] Compiling InternetProtocols InternetProtocols.swift
[50/55] Compiling InternetProtocols SequenceNumber.swift
[51/55] Emitting module InternetProtocols
[52/55] Compiling InternetProtocols IPv4.swift
/Users/builder/builds/o86TiJKT/3/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/o86TiJKT/3/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/o86TiJKT/3/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
[53/55] Compiling InternetProtocols Ethernet.swift
[54/55] Compiling InternetProtocols ICMP.swift
[55/55] Compiling InternetProtocols UDP.swift
Build complete! (16.52s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/OperatorFoundation/InternetProtocols.git from cache
Fetched https://github.com/OperatorFoundation/InternetProtocols.git (0.29s)
Fetching https://github.com/OperatorFoundation/Bits.git from cache
Fetched https://github.com/OperatorFoundation/Bits.git (0.18s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.21s)
Fetching https://github.com/OperatorFoundation/Net.git from cache
Fetched https://github.com/OperatorFoundation/Net.git (0.16s)
Fetching https://github.com/OperatorFoundation/SwiftHexTools.git from cache
Fetched https://github.com/OperatorFoundation/SwiftHexTools.git (0.18s)
Creating working copy for https://github.com/OperatorFoundation/Bits.git
Working copy of https://github.com/OperatorFoundation/Bits.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/Net.git
Working copy of https://github.com/OperatorFoundation/Net.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/InternetProtocols.git
Working copy of https://github.com/OperatorFoundation/InternetProtocols.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/SwiftHexTools.git
Working copy of https://github.com/OperatorFoundation/SwiftHexTools.git resolved at main
warning: dependency 'internetprotocols' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "internetprotocols",
      "name": "InternetProtocols",
      "url": "https://github.com/OperatorFoundation/InternetProtocols.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/InternetProtocols",
      "dependencies": [
        {
          "identity": "bits",
          "name": "Bits",
          "url": "https://github.com/OperatorFoundation/Bits.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bits",
          "dependencies": [
            {
              "identity": "datable",
              "name": "Datable",
              "url": "https://github.com/OperatorFoundation/Datable.git",
              "version": "unspecified",
              "path": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
              "dependencies": [

              ]
            }
          ]
        },
        {
          "identity": "datable",
          "name": "Datable",
          "url": "https://github.com/OperatorFoundation/Datable.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
          "dependencies": [

          ]
        },
        {
          "identity": "net",
          "name": "Net",
          "url": "https://github.com/OperatorFoundation/Net.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Net",
          "dependencies": [
            {
              "identity": "datable",
              "name": "Datable",
              "url": "https://github.com/OperatorFoundation/Datable.git",
              "version": "unspecified",
              "path": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
              "dependencies": [

              ]
            }
          ]
        },
        {
          "identity": "swifthextools",
          "name": "SwiftHexTools",
          "url": "https://github.com/OperatorFoundation/SwiftHexTools.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftHexTools",
          "dependencies": [

          ]
        }
      ]
    }
  ]
}
Found 4 product dependencies
  - Bits
  - Datable
  - Net
  - SwiftHexTools
Done.

Build Machine: Mac 5