The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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
Fetching https://github.com/adamwulf/PerformanceBezier.git
[1/1170] Fetching performancebezier
Fetched https://github.com/adamwulf/PerformanceBezier.git from cache (0.94s)
Creating working copy for https://github.com/adamwulf/PerformanceBezier.git
Working copy of https://github.com/adamwulf/PerformanceBezier.git resolved at main (2b15a68)
========================================
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": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PerformanceBezier",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/adamwulf/ClippingBezier.git
[1/2041] Fetching clippingbezier
Fetched https://github.com/adamwulf/ClippingBezier.git from cache (1.05s)
Fetching https://github.com/adamwulf/PerformanceBezier.git from cache
Fetched https://github.com/adamwulf/PerformanceBezier.git from cache (0.45s)
Creating working copy for https://github.com/adamwulf/PerformanceBezier.git
Working copy of https://github.com/adamwulf/PerformanceBezier.git resolved at main (2b15a68)
Creating working copy for https://github.com/adamwulf/ClippingBezier.git
Working copy of https://github.com/adamwulf/ClippingBezier.git resolved at main (556f179)
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...
/Users/admin/builder/spi-builder-workspace/ClippingBezier/convexhull.cxx:55:63: warning: 'binary_function<const Point2D &, const Point2D &, bool>' is deprecated [-Wdeprecated-declarations]
   55 | template <class PointType> class ThetaCompare : public ::std::binary_function< const PointType&, const PointType&, bool >
      |                                                               ^
/Users/admin/builder/spi-builder-workspace/ClippingBezier/convexhull.cxx:190:27: note: in instantiation of template class 'ThetaCompare<Point2D>' requested here
  190 |     ThetaCompare<Point2D> cmpFunc(result[1]);
      |                           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__functional/binary_function.h:24:8: note: 'binary_function<const Point2D &, const Point2D &, bool>' has been explicitly marked deprecated here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 binary_function {
      |        ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:569:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
  569 | #    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/c++/v1/__config:554:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  554 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
1 warning generated.
[0/24] Compiling ClippingBezier matrix.cpp
[1/24] Compiling ClippingBezier bezierclip.cxx
[1/24] Compiling ClippingBezier transforms.cpp
[1/24] Compiling ClippingBezier convexhull.cxx
[1/24] Compiling ClippingBezier point.cpp
[5/24] Compiling ClippingBezier bezier-utils.cpp
/Users/admin/builder/spi-builder-workspace/ClippingBezier/bezier-clipping.mm:50:9: fatal error: 'UIKit/UIKit.h' file not found
   50 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[6/24] Compiling ClippingBezier bezier-clipping.mm
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>
      |         ^~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/UIBezierPath+DKOSX.m:9:
/Users/admin/builder/spi-builder-workspace/ClippingBezier/PublicHeaders/UIBezierPath+DKOSX.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[6/24] Compiling ClippingBezier UIBezierPath+GeometryExtras.m
[6/24] Compiling ClippingBezier UIBezierPath+DKOSX.m
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/UIBezierPath+Intersections.m:9:
/Users/admin/builder/spi-builder-workspace/ClippingBezier/PublicHeaders/UIBezierPath+Intersections.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[6/24] Compiling ClippingBezier UIBezierPath+Intersections.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>
      |         ^~~~~~~~~~~~~~~
[6/24] Compiling ClippingBezier UIBezierPath+Trimming.m
[6/24] Compiling ClippingBezier JRSwizzle.m
[6/24] Compiling ClippingBezier MMBackwardCompatible.m
[6/24] Compiling ClippingBezier DKUIBezierPathShape.m
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/DKUIBezierPathIntersectionPoint.m: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>
      |         ^~~~~~~~~~~~~~~
[6/24] Compiling ClippingBezier DKUIBezierPathIntersectionPoint.m
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/DKUIBezierPathClippedSegment.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/ClippingBezier/PublicHeaders/DKUIBezierPathClippedSegment.h:10:
/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>
      |         ^~~~~~~~~~~~~~~
[6/24] Compiling ClippingBezier DKUIBezierPathClippedSegment.m
BUILD FAILURE 6.3 macosSpm