Build Information
Successful build of SwiftUILazyContainer, reference main (7694c3), with Swift 5.10 for macOS (SPM) on 7 Nov 2025 18:04:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ciaranrobrien/SwiftUILazyContainer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ciaranrobrien/SwiftUILazyContainer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7694c34 Update README.md
Cloned https://github.com/ciaranrobrien/SwiftUILazyContainer.git
Revision (git rev-parse @):
7694c342c8745c4dcfc5ac6eb7ee162d23eeda1d
SUCCESS checkout https://github.com/ciaranrobrien/SwiftUILazyContainer.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/ciaranrobrien/SwiftUILazyContainer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/26] Emitting module SwiftUILazyContainer
[4/28] Compiling SwiftUILazyContainer LazyStackModifier.swift
[5/28] Compiling SwiftUILazyContainer VisibleElement.swift
[6/28] Compiling SwiftUILazyContainer ExampleB.swift
[7/28] Compiling SwiftUILazyContainer ExampleC.swift
[8/28] Compiling SwiftUILazyContainer ExampleD.swift
[9/28] Compiling SwiftUILazyContainer AltLazyVStack.swift
[10/28] Compiling SwiftUILazyContainer LazyStack.swift
[11/28] Compiling SwiftUILazyContainer LazySubviewSize.swift
[12/28] Compiling SwiftUILazyContainer LazyContainerModifier.swift
[13/28] Compiling SwiftUILazyContainer LazySubviewSizeProvider.swift
[14/28] Compiling SwiftUILazyContainer LazyMasonry.swift
[15/28] Compiling SwiftUILazyContainer LazyVMasonry.swift
[16/28] Compiling SwiftUILazyContainer AltLazyHStack.swift
[17/28] Compiling SwiftUILazyContainer LazyContainer.swift
[18/28] Compiling SwiftUILazyContainer LazyLineSize.swift
[19/28] Compiling SwiftUILazyContainer LazyHMasonry.swift
[20/28] Compiling SwiftUILazyContainer LengthReader.swift
[21/28] Compiling SwiftUILazyContainer LazyMasonryLayout.swift
[22/28] Compiling SwiftUILazyContainer LazySubviewTemplate.swift
[23/28] Compiling SwiftUILazyContainer ResolvedLazySubviewSize.swift
[24/28] Compiling SwiftUILazyContainer ExampleA.swift
[25/28] Compiling SwiftUILazyContainer LazyMasonryModifier.swift
[26/28] Compiling SwiftUILazyContainer LazyStackLayout.swift
[27/28] Compiling SwiftUILazyContainer AnimatableEnvironment.swift
[28/28] Compiling SwiftUILazyContainer Extensions.swift
Build complete! (9.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUILazyContainer",
"name" : "SwiftUILazyContainer",
"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"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftUILazyContainer",
"targets" : [
"SwiftUILazyContainer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUILazyContainer",
"module_type" : "SwiftTarget",
"name" : "SwiftUILazyContainer",
"path" : "Sources/SwiftUILazyContainer",
"product_memberships" : [
"SwiftUILazyContainer"
],
"sources" : [
"API/LazyContainer.swift",
"API/LazyLineSize.swift",
"API/LazyMasonry/LazyHMasonry.swift",
"API/LazyMasonry/LazyMasonry.swift",
"API/LazyMasonry/LazyVMasonry.swift",
"API/LazyStack/AltLazyHStack.swift",
"API/LazyStack/AltLazyVStack.swift",
"API/LazyStack/LazyStack.swift",
"API/LazySubviewSize.swift",
"API/LazySubviewTemplate.swift",
"API/ResolvedLazySubviewSize.swift",
"Examples/ExampleA.swift",
"Examples/ExampleB.swift",
"Examples/ExampleC.swift",
"Examples/ExampleD.swift",
"Internal/AnimatableEnvironment.swift",
"Internal/Extensions.swift",
"Internal/LazyContainerModifier.swift",
"Internal/LazySubviewSizeProvider.swift",
"Internal/LengthReader.swift",
"Internal/Masonry/LazyMasonryLayout.swift",
"Internal/Masonry/LazyMasonryModifier.swift",
"Internal/Stack/LazyStackLayout.swift",
"Internal/Stack/LazyStackModifier.swift",
"Internal/VisibleElement.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.