The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ViewControllerPresentationSpy, reference main (4b8e7f), with Swift 6.1 for tvOS using Xcode 16.3 on 15 Jun 2025 06:24:36 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jonreid/ViewControllerPresentationSpy.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jonreid/ViewControllerPresentationSpy
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4b8e7ff ! f Remove Carthage support for now
Cloned https://github.com/jonreid/ViewControllerPresentationSpy.git
Revision (git rev-parse @):
4b8e7ffbc9e34461ad0c3a560bb82fc0c8a37127
SUCCESS checkout https://github.com/jonreid/ViewControllerPresentationSpy.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jonreid/ViewControllerPresentationSpy.git
https://github.com/jonreid/ViewControllerPresentationSpy.git
{
  "dependencies" : [
    {
      "identity" : "failkit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jonreid/FailKit.git"
    }
  ],
  "manifest_display_name" : "ViewControllerPresentationSpy",
  "name" : "ViewControllerPresentationSpy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ViewControllerPresentationSpy",
      "targets" : [
        "ViewControllerPresentationSpy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ViewControllerPresentationSpy",
      "module_type" : "SwiftTarget",
      "name" : "ViewControllerPresentationSpy",
      "path" : "Source",
      "product_dependencies" : [
        "FailKit"
      ],
      "product_memberships" : [
        "ViewControllerPresentationSpy"
      ],
      "sources" : [
        "ViewControllerPresentationSpy/AlertVerifier.swift",
        "ViewControllerPresentationSpy/ClosureContainer.swift",
        "ViewControllerPresentationSpy/DismissalVerifier.swift",
        "ViewControllerPresentationSpy/NSObject+Swizzling.swift",
        "ViewControllerPresentationSpy/PresentationVerifier.swift",
        "ViewControllerPresentationSpy/UIAlertAction+Mocking.swift",
        "ViewControllerPresentationSpy/UIAlertController+Mocking.swift",
        "ViewControllerPresentationSpy/UIViewController+Mocking.swift",
        "ViewControllerPresentationSpy/VerifyHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/jonreid/FailKit.git
Creating working copy of package ‘FailKit’
Checking out main (e3ecaf4) of package ‘FailKit’
Resolve Package Graph
Resolved source packages:
  ViewControllerPresentationSpy: /Users/admin/builder/spi-builder-workspace
  FailKit: https://github.com/jonreid/FailKit.git @ main (e3ecaf4)
resolved source packages: ViewControllerPresentationSpy, FailKit
{
  "dependencies" : [
    {
      "identity" : "failkit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jonreid/FailKit.git"
    }
  ],
  "manifest_display_name" : "ViewControllerPresentationSpy",
  "name" : "ViewControllerPresentationSpy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ViewControllerPresentationSpy",
      "targets" : [
        "ViewControllerPresentationSpy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ViewControllerPresentationSpy",
      "module_type" : "SwiftTarget",
      "name" : "ViewControllerPresentationSpy",
      "path" : "Source",
      "product_dependencies" : [
        "FailKit"
      ],
      "product_memberships" : [
        "ViewControllerPresentationSpy"
      ],
      "sources" : [
        "ViewControllerPresentationSpy/AlertVerifier.swift",
        "ViewControllerPresentationSpy/ClosureContainer.swift",
        "ViewControllerPresentationSpy/DismissalVerifier.swift",
        "ViewControllerPresentationSpy/NSObject+Swizzling.swift",
        "ViewControllerPresentationSpy/PresentationVerifier.swift",
        "ViewControllerPresentationSpy/UIAlertAction+Mocking.swift",
        "ViewControllerPresentationSpy/UIAlertController+Mocking.swift",
        "ViewControllerPresentationSpy/UIViewController+Mocking.swift",
        "ViewControllerPresentationSpy/VerifyHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ViewControllerPresentationSpy"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ViewControllerPresentationSpy -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.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 ViewControllerPresentationSpy -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  ViewControllerPresentationSpy: /Users/admin/builder/spi-builder-workspace
  FailKit: https://github.com/jonreid/FailKit.git @ main (e3ecaf4)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ViewControllerPresentationSpy' in project 'ViewControllerPresentationSpy'
        ➜ Explicit dependency on target 'ViewControllerPresentationSpy' in project 'ViewControllerPresentationSpy'
        ➜ Explicit dependency on target 'FailKit' in project 'FailKit'
    Target 'ViewControllerPresentationSpy' in project 'ViewControllerPresentationSpy'
        ➜ Explicit dependency on target 'FailKit' in project 'FailKit'
    Target 'FailKit' in project 'FailKit'
        ➜ Explicit dependency on target 'FailKit' in project 'FailKit'
    Target 'FailKit' in project 'FailKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cfa020243f4efe866e48b3777e3056aa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cfa020243f4efe866e48b3777e3056aa.xcbuilddata
error: The package product 'FailKit' requires minimum platform version 15.0 for the tvOS platform, but this target supports 13.0 (in target 'ViewControllerPresentationSpy' from project 'ViewControllerPresentationSpy')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ViewControllerPresentationSpy
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ViewControllerPresentationSpy: /Users/admin/builder/spi-builder-workspace
  FailKit: https://github.com/jonreid/FailKit.git @ main (e3ecaf4)
resolved source packages: ViewControllerPresentationSpy, FailKit
{
  "dependencies" : [
    {
      "identity" : "failkit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jonreid/FailKit.git"
    }
  ],
  "manifest_display_name" : "ViewControllerPresentationSpy",
  "name" : "ViewControllerPresentationSpy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ViewControllerPresentationSpy",
      "targets" : [
        "ViewControllerPresentationSpy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ViewControllerPresentationSpy",
      "module_type" : "SwiftTarget",
      "name" : "ViewControllerPresentationSpy",
      "path" : "Source",
      "product_dependencies" : [
        "FailKit"
      ],
      "product_memberships" : [
        "ViewControllerPresentationSpy"
      ],
      "sources" : [
        "ViewControllerPresentationSpy/AlertVerifier.swift",
        "ViewControllerPresentationSpy/ClosureContainer.swift",
        "ViewControllerPresentationSpy/DismissalVerifier.swift",
        "ViewControllerPresentationSpy/NSObject+Swizzling.swift",
        "ViewControllerPresentationSpy/PresentationVerifier.swift",
        "ViewControllerPresentationSpy/UIAlertAction+Mocking.swift",
        "ViewControllerPresentationSpy/UIAlertController+Mocking.swift",
        "ViewControllerPresentationSpy/UIViewController+Mocking.swift",
        "ViewControllerPresentationSpy/VerifyHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ViewControllerPresentationSpy"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ViewControllerPresentationSpy -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.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 ViewControllerPresentationSpy -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  FailKit: https://github.com/jonreid/FailKit.git @ main (e3ecaf4)
  ViewControllerPresentationSpy: /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 'ViewControllerPresentationSpy' in project 'ViewControllerPresentationSpy'
        ➜ Explicit dependency on target 'ViewControllerPresentationSpy' in project 'ViewControllerPresentationSpy'
        ➜ Explicit dependency on target 'FailKit' in project 'FailKit'
    Target 'ViewControllerPresentationSpy' in project 'ViewControllerPresentationSpy'
        ➜ Explicit dependency on target 'FailKit' in project 'FailKit'
    Target 'FailKit' in project 'FailKit'
        ➜ Explicit dependency on target 'FailKit' in project 'FailKit'
    Target 'FailKit' in project 'FailKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 53deea076fa709b32734024e9b514c9f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/53deea076fa709b32734024e9b514c9f.xcbuilddata
error: The package product 'FailKit' requires minimum platform version 15.0 for the tvOS platform, but this target supports 13.0 (in target 'ViewControllerPresentationSpy' from project 'ViewControllerPresentationSpy')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ViewControllerPresentationSpy
(1 failure)
BUILD FAILURE 6.1 tvOS