Build Information
Failed to build CKImageAdditions, reference 2.0.1 (1d59e7), with Swift 6.2 for macOS (SPM) on 29 Jan 2026 11:30:43 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cmkilger/CKImageAdditions.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cmkilger/CKImageAdditions
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at 1d59e77 Fix Podspec: master -> main
Cloned https://github.com/cmkilger/CKImageAdditions.git
Revision (git rev-parse @):
1d59e77d709898b911ce8cfc531fdaecaa8830dc
SUCCESS checkout https://github.com/cmkilger/CKImageAdditions.git at 2.0.1
========================================
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",
"dependencies": [
{
"identity": "ckimageadditions",
"name": "CKImageAdditions",
"url": "https://github.com/cmkilger/CKImageAdditions.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CKImageAdditions",
"dependencies": [
]
}
]
}
Fetching https://github.com/cmkilger/CKImageAdditions.git
[1/469] Fetching ckimageadditions
Fetched https://github.com/cmkilger/CKImageAdditions.git from cache (0.86s)
Creating working copy for https://github.com/cmkilger/CKImageAdditions.git
Working copy of https://github.com/cmkilger/CKImageAdditions.git resolved at 2.0.1 (1d59e77)
warning: '.resolve-product-dependencies': dependency 'ckimageadditions' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/cmkilger/CKImageAdditions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
/Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageResizing.m:24:9: fatal error: 'UIKit/UIGraphics.h' file not found
24 | #import <UIKit/UIGraphics.h>
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/7] Compiling CKImageAdditions UIImage+ImageResizing.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageBlending.m:24:
/Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageBlending.h:24:9: fatal error: 'UIKit/UIImage.h' file not found
24 | #import <UIKit/UIImage.h>
| ^~~~~~~~~~~~~~~~~
[0/7] Compiling CKImageAdditions UIImage+ImageBlending.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageRounding.m:24:
/Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageRounding.h:24:9: fatal error: 'UIKit/UIImage.h' file not found
24 | #import <UIKit/UIImage.h>
| ^~~~~~~~~~~~~~~~~
[0/7] Compiling CKImageAdditions UIImage+ImageRounding.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageColoring.m:24:
/Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageColoring.h:24:9: fatal error: 'UIKit/UIImage.h' file not found
24 | #import <UIKit/UIImage.h>
| ^~~~~~~~~~~~~~~~~
[0/7] Compiling CKImageAdditions UIImage+ImageColoring.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIKitAdditions.m:24:
/Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIKitAdditions.h:24:9: fatal error: 'UIKit/UIKit.h' file not found
24 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/7] Compiling CKImageAdditions UIKitAdditions.m
[0/7] Compiling CKImageAdditions CoreGraphicsAdditions.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageTrimming.m:24:
/Users/admin/builder/spi-builder-workspace/Sources/CKImageAdditions/UIImage+ImageTrimming.h:24:9: fatal error: 'UIKit/UIImage.h' file not found
24 | #import <UIKit/UIImage.h>
| ^~~~~~~~~~~~~~~~~
[0/7] Compiling CKImageAdditions UIImage+ImageTrimming.m
BUILD FAILURE 6.2 macosSpm