The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AnimationPlanner, reference 1.2.1 (8b980e), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 17:07:43 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/PimCoumans/AnimationPlanner.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PimCoumans/AnimationPlanner
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 8b980ea Perform Group’s animations in defined order (#22)
Cloned https://github.com/PimCoumans/AnimationPlanner.git
Revision (git rev-parse @):
8b980ea94df6839d48ad02a59f92b3e9f1ed9d4a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/PimCoumans/AnimationPlanner.git at 1.2.1
========================================
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": "animationplanner",
      "name": "AnimationPlanner",
      "url": "https://github.com/PimCoumans/AnimationPlanner.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnimationPlanner",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PimCoumans/AnimationPlanner.git
[1/1285] Fetching animationplanner
Fetched https://github.com/PimCoumans/AnimationPlanner.git from cache (1.04s)
Creating working copy for https://github.com/PimCoumans/AnimationPlanner.git
Working copy of https://github.com/PimCoumans/AnimationPlanner.git resolved at 1.2.1 (8b980ea)
warning: '.resolve-product-dependencies': dependency 'animationplanner' 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/PimCoumans/AnimationPlanner.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/20] Compiling AnimationPlanner PerformsAnimations.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[4/20] Compiling AnimationPlanner AnimationConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[5/20] Compiling AnimationPlanner AnimationModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[6/20] Compiling AnimationPlanner Animatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[7/20] Compiling AnimationPlanner AnimationContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[8/21] Compiling AnimationPlanner RunningSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/21] Emitting module AnimationPlanner
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[10/21] Compiling AnimationPlanner AnimationBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[11/21] Compiling AnimationPlanner Extra.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[12/21] Compiling AnimationPlanner AnimateDelayed.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[13/21] Compiling AnimationPlanner AnimateSpring.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[14/21] Compiling AnimationPlanner MapSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[15/21] Compiling AnimationPlanner Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[16/21] Compiling AnimationPlanner Wait.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[17/21] Compiling AnimationPlanner CAMediaTimingFunction.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[18/21] Compiling AnimationPlanner Group.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[19/21] Compiling AnimationPlanner Loop.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[20/21] Compiling AnimationPlanner AnimationPlanner.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
[21/21] Compiling AnimationPlanner Animate.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnimationPlanner/AnimationPlanner.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// Chain multiple `UIView` animations with a clear declarative syntax, describing each step along the way.
BUILD FAILURE 6.3 macosSpm