The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Coverage with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Coverage.git
Reference: v1.0.6
Cloned https://github.com/elegantchaos/Coverage.git into spi-builder-workspace
SUCCESS checkout https://github.com/elegantchaos/Coverage.git at v1.0.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/Runner.git
Fetching https://github.com/elegantchaos/Arguments.git
[1/288] Fetching runner
[289/2135] Fetching runner, logger
[2136/2251] Fetching runner, logger, arguments
Fetching https://github.com/elegantchaos/docopt.swift.git
Fetched https://github.com/elegantchaos/Runner.git (0.26s)
Fetched https://github.com/elegantchaos/Arguments.git (0.26s)
Fetched https://github.com/elegantchaos/Logger.git (0.26s)
Computing version for https://github.com/elegantchaos/Logger.git
[1/787] Fetching docopt.swift
Fetched https://github.com/elegantchaos/docopt.swift.git (0.23s)
Computed https://github.com/elegantchaos/Logger.git at 1.3.6 (0.27s)
Computing version for https://github.com/elegantchaos/Arguments.git
Computed https://github.com/elegantchaos/Arguments.git at 1.1.0 (0.26s)
Computing version for https://github.com/elegantchaos/Runner.git
Computed https://github.com/elegantchaos/Runner.git at 1.0.2 (0.91s)
Computing version for https://github.com/elegantchaos/docopt.swift.git
Computed https://github.com/elegantchaos/docopt.swift.git at 0.6.11 (0.89s)
Creating working copy for https://github.com/elegantchaos/Runner.git
Working copy of https://github.com/elegantchaos/Runner.git resolved at 1.0.2
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.3.6
Creating working copy for https://github.com/elegantchaos/Arguments.git
Working copy of https://github.com/elegantchaos/Arguments.git resolved at 1.1.0
Creating working copy for https://github.com/elegantchaos/docopt.swift.git
Working copy of https://github.com/elegantchaos/docopt.swift.git resolved at 0.6.11
Building for debugging...
[1/31] Compiling Logger Context.swift
[2/31] Compiling Logger PrintHandler.swift
[3/31] Compiling Logger OSLogHandler.swift
[4/31] Compiling Logger NSLogHandler.swift
[5/31] Compiling Docopt Required.swift
[6/31] Compiling Docopt String.swift
[7/32] Emitting module Runner
[8/32] Compiling Runner Runner.swift
[9/33] Compiling Logger Handler.swift
[10/33] Compiling Logger Manager.swift
[11/33] Emitting module Logger
[12/33] Compiling Logger Channel.swift
[16/36] Compiling Docopt LeafPattern.swift
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/LeafPattern.swift:61:19: error: method does not override any method from its superclass
    override func flat<T: LeafPattern>(_: T.Type) -> [T] {
    ~~~~~~~~      ^
[17/36] Compiling Docopt OneOrMore.swift
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/LeafPattern.swift:61:19: error: method does not override any method from its superclass
    override func flat<T: LeafPattern>(_: T.Type) -> [T] {
    ~~~~~~~~      ^
[19/36] Compiling Docopt Tokens.swift
[20/36] Compiling Docopt OptionsShortcut.swift
[21/36] Compiling Docopt Pattern.swift
[22/36] Compiling Docopt Option.swift
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/Option.swift:86:19: error: method does not override any method from its superclass
    override func singleMatch<T: LeafPattern>(_ left: [T]) -> SingleMatchResult {
    ~~~~~~~~      ^
[23/36] Compiling Docopt Optional.swift
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/Option.swift:86:19: error: method does not override any method from its superclass
    override func singleMatch<T: LeafPattern>(_ left: [T]) -> SingleMatchResult {
    ~~~~~~~~      ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/36] Compiling Docopt DocoptError.swift
[25/36] Compiling Docopt Either.swift
[26/36] Compiling Docopt Command.swift
[27/36] Compiling Docopt Docopt.swift
[28/36] Emitting module Docopt
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/Argument.swift:18:19: error: method does not override any method from its superclass
    override func singleMatch<T: LeafPattern>(_ left: [T]) -> SingleMatchResult {
    ~~~~~~~~      ^
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/LeafPattern.swift:61:19: error: method does not override any method from its superclass
    override func flat<T: LeafPattern>(_: T.Type) -> [T] {
    ~~~~~~~~      ^
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/Option.swift:86:19: error: method does not override any method from its superclass
    override func singleMatch<T: LeafPattern>(_ left: [T]) -> SingleMatchResult {
    ~~~~~~~~      ^
[29/36] Compiling Docopt Argument.swift
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/Argument.swift:18:19: error: method does not override any method from its superclass
    override func singleMatch<T: LeafPattern>(_ left: [T]) -> SingleMatchResult {
    ~~~~~~~~      ^
[30/36] Compiling Docopt BranchPattern.swift
/host/spi-builder-workspace/.build/checkouts/docopt.swift/Sources/Docopt/Argument.swift:18:19: error: method does not override any method from its superclass
    override func singleMatch<T: LeafPattern>(_ left: [T]) -> SingleMatchResult {
    ~~~~~~~~      ^
[30/36] Wrapping AST for Runner for debugging
error: fatalError
[31/36] Wrapping AST for Logger for debugging
BUILD FAILURE 5.9 linux

Build Machine: Linux 1