The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Parsimonious with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path:  $PWD/checkout
https://github.com/Prosumma/Parsimonious.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/Prosumma/Iatheto
[1/637] Fetching iatheto
Fetched https://github.com/Prosumma/Iatheto (0.25s)
Computing version for https://github.com/Prosumma/Iatheto
Computed https://github.com/Prosumma/Iatheto at 3.0.4 (0.38s)
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 ParseResult.swift
[2/12] Compiling Parsimonious ParseState.swift
[3/13] Compiling Parsimonious Optional.swift
[4/13] Compiling Parsimonious ParseError.swift
[5/13] Compiling Parsimonious Tuple.swift
[6/13] Compiling Parsimonious String.swift
[7/13] Compiling Parsimonious Parser.swift
[8/13] Compiling Parsimonious Predicates.swift
[9/13] Compiling Parsimonious Chain.swift
[10/13] Compiling Parsimonious Match.swift
[11/13] Compiling Parsimonious Misc.swift
[12/13] Compiling Parsimonious OperatorDeclarations.swift
[13/13] Emitting module Parsimonious
Build complete! (8.84s)
Build complete.
Done.