Build Information
Successful build of SwiftParamTest, reference master (f513e1), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 06:14:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/YusukeHosonuma/SwiftParamTest.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YusukeHosonuma/SwiftParamTest
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f513e1d Update README.md
Cloned https://github.com/YusukeHosonuma/SwiftParamTest.git
Revision (git rev-parse @):
f513e1dbbdd86e2ca2b672537f4bcb4417f94c27
SUCCESS checkout https://github.com/YusukeHosonuma/SwiftParamTest.git at master
Fetching https://github.com/YusukeHosonuma/Flatten.git
Fetching https://github.com/YusukeHosonuma/SHList.git
[1/68] Fetching shlist
[49/214] Fetching shlist, flatten
Fetched https://github.com/YusukeHosonuma/Flatten.git from cache (0.66s)
Fetched https://github.com/YusukeHosonuma/SHList.git from cache (0.67s)
Computing version for https://github.com/YusukeHosonuma/SHList.git
Computed https://github.com/YusukeHosonuma/SHList.git at 0.1.0 (1.34s)
Computing version for https://github.com/YusukeHosonuma/Flatten.git
Computed https://github.com/YusukeHosonuma/Flatten.git at 0.1.0 (0.69s)
Creating working copy for https://github.com/YusukeHosonuma/SHList.git
Working copy of https://github.com/YusukeHosonuma/SHList.git resolved at 0.1.0
Creating working copy for https://github.com/YusukeHosonuma/Flatten.git
Working copy of https://github.com/YusukeHosonuma/Flatten.git resolved at 0.1.0
========================================
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": "swiftparamtest",
"name": "SwiftParamTest",
"url": "https://github.com/YusukeHosonuma/SwiftParamTest.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftParamTest",
"traits": [
"default"
],
"dependencies": [
{
"identity": "flatten",
"name": "Flatten",
"url": "https://github.com/YusukeHosonuma/Flatten.git",
"version": "0.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Flatten",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "shlist",
"name": "SHList",
"url": "https://github.com/YusukeHosonuma/SHList.git",
"version": "0.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SHList",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/YusukeHosonuma/SwiftParamTest.git
[1/812] Fetching swiftparamtest
Fetched https://github.com/YusukeHosonuma/SwiftParamTest.git from cache (1.14s)
Fetching https://github.com/YusukeHosonuma/SHList.git from cache
Fetching https://github.com/YusukeHosonuma/Flatten.git from cache
Fetched https://github.com/YusukeHosonuma/Flatten.git from cache (0.47s)
Fetched https://github.com/YusukeHosonuma/SHList.git from cache (0.47s)
Computing version for https://github.com/YusukeHosonuma/SHList.git
Computed https://github.com/YusukeHosonuma/SHList.git at 0.1.0 (0.53s)
Computing version for https://github.com/YusukeHosonuma/Flatten.git
Computed https://github.com/YusukeHosonuma/Flatten.git at 0.1.0 (0.03s)
Creating working copy for https://github.com/YusukeHosonuma/Flatten.git
Working copy of https://github.com/YusukeHosonuma/Flatten.git resolved at 0.1.0
Creating working copy for https://github.com/YusukeHosonuma/SwiftParamTest.git
Working copy of https://github.com/YusukeHosonuma/SwiftParamTest.git resolved at master (f513e1d)
Creating working copy for https://github.com/YusukeHosonuma/SHList.git
Working copy of https://github.com/YusukeHosonuma/SHList.git resolved at 0.1.0
warning: '.resolve-product-dependencies': dependency 'swiftparamtest' is not used by any target
Found 2 product dependencies
- Flatten
- SHList
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/YusukeHosonuma/SwiftParamTest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/8] Emitting module Flatten
[6/8] Compiling Flatten Flatten.swift
[7/8] Compiling SHList SHList.swift
[8/8] Emitting module SHList
[9/18] Compiling SwiftParamTest ParameterBuilder.swift
[10/18] Compiling SwiftParamTest ResultBuilderDSLAssert.swift
[11/18] Compiling SwiftParamTest BasicDSLAssert.swift
[12/18] Compiling SwiftParamTest Args.swift
[13/18] Compiling SwiftParamTest Operator.swift
[14/19] Compiling SwiftParamTest CustomAssertion.swift
[15/19] Emitting module SwiftParamTest
[16/19] Compiling SwiftParamTest ParameterizedTest.swift
[17/19] Compiling SwiftParamTest Row.swift
[18/19] Compiling SwiftParamTest ParameterizedTestRunner.swift
[19/19] Compiling SwiftParamTest MarkdownTable.swift
Build complete! (14.25s)
Build complete.
{
"dependencies" : [
{
"identity" : "flatten",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/YusukeHosonuma/Flatten.git"
},
{
"identity" : "shlist",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/YusukeHosonuma/SHList.git"
}
],
"manifest_display_name" : "SwiftParamTest",
"name" : "SwiftParamTest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftParamTest",
"targets" : [
"SwiftParamTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftParamTestTests",
"module_type" : "SwiftTarget",
"name" : "SwiftParamTestTests",
"path" : "Tests/SwiftParamTestTests",
"sources" : [
"Core/ParameterizedTestRunnerTests.swift",
"DSL/BasicDSLTests.swift",
"DSL/FunctionBuilderDSLTests.swift",
"DSL/OperatorTests.swift",
"MarkdownTableTests.swift",
"_Asset/Function.swift",
"_Helper/Assertions.swift",
"_Helper/SpyCustomAssertion.swift"
],
"target_dependencies" : [
"SwiftParamTest"
],
"type" : "test"
},
{
"c99name" : "SwiftParamTest",
"module_type" : "SwiftTarget",
"name" : "SwiftParamTest",
"path" : "Sources",
"product_dependencies" : [
"Flatten",
"SHList"
],
"product_memberships" : [
"SwiftParamTest"
],
"sources" : [
"Core/ParameterizedTest.swift",
"Core/ParameterizedTestRunner.swift",
"Core/Row.swift",
"CustomAssertion.swift",
"DSL/Args.swift",
"DSL/Basic/BasicDSLAssert.swift",
"DSL/Operator.swift",
"DSL/ResultBuilder/ParameterBuilder.swift",
"DSL/ResultBuilder/ResultBuilderDSLAssert.swift",
"Util/MarkdownTable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.