Build Information
Successful build of Matchable with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/11] Compiling Matchable RawRepresentable+Matchable.swift
[2/11] Compiling Matchable Optional+Matchable.swift
[3/12] Compiling Matchable MatchableCompound.swift
[4/12] Compiling Matchable Bool+Matchable.swift
[5/12] Compiling Matchable Collections+Matchable.swift
[6/12] Emitting module Matchable
[7/12] Compiling Matchable Date+Matchable.swift
[8/12] Compiling Matchable FloatingPoint+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! (10.06s)
Build complete.
Done.