The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CGLFW3 with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thepotatoking55/CGLFW3.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/thepotatoking55/CGLFW3
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b179e80 update readme
Cloned https://github.com/thepotatoking55/CGLFW3.git
Revision (git rev-parse @):
b179e80e660eb260d5ee533d1153d471982ce448
SUCCESS checkout https://github.com/thepotatoking55/CGLFW3.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cglfw3",
      "name": "CGLFW3",
      "url": "https://github.com/thepotatoking55/CGLFW3.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CGLFW3",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/thepotatoking55/CGLFW3.git
[1/215] Fetching cglfw3
Fetched https://github.com/thepotatoking55/CGLFW3.git (0.40s)
Creating working copy for https://github.com/thepotatoking55/CGLFW3.git
Working copy of https://github.com/thepotatoking55/CGLFW3.git resolved at main
warning: '.resolve-product-dependencies': dependency 'cglfw3' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/22] Compiling posix_thread.c
[1/22] Compiling window.c
[2/22] Compiling platform.c
[3/22] Compiling null_monitor.c
[4/22] Compiling null_window.c
[5/22] Compiling posix_module.c
[6/22] Compiling null_init.c
[7/22] Compiling vulkan.c
[8/22] Compiling null_joystick.c
[9/22] Compiling osmesa_context.c
[10/22] Compiling monitor.c
[11/22] Compiling input.c
[12/22] Compiling init.c
[13/22] Compiling egl_context.c
[14/22] Compiling CGLFW3 dummy.c
[15/22] Compiling context.c
[16/22] Compiling cocoa_time.c
[17/22] Compiling cocoa_joystick.m
[18/22] Compiling nsgl_context.m
[19/22] Compiling cocoa_init.m
[20/22] Compiling cocoa_monitor.m
[21/22] Compiling cocoa_window.m
Build complete! (9.92s)
Build complete.
Done.