The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MockNetworking, reference 0.2.5 (2a9d3e), with Swift 6.3 for tvOS using Xcode 26.4 on 21 Apr 2026 17:32:23 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Machx/MockNetworking.git
Reference: 0.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/MockNetworking
 * tag               0.2.5      -> FETCH_HEAD
HEAD is now at 2a9d3e8 refactor test  to also test url string
Cloned https://github.com/Machx/MockNetworking.git
Revision (git rev-parse @):
2a9d3e84d6589a1434b7628f60218e7be55bbd56
SUCCESS checkout https://github.com/Machx/MockNetworking.git at 0.2.5
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Machx/MockNetworking.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/Machx/Konkyo.git
Creating working copy of package ‘Konkyo’
Checking out 0.5.1 of package ‘Konkyo’
Resolve Package Graph
Resolved source packages:
  MockNetworking: /Users/admin/builder/spi-builder-workspace
  Konkyo: https://github.com/Machx/Konkyo.git @ 0.5.1
resolved source packages: MockNetworking, Konkyo
2026-04-21 13:32:09.388 xcodebuild[529:3062] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "konkyo",
      "requirement" : {
        "exact" : [
          "0.5.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Machx/Konkyo.git"
    }
  ],
  "manifest_display_name" : "MockNetworking",
  "name" : "MockNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "MockNetworking",
      "targets" : [
        "MockNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MockNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "MockNetworkingTests",
      "path" : "Tests/MockNetworkingTests",
      "sources" : [
        "MockNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "MockNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MockNetworking",
      "module_type" : "SwiftTarget",
      "name" : "MockNetworking",
      "path" : "Sources/MockNetworking",
      "product_dependencies" : [
        "Konkyo"
      ],
      "product_memberships" : [
        "MockNetworking"
      ],
      "sources" : [
        "Extensions/Dictionary.swift",
        "Extensions/HTTPURLResponse.swift",
        "Extensions/URLSession.swift",
        "MockPropertyResponse.swift",
        "MockResponseStore.swift",
        "MockURLProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MockNetworking"
    ]
  }
}
2026-04-21 13:32:16.661 xcodebuild[662:3955] [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 MockNetworking -destination generic/platform=tvOS
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 MockNetworking -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  MockNetworking: /Users/admin/builder/spi-builder-workspace
  Konkyo: https://github.com/Machx/Konkyo.git @ 0.5.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'MockNetworking' in project 'MockNetworking'
        ➜ Explicit dependency on target 'MockNetworking' in project 'MockNetworking'
        ➜ Explicit dependency on target 'Konkyo' in project 'Konkyo'
    Target 'MockNetworking' in project 'MockNetworking'
        ➜ Explicit dependency on target 'Konkyo' in project 'Konkyo'
    Target 'Konkyo' in project 'Konkyo'
        ➜ Explicit dependency on target 'Konkyo' in project 'Konkyo'
    Target 'Konkyo' in project 'Konkyo' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: da20539d4619b7a55ff68ed3b8fcffa6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/da20539d4619b7a55ff68ed3b8fcffa6.xcbuilddata
error: The package product 'Konkyo' requires minimum platform version 17.0 for the tvOS platform, but this target supports 16.0 (in target 'MockNetworking' from project 'MockNetworking')
2026-04-21 13:32:18.507 xcodebuild[666:4001] [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 MockNetworking
(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:
  Konkyo: https://github.com/Machx/Konkyo.git @ 0.5.1
  MockNetworking: /Users/admin/builder/spi-builder-workspace
resolved source packages: Konkyo, MockNetworking
2026-04-21 13:32:20.275 xcodebuild[689:4149] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "konkyo",
      "requirement" : {
        "exact" : [
          "0.5.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Machx/Konkyo.git"
    }
  ],
  "manifest_display_name" : "MockNetworking",
  "name" : "MockNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "MockNetworking",
      "targets" : [
        "MockNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MockNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "MockNetworkingTests",
      "path" : "Tests/MockNetworkingTests",
      "sources" : [
        "MockNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "MockNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MockNetworking",
      "module_type" : "SwiftTarget",
      "name" : "MockNetworking",
      "path" : "Sources/MockNetworking",
      "product_dependencies" : [
        "Konkyo"
      ],
      "product_memberships" : [
        "MockNetworking"
      ],
      "sources" : [
        "Extensions/Dictionary.swift",
        "Extensions/HTTPURLResponse.swift",
        "Extensions/URLSession.swift",
        "MockPropertyResponse.swift",
        "MockResponseStore.swift",
        "MockURLProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MockNetworking"
    ]
  }
}
2026-04-21 13:32:21.442 xcodebuild[698:4208] [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 MockNetworking -destination generic/platform=tvOS
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 MockNetworking -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  Konkyo: https://github.com/Machx/Konkyo.git @ 0.5.1
  MockNetworking: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'MockNetworking' in project 'MockNetworking'
        ➜ Explicit dependency on target 'MockNetworking' in project 'MockNetworking'
        ➜ Explicit dependency on target 'Konkyo' in project 'Konkyo'
    Target 'MockNetworking' in project 'MockNetworking'
        ➜ Explicit dependency on target 'Konkyo' in project 'Konkyo'
    Target 'Konkyo' in project 'Konkyo'
        ➜ Explicit dependency on target 'Konkyo' in project 'Konkyo'
    Target 'Konkyo' in project 'Konkyo' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: da20539d4619b7a55ff68ed3b8fcffa6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/da20539d4619b7a55ff68ed3b8fcffa6.xcbuilddata
error: The package product 'Konkyo' requires minimum platform version 17.0 for the tvOS platform, but this target supports 16.0 (in target 'MockNetworking' from project 'MockNetworking')
2026-04-21 13:32:22.521 xcodebuild[700:4243] [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 MockNetworking
(1 failure)
BUILD FAILURE 6.3 tvOS