The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Stagger, reference main (05b6e2), with Swift 6.0 for macOS (SPM) on 28 Apr 2026 15:45:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivan-magda/swiftui-stagger-animation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivan-magda/swiftui-stagger-animation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 05b6e25 Bump github.com/swiftlang/swift-docc-plugin from 1.4.6 to 1.5.0 (#6)
Cloned https://github.com/ivan-magda/swiftui-stagger-animation.git
Revision (git rev-parse @):
05b6e25856cd1393c316c4237ced35477b7250c8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ivan-magda/swiftui-stagger-animation.git at main
========================================
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 Stagger+View.swift
[6/14] Compiling Stagger StaggerViewMetadata.swift
[7/14] Emitting module Stagger
[8/14] Compiling Stagger Preview.swift
[9/14] Compiling Stagger StaggerConfiguration+Common.swift
[10/14] Compiling Stagger StaggerPreferenceKey.swift
[11/14] Compiling Stagger StaggerContainerViewModifier.swift
[12/14] Compiling Stagger StaggerConfiguration.swift
[13/14] Compiling Stagger StaggerViewModifier.swift
[14/14] Compiling Stagger StaggerEnvironmentValues.swift
Build complete! (28.11s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
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.