Build Information
Successful build of LazyCollectionView, reference main (c705ce
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 09:14:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/unsplash/swiftui-lazycollectionview.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/unsplash/swiftui-lazycollectionview
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c705ce0 Update the project, add visionOS platform.
Cloned https://github.com/unsplash/swiftui-lazycollectionview.git
Revision (git rev-parse @):
c705ce063a5d7478b6b5ac282be6daa6f419eb1c
SUCCESS checkout https://github.com/unsplash/swiftui-lazycollectionview.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/unsplash/swiftui-lazycollectionview.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 LazyCollectionView LazyCollectionLayoutAttributes.swift
[4/6] Compiling LazyCollectionView LazyCollectionView.swift
[5/6] Emitting module LazyCollectionView
[6/6] Compiling LazyCollectionView LazyCollectionLayout.swift
Build complete! (7.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LazyCollectionView",
"name" : "LazyCollectionView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "LazyCollectionView",
"targets" : [
"LazyCollectionView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LazyCollectionView",
"module_type" : "SwiftTarget",
"name" : "LazyCollectionView",
"path" : "Sources/LazyCollectionView",
"product_memberships" : [
"LazyCollectionView"
],
"sources" : [
"LazyCollectionLayout.swift",
"LazyCollectionLayoutAttributes.swift",
"LazyCollectionView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.