Build Information
Failed to build ClippingBezier, reference 1.2.5 (7b5573), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 02:50:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamwulf/ClippingBezier.git
Reference: 1.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/ClippingBezier
* tag 1.2.5 -> FETCH_HEAD
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 1.2.5
Fetching https://github.com/adamwulf/PerformanceBezier.git
[1/1109] Fetching performancebezier
Fetched https://github.com/adamwulf/PerformanceBezier.git from cache (0.82s)
Computing version for https://github.com/adamwulf/PerformanceBezier.git
Computed https://github.com/adamwulf/PerformanceBezier.git at 1.3.0 (1.53s)
Creating working copy for https://github.com/adamwulf/PerformanceBezier.git
Working copy of https://github.com/adamwulf/PerformanceBezier.git resolved at 1.3.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": "clippingbezier",
"name": "ClippingBezier",
"url": "https://github.com/adamwulf/ClippingBezier.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ClippingBezier",
"traits": [
"default"
],
"dependencies": [
{
"identity": "performancebezier",
"name": "PerformanceBezier",
"url": "https://github.com/adamwulf/PerformanceBezier.git",
"version": "1.3.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PerformanceBezier",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/adamwulf/ClippingBezier.git
[1/2033] Fetching clippingbezier
Fetched https://github.com/adamwulf/ClippingBezier.git from cache (1.09s)
Fetching https://github.com/adamwulf/PerformanceBezier.git from cache
Fetched https://github.com/adamwulf/PerformanceBezier.git from cache (0.42s)
Computing version for https://github.com/adamwulf/PerformanceBezier.git
Computed https://github.com/adamwulf/PerformanceBezier.git at 1.3.2 (1.08s)
Creating working copy for https://github.com/adamwulf/ClippingBezier.git
Working copy of https://github.com/adamwulf/ClippingBezier.git resolved at 1.2.5 (7b55731)
Creating working copy for https://github.com/adamwulf/PerformanceBezier.git
Working copy of https://github.com/adamwulf/PerformanceBezier.git resolved at 1.3.2
warning: '.resolve-product-dependencies': dependency 'clippingbezier' is not used by any target
Found 1 product dependencies
- PerformanceBezier
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/adamwulf/ClippingBezier.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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 MMBackwardCompatible.m
[0/24] Compiling ClippingBezier DKUIBezierPathShape.m
[0/24] Compiling ClippingBezier DKVector.m
[0/24] Compiling ClippingBezier DKTangentAtPoint.m
[0/24] Compiling ClippingBezier DKUIBezierPathClippedSegment.m
[0/24] Compiling ClippingBezier JRSwizzle.m
[0/24] Compiling ClippingBezier DKUIBezierPathIntersectionPoint.m
[0/24] Compiling ClippingBezier DKUIBezierPathClippingResult.m
[0/24] Compiling ClippingBezier DKUIBezierUnmatchedPathIntersectionPoint.m
BUILD FAILURE 6.3 macosSpm