The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Hamcrest, reference master (eaf6af), with Swift 6.1 for tvOS using Xcode 16.3 on 15 Dec 2025 15:27:06 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nschum/SwiftHamcrest.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nschum/SwiftHamcrest
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at eaf6af4 prepared 2.3.7 release
Cloned https://github.com/nschum/SwiftHamcrest.git
Revision (git rev-parse @):
eaf6af46ebca7ab17105ffeef228f5e87fe31757
SUCCESS checkout https://github.com/nschum/SwiftHamcrest.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nschum/SwiftHamcrest.git
https://github.com/nschum/SwiftHamcrest.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Hamcrest",
  "name" : "Hamcrest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Hamcrest",
      "targets" : [
        "Hamcrest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HamcrestSwiftTesting",
      "targets" : [
        "HamcrestSwiftTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HamcrestTests",
      "module_type" : "SwiftTarget",
      "name" : "HamcrestTests",
      "path" : "HamcrestTests",
      "sources" : [
        "ArithmeticMatcherTests.swift",
        "AssertThatTests.swift",
        "BaseTestCase.swift",
        "BasicMatcherTests.swift",
        "DictionaryMatcherTests.swift",
        "ErrorTests.swift",
        "MatchResultTests.swift",
        "MatcherMocks.swift",
        "MetaMatcherTests.swift",
        "OperatorMatcherTests.swift",
        "ReflectionMatcherTests.swift",
        "SequenceMatcherTests.swift",
        "StringMatcherTests.swift"
      ],
      "target_dependencies" : [
        "Hamcrest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HamcrestSwiftTesting",
      "module_type" : "SwiftTarget",
      "name" : "HamcrestSwiftTesting",
      "path" : "SwiftTesting",
      "product_memberships" : [
        "HamcrestSwiftTesting"
      ],
      "sources" : [
        "Source/Main/Reporter.swift"
      ],
      "target_dependencies" : [
        "Hamcrest"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Hamcrest",
      "module_type" : "SwiftTarget",
      "name" : "Hamcrest",
      "path" : "Hamcrest",
      "product_memberships" : [
        "Hamcrest",
        "HamcrestSwiftTesting"
      ],
      "sources" : [
        "ArithmeticMatchers.swift",
        "BasicMatchers.swift",
        "Descriptions.swift",
        "DictionaryMatchers.swift",
        "Hamcrest.swift",
        "MatchResult.swift",
        "Matcher.swift",
        "MetaMatchers.swift",
        "OperatorMatchers.swift",
        "ReflectionMatchers.swift",
        "SequenceMatchers.swift",
        "StringMatchers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': Invalid Source '/Users/admin/builder/spi-builder-workspace/SwiftTesting/Source/Test': File not found.
warning: 'spi-builder-workspace': Source files for target HamcrestSwiftTestingTests should be located under 'Tests/HamcrestSwiftTestingTests', or a custom sources path can be set with the 'path' property in Package.swift
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-12-15 07:27:05.362 xcodebuild[553:3129] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-15-12_07-27-0005.xcresult
xcodebuild: error: The directory /Users/admin/builder/spi-builder-workspace contains 3 projects, including multiple projects with the current extension (.xcodeproj). Specify the project to use with the -project option.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-12-15 07:27:06.012 xcodebuild[558:3201] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-15-12_07-27-0006.xcresult
xcodebuild: error: The directory /Users/admin/builder/spi-builder-workspace contains 3 projects, including multiple projects with the current extension (.xcodeproj). Specify the project to use with the -project option.
BUILD FAILURE 6.1 tvOS