Build Information
Successful build of Hamcrest, reference 2.3.7 (eaf6af), with Swift 6.3 for Wasm on 21 Apr 2026 20:39:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build 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 /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
* 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
========================================
Build
========================================
Selected platform: wasm
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-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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-24593BA9C3E375BF.txt
[4/15] Compiling Hamcrest OperatorMatchers.swift
[5/16] Compiling Hamcrest Matcher.swift
[6/16] Compiling Hamcrest MetaMatchers.swift
[7/16] Compiling Hamcrest ReflectionMatchers.swift
[8/16] Compiling Hamcrest SequenceMatchers.swift
[9/16] Compiling Hamcrest StringMatchers.swift
[10/16] Emitting module Hamcrest
[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] Compiling Hamcrest Hamcrest.swift
[16/16] Compiling Hamcrest MatchResult.swift
[18/19] Compiling HamcrestSwiftTesting Reporter.swift
[19/19] Emitting module HamcrestSwiftTesting
Build complete! (12.24s)
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"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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.