The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Raylib with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/STREGAsGate/Raylib.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/STREGAsGate/Raylib
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9e7c836 Make RaylibC accessible
Cloned https://github.com/STREGAsGate/Raylib.git
Revision (git rev-parse @):
9e7c83604f74211e4f8f3c38c1c52d4434f51bc1
SUCCESS checkout https://github.com/STREGAsGate/Raylib.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/STREGAsGate/Raylib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/30] Write swift-version--423B1241ED78D482.txt
[1/30] Compiling rshapes.c
[2/30] Compiling rtext.c
[3/30] Compiling utils.c
[4/30] Compiling raygui.c
[5/30] Compiling rtextures.c
[6/30] Compiling rmodels.c
[7/30] Compiling rcore.c
[8/30] Compiling window.c
[9/30] Compiling vulkan.c
[10/30] Compiling osmesa_context.c
[11/30] Compiling monitor.c
[12/30] Compiling input.c
[13/30] Compiling init.c
[14/30] Compiling posix_thread.c
[15/30] Compiling egl_context.c
[16/30] Compiling context.c
[16/30] Compiling cocoa_time.c
[18/30] Write sources
[19/30] Write Example-entitlement.plist
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RaylibC/UnmodifiedRaylibSrc/raudio.c:211:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RaylibC/UnmodifiedRaylibSrc/external/jar_xm.h:242:9: warning: 'DEBUG' macro redefined [-Wmacro-redefined]
#define DEBUG(...)
        ^
<command line>:2:9: note: previous definition is here
#define DEBUG 1
        ^
1 warning generated.
[21/30] Compiling raudio.c
[22/30] Compiling nsgl_context.m
[23/30] Compiling cocoa_joystick.m
[24/30] Compiling cocoa_monitor.m
[25/30] Compiling cocoa_init.m
[26/30] Compiling cocoa_window.m
[28/65] Compiling Raylib ConfigFlags.swift
[29/65] Compiling Raylib CubemapLayout.swift
[30/65] Compiling Raylib FontType.swift
[31/65] Compiling Raylib GampadAxis.swift
[32/65] Compiling Raylib GampadButton.swift
[33/69] Compiling Raylib NPatchLayout.swift
[34/69] Compiling Raylib PixelFormat.swift
[35/69] Compiling Raylib ShaderLocationIndex.swift
[36/69] Compiling Raylib ShaderUniformDataType.swift
[37/69] Compiling Raylib TextureFilter.swift
[38/69] Compiling Raylib raylib_h_shapes.swift
[39/69] Compiling Raylib raylib_h_text.swift
[40/69] Compiling Raylib raylib_h_textures.swift
[41/69] Compiling Raylib raymath_h.swift
[42/69] Compiling Raylib Gestures.swift
[43/69] Compiling Raylib KeyboardKey.swift
[44/69] Compiling Raylib MaterialMapIndex.swift
[45/69] Compiling Raylib MouseButton.swift
[46/69] Compiling Raylib MouseCursor.swift
[47/69] Compiling Raylib Camera.swift
[48/69] Compiling Raylib Image.swift
[49/69] Compiling Raylib NPatchInfo.swift
[50/69] Compiling Raylib Texture.swift
[51/69] Compiling Raylib raylib_h_audio.swift
[52/69] Compiling Raylib raylib_h_core.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:548:59: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValue(shader, locIndex.rawValue, &_value, uniformType.rawValue)
                                                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:555:60: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValueV(shader, locIndex.rawValue, &_value, uniformType.rawValue, count)
                                                           ^
[53/69] Compiling Raylib raylib_h_models.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:548:59: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValue(shader, locIndex.rawValue, &_value, uniformType.rawValue)
                                                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:555:60: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValueV(shader, locIndex.rawValue, &_value, uniformType.rawValue, count)
                                                           ^
[54/69] Compiling Raylib raylib_h_rcamera.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:548:59: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValue(shader, locIndex.rawValue, &_value, uniformType.rawValue)
                                                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:555:60: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValueV(shader, locIndex.rawValue, &_value, uniformType.rawValue, count)
                                                           ^
[55/69] Compiling Raylib raylib_h_rgestures.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:548:59: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValue(shader, locIndex.rawValue, &_value, uniformType.rawValue)
                                                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:555:60: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValueV(shader, locIndex.rawValue, &_value, uniformType.rawValue, count)
                                                           ^
[56/69] Compiling Raylib TextureWrap.swift
[57/69] Compiling Raylib TraceLogLevel.swift
[58/69] Compiling Raylib easings_h.swift
[59/69] Compiling Raylib raygui_h.swift
[60/69] Compiling Raylib SwiftRaylib.swift
[61/69] Compiling Raylib DeprectationsRaylib-4_0_0.swift
[62/69] Compiling Raylib BlendMode.swift
[63/69] Compiling Raylib CameraMode.swift
[64/69] Compiling Raylib CameraProjection.swift
[65/69] Compiling Raylib Color.swift
[66/69] Emitting module Raylib
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:548:59: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValue(shader, locIndex.rawValue, &_value, uniformType.rawValue)
                                                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Raylib/raylib_h_core.swift:555:60: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        RaylibC.SetShaderValueV(shader, locIndex.rawValue, &_value, uniformType.rawValue, count)
                                                           ^
[67/72] Compiling Example SnakeGame.swift
[68/72] Emitting module Example
[69/72] Compiling Example main.swift
[69/72] Write Objects.LinkFileList
[70/72] Linking Example
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Example: replacing existing signature
[71/72] Applying Example
Build complete! (5.84s)
Build complete.
Done.

Build Machine: Mac 7