The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ClippingBezier, reference main (556f17), with Swift 6.0 for macOS (SPM) on 2 May 2026 01:33:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/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 556f179 Merge commit 'cadfff44fc2a6d4b764d25bd467ae8a64edec026'
Cloned https://github.com/adamwulf/ClippingBezier.git
Revision (git rev-parse @):
556f179f42897bb2933923e0d782f4e02d3a371c
SUCCESS checkout https://github.com/adamwulf/ClippingBezier.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/adamwulf/ClippingBezier.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/DKIntersectionOfPaths.m:9:
/Users/admin/builder/spi-builder-workspace/ClippingBezier/PublicHeaders/DKIntersectionOfPaths.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/24] Compiling ClippingBezier DKIntersectionOfPaths.m
[0/24] Compiling ClippingBezier DKVector.m
[0/24] Compiling ClippingBezier DKUIBezierUnmatchedPathIntersectionPoint.m
[0/24] Compiling ClippingBezier DKUIBezierPathShape.m
[0/24] Compiling ClippingBezier DKUIBezierPathIntersectionPoint.m
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/UIBezierPath+GeometryExtras.m:9:
/Users/admin/builder/spi-builder-workspace/ClippingBezier/PublicHeaders/UIBezierPath+GeometryExtras.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+GeometryExtras.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>
      |         ^~~~~~~~~~~~~~~
[0/24] Compiling ClippingBezier UIBezierPath+GeometryExtras.m
[0/24] Compiling ClippingBezier DKTangentAtPoint.m
[0/24] Compiling ClippingBezier DKUIBezierPathClippingResult.m
[0/24] Compiling ClippingBezier DKUIBezierPathClippedSegment.m
[0/24] Compiling ClippingBezier JRSwizzle.m
Fetching https://github.com/adamwulf/PerformanceBezier.git
[1/1170] Fetching performancebezier
Fetched https://github.com/adamwulf/PerformanceBezier.git from cache (0.87s)
Creating working copy for https://github.com/adamwulf/PerformanceBezier.git
Working copy of https://github.com/adamwulf/PerformanceBezier.git resolved at main (2b15a68)
BUILD FAILURE 6.0 macosSpm