The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SketchX 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/SketchX.git
Reference: master
Cloned https://github.com/elegantchaos/SketchX.git into spi-builder-workspace
SUCCESS checkout https://github.com/elegantchaos/SketchX.git at master
========================================
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/Arguments.git
Fetching https://github.com/elegantchaos/docopt.swift.git
Fetching https://github.com/elegantchaos/Runner.git
[1/116] Fetching arguments
[117/404] Fetching arguments, runner
[405/1191] Fetching arguments, runner, docopt.swift
Fetching https://github.com/elegantchaos/CommandShell.git
Fetched https://github.com/elegantchaos/Runner.git (0.23s)
Fetched https://github.com/elegantchaos/Arguments.git (0.26s)
Fetching https://github.com/elegantchaos/Logger.git
Fetched https://github.com/elegantchaos/docopt.swift.git (0.27s)
[1/354] Fetching commandshell
Fetched https://github.com/elegantchaos/CommandShell.git (0.23s)
Computing version for https://github.com/elegantchaos/CommandShell.git
[1/1847] Fetching logger
Fetched https://github.com/elegantchaos/Logger.git (0.28s)
Computed https://github.com/elegantchaos/CommandShell.git at 1.1.0 (0.27s)
Computing version for https://github.com/elegantchaos/Runner.git
Computed https://github.com/elegantchaos/Runner.git at 1.0.3 (0.93s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.3.6 (0.30s)
Computing version for https://github.com/elegantchaos/Arguments.git
Computed https://github.com/elegantchaos/Arguments.git at 1.1.0 (0.27s)
Computing version for https://github.com/elegantchaos/docopt.swift.git
Computed https://github.com/elegantchaos/docopt.swift.git at 0.6.11 (0.91s)
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/Arguments.git
Working copy of https://github.com/elegantchaos/Arguments.git resolved at 1.1.0
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/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/CommandShell.git
Working copy of https://github.com/elegantchaos/CommandShell.git resolved at 1.1.0
Building for debugging...
[1/32] Compiling Logger NSLogHandler.swift
[2/32] Compiling Logger PrintHandler.swift
[3/32] Compiling Logger OSLogHandler.swift
[4/32] Compiling Docopt DocoptError.swift
[5/32] Compiling Docopt Either.swift
[6/33] Compiling Docopt Required.swift
[7/33] Compiling Docopt String.swift
[8/33] Compiling Docopt Command.swift
[9/33] Compiling Docopt Docopt.swift
[10/33] 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/33] 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] {
    ~~~~~~~~      ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/33] 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 {
    ~~~~~~~~      ^
[13/33] 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 {
    ~~~~~~~~      ^
[14/33] 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 {
    ~~~~~~~~      ^
[15/33] 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 {
    ~~~~~~~~      ^
[16/33] 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 {
    ~~~~~~~~      ^
[17/33] Compiling Docopt OptionsShortcut.swift
[18/33] Compiling Docopt Pattern.swift
[19/33] Emitting module Runner
[20/33] Compiling Runner Runner.swift
[21/33] Emitting module Logger
[22/34] Compiling Logger Handler.swift
[23/34] Compiling Logger Context.swift
[24/34] Compiling Logger Channel.swift
[25/34] Compiling Logger Manager.swift
[30/37] Compiling Docopt Tokens.swift
error: fatalError
[30/37] Wrapping AST for Logger for debugging
[30/37] Wrapping AST for Runner for debugging
BUILD FAILURE 5.9 linux

Build Machine: Linux 1