Build Information
Successful build of Stagger, reference 1.1.0 (35daa9), with Swift 6.1 for macOS (SPM) on 11 Feb 2026 00:22:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild 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.1
Building package at path: $PWD
https://github.com/ivan-magda/swiftui-stagger-animation.git
https://github.com/ivan-magda/swiftui-stagger-animation.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/14] Compiling Stagger StaggerViewMetadata.swift
[6/14] Compiling Stagger StaggerEnvironmentValues.swift
[7/14] Compiling Stagger StaggerContainerViewModifier.swift
[8/14] Compiling Stagger StaggerPreferenceKey.swift
[9/14] Compiling Stagger StaggerConfiguration.swift
[10/14] Compiling Stagger StaggerViewModifier.swift
[11/14] Compiling Stagger Preview.swift
[12/14] Compiling Stagger Stagger+View.swift
[13/14] Emitting module Stagger
[14/14] Compiling Stagger StaggerConfiguration+Common.swift
Build complete! (26.05s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.68s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.79s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.57s)
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
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
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.