Build Information
Successful build of cglm, reference v0.9.6 (144d1e
), with Swift 5.9 for macOS (SPM) on 14 Feb 2025 07:51:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/recp/cglm.git
Reference: v0.9.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/recp/cglm
* tag v0.9.6 -> FETCH_HEAD
HEAD is now at 144d1e7 build: add missing call/aabb2d.h
Cloned https://github.com/recp/cglm.git
Revision (git rev-parse @):
144d1e7c29b3b0c6dede7917a0476cc95248559c
SUCCESS checkout https://github.com/recp/cglm.git at v0.9.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/recp/cglm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/48] Compiling empty.c
[1/48] Compiling ortho_lh_no.c
warning: /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: archive library: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/libcglm.a the table of contents is empty (no object file members in the library define global symbols)
[2/48] Archiving libcglm.a
[3/48] Compiling bezier.c
[4/48] Compiling ray.c
[5/48] Compiling plane.c
[6/48] Compiling project.c
[7/48] Compiling mat4x3.c
[8/48] Compiling mat4x2.c
[9/48] Compiling quat.c
[10/48] Compiling mat3x2.c
[11/48] Compiling mat3x4.c
[12/48] Compiling mat4.c
[13/48] Compiling mat3.c
[14/48] Compiling vec2.c
[15/48] Compiling noise.c
[16/48] Compiling vec4.c
[17/48] Compiling mat2x4.c
[17/48] Compiling mat2x3.c
[19/48] Compiling mat2.c
[20/48] Compiling ivec4.c
[21/48] Compiling ivec3.c
[22/48] Compiling ivec2.c
[23/48] Compiling io.c
[24/48] Compiling euler.c
[25/48] Compiling ease.c
[26/48] Compiling curve.c
[27/48] Compiling frustum.c
[28/48] Compiling view_rh_zo.c
[29/48] Compiling view_rh_no.c
[30/48] Compiling box.c
[31/48] Compiling view_lh_zo.c
[32/48] Compiling vec3.c
[33/48] Compiling view_lh_no.c
[34/48] Compiling project_zo.c
[35/48] Compiling project_no.c
[36/48] Compiling persp_rh_zo.c
[37/48] Compiling persp_rh_no.c
[38/48] Compiling sphere.c
[39/48] Compiling ortho_rh_zo.c
[40/48] Compiling persp_lh_no.c
[41/48] Compiling persp_lh_zo.c
[42/48] Compiling ortho_rh_no.c
[43/48] Compiling affine2d.c
[44/48] Compiling ortho_lh_zo.c
[45/48] Compiling cam.c
[46/48] Compiling aabb2d.c
[47/48] Compiling affine.c
Build complete! (5.04s)
Build complete.
{
"c_language_standard" : "c11",
"dependencies" : [
],
"manifest_display_name" : "cglm",
"name" : "cglm",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "cglm",
"targets" : [
"cglmHeader"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "cglmc",
"targets" : [
"cglmCompiled"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "cglmHeader",
"module_type" : "ClangTarget",
"name" : "cglmHeader",
"path" : ".",
"product_memberships" : [
"cglm"
],
"sources" : [
"src/swift/empty.c"
],
"type" : "library"
},
{
"c99name" : "cglmCompiled",
"module_type" : "ClangTarget",
"name" : "cglmCompiled",
"path" : ".",
"product_memberships" : [
"cglmc"
],
"sources" : [
"src/aabb2d.c",
"src/affine.c",
"src/affine2d.c",
"src/bezier.c",
"src/box.c",
"src/cam.c",
"src/clipspace/ortho_lh_no.c",
"src/clipspace/ortho_lh_zo.c",
"src/clipspace/ortho_rh_no.c",
"src/clipspace/ortho_rh_zo.c",
"src/clipspace/persp_lh_no.c",
"src/clipspace/persp_lh_zo.c",
"src/clipspace/persp_rh_no.c",
"src/clipspace/persp_rh_zo.c",
"src/clipspace/project_no.c",
"src/clipspace/project_zo.c",
"src/clipspace/view_lh_no.c",
"src/clipspace/view_lh_zo.c",
"src/clipspace/view_rh_no.c",
"src/clipspace/view_rh_zo.c",
"src/curve.c",
"src/ease.c",
"src/euler.c",
"src/frustum.c",
"src/io.c",
"src/ivec2.c",
"src/ivec3.c",
"src/ivec4.c",
"src/mat2.c",
"src/mat2x3.c",
"src/mat2x4.c",
"src/mat3.c",
"src/mat3x2.c",
"src/mat3x4.c",
"src/mat4.c",
"src/mat4x2.c",
"src/mat4x3.c",
"src/noise.c",
"src/plane.c",
"src/project.c",
"src/quat.c",
"src/ray.c",
"src/sphere.c",
"src/vec2.c",
"src/vec3.c",
"src/vec4.c"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.