The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hamcrest, reference master (eaf6af), with Swift 6.3 for Android on 21 Apr 2026 20:39:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nschum/SwiftHamcrest.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nschum/SwiftHamcrest.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
warning: 'spi-builder-workspace': Invalid Source '/host/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
    /host/spi-builder-workspace/Hamcrest/Info.plist
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/15] Compiling Hamcrest Matcher.swift
[5/15] Compiling Hamcrest MetaMatchers.swift
[6/15] Compiling Hamcrest OperatorMatchers.swift
[7/16] Compiling Hamcrest ReflectionMatchers.swift
[8/16] Compiling Hamcrest SequenceMatchers.swift
[9/16] Compiling Hamcrest ArithmeticMatchers.swift
[10/16] Compiling Hamcrest BasicMatchers.swift
[11/16] Compiling Hamcrest StringMatchers.swift
[12/16] Compiling Hamcrest Descriptions.swift
[13/16] Compiling Hamcrest DictionaryMatchers.swift
[14/16] Compiling Hamcrest Hamcrest.swift
[15/16] Compiling Hamcrest MatchResult.swift
[16/16] Emitting module Hamcrest
[18/19] Compiling HamcrestSwiftTesting Reporter.swift
[19/19] Emitting module HamcrestSwiftTesting
Build complete! (15.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Hamcrest",
  "name" : "Hamcrest",
  "path" : "/host/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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
warning: 'spi-builder-workspace': Invalid Source '/host/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.