The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LSAnimator, reference 2.1.5 (6ff082), with Swift 6.1 for macOS (SPM) on 21 Jun 2025 05:45:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aksamitsah/CoreAnimator.git
Reference: 2.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aksamitsah/CoreAnimator
 * tag               2.1.5      -> FETCH_HEAD
HEAD is now at 6ff082b MOD: update .swift-version file
Cloned https://github.com/aksamitsah/CoreAnimator.git
Revision (git rev-parse @):
6ff082b0aa0caaa0678e419de0b04de47c31b80e
SUCCESS checkout https://github.com/aksamitsah/CoreAnimator.git at 2.1.5
========================================
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",
  "dependencies": [
    {
      "identity": "coreanimator",
      "name": "LSAnimator",
      "url": "https://github.com/aksamitsah/CoreAnimator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreAnimator",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/aksamitsah/CoreAnimator.git
[1/678] Fetching coreanimator
Fetched https://github.com/aksamitsah/CoreAnimator.git from cache (1.04s)
Creating working copy for https://github.com/aksamitsah/CoreAnimator.git
Working copy of https://github.com/aksamitsah/CoreAnimator.git resolved at 2.1.5 (6ff082b)
warning: '.resolve-product-dependencies': dependency 'coreanimator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aksamitsah/CoreAnimator.git
https://github.com/aksamitsah/CoreAnimator.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LSAnimator",
  "name" : "LSAnimator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "LSAnimator",
      "targets" : [
        "LSAnimator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LSAnimatorCore",
      "targets" : [
        "LSAnimatorCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LSAnimatorTests",
      "module_type" : "SwiftTarget",
      "name" : "LSAnimatorTests",
      "path" : "Tests/LSAnimatorTests",
      "sources" : [
        "LSAnimatorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LSAnimator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LSAnimatorCore",
      "module_type" : "ClangTarget",
      "name" : "LSAnimatorCore",
      "path" : "Sources/Core",
      "product_memberships" : [
        "LSAnimator",
        "LSAnimatorCore"
      ],
      "sources" : [
        "LSAnimator.m",
        "LSAnimatorChain.m",
        "LSAnimatorLinker.m",
        "LSKeyframeAnimation.m",
        "LSKeyframeAnimationFunctions.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LSAnimator",
      "module_type" : "SwiftTarget",
      "name" : "LSAnimator",
      "path" : "Sources/LSAnimator",
      "product_memberships" : [
        "LSAnimator"
      ],
      "sources" : [
        "CoreAnimator.swift"
      ],
      "target_dependencies" : [
        "LSAnimatorCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-2F0A5646E1D333AE.txt
[2/7] Compiling LSAnimatorCore LSKeyframeAnimationFunctions.c
/Users/admin/builder/spi-builder-workspace/Sources/Core/LSKeyframeAnimation.m:12:9: fatal error: 'UIKit/UIKit.h' file not found
   12 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[3/7] Compiling LSAnimatorCore LSKeyframeAnimation.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimator.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/7] Compiling LSAnimatorCore LSAnimator.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimatorLinker.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimatorLinker.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/7] Compiling LSAnimatorCore LSAnimatorLinker.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimatorChain.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimatorChain.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/7] Compiling LSAnimatorCore LSAnimatorChain.m
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
/Users/admin/builder/spi-builder-workspace/Sources/Core/LSKeyframeAnimation.m:12:9: fatal error: 'UIKit/UIKit.h' file not found
   12 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/5] Compiling LSAnimatorCore LSKeyframeAnimation.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimatorChain.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimatorChain.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/5] Compiling LSAnimatorCore LSAnimatorChain.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimatorLinker.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimatorLinker.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/5] Compiling LSAnimatorCore LSAnimatorLinker.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimator.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/Core/LSAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/5] Compiling LSAnimatorCore LSAnimator.m
[0/5] Write swift-version-2F0A5646E1D333AE.txt
BUILD FAILURE 6.1 macosSpm