The Swift Package Index logo.Swift Package Index

Build Information

Failed to build InternetProtocols, reference main (ce8895), with Swift 6.3 for watchOS using Xcode 26.4 on 21 Apr 2026 17:06:54 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InternetProtocols -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/InternetProtocols.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/InternetProtocols
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ce88950 cleanup
Cloned https://github.com/OperatorFoundation/InternetProtocols.git
Revision (git rev-parse @):
ce889505e2714e152b7fbc2bf9b3a345cd670615
SUCCESS checkout https://github.com/OperatorFoundation/InternetProtocols.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OperatorFoundation/InternetProtocols.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/OperatorFoundation/Bits
Fetching from https://github.com/OperatorFoundation/Datable.git
Fetching from https://github.com/OperatorFoundation/Net.git
Fetching from https://github.com/OperatorFoundation/SwiftHexTools.git
Creating working copy of package ‘Bits’
Checking out main (cc7079e) of package ‘Bits’
Creating working copy of package ‘Datable’
Checking out main (1186348) of package ‘Datable’
Creating working copy of package ‘SwiftHexTools’
Checking out main (3d4b5a9) of package ‘SwiftHexTools’
Creating working copy of package ‘Net’
Checking out main (e49f54a) of package ‘Net’
Resolve Package Graph
Resolved source packages:
  Datable: https://github.com/OperatorFoundation/Datable.git @ main (1186348)
  InternetProtocols: /Users/admin/builder/spi-builder-workspace
  SwiftHexTools: https://github.com/OperatorFoundation/SwiftHexTools.git @ main (3d4b5a9)
  Bits: https://github.com/OperatorFoundation/Bits @ main (cc7079e)
  Net: https://github.com/OperatorFoundation/Net.git @ main (e49f54a)
resolved source packages: Datable, InternetProtocols, SwiftHexTools, Bits, Net
2026-04-21 13:06:37.743 xcodebuild[563:3120] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "bits",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Bits"
    },
    {
      "identity" : "datable",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Datable.git"
    },
    {
      "identity" : "net",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Net.git"
    },
    {
      "identity" : "swifthextools",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/SwiftHexTools.git"
    }
  ],
  "manifest_display_name" : "InternetProtocols",
  "name" : "InternetProtocols",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "InternetProtocols",
      "targets" : [
        "InternetProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "InternetProtocolsTests",
      "module_type" : "SwiftTarget",
      "name" : "InternetProtocolsTests",
      "path" : "Tests/InternetProtocolsTests",
      "product_dependencies" : [
        "SwiftHexTools"
      ],
      "sources" : [
        "InternetProtocolsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "InternetProtocols"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InternetProtocols",
      "module_type" : "SwiftTarget",
      "name" : "InternetProtocols",
      "path" : "Sources/InternetProtocols",
      "product_dependencies" : [
        "Bits",
        "Datable",
        "Net",
        "SwiftHexTools"
      ],
      "product_memberships" : [
        "InternetProtocols"
      ],
      "sources" : [
        "Ethernet.swift",
        "ICMP.swift",
        "IPv4.swift",
        "IPv6.swift",
        "InternetProtocols.swift",
        "SequenceNumber.swift",
        "TCP.swift",
        "UDP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "InternetProtocols"
    ]
  }
}
2026-04-21 13:06:45.451 xcodebuild[805:4463] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InternetProtocols -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme InternetProtocols -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Bits: https://github.com/OperatorFoundation/Bits @ main (cc7079e)
  Net: https://github.com/OperatorFoundation/Net.git @ main (e49f54a)
  Datable: https://github.com/OperatorFoundation/Datable.git @ main (1186348)
  SwiftHexTools: https://github.com/OperatorFoundation/SwiftHexTools.git @ main (3d4b5a9)
  InternetProtocols: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'InternetProtocols' in project 'InternetProtocols'
        ➜ Explicit dependency on target 'InternetProtocols' in project 'InternetProtocols'
        ➜ Explicit dependency on target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
        ➜ Explicit dependency on target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'SwiftHexTools' in project 'SwiftHexTools'
    Target 'InternetProtocols' in project 'InternetProtocols'
        ➜ Explicit dependency on target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
        ➜ Explicit dependency on target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'SwiftHexTools' in project 'SwiftHexTools'
    Target 'SwiftHexTools' in project 'SwiftHexTools'
        ➜ Explicit dependency on target 'SwiftHexTools' in project 'SwiftHexTools'
    Target 'SwiftHexTools' in project 'SwiftHexTools' (no dependencies)
    Target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Datable' in project 'Datable'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Datable' in project 'Datable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 573f7dd0006c15a373f29ea14b4e4c37
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/573f7dd0006c15a373f29ea14b4e4c37.xcbuilddata
error: The package product 'Net' requires minimum platform version 9.0 for the watchOS platform, but this target supports 8.0 (in target 'InternetProtocols' from project 'InternetProtocols')
2026-04-21 13:06:48.555 xcodebuild[824:4571] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme InternetProtocols
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftHexTools: https://github.com/OperatorFoundation/SwiftHexTools.git @ main (3d4b5a9)
  Datable: https://github.com/OperatorFoundation/Datable.git @ main (1186348)
  Net: https://github.com/OperatorFoundation/Net.git @ main (e49f54a)
  Bits: https://github.com/OperatorFoundation/Bits @ main (cc7079e)
  InternetProtocols: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftHexTools, Datable, Net, Bits, InternetProtocols
