The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of JelloSwift, reference master (ce1dac), with Swift 5.10 for Linux on 6 Sep 2024 15:27:30 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.10-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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/33] Emitting module JelloSwift
[4/37] Compiling JelloSwift VectorRepresentable.swift
[5/37] Compiling JelloSwift InternalSpring.swift
[6/37] Compiling JelloSwift JointLink.swift
[7/37] Compiling JelloSwift BodyJointLink.swift
[8/37] Compiling JelloSwift MaterialPair.swift
[9/37] Compiling JelloSwift PhysicsUtils.swift
[10/37] Compiling JelloSwift PointMass.swift
[11/37] Compiling JelloSwift RenderingSettings.swift
[12/37] Compiling JelloSwift RestDistance.swift
[13/37] Compiling JelloSwift SpringBodyJoint.swift
[14/37] Compiling JelloSwift Utils.swift
[15/37] Compiling JelloSwift World.swift
[16/37] Compiling JelloSwift BodyJoint.swift
[17/37] Compiling JelloSwift CollisionObserver.swift
[18/37] Compiling JelloSwift GravityComponent.swift
[19/37] Compiling JelloSwift PressureComponent.swift
[20/37] Compiling JelloSwift ShapeMatchComponent.swift
[21/37] Compiling JelloSwift Bitmask.swift
[22/37] Compiling JelloSwift Body.swift
[23/37] Compiling JelloSwift BodyCollisionInformation.swift
[24/37] Compiling JelloSwift BodyComponent.swift
[25/37] Compiling JelloSwift BodyEdge.swift
[26/37] Compiling JelloSwift JFloat.swift
[27/37] Compiling JelloSwift Matrix3x3.swift
[28/37] Compiling JelloSwift Vector2.swift
[29/37] Compiling JelloSwift Vector3.swift
[30/37] Compiling JelloSwift EdgeJointLink.swift
[31/37] Compiling JelloSwift PointJointLink.swift
[32/37] Compiling JelloSwift ShapeJointLink.swift
[33/37] Compiling JelloSwift WeightedShapeJointLink.swift
[34/37] Compiling JelloSwift SpringComponent.swift
[35/37] Compiling JelloSwift AABB.swift
[36/37] Compiling JelloSwift ClosedShape.swift
[37/37] Compiling JelloSwift GeomUtils.swift
Build complete! (7.49s)
Build complete.
Done.