Build Information
Successful build of Parsimonious with Swift 5.8 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.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Prosumma/Parsimonious.git
Reference: v2.3.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/Prosumma/Parsimonious
* tag v2.3.0 -> FETCH_HEAD
HEAD is now at 4f6b48a Got rid of ranges. Now it just uses index.
Cloned https://github.com/Prosumma/Parsimonious.git
Revision (git rev-parse @):
4f6b48ac91439718c1917526316e181c2b28622f
SUCCESS checkout https://github.com/Prosumma/Parsimonious.git at v2.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
https://github.com/Prosumma/Parsimonious.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/Prosumma/Iatheto
[1/637] Fetching iatheto
Fetched https://github.com/Prosumma/Iatheto (0.24s)
Computing version for https://github.com/Prosumma/Iatheto
Computed https://github.com/Prosumma/Iatheto at 3.0.4 (0.39s)
Creating working copy for https://github.com/Prosumma/Iatheto
Working copy of https://github.com/Prosumma/Iatheto resolved at 3.0.4
Building for debugging...
[1/12] Compiling Parsimonious Optional.swift
[2/12] Compiling Parsimonious ParseError.swift
[3/13] Compiling Parsimonious String.swift
[4/13] Compiling Parsimonious Tuple.swift
[5/13] Compiling Parsimonious Misc.swift
[6/13] Compiling Parsimonious OperatorDeclarations.swift
[7/13] Emitting module Parsimonious
[8/13] Compiling Parsimonious Chain.swift
[9/13] Compiling Parsimonious Match.swift
[10/13] Compiling Parsimonious Parser.swift
[11/13] Compiling Parsimonious ParseResult.swift
[12/13] Compiling Parsimonious ParseState.swift
[13/13] Compiling Parsimonious Predicates.swift
Build complete! (8.41s)
Build complete.
Done.