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-4609320-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: v1.0.9
Cloned https://github.com/elegantchaos/SketchX.git into spi-builder-workspace
SUCCESS checkout https://github.com/elegantchaos/SketchX.git at v1.0.9
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-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/docopt.swift.git
Fetching https://github.com/elegantchaos/CommandShell.git
Fetching https://github.com/elegantchaos/Arguments.git
[1/787] Fetching docopt.swift
[788/903] Fetching docopt.swift, arguments
[904/1257] Fetching docopt.swift, arguments, commandshell
Fetching https://github.com/elegantchaos/Runner.git
Fetched https://github.com/elegantchaos/Arguments.git (0.34s)
Fetched https://github.com/elegantchaos/CommandShell.git (0.34s)
Fetching https://github.com/elegantchaos/Logger.git
Fetched https://github.com/elegantchaos/docopt.swift.git (0.34s)
[1/288] Fetching runner
Fetched https://github.com/elegantchaos/Runner.git (0.22s)
Computing version for https://github.com/elegantchaos/CommandShell.git
[1/1847] Fetching logger
Fetched https://github.com/elegantchaos/Logger.git (0.29s)
Computed https://github.com/elegantchaos/CommandShell.git at 1.1.0 (0.33s)
Computing version for https://github.com/elegantchaos/Runner.git
Computed https://github.com/elegantchaos/Runner.git at 1.0.3 (1.13s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.3.6 (0.32s)
Computing version for https://github.com/elegantchaos/Arguments.git
Computed https://github.com/elegantchaos/Arguments.git at 1.1.0 (0.29s)
Computing version for https://github.com/elegantchaos/docopt.swift.git
Computed https://github.com/elegantchaos/docopt.swift.git at 0.6.11 (1.12s)
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/CommandShell.git
Working copy of https://github.com/elegantchaos/CommandShell.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/docopt.swift.git
Working copy of https://github.com/elegantchaos/docopt.swift.git resolved at 0.6.11
Building for debugging...
[1/32] Compiling Logger OSLogHandler.swift
[2/32] Compiling Logger NSLogHandler.swift
[3/32] Compiling Logger PrintHandler.swift
[4/32] Compiling Docopt Required.swift
[5/32] Compiling Docopt String.swift
[6/33] Compiling Logger Channel.swift
[7/33] Emitting module Logger
[8/33] Compiling Docopt Tokens.swift
[9/33] Compiling Logger Context.swift
[10/33] Compiling Logger Handler.swift
[11/33] Compiling Logger Manager.swift
[12/34] Emitting module Runner
[13/34] Compiling Runner Runner.swift
[14/34] Compiling Docopt DocoptError.swift
[15/34] Compiling Docopt Either.swift
[16/34] Compiling Docopt Command.swift
[17/34] Compiling Docopt Docopt.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/34] 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 {
    ~~~~~~~~      ^
[19/34] 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 {
    ~~~~~~~~      ^
[20/34] 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] {
    ~~~~~~~~      ^
[21/34] 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] {
    ~~~~~~~~      ^
[22/34] 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 {
    ~~~~~~~~      ^
[23/34] 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 {
    ~~~~~~~~      ^
[24/34] Compiling Docopt OptionsShortcut.swift
[25/34] Compiling Docopt Pattern.swift
[26/34] 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 {
    ~~~~~~~~      ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2