Build Information
Successful build of CGLFW3, reference 3.4.0 (c26501
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 13:42:56 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 .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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thepotatoking55/CGLFW3.git
Reference: 3.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thepotatoking55/CGLFW3
* tag 3.4.0 -> FETCH_HEAD
HEAD is now at c26501e split targets and update to 3.4
Cloned https://github.com/thepotatoking55/CGLFW3.git
Revision (git rev-parse @):
c26501e572dd4130b491acb4a4a3a232db637a8c
SUCCESS checkout https://github.com/thepotatoking55/CGLFW3.git at 3.4.0
========================================
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": "cglfw3",
"name": "CGLFW3",
"url": "https://github.com/thepotatoking55/CGLFW3.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CGLFW3",
"dependencies": [
]
}
]
}
Fetching https://github.com/thepotatoking55/CGLFW3.git
[1/254] Fetching cglfw3
Fetched https://github.com/thepotatoking55/CGLFW3.git from cache (1.00s)
Creating working copy for https://github.com/thepotatoking55/CGLFW3.git
Working copy of https://github.com/thepotatoking55/CGLFW3.git resolved at 3.4.0 (c26501e)
warning: '.resolve-product-dependencies': dependency 'cglfw3' 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/thepotatoking55/CGLFW3.git
https://github.com/thepotatoking55/CGLFW3.git
{
"dependencies" : [
],
"manifest_display_name" : "CGLFW3",
"name" : "CGLFW3",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CGLFW3",
"targets" : [
"CGLFW3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "glfw3",
"module_type" : "ClangTarget",
"name" : "glfw3",
"path" : "Sources/glfw3",
"product_memberships" : [
"CGLFW3"
],
"sources" : [
"src/cocoa_init.m",
"src/cocoa_joystick.m",
"src/cocoa_monitor.m",
"src/cocoa_time.c",
"src/cocoa_window.m",
"src/context.c",
"src/egl_context.c",
"src/init.c",
"src/input.c",
"src/monitor.c",
"src/nsgl_context.m",
"src/null_init.c",
"src/null_joystick.c",
"src/null_monitor.c",
"src/null_window.c",
"src/osmesa_context.c",
"src/platform.c",
"src/posix_module.c",
"src/posix_thread.c",
"src/vulkan.c",
"src/window.c"
],
"type" : "library"
},
{
"c99name" : "CGLFW3Tests",
"module_type" : "SwiftTarget",
"name" : "CGLFW3Tests",
"path" : "Tests/CGLFW3Tests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"CGLFW3"
],
"type" : "test"
},
{
"c99name" : "CGLFW3",
"module_type" : "ClangTarget",
"name" : "CGLFW3",
"path" : "Sources/CGLFW3",
"product_memberships" : [
"CGLFW3"
],
"sources" : [
"dummy.c"
],
"target_dependencies" : [
"glfw3"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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/22] Compiling CGLFW3 dummy.c
[1/22] Compiling input.c
[2/22] Compiling context.c
[3/22] Compiling init.c
[4/22] Compiling vulkan.c
[5/22] Compiling posix_thread.c
[6/22] Compiling posix_module.c
[7/22] Compiling cocoa_time.c
[8/22] Compiling platform.c
[9/22] Compiling osmesa_context.c
[10/22] Compiling null_window.c
[11/22] Compiling window.c
[12/22] Compiling egl_context.c
[13/22] Compiling null_monitor.c
[14/22] Compiling null_joystick.c
[15/22] Compiling null_init.c
[16/22] Compiling monitor.c
[17/22] Compiling cocoa_window.m
[18/22] Compiling cocoa_monitor.m
[19/22] Compiling cocoa_joystick.m
[20/22] Compiling cocoa_init.m
[21/22] Compiling nsgl_context.m
Build complete! (4.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CGLFW3",
"name" : "CGLFW3",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CGLFW3",
"targets" : [
"CGLFW3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "glfw3",
"module_type" : "ClangTarget",
"name" : "glfw3",
"path" : "Sources/glfw3",
"product_memberships" : [
"CGLFW3"
],
"sources" : [
"src/cocoa_init.m",
"src/cocoa_joystick.m",
"src/cocoa_monitor.m",
"src/cocoa_time.c",
"src/cocoa_window.m",
"src/context.c",
"src/egl_context.c",
"src/init.c",
"src/input.c",
"src/monitor.c",
"src/nsgl_context.m",
"src/null_init.c",
"src/null_joystick.c",
"src/null_monitor.c",
"src/null_window.c",
"src/osmesa_context.c",
"src/platform.c",
"src/posix_module.c",
"src/posix_thread.c",
"src/vulkan.c",
"src/window.c"
],
"type" : "library"
},
{
"c99name" : "CGLFW3Tests",
"module_type" : "SwiftTarget",
"name" : "CGLFW3Tests",
"path" : "Tests/CGLFW3Tests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"CGLFW3"
],
"type" : "test"
},
{
"c99name" : "CGLFW3",
"module_type" : "ClangTarget",
"name" : "CGLFW3",
"path" : "Sources/CGLFW3",
"product_memberships" : [
"CGLFW3"
],
"sources" : [
"dummy.c"
],
"target_dependencies" : [
"glfw3"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.