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 CGLFW3, reference 3.4.0 (c26501), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:32:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/thepotatoking55/CGLFW3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/22] Compiling cocoa_time.c
[1/22] Compiling window.c
[2/22] Compiling posix_module.c
[3/22] Compiling vulkan.c
[4/22] Compiling osmesa_context.c
[5/22] Compiling null_window.c
[6/22] Compiling null_monitor.c
[7/22] Compiling null_joystick.c
[8/22] Compiling null_init.c
[9/22] Compiling posix_thread.c
[10/22] Compiling monitor.c
[11/22] Compiling input.c
[12/22] Compiling init.c
[13/22] Compiling CGLFW3 dummy.c
[14/22] Compiling platform.c
[15/22] Compiling egl_context.c
[16/22] Compiling context.c
[17/22] Compiling cocoa_joystick.m
[18/22] Compiling cocoa_init.m
[19/22] Compiling nsgl_context.m
[20/22] Compiling cocoa_window.m
[21/22] Compiling cocoa_monitor.m
Build complete! (3.39s)
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.