The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SolarSystem 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/jaroshevskii/solar-system.git
Reference: v1.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jaroshevskii/solar-system
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at a913ff1 Update README.md
Cloned https://github.com/jaroshevskii/solar-system.git
Revision (git rev-parse @):
a913ff1d29691caf690557e68c92e80f6ee9114a
SUCCESS checkout https://github.com/jaroshevskii/solar-system.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/jaroshevskii/solar-system.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/39] Write swift-version--423B1241ED78D482.txt
[1/39] Compiling utils.c
[2/39] Compiling rshapes.c
[3/39] Compiling rtext.c
[4/39] Compiling rtextures.c
[5/39] Compiling rmodels.c
[6/39] Compiling rcore.c
[7/39] Compiling window.c
[8/39] Compiling init.c
[9/39] Compiling vulkan.c
[10/39] Compiling egl_context.c
[11/39] Compiling monitor.c
[12/39] Compiling input.c
[13/39] Compiling cocoa_time.c
[14/39] Compiling context.c
[15/39] Compiling osmesa_context.c
[16/39] Copying Venus.glb
[17/39] Copying Uranus.glb
[18/39] Copying Sun.glb
[19/39] Copying Space.tif
[20/39] Copying Saturn.glb
[21/39] Copying Neptune.glb
[22/39] Copying Mercury.glb
[23/39] Copying Mars.glb
[24/39] Copying Jupiter.glb
[25/39] Copying Earth.glb
[26/39] Write sources
[27/39] Write SolarSystem-entitlement.plist
[28/39] Write sources
[29/39] Compiling posix_thread.c
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Raylib/Sources/_RaylibC/UnmodifiedRaylibSrc/raudio.c:211:
/Users/builder/builds/UKfvDsi8u/3/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.
[30/39] Compiling raudio.c
[31/39] Compiling nsgl_context.m
[32/39] Compiling cocoa_monitor.m
[33/39] Compiling cocoa_joystick.m
[34/39] Compiling cocoa_init.m
[35/39] Compiling cocoa_window.m
[37/73] Compiling Raylib ConfigFlags.swift
[38/73] Compiling Raylib CubemapLayout.swift
[39/73] Compiling Raylib FontType.swift
[40/73] Compiling Raylib GampadAxis.swift
[41/73] Compiling Raylib GampadButton.swift
[42/77] Emitting module Raylib
[43/77] Compiling Raylib NPatchLayout.swift
[44/77] Compiling Raylib PixelFormat.swift
[45/77] Compiling Raylib ShaderLocationIndex.swift
[46/77] Compiling Raylib ShaderUniformDataType.swift
[47/77] Compiling Raylib TextureFilter.swift
[48/77] Compiling Raylib Gestures.swift
[49/77] Compiling Raylib KeyboardKey.swift
[50/77] Compiling Raylib MaterialMapIndex.swift
[51/77] Compiling Raylib MouseButton.swift
[52/77] Compiling Raylib MouseCursor.swift
[53/77] Compiling Raylib raylib_h_shapes.swift
[54/77] Compiling Raylib raylib_h_text.swift
[55/77] Compiling Raylib raylib_h_textures.swift
[56/77] Compiling Raylib raymath_h.swift
[57/77] Compiling Raylib Image.swift
[58/77] Compiling Raylib NPatchInfo.swift
[59/77] Compiling Raylib Texture.swift
[60/77] Compiling Raylib raylib_h_audio.swift
[61/77] Compiling Raylib raylib_h_core.swift
[62/77] Compiling Raylib raylib_h_models.swift
[63/77] Compiling Raylib raylib_h_rcamera.swift
[64/77] Compiling Raylib raylib_h_rgestures.swift
[65/77] Compiling Raylib DeprectationsRaylib-4_0_0.swift
[66/77] Compiling Raylib BlendMode.swift
[67/77] Compiling Raylib CameraMode.swift
[68/77] Compiling Raylib CameraProjection.swift
[69/77] Compiling Raylib Color.swift
[70/77] Compiling Raylib TextureWrap.swift
[71/77] Compiling Raylib TraceLogLevel.swift
[72/77] Compiling Raylib easings_h.swift
[73/77] Compiling Raylib SwiftRaylib.swift
[74/77] Compiling Raylib Camera.swift
[75/83] Compiling SolarSystem resource_bundle_accessor.swift
[76/83] Compiling SolarSystem Sun.swift
[77/83] Compiling SolarSystem RaylibExtensions.swift
[78/83] Emitting module SolarSystem
[79/83] Compiling SolarSystem SolarSystemApp.swift
[80/83] Compiling SolarSystem Planet.swift
[80/83] Write Objects.LinkFileList
[81/83] Linking SolarSystem
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SolarSystem: replacing existing signature
[82/83] Applying SolarSystem
Build complete! (8.19s)
Fetching https://github.com/STREGAsGate/Raylib.git
[1/771] Fetching raylib
Fetched https://github.com/STREGAsGate/Raylib.git from cache (0.71s)
Creating working copy for https://github.com/STREGAsGate/Raylib.git
Working copy of https://github.com/STREGAsGate/Raylib.git resolved at master (65eb7c5)
Build complete.
Done.

Build Machine: Mac 7