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 Render, reference master (0955ba), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 15:33:20 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/alexdrone/Render.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexdrone/Render
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0955bae demo
Cloned https://github.com/alexdrone/Render.git
Revision (git rev-parse @):
0955baefd967e76dd1e4b3c261c5adc740efce54
SUCCESS checkout https://github.com/alexdrone/Render.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexdrone/Render.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[1/14] Write swift-version-1EA4D86E10B52AF.txt
[2/14] Compiling CoreRender Yoga.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/YGLayout.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/YGLayout.h:11:9: fatal error: 'UIKit/UIKit.h' file not found
   11 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[3/14] Compiling CoreRender YGLayout.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeBridge.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeBridge.h:2:9: fatal error: 'UIKit/UIKit.h' file not found
    2 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender CRNodeBridge.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeBuilder.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeBuilder.h:2:9: fatal error: 'UIKit/UIKit.h' file not found
    2 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender CRNodeBuilder.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNode.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNode.h:2:9: fatal error: 'UIKit/UIKit.h' file not found
    2 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/UIView+CRNode.mm:2:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRMacros.h:5:9: fatal error: 'UIKit/UIKit.h' file not found
    5 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender UIView+CRNode.mm
[3/14] Compiling CoreRender CRNode.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeBuilder+Modifiers.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRContext.h:2:9: fatal error: 'UIKit/UIKit.h' file not found
    2 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender CRNodeBuilder+Modifiers.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeHierarchy.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeHierarchy.h:2:9: fatal error: 'UIKit/UIKit.h' file not found
    2 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender CRNodeHierarchy.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeLayoutSpec.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRNodeLayoutSpec.h:2:9: fatal error: 'UIKit/UIKit.h' file not found
    2 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender CRNodeLayoutSpec.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRCoordinator.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRContext.h:2:9: fatal error: 'UIKit/UIKit.h' file not found
    2 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRHostingView.mm:1:
/Users/admin/builder/spi-builder-workspace/Sources/CoreRender/CRHostingView.h:2:9: fatal error: 'UIKit/UIKit.h' file not found
    2 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender CRHostingView.mm
[3/14] Compiling CoreRender CRCoordinator.mm
BUILD FAILURE 6.2 macosSpm