Build Information
Successful build of xctest-resettable, reference main (12985a), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 13:44:15 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/pbalduz/xctest-resettable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pbalduz/xctest-resettable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 12985af Update README.md
Cloned https://github.com/pbalduz/xctest-resettable.git
Revision (git rev-parse @):
12985af4c58266dba7859784f6b9231c75f96b3f
SUCCESS checkout https://github.com/pbalduz/xctest-resettable.git at main
========================================
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": "xctest-resettable",
"name": "xctest-resettable",
"url": "https://github.com/pbalduz/xctest-resettable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-resettable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/pbalduz/xctest-resettable.git
[1/81] Fetching xctest-resettable
Fetched https://github.com/pbalduz/xctest-resettable.git from cache (0.73s)
Creating working copy for https://github.com/pbalduz/xctest-resettable.git
Working copy of https://github.com/pbalduz/xctest-resettable.git resolved at main (12985af)
warning: '.resolve-product-dependencies': dependency 'xctest-resettable' 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/pbalduz/xctest-resettable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling TestResettable ResettableProtocol.swift
[4/6] Emitting module TestResettable
[5/6] Compiling TestResettable Resettable.swift
[6/6] Compiling TestResettable ResettableTestCase.swift
Build complete! (11.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "xctest-resettable",
"name" : "xctest-resettable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "TestResettable",
"targets" : [
"TestResettable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestResettableTests",
"module_type" : "SwiftTarget",
"name" : "TestResettableTests",
"path" : "Tests/TestResettableTests",
"sources" : [
"ResettableTestCaseTests.swift"
],
"target_dependencies" : [
"TestResettable"
],
"type" : "test"
},
{
"c99name" : "TestResettable",
"module_type" : "SwiftTarget",
"name" : "TestResettable",
"path" : "Sources/TestResettable",
"product_memberships" : [
"TestResettable"
],
"sources" : [
"Resettable.swift",
"ResettableProtocol.swift",
"ResettableTestCase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.