The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ParserCombinator with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stiivi/parsercombinator.git
Reference: master
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/stiivi/parsercombinator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3204281 Minor naming change and removal of self references.
Cloned https://github.com/stiivi/parsercombinator.git
Revision (git rev-parse @):
3204281df7ae77cd0723128fa146a467524fc8c9
SUCCESS checkout https://github.com/stiivi/parsercombinator.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/stiivi/parsercombinator.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling ParserCombinator Recognizers.swift
[4/10] Compiling ParserCombinator Empty.swift
[5/10] Compiling ParserCombinator Functions.swift
[6/10] Compiling ParserCombinator Stream.swift
[7/10] Compiling ParserCombinator Operators+Convenience.swift
[8/10] Compiling ParserCombinator Parser.swift
/host/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:45:20: warning: enum case 'Fail' has 2 associated values; matching them as a tuple is deprecated
        case .Fail(let error): return "Fail: \(error)"
                   ^
/host/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:38:10: note: 'Fail' declared here
    case Fail(String, T)
         ^
/host/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:46:21: warning: enum case 'Error' has 2 associated values; matching them as a tuple is deprecated
        case .Error(let error): return "Error: \(error)"
                    ^
/host/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:40:10: note: 'Error' declared here
    case Error(String, T)
         ^
[9/10] Emitting module ParserCombinator
[10/10] Compiling ParserCombinator Combinators.swift
/host/spi-builder-workspace/Sources/ParserCombinator/Combinators.swift:65:17: warning: enum case 'OK' has one associated value that is a tuple of 2 elements
        case .OK(let value, let input2):
                ^
                (                      )
/host/spi-builder-workspace/Sources/ParserCombinator/Parser.swift:35:10: note: 'OK' declared here
    case OK(Value)
         ^
Build complete! (6.33s)
Build complete.
Done.

Build Machine: Linux 2