The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SolarSystem with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaroshevskii/solar-system.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jaroshevskii/solar-system
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 518f803 Update README.md
Cloned https://github.com/jaroshevskii/solar-system.git
Revision (git rev-parse @):
518f803b4cd876161099028c9f5933953bd0deab
SUCCESS checkout https://github.com/jaroshevskii/solar-system.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/jaroshevskii/solar-system.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/33] Copying Venus.glb
[0/33] Copying Uranus.glb
[0/33] Copying Saturn.glb
[0/33] Copying Sun.glb
[4/33] Copying Neptune.glb
[4/33] Copying Mercury.glb
[6/33] Copying Mars.glb
[6/33] Copying Earth.glb
[8/33] Copying Jupiter.glb
[9/33] Compiling utils.c
[10/33] Compiling rshapes.c
[11/33] Compiling rtext.c
[12/33] Compiling rtextures.c
[13/33] Compiling rmodels.c
[14/33] Compiling rcore.c
[15/33] Compiling window.c
[16/33] Compiling posix_thread.c
[17/33] Compiling osmesa_context.c
[18/33] Compiling vulkan.c
[19/33] Compiling input.c
[20/33] Compiling monitor.c
[21/33] Compiling init.c
[22/33] Compiling egl_context.c
[23/33] Compiling context.c
[24/33] Compiling cocoa_time.c
[25/33] Compiling cocoa_monitor.m
[26/33] Compiling nsgl_context.m
In file included from /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Raylib/Sources/RaylibC/UnmodifiedRaylibSrc/raudio.c:211:
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Raylib/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.
[27/33] Compiling raygui.c
[28/33] Compiling raudio.c
[29/33] Compiling cocoa_joystick.m
[30/33] Compiling cocoa_window.m
[31/33] Compiling cocoa_init.m
[33/63] Compiling Raylib DeprectationsRaylib-4_0_0.swift
[34/63] Compiling Raylib BlendMode.swift
[35/63] Compiling Raylib CameraMode.swift
[36/63] Compiling Raylib CameraProjection.swift
[37/63] Compiling Raylib Color.swift
[38/63] Compiling Raylib ConfigFlags.swift
[39/63] Compiling Raylib CubemapLayout.swift
[40/63] Compiling Raylib FontType.swift
[41/63] Compiling Raylib GampadAxis.swift
[42/63] Compiling Raylib GampadButton.swift
[43/63] Compiling Raylib Gestures.swift
[44/63] Compiling Raylib KeyboardKey.swift
[45/63] Compiling Raylib MaterialMapIndex.swift
[46/63] Compiling Raylib MouseButton.swift
[47/63] Compiling Raylib MouseCursor.swift
[48/63] Compiling Raylib NPatchLayout.swift
[49/63] Compiling Raylib PixelFormat.swift
[50/63] Compiling Raylib ShaderLocationIndex.swift
[51/63] Compiling Raylib ShaderUniformDataType.swift
[52/63] Compiling Raylib TextureFilter.swift
[53/63] Emitting module Raylib
[54/63] Compiling Raylib TextureWrap.swift
[55/63] Compiling Raylib TraceLogLevel.swift
[56/63] Compiling Raylib easings_h.swift
[57/63] Compiling Raylib raygui_h.swift
[58/63] Compiling Raylib SwiftRaylib.swift
[59/63] Compiling Raylib Camera.swift
[60/63] Compiling Raylib Image.swift
[61/63] Compiling Raylib NPatchInfo.swift
[62/63] Compiling Raylib Texture.swift
[63/72] Compiling Raylib raylib_h_audio.swift
[64/72] Compiling Raylib raylib_h_core.swift
[65/72] Compiling Raylib raylib_h_models.swift
[66/72] Compiling Raylib raylib_h_rcamera.swift
[67/72] Compiling Raylib raylib_h_rgestures.swift
[68/72] Compiling Raylib raylib_h_shapes.swift
[69/72] Compiling Raylib raylib_h_text.swift
[70/72] Compiling Raylib raylib_h_textures.swift
[71/72] Compiling Raylib raymath_h.swift
[72/77] Compiling SolarSystem Planet.swift
[73/77] Compiling SolarSystem RaylibExtensions.swift
[74/78] Compiling SolarSystem Sun.swift
[75/78] Emitting module SolarSystem
[76/78] Compiling SolarSystem SolarSystem.swift
[77/78] Compiling SolarSystem resource_bundle_accessor.swift
[77/78] Linking SolarSystem
Build complete! (17.12s)
Fetching https://github.com/STREGAsGate/Raylib.git from cache
Fetched https://github.com/STREGAsGate/Raylib.git (0.21s)
Creating working copy for https://github.com/STREGAsGate/Raylib.git
Working copy of https://github.com/STREGAsGate/Raylib.git resolved at master
Build complete.
Done.