The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AnimationStack, reference main (096fd2), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 13:24:45 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/FlorianHubl/AnimationStack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FlorianHubl/AnimationStack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 096fd21 updated
Cloned https://github.com/FlorianHubl/AnimationStack.git
Revision (git rev-parse @):
096fd211323e9231b713b0dd2144cb542f16eb13
SUCCESS checkout https://github.com/FlorianHubl/AnimationStack.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "animationstack",
      "name": "AnimationStack",
      "url": "https://github.com/FlorianHubl/AnimationStack.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnimationStack",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FlorianHubl/AnimationStack.git
[1/40] Fetching animationstack
Fetched https://github.com/FlorianHubl/AnimationStack.git from cache (24.69s)
Creating working copy for https://github.com/FlorianHubl/AnimationStack.git
Working copy of https://github.com/FlorianHubl/AnimationStack.git resolved at main (096fd21)
warning: '.resolve-product-dependencies': dependency 'animationstack' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FlorianHubl/AnimationStack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling AnimationStack TupleViewExtention.swift
[4/6] Compiling AnimationStack AnimationStack.swift
[5/6] Emitting module AnimationStack
[6/6] Compiling AnimationStack ForEachAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationStack/ForEachAnimation.swift:65:17: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
63 |         return Group {
64 |             ForEach(data.indices, id: \.self) { i in
65 |                 content(data[i])
   |                 `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
66 |                     .opacity(animations[i] ? 1 : self.opacity ? 0 : 1)
67 |                     .offset(y: animations[i] ? 1 : offSetY)
BUILD FAILURE 6.3 macosSpm