Build Information
Successful build of Hamcrest, reference master (eaf6af), with Swift 6.2 for macOS (SPM) on 15 Dec 2025 15:26:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
========================================
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/nschum/SwiftHamcrest.git
[1/1834] Fetching swifthamcrest
Fetched https://github.com/nschum/SwiftHamcrest.git from cache (1.44s)
Creating working copy for https://github.com/nschum/SwiftHamcrest.git
Working copy of https://github.com/nschum/SwiftHamcrest.git resolved at master (eaf6af4)
warning: '.resolve-product-dependencies': dependency 'swifthamcrest' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nschum/SwiftHamcrest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/15] Compiling Hamcrest ReflectionMatchers.swift
[5/16] Compiling Hamcrest SequenceMatchers.swift
[6/16] Compiling Hamcrest OperatorMatchers.swift
[7/16] Compiling Hamcrest MetaMatchers.swift
[8/16] Compiling Hamcrest Matcher.swift
[9/16] Compiling Hamcrest StringMatchers.swift
[10/16] Compiling Hamcrest MatchResult.swift
[11/16] Compiling Hamcrest Descriptions.swift
[12/16] Compiling Hamcrest DictionaryMatchers.swift
[13/16] Emitting module Hamcrest
[14/16] Compiling Hamcrest ArithmeticMatchers.swift
[15/16] Compiling Hamcrest BasicMatchers.swift
[16/16] Compiling Hamcrest Hamcrest.swift
[17/18] Compiling HamcrestSwiftTesting Reporter.swift
[18/18] Emitting module HamcrestSwiftTesting
Build complete! (12.87s)
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.