Build Information
Successful build of SwiftStack, reference main (6cb297), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 10:01:09 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/DandyLyons/swift-stack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/swift-stack
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6cb2972 Update README.md
Cloned https://github.com/DandyLyons/swift-stack.git
Revision (git rev-parse @):
6cb29728dfc99f4a4ca37d9c2d6638fb13c3af7a
SUCCESS checkout https://github.com/DandyLyons/swift-stack.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": "swift-stack",
"name": "SwiftStack",
"url": "https://github.com/DandyLyons/swift-stack.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-stack",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/DandyLyons/swift-stack.git
[1/18] Fetching swift-stack
Fetched https://github.com/DandyLyons/swift-stack.git from cache (0.64s)
Creating working copy for https://github.com/DandyLyons/swift-stack.git
Working copy of https://github.com/DandyLyons/swift-stack.git resolved at main (6cb2972)
warning: '.resolve-product-dependencies': dependency 'swift-stack' 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/DandyLyons/swift-stack.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/4] Emitting module SwiftStack
[4/4] Compiling SwiftStack Stack.swift
Build complete! (0.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftStack",
"name" : "SwiftStack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftStack",
"targets" : [
"SwiftStack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftStackTests",
"module_type" : "SwiftTarget",
"name" : "SwiftStackTests",
"path" : "Tests/SwiftStackTests",
"sources" : [
"SwiftStackTests.swift"
],
"target_dependencies" : [
"SwiftStack"
],
"type" : "test"
},
{
"c99name" : "SwiftStack",
"module_type" : "SwiftTarget",
"name" : "SwiftStack",
"path" : "Sources/SwiftStack",
"product_memberships" : [
"SwiftStack"
],
"sources" : [
"Stack.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.