The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of cglm, reference master (a311db), with Swift 6.1 for macOS (SPM) on 13 May 2025 10:28:44 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.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/recp/cglm.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/recp/cglm
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a311dbf Merge pull request #476 from aganm/double-promotion
Cloned https://github.com/recp/cglm.git
Revision (git rev-parse @):
a311dbfe4ced3258b6946584e210a7c8195ae22d
SUCCESS checkout https://github.com/recp/cglm.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": "cglm",
      "name": "cglm",
      "url": "https://github.com/recp/cglm.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cglm",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/recp/cglm.git
[1/13382] Fetching cglm
Fetched https://github.com/recp/cglm.git from cache (1.32s)
Creating working copy for https://github.com/recp/cglm.git
Working copy of https://github.com/recp/cglm.git resolved at master (a311dbf)
warning: '.resolve-product-dependencies': dependency 'cglm' 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/recp/cglm.git
https://github.com/recp/cglm.git
{
  "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"
}
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/49] Compiling view_rh_no.c
[1/49] Compiling ortho_lh_zo.c
[2/49] Compiling empty.c
[3/49] Compiling ortho_rh_zo.c
[4/49] Compiling ortho_lh_no.c
[5/49] Compiling plane.c
[6/49] Compiling curve.c
[7/49] Compiling view_rh_zo.c
[8/49] Compiling sphere.c
[9/49] Compiling project.c
[10/49] Compiling vec2.c
[11/49] Compiling vec3.c
[12/49] Compiling box.c
[13/49] Compiling vec4.c
[14/49] Compiling ray.c
[15/49] Compiling mat4x3.c
[16/49] Compiling mat4x2.c
[17/49] Compiling mat3x4.c
[18/49] Compiling mat3x2.c
[19/49] Compiling mat3.c
[20/49] Compiling quat.c
[21/49] Compiling mat2x4.c
[22/49] Compiling mat2x3.c
[23/49] Compiling mat4.c
[24/49] Compiling mat2.c
[25/49] Compiling ivec3.c
[26/49] Compiling ivec4.c
[27/49] Compiling affine2d.c
[28/49] Compiling noise.c
[29/49] Compiling ivec2.c
[30/49] Compiling io.c
[31/49] Compiling ease.c
[32/49] Compiling euler.c
[33/49] Compiling frustum.c
[34/49] Compiling view_lh_zo.c
[35/49] Compiling view_lh_no.c
[36/49] Compiling project_zo.c
[37/49] Compiling project_no.c
[37/49] Write Objects.LinkFileList
warning: /Applications/Xcode-16.3.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)
[39/49] Archiving libcglm.a
[40/49] Compiling bezier.c
[41/49] Compiling persp_rh_zo.c
[41/49] Compiling persp_rh_no.c
[43/49] Compiling persp_lh_zo.c
[44/49] Compiling persp_lh_no.c
[45/49] Compiling ortho_rh_no.c
[46/49] Compiling cam.c
[47/49] Compiling aabb2d.c
[48/49] Compiling affine.c
Build complete! (1.43s)
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.