Build Information
Successful build of Matchable with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Matchable.git
Reference: v1.0.7
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/elegantchaos/Matchable
* tag v1.0.7 -> FETCH_HEAD
HEAD is now at d53e807 added license
Cloned https://github.com/elegantchaos/Matchable.git
Revision (git rev-parse @):
d53e807009960aafbd54f6229c2542f906628b38
SUCCESS checkout https://github.com/elegantchaos/Matchable.git at v1.0.7
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/11] Emitting module Matchable
[2/12] Compiling Matchable RawRepresentable+Matchable.swift
[3/12] Compiling Matchable Optional+Matchable.swift
[4/12] Compiling Matchable MatchableCompound.swift
[5/12] Compiling Matchable Date+Matchable.swift
[6/12] Compiling Matchable FloatingPoint+Matchable.swift
[7/12] Compiling Matchable Bool+Matchable.swift
[8/12] Compiling Matchable Collections+Matchable.swift
[9/12] Compiling Matchable Integer+Matchable.swift
[10/12] Compiling Matchable MatchFailedError.swift
[11/12] Compiling Matchable Matchable.swift
[12/12] Compiling Matchable String+Matchable.swift
Build complete! (5.92s)
Build complete.
Done.