Build Information
Successful build of OpenBox, reference 0.0.1 (aefde0), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 20:37:22 UTC.
Swift 6 data race errors: 0
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/OpenSwiftUIProject/OpenRenderBox.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/OpenRenderBox
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at aefde05 Fix NSUUID issue on Linux platform
Cloned https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Revision (git rev-parse @):
aefde05980b466cd140066d33ea64d9ba16474ef
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenRenderBox.git at 0.0.1
Fetching https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Fetching https://github.com/apple/swift-numerics
[1/5262] Fetching darwinprivateframeworks
[1107/11678] Fetching darwinprivateframeworks, swift-numerics
Fetched https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache (1.16s)
Fetched https://github.com/apple/swift-numerics from cache (1.16s)
Creating working copy for https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Working copy of https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git resolved at main (31d13ae)
========================================
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": "openrenderbox",
"name": "OpenBox",
"url": "https://github.com/OpenSwiftUIProject/OpenRenderBox.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenRenderBox",
"traits": [
"default"
],
"dependencies": [
{
"identity": "darwinprivateframeworks",
"name": "DarwinPrivateFrameworks",
"url": "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DarwinPrivateFrameworks",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections",
"version": "1.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/OpenSwiftUIProject/OpenRenderBox.git
[1/1499] Fetching openrenderbox
Fetched https://github.com/OpenSwiftUIProject/OpenRenderBox.git from cache (0.96s)
Fetching https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache
Fetched https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache (0.45s)
warning: 'darwinprivateframeworks': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2025(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
Fetching https://github.com/apple/swift-collections
[1/23551] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.13s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (2.83s)
Creating working copy for https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Working copy of https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git resolved at main (b0cd69e)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Working copy of https://github.com/OpenSwiftUIProject/OpenRenderBox.git resolved at 0.0.1 (aefde05)
warning: 'darwinprivateframeworks': [Env] DARWINPRIVATEFRAMEWORKS_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] DARWINPRIVATEFRAMEWORKS_TARGET_RELEASE not set -> 2025(default)
[Env] DARWINPRIVATEFRAMEWORKS_LIBRARY_EVOLUTION not set -> true(default)
warning: '.resolve-product-dependencies': dependency 'openrenderbox' is not used by any target
Found 1 product dependencies
- DarwinPrivateFrameworks
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying RenderBox.framework
[2/4] Write swift-version--6988338F2F200930.txt
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenBox/OBUUID.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenBox/OBUUID.h:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenBox/OBBase.h:63:5: warning: 'TARGET_OS_DARWIN' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
63 | #if TARGET_OS_DARWIN && __OBJC__
| ^
1 warning generated.
[3/6] Compiling OpenBox OBUUID.mm
[5/6] Compiling OpenBoxShims BoxShims.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Headers/RenderBox-umbrella.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RenderBox.framework/Headers/RenderBox-umbrella.h:12:1: warning: ambiguous expansion of macro 'FOUNDATION_EXPORT'
3 | #define FOUNDATION_EXPORT extern "C"
4 | #else
5 | #define FOUNDATION_EXPORT extern
| `- note: other definition of 'FOUNDATION_EXPORT'
6 | #endif
7 | #endif
:
10 | #include "RBUUID.h"
11 |
12 | FOUNDATION_EXPORT double RenderBoxVersionNumber;
| `- warning: ambiguous expansion of macro 'FOUNDATION_EXPORT'
13 | FOUNDATION_EXPORT const unsigned char RenderBoxVersionString[];
14 |
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:22:9: note: expanding this definition of 'FOUNDATION_EXPORT'
20 | #endif
21 |
22 | #define FOUNDATION_EXPORT FOUNDATION_EXTERN
| `- note: expanding this definition of 'FOUNDATION_EXPORT'
23 | #define FOUNDATION_IMPORT FOUNDATION_EXTERN
24 |
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Headers/RenderBox-umbrella.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RenderBox.framework/Headers/RenderBox-umbrella.h:13:1: warning: ambiguous expansion of macro 'FOUNDATION_EXPORT'
3 | #define FOUNDATION_EXPORT extern "C"
4 | #else
5 | #define FOUNDATION_EXPORT extern
| `- note: other definition of 'FOUNDATION_EXPORT'
6 | #endif
7 | #endif
:
11 |
12 | FOUNDATION_EXPORT double RenderBoxVersionNumber;
13 | FOUNDATION_EXPORT const unsigned char RenderBoxVersionString[];
| `- warning: ambiguous expansion of macro 'FOUNDATION_EXPORT'
14 |
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:22:9: note: expanding this definition of 'FOUNDATION_EXPORT'
20 | #endif
21 |
22 | #define FOUNDATION_EXPORT FOUNDATION_EXTERN
| `- note: expanding this definition of 'FOUNDATION_EXPORT'
23 | #define FOUNDATION_IMPORT FOUNDATION_EXTERN
24 |
[6/6] Emitting module OpenBoxShims
Build complete! (4.28s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "darwinprivateframeworks",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git"
}
],
"manifest_display_name" : "OpenBox",
"name" : "OpenBox",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "OpenBox",
"targets" : [
"OpenBox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenBoxShims",
"targets" : [
"OpenBoxShims"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenBoxTests",
"module_type" : "SwiftTarget",
"name" : "OpenBoxTests",
"path" : "Tests/OpenBoxTests",
"sources" : [
"DummyTests.swift"
],
"target_dependencies" : [
"OpenBox"
],
"type" : "test"
},
{
"c99name" : "OpenBoxShims",
"module_type" : "SwiftTarget",
"name" : "OpenBoxShims",
"path" : "Sources/OpenBoxShims",
"product_dependencies" : [
"RenderBox"
],
"product_memberships" : [
"OpenBoxShims"
],
"sources" : [
"BoxShims.swift"
],
"type" : "library"
},
{
"c99name" : "OpenBoxCompatibilityTests",
"module_type" : "SwiftTarget",
"name" : "OpenBoxCompatibilityTests",
"path" : "Tests/OpenBoxCompatibilityTests",
"product_dependencies" : [
"RealModule"
],
"sources" : [
"BoxShims.swift",
"UUIDTests.swift"
],
"target_dependencies" : [
"OpenBox"
],
"type" : "test"
},
{
"c99name" : "OpenBox",
"module_type" : "ClangTarget",
"name" : "OpenBox",
"path" : "Sources/OpenBox",
"product_memberships" : [
"OpenBox"
],
"sources" : [
"OBUUID.mm"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.