Build Information
Successful build of DiceKit with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/DiceKit.git
Reference: v0.26.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/Samasaur1/DiceKit
* tag v0.26.0 -> FETCH_HEAD
HEAD is now at b91141b Version 0.26.0: Fix Automatic Deployment
Cloned https://github.com/Samasaur1/DiceKit.git
Revision (git rev-parse @):
b91141b2b5bc254e98011a52c027fac8ac1199be
SUCCESS checkout https://github.com/Samasaur1/DiceKit.git at v0.26.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/13] Compiling DiceKit Typealiases.swift
[2/14] Compiling DiceKit Caching.swift
[3/14] Compiling DiceKit Chance.swift
[4/14] Emitting module DiceKit
[5/14] Compiling DiceKit Chances.swift
[6/14] Compiling DiceKit CustomDie.swift
[7/14] Compiling DiceKit WeightedDie.swift
[8/14] Compiling DiceKit Utilities.swift
[9/14] Compiling DiceKit Describable.swift
[10/14] Compiling DiceKit Dice.swift
[11/14] Compiling DiceKit Die.swift
[12/14] Compiling DiceKit DieSide.swift
[13/14] Compiling DiceKit Enums.swift
[14/14] Compiling DiceKit Rollable.swift
Build complete! (5.53s)
Build complete.
Done.