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 ClippingBezier, reference main (7b5573), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 20:55:21 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/adamwulf/ClippingBezier.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/ClippingBezier
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7b55731 Merge pull request #38 from cjycsm/main
Cloned https://github.com/adamwulf/ClippingBezier.git
Revision (git rev-parse @):
7b55731c019b2e9de3c9543d2892f034dba86da8
SUCCESS checkout https://github.com/adamwulf/ClippingBezier.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/adamwulf/ClippingBezier.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/24] Compiling ClippingBezier transforms.cpp
[1/24] Compiling ClippingBezier point.cpp
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/DKUIBezierUnmatchedPathIntersectionPoint.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/PublicHeaders/DKUIBezierUnmatchedPathIntersectionPoint.h:9:
/Users/admin/builder/spi-builder-workspace/ClippingBezier/PublicHeaders/DKUIBezierPathIntersectionPoint.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[2/24] Compiling ClippingBezier DKUIBezierUnmatchedPathIntersectionPoint.m
[2/24] Compiling ClippingBezier DKUIBezierPathIntersectionPoint.m
[2/24] Compiling ClippingBezier DKUIBezierPathShape.m
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/UIBezierPath+Trimming.m:9:
/Users/admin/builder/spi-builder-workspace/ClippingBezier/PublicHeaders/UIBezierPath+Trimming.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
While building module 'PerformanceBezier' imported from /Users/admin/builder/spi-builder-workspace/ClippingBezier/UIBezierPath+Trimming.m:10:
In file included from <module-includes>:1:
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/PerformanceBezier/PerformanceBezier/PerformanceBezier.h:11:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PerformanceBezier/PerformanceBezier/UIBezierPath+Center.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[2/24] Compiling ClippingBezier UIBezierPath+Trimming.m
[2/24] Compiling ClippingBezier JRSwizzle.m
[2/24] Compiling ClippingBezier matrix.cpp
[2/24] Compiling ClippingBezier DKUIBezierPathClippedSegment.m
[2/24] Compiling ClippingBezier DKVector.m
[2/24] Compiling ClippingBezier DKTangentAtPoint.m
[2/24] Compiling ClippingBezier DKUIBezierPathClippingResult.m
Fetching https://github.com/adamwulf/PerformanceBezier.git
[1/1091] Fetching performancebezier
Fetched https://github.com/adamwulf/PerformanceBezier.git from cache (0.87s)
Computing version for https://github.com/adamwulf/PerformanceBezier.git
Computed https://github.com/adamwulf/PerformanceBezier.git at 1.3.2 (1.45s)
Creating working copy for https://github.com/adamwulf/PerformanceBezier.git
Working copy of https://github.com/adamwulf/PerformanceBezier.git resolved at 1.3.2
BUILD FAILURE 6.2 macosSpm