Build Information
Successful build of WaterfallGrid, reference master (c7c086), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 20:50:36 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/paololeonardi/WaterfallGrid.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paololeonardi/WaterfallGrid
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c7c0865 Merge pull request #72 from paololeonardi/visionOS
Cloned https://github.com/paololeonardi/WaterfallGrid.git
Revision (git rev-parse @):
c7c08652c3540adf8e48409c351879b4caea7e89
SUCCESS checkout https://github.com/paololeonardi/WaterfallGrid.git at master
========================================
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": "waterfallgrid",
"name": "WaterfallGrid",
"url": "https://github.com/paololeonardi/WaterfallGrid.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WaterfallGrid",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/paololeonardi/WaterfallGrid.git
[1/668] Fetching waterfallgrid
Fetched https://github.com/paololeonardi/WaterfallGrid.git from cache (1.08s)
Creating working copy for https://github.com/paololeonardi/WaterfallGrid.git
Working copy of https://github.com/paololeonardi/WaterfallGrid.git resolved at master (c7c0865)
warning: '.resolve-product-dependencies': dependency 'waterfallgrid' 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/paololeonardi/WaterfallGrid.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/11] Emitting module WaterfallGrid
[4/11] Compiling WaterfallGrid ScrollOptions.swift
[5/11] Compiling WaterfallGrid View+ScrollOptions.swift
[6/11] Compiling WaterfallGrid WaterfallGrid.swift
[7/11] Compiling WaterfallGrid ElementPreference.swift
[8/11] Compiling WaterfallGrid View+GridStyle.swift
[9/11] Compiling WaterfallGrid GridSyle.swift
[10/11] Compiling WaterfallGrid PreferenceSetter.swift
[11/11] Compiling WaterfallGrid PositiveNumber.swift
Build complete! (10.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WaterfallGrid",
"name" : "WaterfallGrid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "WaterfallGrid",
"targets" : [
"WaterfallGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WaterfallGridTests",
"module_type" : "SwiftTarget",
"name" : "WaterfallGridTests",
"path" : "Tests/WaterfallGridTests",
"sources" : [
"PositiveNumberTests.swift",
"WaterfallGridTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WaterfallGrid"
],
"type" : "test"
},
{
"c99name" : "WaterfallGrid",
"module_type" : "SwiftTarget",
"name" : "WaterfallGrid",
"path" : "Sources/WaterfallGrid",
"product_memberships" : [
"WaterfallGrid"
],
"sources" : [
"Environment/GridSyle.swift",
"Environment/PositiveNumber.swift",
"Environment/ScrollOptions.swift",
"Preference/ElementPreference.swift",
"Preference/PreferenceSetter.swift",
"View+GridStyle.swift",
"View+ScrollOptions.swift",
"WaterfallGrid.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.