The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hamcrest, reference 2.3.7 (eaf6af), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 20:50:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nschum/SwiftHamcrest.git
Reference: 2.3.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nschum/SwiftHamcrest
 * tag               2.3.7      -> FETCH_HEAD
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 2.3.7
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swifthamcrest",
      "name": "Hamcrest",
      "url": "https://github.com/nschum/SwiftHamcrest.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftHamcrest",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nschum/SwiftHamcrest.git
[1/1834] Fetching swifthamcrest
Fetched https://github.com/nschum/SwiftHamcrest.git from cache (1.47s)
Creating working copy for https://github.com/nschum/SwiftHamcrest.git
Working copy of https://github.com/nschum/SwiftHamcrest.git resolved at 2.3.7 (eaf6af4)
warning: '.resolve-product-dependencies': dependency 'swifthamcrest' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nschum/SwiftHamcrest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/15] Compiling Hamcrest SequenceMatchers.swift
[5/15] Compiling Hamcrest ReflectionMatchers.swift
[6/16] Compiling Hamcrest OperatorMatchers.swift
[7/16] Compiling Hamcrest MetaMatchers.swift
[8/16] Compiling Hamcrest StringMatchers.swift
[9/16] Compiling Hamcrest Matcher.swift
[10/16] Compiling Hamcrest MatchResult.swift
[11/16] Compiling Hamcrest Descriptions.swift
[12/16] Compiling Hamcrest DictionaryMatchers.swift
[13/16] Compiling Hamcrest ArithmeticMatchers.swift
[14/16] Compiling Hamcrest BasicMatchers.swift
[15/16] Emitting module Hamcrest
[16/16] Compiling Hamcrest Hamcrest.swift
[17/18] Emitting module HamcrestSwiftTesting
[18/18] Compiling HamcrestSwiftTesting Reporter.swift
Build complete! (15.21s)
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Hamcrest/Info.plist
Build complete.
{
  "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
Done.