The Swift Package Index logo.Swift Package Index

Build Information

Successful build of raylib, reference main (662d67), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 09:44:34 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/Lancelotbronner/raylib-build.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Lancelotbronner/raylib-build
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 662d67e Started linux support
Cloned https://github.com/Lancelotbronner/raylib-build.git
Revision (git rev-parse @):
662d67e0d44324c900fc9a8fc4377d86121db825
SUCCESS checkout https://github.com/Lancelotbronner/raylib-build.git at main
========================================
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": "raylib-build",
      "name": "raylib",
      "url": "https://github.com/Lancelotbronner/raylib-build.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/raylib-build",
      "traits": [
        "X11",
        "GLFW"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Lancelotbronner/raylib-build.git
[1/200] Fetching raylib-build
Fetched https://github.com/Lancelotbronner/raylib-build.git from cache (1.20s)
Creating working copy for https://github.com/Lancelotbronner/raylib-build.git
Working copy of https://github.com/Lancelotbronner/raylib-build.git resolved at main (662d67e)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Lancelotbronner/raylib-build.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/48] Compiling raylib utils.c
[1/48] Compiling raylib rtextures.c
[2/48] Compiling raylib rtext.c
[3/48] Compiling raylib rshapes.c
[4/48] Compiling linux_joystick.c
[5/48] Compiling raylib rglfw.c
[6/48] Compiling monitor.c
[7/48] Compiling cocoa_time.c
[8/48] Compiling input.c
[9/48] Compiling xkb_unicode.c
[10/48] Compiling x11_window.c
[11/48] Compiling x11_monitor.c
[12/48] Compiling init.c
[13/48] Compiling x11_init.c
[14/48] Compiling context.c
[15/48] Compiling wl_window.c
[16/48] Compiling wl_monitor.c
[17/48] Compiling wl_init.c
[18/48] Compiling win32_window.c
[19/48] Compiling win32_time.c
[20/48] Compiling window.c
[21/48] Compiling win32_thread.c
[22/48] Compiling win32_monitor.c
[23/48] Compiling raylib rmodels.c
[24/48] Compiling raylib rcore.c
[25/48] Compiling win32_module.c
[26/48] Compiling win32_joystick.c
[27/48] Compiling win32_init.c
[28/48] Compiling wgl_context.c
[29/48] Compiling posix_time.c
[30/48] Compiling posix_thread.c
[31/48] Compiling vulkan.c
[32/48] Compiling posix_poll.c
[33/48] Compiling posix_module.c
[34/48] Compiling platform.c
[35/48] Compiling osmesa_context.c
[36/48] Compiling null_monitor.c
[37/48] Compiling null_joystick.c
[38/48] Compiling null_window.c
[39/48] Compiling null_init.c
[40/48] Compiling glx_context.c
[41/48] Compiling egl_context.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/raylib/raudio.c:218:
/Users/admin/builder/spi-builder-workspace/Sources/raylib/external/stb_vorbis.h:1404:75: warning: pointer comparison always evaluates to false [-Wtautological-compare]
 1404 |       if (f->stream_start + loc >= f->stream_end || f->stream_start + loc < f->stream_start) {
      |                                                                           ^
1 warning generated.
[42/48] Compiling raylib raudio.c
[43/48] Compiling cocoa_joystick.m
[44/48] Compiling cocoa_window.m
[45/48] Compiling cocoa_monitor.m
[46/48] Compiling nsgl_context.m
[47/48] Compiling cocoa_init.m
Build complete! (5.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "raylib",
  "name" : "raylib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "raylib",
      "targets" : [
        "raylib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "raylib",
      "module_type" : "ClangTarget",
      "name" : "raylib",
      "path" : "Sources/raylib",
      "product_memberships" : [
        "raylib"
      ],
      "sources" : [
        "external/glfw/cocoa_init.m",
        "external/glfw/cocoa_joystick.m",
        "external/glfw/cocoa_monitor.m",
        "external/glfw/cocoa_time.c",
        "external/glfw/cocoa_window.m",
        "external/glfw/context.c",
        "external/glfw/egl_context.c",
        "external/glfw/glx_context.c",
        "external/glfw/init.c",
        "external/glfw/input.c",
        "external/glfw/linux_joystick.c",
        "external/glfw/monitor.c",
        "external/glfw/nsgl_context.m",
        "external/glfw/null_init.c",
        "external/glfw/null_joystick.c",
        "external/glfw/null_monitor.c",
        "external/glfw/null_window.c",
        "external/glfw/osmesa_context.c",
        "external/glfw/platform.c",
        "external/glfw/posix_module.c",
        "external/glfw/posix_poll.c",
        "external/glfw/posix_thread.c",
        "external/glfw/posix_time.c",
        "external/glfw/vulkan.c",
        "external/glfw/wgl_context.c",
        "external/glfw/win32_init.c",
        "external/glfw/win32_joystick.c",
        "external/glfw/win32_module.c",
        "external/glfw/win32_monitor.c",
        "external/glfw/win32_thread.c",
        "external/glfw/win32_time.c",
        "external/glfw/win32_window.c",
        "external/glfw/window.c",
        "external/glfw/wl_init.c",
        "external/glfw/wl_monitor.c",
        "external/glfw/wl_window.c",
        "external/glfw/x11_init.c",
        "external/glfw/x11_monitor.c",
        "external/glfw/x11_window.c",
        "external/glfw/xkb_unicode.c",
        "raudio.c",
        "rcore.c",
        "rglfw.c",
        "rmodels.c",
        "rshapes.c",
        "rtext.c",
        "rtextures.c",
        "utils.c"
      ],
      "target_dependencies" : [
        "X11"
      ],
      "type" : "library"
    },
    {
      "c99name" : "X11",
      "module_type" : "SystemLibraryTarget",
      "name" : "X11",
      "path" : "Sources/X11",
      "product_memberships" : [
        "raylib"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "Wayland",
      "module_type" : "SystemLibraryTarget",
      "name" : "Wayland",
      "path" : "Sources/Wayland",
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.1"
}
Done.