Build Information
Successful build of WrappingStack, reference 1.1.0 (1e6b0f), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 21:47:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/diniska/swiftui-wrapping-stack.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/diniska/swiftui-wrapping-stack
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 1e6b0ff Line breaking logic fixed
Cloned https://github.com/diniska/swiftui-wrapping-stack.git
Revision (git rev-parse @):
1e6b0fffe902cf3ffc102af5e7c0c4767cbc09e0
SUCCESS checkout https://github.com/diniska/swiftui-wrapping-stack.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/diniska/swiftui-wrapping-stack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling WrappingStack SizeReader.swift
[4/6] Compiling WrappingStack TightHeightGeometryReader.swift
[5/6] Compiling WrappingStack WrappingHStack.swift
[6/6] Emitting module WrappingStack
Build complete! (7.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WrappingStack",
"name" : "WrappingStack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.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" : [
"WrappingStackTests.swift"
],
"target_dependencies" : [
"WrappingStack"
],
"type" : "test"
},
{
"c99name" : "WrappingStack",
"module_type" : "SwiftTarget",
"name" : "WrappingStack",
"path" : "Sources/WrappingStack",
"product_memberships" : [
"WrappingStack"
],
"sources" : [
"Helpers/SizeReader.swift",
"Helpers/TightHeightGeometryReader.swift",
"WrappingHStack.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.