The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Animatable, reference 0.2.0 (4ba963), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 16:06:39 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/c-villain/Animatable.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/c-villain/Animatable
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 4ba9631 no message
Cloned https://github.com/c-villain/Animatable.git
Revision (git rev-parse @):
4ba96313d4fde8ed5aae65992da42a84bddab5d7
SUCCESS checkout https://github.com/c-villain/Animatable.git at 0.2.0
========================================
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": "animatable",
      "name": "Animatable",
      "url": "https://github.com/c-villain/Animatable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Animatable",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/c-villain/Animatable.git
[1/230] Fetching animatable
Fetched https://github.com/c-villain/Animatable.git from cache (1.50s)
Creating working copy for https://github.com/c-villain/Animatable.git
Working copy of https://github.com/c-villain/Animatable.git resolved at 0.2.0 (4ba9631)
warning: '.resolve-product-dependencies': dependency 'animatable' 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/c-villain/Animatable.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/13] Compiling Animatable Scaling.swift
[4/13] Compiling Animatable Shimmerable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animatable/Modifiers/Shimmerable.swift:40:18: error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
23 | }
24 |
25 | struct ShimmeringView<Content: View>: View {
   |        `- note: add '@available' attribute to enclosing generic struct
26 |     private let content: () -> Content
27 |     private let configuration: ShimmerConfiguration
   :
35 |     }
36 |
37 |     var body: some View {
   |         `- note: add '@available' attribute to enclosing property
38 |         if #available(iOS 15, *) {
39 |             content()
40 |                 .overlay { shimmer }
   |                  |- error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
   |                  `- note: add 'if #available' version check
41 |         } else {
42 |             content()
/Users/admin/builder/spi-builder-workspace/Sources/Animatable/Modifiers/Shimmerable.swift:38:34: error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
23 | }
24 |
25 | struct ShimmeringView<Content: View>: View {
   |        `- note: add '@available' attribute to enclosing generic struct
26 |     private let content: () -> Content
27 |     private let configuration: ShimmerConfiguration
   :
35 |     }
36 |
37 |     var body: some View {
   |         `- note: add '@available' attribute to enclosing property
38 |         if #available(iOS 15, *) {
   |                                  |- error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
   |                                  `- note: add 'if #available' version check
39 |             content()
40 |                 .overlay { shimmer }
[5/14] Compiling Animatable Rotating.swift
[6/14] Compiling Animatable LiveComments.swift
[7/14] Compiling Animatable Fireworks.swift
[8/14] Compiling Animatable Blinking.swift
[9/14] Emitting module Animatable
[10/14] Compiling Animatable ValueChangedModifier.swift
[11/14] Compiling Animatable Animatable.swift
[12/14] Compiling Animatable CoveredModifier.swift
[13/14] Compiling Animatable Explosion.swift
[14/14] Compiling Animatable Tweaking.swift
BUILD FAILURE 6.3 macosSpm