Build Information
Successful build of JelloSwift, reference 0.16.0 (ce1dac
), with Swift 5.9 for Linux on 6 Sep 2024 15:29:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/JelloSwift.git
Reference: 0.16.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/LuizZak/JelloSwift
* tag 0.16.0 -> FETCH_HEAD
HEAD is now at ce1dac7 Updating Changelog
Cloned https://github.com/LuizZak/JelloSwift.git
Revision (git rev-parse @):
ce1dac711d77572141236816d898695361f9e06d
SUCCESS checkout https://github.com/LuizZak/JelloSwift.git at 0.16.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/LuizZak/JelloSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:907758cf9691f0f77ca4e2d6f778ef6c038667a789e74bf575a4b60f864d6863
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/31] Emitting module JelloSwift
[2/35] Compiling JelloSwift MaterialPair.swift
[3/35] Compiling JelloSwift PhysicsUtils.swift
[4/35] Compiling JelloSwift PointMass.swift
[5/35] Compiling JelloSwift RenderingSettings.swift
[6/35] Compiling JelloSwift RestDistance.swift
[7/35] Compiling JelloSwift SpringBodyJoint.swift
[8/35] Compiling JelloSwift Utils.swift
[9/35] Compiling JelloSwift World.swift
[10/35] Compiling JelloSwift EdgeJointLink.swift
[11/35] Compiling JelloSwift PointJointLink.swift
[12/35] Compiling JelloSwift ShapeJointLink.swift
[13/35] Compiling JelloSwift WeightedShapeJointLink.swift
[14/35] Compiling JelloSwift Bitmask.swift
[15/35] Compiling JelloSwift Body.swift
[16/35] Compiling JelloSwift BodyCollisionInformation.swift
[17/35] Compiling JelloSwift BodyComponent.swift
[18/35] Compiling JelloSwift BodyEdge.swift
[19/35] Compiling JelloSwift JFloat.swift
[20/35] Compiling JelloSwift Matrix3x3.swift
[21/35] Compiling JelloSwift Vector2.swift
[22/35] Compiling JelloSwift Vector3.swift
[23/35] Compiling JelloSwift SpringComponent.swift
[24/35] Compiling JelloSwift AABB.swift
[25/35] Compiling JelloSwift ClosedShape.swift
[26/35] Compiling JelloSwift GeomUtils.swift
[27/35] Compiling JelloSwift VectorRepresentable.swift
[28/35] Compiling JelloSwift InternalSpring.swift
[29/35] Compiling JelloSwift JointLink.swift
[30/35] Compiling JelloSwift BodyJointLink.swift
[31/35] Compiling JelloSwift BodyJoint.swift
[32/35] Compiling JelloSwift CollisionObserver.swift
[33/35] Compiling JelloSwift GravityComponent.swift
[34/35] Compiling JelloSwift PressureComponent.swift
[35/35] Compiling JelloSwift ShapeMatchComponent.swift
Build complete! (7.55s)
Build complete.
Done.