Build Information
Successful build of OpenBox, reference 0.0.1 (aefde0), with Swift 6.1 for macOS (SPM) on 30 Aug 2025 07:29:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.67.1
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 from cache
[1/2226] Fetching darwinprivateframeworks
Fetched https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache (0.97s)
Fetched https://github.com/apple/swift-numerics from cache (0.97s)
Creating working copy for https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Working copy of https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git resolved at main (31d13ae)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
========================================
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": "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",
"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",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/OpenSwiftUIProject/OpenRenderBox.git
[6/271] Fetching openrenderbox
Fetched https://github.com/OpenSwiftUIProject/OpenRenderBox.git from cache (0.72s)
Fetching https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache
Fetched https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache (0.43s)
Creating working copy for https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Working copy of https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git resolved at main (ee496e6)
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: '.resolve-product-dependencies': dependency 'openrenderbox' is not used by any target
Found 1 product dependencies
- DarwinPrivateFrameworks
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenRenderBox.git
https://github.com/OpenSwiftUIProject/OpenRenderBox.git
{
"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"
}
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
Building for debugging...
[0/4] Write sources
[1/4] Copying RenderBox.framework
[2/4] Write swift-version-2F0A5646E1D333AE.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
[6/6] Emitting module OpenBoxShims
<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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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 |
Build complete! (4.07s)
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.