Build Information
Failed to build Render, reference master (0955ba
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 13:15:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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": "render",
"name": "Render",
"url": "https://github.com/alexdrone/Render.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Render",
"dependencies": [
]
}
]
}
Fetching https://github.com/alexdrone/Render.git
[1/13535] Fetching render
Fetched https://github.com/alexdrone/Render.git from cache (21.91s)
Creating working copy for https://github.com/alexdrone/Render.git
Working copy of https://github.com/alexdrone/Render.git resolved at master (0955bae)
warning: '.resolve-product-dependencies': dependency 'render' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/alexdrone/Render.git
https://github.com/alexdrone/Render.git
{
"dependencies" : [
],
"manifest_display_name" : "Render",
"name" : "Render",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "CoreRender",
"targets" : [
"CoreRender"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Render",
"targets" : [
"Render",
"CoreRender"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RenderTests",
"module_type" : "SwiftTarget",
"name" : "RenderTests",
"path" : "Tests/RenderTests",
"sources" : [
"BridgeTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CoreRender",
"Render"
],
"type" : "test"
},
{
"c99name" : "Render",
"module_type" : "SwiftTarget",
"name" : "Render",
"path" : "Sources/Render",
"product_memberships" : [
"Render"
],
"sources" : [
"Bridge.swift",
"CommonNodeTypes.swift",
"Gestures.swift",
"SwiftUI.swift"
],
"target_dependencies" : [
"CoreRender"
],
"type" : "library"
},
{
"c99name" : "CoreRenderTests",
"module_type" : "ClangTarget",
"name" : "CoreRenderTests",
"path" : "Tests/CoreRenderTests",
"sources" : [
"CRNodeTests.m"
],
"target_dependencies" : [
"CoreRender"
],
"type" : "test"
},
{
"c99name" : "CoreRender",
"module_type" : "ClangTarget",
"name" : "CoreRender",
"path" : "Sources/CoreRender",
"product_memberships" : [
"CoreRender",
"Render"
],
"sources" : [
"CRContext.mm",
"CRCoordinator.mm",
"CRHostingView.mm",
"CRNode.mm",
"CRNodeBridge.mm",
"CRNodeBuilder+Modifiers.mm",
"CRNodeBuilder.mm",
"CRNodeHierarchy.mm",
"CRNodeLayoutSpec.mm",
"UIView+CRNode.mm",
"YGLayout.mm",
"Yoga.c"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/14] Write swift-version-2F0A5646E1D333AE.txt
[1/14] Write sources
[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/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>
| ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender CRCoordinator.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/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>
| ^~~~~~~~~~~~~~~
[3/14] Compiling CoreRender CRNode.mm
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
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
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/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/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/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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
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.
[0/12] Compiling CoreRender YGLayout.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/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>
| ^~~~~~~~~~~~~~~
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>
| ^~~~~~~~~~~~~~~
[0/12] Compiling CoreRender CRCoordinator.mm
[0/12] Compiling CoreRender CRNodeBridge.mm
[0/12] 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>
| ^~~~~~~~~~~~~~~
[0/12] Compiling CoreRender CRNodeBuilder+Modifiers.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>
| ^~~~~~~~~~~~~~~
[0/12] Compiling CoreRender CRNodeBuilder.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>
| ^~~~~~~~~~~~~~~
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>
| ^~~~~~~~~~~~~~~
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>
| ^~~~~~~~~~~~~~~
[0/12] Compiling CoreRender UIView+CRNode.mm
[0/12] Compiling CoreRender CRHostingView.mm
[0/12] Compiling CoreRender CRNodeLayoutSpec.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>
| ^~~~~~~~~~~~~~~
[0/12] Compiling CoreRender CRNodeHierarchy.mm
BUILD FAILURE 6.1 macosSpm