Build Information
Failed to build LSAnimator, reference master (6ff082
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:53:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aksamitsah/CoreAnimator
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/aksamitsah/CoreAnimator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-1EA4D86E10B52AF.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/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/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/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
BUILD FAILURE 6.2 macosSpm