2026-04-21 13:06:50.728 xcodebuild[896:4914] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "bits",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Bits"
    },
    {
      "identity" : "datable",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Datable.git"
    },
    {
      "identity" : "net",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Net.git"
    },
    {
      "identity" : "swifthextools",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/SwiftHexTools.git"
    }
  ],
  "manifest_display_name" : "InternetProtocols",
  "name" : "InternetProtocols",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "InternetProtocols",
      "targets" : [
        "InternetProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "InternetProtocolsTests",
      "module_type" : "SwiftTarget",
      "name" : "InternetProtocolsTests",
      "path" : "Tests/InternetProtocolsTests",
      "product_dependencies" : [
        "SwiftHexTools"
      ],
      "sources" : [
        "InternetProtocolsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "InternetProtocols"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InternetProtocols",
      "module_type" : "SwiftTarget",
      "name" : "InternetProtocols",
      "path" : "Sources/InternetProtocols",
      "product_dependencies" : [
        "Bits",
        "Datable",
        "Net",
        "SwiftHexTools"
      ],
      "product_memberships" : [
        "InternetProtocols"
      ],
      "sources" : [
        "Ethernet.swift",
        "ICMP.swift",
        "IPv4.swift",
        "IPv6.swift",
        "InternetProtocols.swift",
        "SequenceNumber.swift",
        "TCP.swift",
        "UDP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "InternetProtocols"
    ]
  }
}
2026-04-21 13:06:52.441 xcodebuild[939:5174] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme InternetProtocols -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme InternetProtocols -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  InternetProtocols: /Users/admin/builder/spi-builder-workspace
  Bits: https://github.com/OperatorFoundation/Bits @ main (cc7079e)
  Datable: https://github.com/OperatorFoundation/Datable.git @ main (1186348)
  Net: https://github.com/OperatorFoundation/Net.git @ main (e49f54a)
  SwiftHexTools: https://github.com/OperatorFoundation/SwiftHexTools.git @ main (3d4b5a9)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'InternetProtocols' in project 'InternetProtocols'
        ➜ Explicit dependency on target 'InternetProtocols' in project 'InternetProtocols'
        ➜ Explicit dependency on target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
        ➜ Explicit dependency on target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'SwiftHexTools' in project 'SwiftHexTools'
    Target 'InternetProtocols' in project 'InternetProtocols'
        ➜ Explicit dependency on target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
        ➜ Explicit dependency on target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'SwiftHexTools' in project 'SwiftHexTools'
    Target 'SwiftHexTools' in project 'SwiftHexTools'
        ➜ Explicit dependency on target 'SwiftHexTools' in project 'SwiftHexTools'
    Target 'SwiftHexTools' in project 'SwiftHexTools' (no dependencies)
    Target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Net' in project 'Net'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Bits' in project 'Bits'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Datable' in project 'Datable'
        ➜ Explicit dependency on target 'Datable' in project 'Datable'
    Target 'Datable' in project 'Datable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 573f7dd0006c15a373f29ea14b4e4c37
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/573f7dd0006c15a373f29ea14b4e4c37.xcbuilddata
error: The package product 'Net' requires minimum platform version 9.0 for the watchOS platform, but this target supports 8.0 (in target 'InternetProtocols' from project 'InternetProtocols')
2026-04-21 13:06:53.769 xcodebuild[954:5252] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme InternetProtocols
(1 failure)
BUILD FAILURE 6.3 watchOS