Build Information
Failed to build Coverage with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Coverage.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/elegantchaos/Coverage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b85f8c9 added license
Cloned https://github.com/elegantchaos/Coverage.git
Revision (git rev-parse @):
b85f8c9e515c03072791efb97c902490ad4ce4ed
SUCCESS checkout https://github.com/elegantchaos/Coverage.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/elegantchaos/Coverage.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/elegantchaos/Arguments.git
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/Runner.git
Fetching https://github.com/elegantchaos/docopt.swift.git
[1/787] Fetching docopt.swift
[214/2634] Fetching docopt.swift, logger
[441/2922] Fetching docopt.swift, logger, runner
[2923/3038] Fetching docopt.swift, logger, runner, arguments
Fetched https://github.com/elegantchaos/Runner.git from cache (0.28s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.28s)
Fetched https://github.com/elegantchaos/Arguments.git from cache (0.28s)
Fetched https://github.com/elegantchaos/docopt.swift.git from cache (0.28s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.3.6 (0.39s)
Computing version for https://github.com/elegantchaos/Arguments.git
Computed https://github.com/elegantchaos/Arguments.git at 1.1.0 (0.38s)
Computing version for https://github.com/elegantchaos/Runner.git
Computed https://github.com/elegantchaos/Runner.git at 1.0.2 (0.96s)
Computing version for https://github.com/elegantchaos/docopt.swift.git
Computed https://github.com/elegantchaos/docopt.swift.git at 0.6.11 (0.97s)
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
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
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/38] Compiling Logger PrintHandler.swift
[8/38] Compiling Logger Context.swift
[9/38] Compiling Logger Handler.swift
[10/38] Compiling Logger OSLogHandler.swift
[11/38] Compiling Logger NSLogHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/38] 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 {
~~~~~~~~ ^
[13/39] Compiling Logger Manager.swift
[14/39] Compiling Docopt Required.swift
[15/39] Compiling Docopt String.swift
[16/39] Compiling Docopt Tokens.swift
[17/39] Emitting module Logger
[18/39] Compiling Logger Channel.swift
[19/40] Compiling Docopt DocoptError.swift
[20/40] Compiling Docopt Either.swift
[21/40] 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] {
~~~~~~~~ ^
[22/40] 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] {
~~~~~~~~ ^
[24/40] Emitting module Runner
[25/40] Compiling Runner Runner.swift
[26/40] Compiling Docopt Command.swift
[27/40] Compiling Docopt Docopt.swift
[28/40] 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 {
~~~~~~~~ ^
[29/40] 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/41] Compiling Docopt OptionsShortcut.swift
[31/41] Compiling Docopt Pattern.swift
[32/41] 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 {
~~~~~~~~ ^
[33/41] 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: fatalError
[33/41] Wrapping AST for Logger for debugging
[0/1] Planning build
Building for debugging...
[0/8] Write swift-version-24593BA9C3E375BF.txt
[1/8] Wrapping AST for Logger for debugging
[3/16] Emitting module Runner
[4/17] Compiling Docopt Optional.swift
[6/19] Compiling Docopt OneOrMore.swift
[7/19] 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] {
~~~~~~~~ ^
[8/20] 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 {
~~~~~~~~ ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/20] Compiling Docopt BranchPattern.swift
[10/20] 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 {
~~~~~~~~ ^
[11/20] 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 {
~~~~~~~~ ^
[11/25] Wrapping AST for Runner for debugging
[13/25] Compiling Docopt Either.swift
[14/25] Compiling Docopt Command.swift
[15/25] Compiling Docopt DocoptError.swift
[16/26] Compiling Docopt Required.swift
[17/26] Compiling Docopt String.swift
[18/26] Compiling Docopt Pattern.swift
[19/26] Compiling Docopt Tokens.swift
[20/26] Compiling Docopt OptionsShortcut.swift
[21/26] Compiling Docopt Docopt.swift
error: fatalError
BUILD FAILURE 5.10 linux