The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ParserCombinator with Swift 5.8 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stiivi/parsercombinator.git
Reference: 0.1.6
Cloned https://github.com/stiivi/parsercombinator.git into spi-builder-workspace
SUCCESS checkout https://github.com/stiivi/parsercombinator.git at 0.1.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/8] Compiling ParserCombinator Stream.swift
[2/8] Emitting module ParserCombinator
[3/8] 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)
         ^
[4/8] Compiling ParserCombinator Empty.swift
[5/8] 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)
         ^
[6/8] Compiling ParserCombinator Functions.swift
[7/8] Compiling ParserCombinator Operators+Convenience.swift
[8/8] Compiling ParserCombinator Recognizers.swift
Build complete! (3.81s)
Build complete.
Done.

Build Machine: Linux 2