Build Information
Successful build of Stagger, reference 1.1.0 (35daa9), with Swift 6.0 for macOS (SPM) on 10 Feb 2026 20:24:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivan-magda/swiftui-stagger-animation.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivan-magda/swiftui-stagger-animation
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 35daa90 Convert static property to computed property and update tests
Cloned https://github.com/ivan-magda/swiftui-stagger-animation.git
Revision (git rev-parse @):
35daa900ba370557ae314ea6e8acc2d140fc8899
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ivan-magda/swiftui-stagger-animation.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ivan-magda/swiftui-stagger-animation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/14] Compiling Stagger StaggerViewModifier.swift
[6/14] Compiling Stagger StaggerViewMetadata.swift
[7/14] Compiling Stagger StaggerConfiguration.swift
[8/14] Compiling Stagger StaggerPreferenceKey.swift
[9/14] Compiling Stagger StaggerConfiguration+Common.swift
[10/14] Compiling Stagger Stagger+View.swift
[11/14] Compiling Stagger StaggerEnvironmentValues.swift
[12/14] Emitting module Stagger
[13/14] Compiling Stagger Preview.swift
[14/14] Compiling Stagger StaggerContainerViewModifier.swift
Build complete! (28.91s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3655] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "Stagger",
"name" : "Stagger",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Stagger",
"targets" : [
"Stagger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StaggerTests",
"module_type" : "SwiftTarget",
"name" : "StaggerTests",
"path" : "Tests/StaggerTests",
"sources" : [
"StaggerTests.swift",
"StaggerUITests.swift",
"StaggerViewModifierTests.swift"
],
"target_dependencies" : [
"Stagger"
],
"type" : "test"
},
{
"c99name" : "Stagger",
"module_type" : "SwiftTarget",
"name" : "Stagger",
"path" : "Sources/Stagger",
"product_memberships" : [
"Stagger"
],
"sources" : [
"Preview.swift",
"Stagger+View.swift",
"StaggerConfiguration+Common.swift",
"StaggerConfiguration.swift",
"StaggerContainerViewModifier.swift",
"StaggerEnvironmentValues.swift",
"StaggerPreferenceKey.swift",
"StaggerViewMetadata.swift",
"StaggerViewModifier.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.