Build Information
Failed to build Raylib, reference v4.0.0 (ad7bdc), with Swift 6.3 for Android on 13 Apr 2026 11:05:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/STREGAsGate/Raylib.git
Reference: v4.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/STREGAsGate/Raylib
* tag v4.0.0 -> FETCH_HEAD
HEAD is now at ad7bdce Finish 4.0 upgrade.
Cloned https://github.com/STREGAsGate/Raylib.git
Revision (git rev-parse @):
ad7bdce515cea316789b9b582dc456cb326e87fc
SUCCESS checkout https://github.com/STREGAsGate/Raylib.git at v4.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/STREGAsGate/Raylib.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/30] Compiling utils.c
In file included from /host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/vulkan.c:30:
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:194:3: error: "No supported window creation API selected"
194 | #error "No supported window creation API selected"
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:368:5: error: type name requires a specifier or qualifier
368 | _GLFW_PLATFORM_CONTEXT_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:432:5: error: type name requires a specifier or qualifier
432 | _GLFW_PLATFORM_WINDOW_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:456:5: error: type name requires a specifier or qualifier
456 | _GLFW_PLATFORM_MONITOR_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:466:5: error: type name requires a specifier or qualifier
466 | _GLFW_PLATFORM_CURSOR_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:506:5: error: type name requires a specifier or qualifier
506 | _GLFW_PLATFORM_JOYSTICK_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:514:5: error: type name requires a specifier or qualifier
514 | _GLFW_PLATFORM_TLS_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:522:5: error: type name requires a specifier or qualifier
522 | _GLFW_PLATFORM_MUTEX_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:558:9: error: type name requires a specifier or qualifier
558 | _GLFW_PLATFORM_LIBRARY_TIMER_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:589:5: error: type name requires a specifier or qualifier
589 | _GLFW_PLATFORM_LIBRARY_WINDOW_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:591:5: error: type name requires a specifier or qualifier
591 | _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:593:5: error: type name requires a specifier or qualifier
593 | _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/vulkan.c:63:23: error: call to undeclared function '_glfw_dlopen'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
63 | _glfw.vk.handle = _glfw_dlopen("libvulkan.so.1");
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/vulkan.c:63:21: error: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
63 | _glfw.vk.handle = _glfw_dlopen("libvulkan.so.1");
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/vulkan.c:74:9: error: call to undeclared function '_glfw_dlsym'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
74 | _glfw_dlsym(_glfw.vk.handle, "vkGetInstanceProcAddr");
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/vulkan.c:73:36: warning: cast to 'PFN_vkGetInstanceProcAddr' (aka 'void (*(*)(void *, const char *))(void)') from smaller integer type 'int' [-Wint-to-pointer-cast]
73 | _glfw.vk.GetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
74 | _glfw_dlsym(_glfw.vk.handle, "vkGetInstanceProcAddr");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/vulkan.c:161:9: error: call to undeclared function '_glfw_dlclose'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
161 | _glfw_dlclose(_glfw.vk.handle);
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/vulkan.c:269:29: error: call to undeclared function '_glfw_dlsym'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
269 | proc = (GLFWvkproc) _glfw_dlsym(_glfw.vk.handle, procname);
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/vulkan.c:269:16: warning: cast to 'GLFWvkproc' (aka 'void (*)(void)') from smaller integer type 'int' [-Wint-to-pointer-cast]
269 | proc = (GLFWvkproc) _glfw_dlsym(_glfw.vk.handle, procname);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings and 17 errors generated.
[1/30] Compiling vulkan.c
[1/30] Compiling rshapes.c
[1/30] Compiling rmodels.c
[1/30] Compiling rtext.c
[1/30] Compiling rtextures.c
In file included from /host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:30:
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:194:3: error: "No supported window creation API selected"
194 | #error "No supported window creation API selected"
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:368:5: error: type name requires a specifier or qualifier
368 | _GLFW_PLATFORM_CONTEXT_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:432:5: error: type name requires a specifier or qualifier
432 | _GLFW_PLATFORM_WINDOW_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:456:5: error: type name requires a specifier or qualifier
456 | _GLFW_PLATFORM_MONITOR_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:466:5: error: type name requires a specifier or qualifier
466 | _GLFW_PLATFORM_CURSOR_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:506:5: error: type name requires a specifier or qualifier
506 | _GLFW_PLATFORM_JOYSTICK_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:514:5: error: type name requires a specifier or qualifier
514 | _GLFW_PLATFORM_TLS_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:522:5: error: type name requires a specifier or qualifier
522 | _GLFW_PLATFORM_MUTEX_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:558:9: error: type name requires a specifier or qualifier
558 | _GLFW_PLATFORM_LIBRARY_TIMER_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:589:5: error: type name requires a specifier or qualifier
589 | _GLFW_PLATFORM_LIBRARY_WINDOW_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:591:5: error: type name requires a specifier or qualifier
591 | _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:593:5: error: type name requires a specifier or qualifier
593 | _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:259:40: error: call to undeclared function '_glfw_dlsym'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
259 | GLFWglproc proc = (GLFWglproc) _glfw_dlsym(window->context.egl.client,
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:278:13: error: call to undeclared function '_glfw_dlclose'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
278 | _glfw_dlclose(window->context.egl.client);
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:330:28: error: call to undeclared function '_glfw_dlopen'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
330 | _glfw.egl.handle = _glfw_dlopen(sonames[i]);
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:330:26: error: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
330 | _glfw.egl.handle = _glfw_dlopen(sonames[i]);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:344:9: error: call to undeclared function '_glfw_dlsym'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
344 | _glfw_dlsym(_glfw.egl.handle, "eglGetConfigAttrib");
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:343:33: warning: cast to 'PFN_eglGetConfigAttrib' (aka 'unsigned int (*)(void *, void *, int, int *)') from smaller integer type 'int' [-Wint-to-pointer-cast]
343 | _glfw.egl.GetConfigAttrib = (PFN_eglGetConfigAttrib)
| ^~~~~~~~~~~~~~~~~~~~~~~~
344 | _glfw_dlsym(_glfw.egl.handle, "eglGetConfigAttrib");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:345:28: warning: cast to 'PFN_eglGetConfigs' (aka 'unsigned int (*)(void *, void **, int, int *)') from smaller integer type 'int' [-Wint-to-pointer-cast]
345 | _glfw.egl.GetConfigs = (PFN_eglGetConfigs)
| ^~~~~~~~~~~~~~~~~~~
346 | _glfw_dlsym(_glfw.egl.handle, "eglGetConfigs");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/egl_context.c:347:28: warning: cast to 'PFN_eglGetDisplay' (aka 'void *(*)(void *)') from smaller integer type 'int' [-Wint-to-pointer-cast]
347 | _glfw.egl.GetDisplay = (PFN_eglGetDisplay)
| ^~~~~~~~~~~~~~~~~~~
348 | _glfw_dlsym(_glfw.egl[1/30] Compiling egl_context.c
In file included from /host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/init.c:30:
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:194:3: error: "No supported window creation API selected"
194 | #error "No supported window creation API selected"
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:368:5: error: type name requires a specifier or qualifier
368 | _GLFW_PLATFORM_CONTEXT_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:432:5: error: type name requires a specifier or qualifier
432 | _GLFW_PLATFORM_WINDOW_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:456:5: error: type name requires a specifier or qualifier
456 | _GLFW_PLATFORM_MONITOR_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:466:5: error: type name requires a specifier or qualifier
466 | _GLFW_PLATFORM_CURSOR_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:506:5: error: type name requires a specifier or qualifier
506 | _GLFW_PLATFORM_JOYSTICK_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:514:5: error: type name requires a specifier or qualifier
514 | _GLFW_PLATFORM_TLS_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:522:5: error: type name requires a specifier or qualifier
522 | _GLFW_PLATFORM_MUTEX_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:558:9: error: type name requires a specifier or qualifier
558 | _GLFW_PLATFORM_LIBRARY_TIMER_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:589:5: error: type name requires a specifier or qualifier
589 | _GLFW_PLATFORM_LIBRARY_WINDOW_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:591:5: error: type name requires a specifier or qualifier
591 | _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE;
| ^
/host/spi-builder-workspace/Sources/_RaylibC/UnmodifiedRaylibSrc/external/glfw/src/internal.h:593:5: error: type name requires a specifier or qualifier
593 | _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE;
| ^
12 errors generated.
[1/30] Compiling init.c
[1/30] Write swift-version--4F562202D5529B1.txt
BUILD FAILURE 6.3 android