The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CGLFW3, reference 3.4.0 (c26501), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 16:41:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/thepotatoking55/CGLFW3.git
[1/261] Fetching cglfw3
Fetched https://github.com/thepotatoking55/CGLFW3.git from cache (0.93s)
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.3
Building package at path:  $PWD
https://github.com/thepotatoking55/CGLFW3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/22] Compiling egl_context.c
[1/22] Compiling vulkan.c
[2/22] Compiling posix_thread.c
[3/22] Compiling posix_module.c
[4/22] Compiling platform.c
[5/22] Compiling context.c
[6/22] Compiling init.c
[7/22] Compiling osmesa_context.c
[8/22] Compiling null_window.c
[9/22] Compiling null_monitor.c
[10/22] Compiling null_joystick.c
[11/22] Compiling null_init.c
[12/22] Compiling cocoa_time.c
[13/22] Compiling CGLFW3 dummy.c
[14/22] Compiling window.c
[15/22] Compiling monitor.c
[16/22] Compiling input.c
[17/22] Compiling nsgl_context.m
[18/22] Compiling cocoa_init.m
[19/22] Compiling cocoa_monitor.m
[20/22] Compiling cocoa_window.m
[21/22] Compiling cocoa_joystick.m
Build complete! (3.61s)
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.