The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SketchX 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/elegantchaos/SketchX.git
Reference: v1.0.9
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/SketchX
 * tag               v1.0.9     -> FETCH_HEAD
HEAD is now at 8446d91 changed --pages to be an option
Cloned https://github.com/elegantchaos/SketchX.git
Revision (git rev-parse @):
8446d91994b541cfad9d37c3bd318f4e50f5ff37
SUCCESS checkout https://github.com/elegantchaos/SketchX.git at v1.0.9
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/elegantchaos/SketchX.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
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/Arguments.git
Fetching https://github.com/elegantchaos/CommandShell.git
Fetching https://github.com/elegantchaos/docopt.swift.git
Fetching https://github.com/elegantchaos/Runner.git
[1/787] Fetching docopt.swift
[788/1141] Fetching docopt.swift, commandshell
[1142/2988] Fetching docopt.swift, commandshell, logger
[1420/3276] Fetching docopt.swift, commandshell, logger, runner
Fetched https://github.com/elegantchaos/Runner.git from cache (0.26s)
Fetched https://github.com/elegantchaos/CommandShell.git from cache (0.26s)
Fetched https://github.com/elegantchaos/docopt.swift.git from cache (0.26s)
Computing version for https://github.com/elegantchaos/CommandShell.git
[1/116] Fetching arguments
Fetched https://github.com/elegantchaos/Arguments.git from cache (0.32s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.32s)
Computed https://github.com/elegantchaos/CommandShell.git at 1.1.0 (0.46s)
Computing version for https://github.com/elegantchaos/Runner.git
Computed https://github.com/elegantchaos/Runner.git at 1.0.3 (1.31s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.3.6 (0.47s)
Computing version for https://github.com/elegantchaos/Arguments.git
Computed https://github.com/elegantchaos/Arguments.git at 1.1.0 (0.44s)
Computing version for https://github.com/elegantchaos/docopt.swift.git
Computed https://github.com/elegantchaos/docopt.swift.git at 0.6.11 (1.29s)
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/Runner.git
Working copy of https://github.com/elegantchaos/Runner.git resolved at 1.0.3
Creating working copy for https://github.com/elegantchaos/CommandShell.git
Working copy of https://github.com/elegantchaos/CommandShell.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/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.3.6
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/40] Compiling Logger PrintHandler.swift
[9/40] Compiling Logger Handler.swift
[10/40] 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 {
    ~~~~~~~~      ^
[11/40] 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 {
    ~~~~~~~~      ^
[12/41] 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] {
    ~~~~~~~~      ^
[13/41] 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] {
    ~~~~~~~~      ^
[14/41] Compiling Docopt DocoptError.swift
[15/41] Compiling Docopt Either.swift
[16/41] Compiling Docopt Command.swift
[17/41] Compiling Docopt Docopt.swift
[18/41] Compiling Docopt Required.swift
[19/41] Compiling Docopt String.swift
[20/41] Compiling Runner Runner.swift
[21/41] Emitting module Runner
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/41] 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 {
    ~~~~~~~~      ^
[23/41] 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 {
    ~~~~~~~~      ^
[24/41] 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 {
    ~~~~~~~~      ^
[25/42] Compiling Logger Channel.swift
[26/42] Emitting module Logger
[27/42] Compiling Docopt OptionsShortcut.swift
[28/42] Compiling Docopt Pattern.swift
[30/42] Compiling Logger OSLogHandler.swift
[31/42] Compiling Logger NSLogHandler.swift
[32/42] Compiling Logger Context.swift
[33/42] Compiling Logger Manager.swift
[34/43] Compiling Docopt Tokens.swift
error: fatalError
[34/43] Wrapping AST for Runner for debugging
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[1/9] Wrapping AST for Runner for debugging
[3/17] Emitting module Logger
[4/18] Compiling Docopt OneOrMore.swift
[6/20] Compiling Docopt Optional.swift
[7/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 {
    ~~~~~~~~      ^
[7/21] Wrapping AST for Logger for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/21] 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 {
    ~~~~~~~~      ^
[10/21] 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] {
    ~~~~~~~~      ^
[11/21] 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 {
    ~~~~~~~~      ^
[12/21] Compiling Docopt BranchPattern.swift
[13/26] Compiling Docopt OptionsShortcut.swift
[14/27] Compiling Docopt Tokens.swift
[15/27] Compiling Docopt Pattern.swift
[16/27] Compiling Docopt Required.swift
[17/27] Compiling Docopt Either.swift
[18/27] Compiling Docopt DocoptError.swift
[19/27] Compiling Docopt String.swift
[20/27] Compiling Docopt Command.swift
[21/27] Compiling Docopt Docopt.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2