Build Information
Successful build of WrappingStack, reference void (79393e), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:04:45 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/diniska/swiftui-wrapping-stack.git
Reference: void
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/diniska/swiftui-wrapping-stack
* branch void -> FETCH_HEAD
* [new branch] void -> origin/void
HEAD is now at 79393e3 Typo fixed
Cloned https://github.com/diniska/swiftui-wrapping-stack.git
Revision (git rev-parse @):
79393e353c98b3f0066fdf0f35400a112239d746
SUCCESS checkout https://github.com/diniska/swiftui-wrapping-stack.git at void
========================================
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": "swiftui-wrapping-stack",
"name": "WrappingStack",
"url": "https://github.com/diniska/swiftui-wrapping-stack.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-wrapping-stack",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/diniska/swiftui-wrapping-stack.git
[1/345] Fetching swiftui-wrapping-stack
Fetched https://github.com/diniska/swiftui-wrapping-stack.git from cache (0.74s)
Creating working copy for https://github.com/diniska/swiftui-wrapping-stack.git
Working copy of https://github.com/diniska/swiftui-wrapping-stack.git resolved at void (79393e3)
warning: '.resolve-product-dependencies': dependency 'swiftui-wrapping-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/diniska/swiftui-wrapping-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/7] Compiling WrappingStack WrappingHStack.swift
[4/7] Compiling WrappingStack SizeReader.swift
[5/7] Compiling WrappingStack TightHeightGeometryReader.swift
[6/7] Emitting module WrappingStack
[7/7] Compiling WrappingStack Lines.swift
Build complete! (8.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WrappingStack",
"name" : "WrappingStack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.10"
}
],
"products" : [
{
"name" : "WrappingStack",
"targets" : [
"WrappingStack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WrappingStackTests",
"module_type" : "SwiftTarget",
"name" : "WrappingStackTests",
"path" : "Tests/WrappingStackTests",
"sources" : [
"LinesTests.swift"
],
"target_dependencies" : [
"WrappingStack"
],
"type" : "test"
},
{
"c99name" : "WrappingStack",
"module_type" : "SwiftTarget",
"name" : "WrappingStack",
"path" : "Sources/WrappingStack",
"product_memberships" : [
"WrappingStack"
],
"sources" : [
"Helpers/Lines.swift",
"Helpers/SizeReader.swift",
"Helpers/TightHeightGeometryReader.swift",
"WrappingHStack.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.