Build Information
Failed to build ApprovalTests.Swift, reference master (822e25
), with Swift 5.9 for Linux on 25 Apr 2025 18:29:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/approvals/ApprovalTests.Swift.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/approvals/ApprovalTests.Swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 822e250 . d Update where to contact Jon Reid
Cloned https://github.com/approvals/ApprovalTests.Swift.git
Revision (git rev-parse @):
822e250a0705cf2e026c74dc747f60dc721cb8b1
SUCCESS checkout https://github.com/approvals/ApprovalTests.Swift.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/approvals/ApprovalTests.Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/37] Emitting module ApprovalTests_Swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:14:26: error: method does not override any method from its superclass
override public func doesProgramExist(_ programPath: String) -> Bool {
~~~~~~~~ ^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:3:37: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByCallingScript: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:6:43: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByOpeningReceivedFile: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:3:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithAppCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:14:39: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithBeyondCompare: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:20:35: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithDiffMerge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:31:38: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKaleidoscope: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:37:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKdiff3: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:49:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithP4Merge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:55:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithTKDiff: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:61:42: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithVisualStudioCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
[2/42] Compiling ApprovalTests_Swift SimpleLogger.swift
[3/42] Compiling ApprovalTests_Swift StringUtils.swift
[4/42] Compiling ApprovalTests_Swift SystemUtils.swift
[5/42] Compiling ApprovalTests_Swift ApprovalTextWriter.swift
[6/42] Compiling ApprovalTests_Swift UIWriter.swift
[7/42] Compiling ApprovalTests_Swift FirstWorkingReporter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:14:26: error: method does not override any method from its superclass
override public func doesProgramExist(_ programPath: String) -> Bool {
~~~~~~~~ ^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:3:37: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByCallingScript: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:9:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:15:12: error: 'super' members cannot be referenced in a root class
if super.doesProgramExist(programPath) {
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:6:43: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByOpeningReceivedFile: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:8:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/bin/open", arguments: { received, _ in [received] })
^
[8/42] Compiling ApprovalTests_Swift GenericDiffReporter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:14:26: error: method does not override any method from its superclass
override public func doesProgramExist(_ programPath: String) -> Bool {
~~~~~~~~ ^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:3:37: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByCallingScript: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:9:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:15:12: error: 'super' members cannot be referenced in a root class
if super.doesProgramExist(programPath) {
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:6:43: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByOpeningReceivedFile: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:8:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/bin/open", arguments: { received, _ in [received] })
^
[9/42] Compiling ApprovalTests_Swift GenericDiffReporterBase.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:14:26: error: method does not override any method from its superclass
override public func doesProgramExist(_ programPath: String) -> Bool {
~~~~~~~~ ^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:3:37: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByCallingScript: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:9:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:15:12: error: 'super' members cannot be referenced in a root class
if super.doesProgramExist(programPath) {
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:6:43: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByOpeningReceivedFile: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:8:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/bin/open", arguments: { received, _ in [received] })
^
[10/42] Compiling ApprovalTests_Swift ReportByCallingScript.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:14:26: error: method does not override any method from its superclass
override public func doesProgramExist(_ programPath: String) -> Bool {
~~~~~~~~ ^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:3:37: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByCallingScript: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:9:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:15:12: error: 'super' members cannot be referenced in a root class
if super.doesProgramExist(programPath) {
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:6:43: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByOpeningReceivedFile: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:8:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/bin/open", arguments: { received, _ in [received] })
^
[11/42] Compiling ApprovalTests_Swift ReportByOpeningReceivedFile.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:14:26: error: method does not override any method from its superclass
override public func doesProgramExist(_ programPath: String) -> Bool {
~~~~~~~~ ^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:3:37: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByCallingScript: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:9:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByCallingScript.swift:15:12: error: 'super' members cannot be referenced in a root class
if super.doesProgramExist(programPath) {
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:6:43: error: cannot find type 'GenericDiffReporter' in scope
public class ReportByOpeningReceivedFile: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportByOpeningReceivedFile.swift:8:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/bin/open", arguments: { received, _ in [received] })
^
[12/42] Compiling ApprovalTests_Swift Approvals.swift
[13/42] Compiling ApprovalTests_Swift ApprovalApprover.swift
[14/42] Compiling ApprovalTests_Swift FileApprover.swift
[15/42] Compiling ApprovalTests_Swift TestFailer.swift
[16/42] Compiling ApprovalTests_Swift CombinationApprovals.swift
[17/42] Compiling ApprovalTests_Swift ApprovalFailureReporter.swift
[18/42] Compiling ApprovalTests_Swift ScrubWithRegExWithReplacementAliasing.swift
[19/42] Compiling ApprovalTests_Swift UIKitApprovals.swift
[20/42] Compiling ApprovalTests_Swift ExecutableQuery.swift
[21/42] Compiling ApprovalTests_Swift HelpMessages.swift
[22/42] Compiling ApprovalTests_Swift NetUtils.swift
[23/42] Compiling ApprovalTests_Swift ApprovalNamer.swift
[24/42] Compiling ApprovalTests_Swift Namer.swift
[25/42] Compiling ApprovalTests_Swift NamerFactory.swift
[26/42] Compiling ApprovalTests_Swift ParameterizedNamer.swift
[27/42] Compiling ApprovalTests_Swift ExecutableReporter.swift
[28/42] Compiling ApprovalTests_Swift ReporterFactory.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:3:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithAppCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:14:39: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithBeyondCompare: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:20:35: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithDiffMerge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:31:38: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKaleidoscope: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:37:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKdiff3: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:49:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithP4Merge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:55:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithTKDiff: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:61:42: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithVisualStudioCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:5:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:16:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/Beyond Compare.app/Contents/MacOS/bcomp")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:22:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:33:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/local/bin/ksdiff", TEXT_AND_IMAGES)
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:39:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:51:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/p4merge.app/Contents/MacOS/p4merge")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:57:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/TkDiff.app/Contents/MacOS/tkdiff")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:63:9: error: 'super' members cannot be referenced in a root class
super.init(
^
[29/42] Compiling ApprovalTests_Swift VariousReporters.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:3:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithAppCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:14:39: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithBeyondCompare: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:20:35: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithDiffMerge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:31:38: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKaleidoscope: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:37:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKdiff3: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:49:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithP4Merge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:55:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithTKDiff: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:61:42: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithVisualStudioCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:5:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:16:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/Beyond Compare.app/Contents/MacOS/bcomp")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:22:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:33:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/local/bin/ksdiff", TEXT_AND_IMAGES)
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:39:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:51:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/p4merge.app/Contents/MacOS/p4merge")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:57:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/TkDiff.app/Contents/MacOS/tkdiff")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:63:9: error: 'super' members cannot be referenced in a root class
super.init(
^
[30/42] Compiling ApprovalTests_Swift ScrubDates.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:3:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithAppCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:14:39: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithBeyondCompare: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:20:35: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithDiffMerge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:31:38: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKaleidoscope: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:37:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKdiff3: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:49:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithP4Merge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:55:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithTKDiff: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:61:42: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithVisualStudioCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:5:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:16:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/Beyond Compare.app/Contents/MacOS/bcomp")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:22:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:33:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/local/bin/ksdiff", TEXT_AND_IMAGES)
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:39:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:51:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/p4merge.app/Contents/MacOS/p4merge")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:57:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/TkDiff.app/Contents/MacOS/tkdiff")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:63:9: error: 'super' members cannot be referenced in a root class
super.init(
^
[31/42] Compiling ApprovalTests_Swift ScrubNothing.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:3:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithAppCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:14:39: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithBeyondCompare: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:20:35: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithDiffMerge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:31:38: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKaleidoscope: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:37:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKdiff3: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:49:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithP4Merge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:55:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithTKDiff: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:61:42: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithVisualStudioCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:5:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:16:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/Beyond Compare.app/Contents/MacOS/bcomp")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:22:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:33:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/local/bin/ksdiff", TEXT_AND_IMAGES)
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:39:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:51:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/p4merge.app/Contents/MacOS/p4merge")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:57:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/TkDiff.app/Contents/MacOS/tkdiff")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:63:9: error: 'super' members cannot be referenced in a root class
super.init(
^
[32/42] Compiling ApprovalTests_Swift ScrubWithRegEx.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:3:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithAppCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:14:39: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithBeyondCompare: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:20:35: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithDiffMerge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:31:38: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKaleidoscope: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:37:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithKdiff3: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:49:33: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithP4Merge: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:55:32: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithTKDiff: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:61:42: error: cannot find type 'GenericDiffReporter' in scope
public class ReportWithVisualStudioCode: GenericDiffReporter {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:5:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:16:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/Beyond Compare.app/Contents/MacOS/bcomp")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:22:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:33:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/usr/local/bin/ksdiff", TEXT_AND_IMAGES)
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:39:9: error: 'super' members cannot be referenced in a root class
super.init(
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:51:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/p4merge.app/Contents/MacOS/p4merge")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:57:9: error: 'super' members cannot be referenced in a root class
super.init(programPath: "/Applications/TkDiff.app/Contents/MacOS/tkdiff")
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/VariousReporters.swift:63:9: error: 'super' members cannot be referenced in a root class
super.init(
^
[33/42] Compiling ApprovalTests_Swift ReportContentsWithXCTest.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:12:13: error: cannot convert value of type 'ReportWithBeyondCompare' to expected argument type 'EquatableFailureReporter'
ReportWithBeyondCompare(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:13:13: error: cannot convert value of type 'ReportWithAppCode' to expected argument type 'EquatableFailureReporter'
ReportWithAppCode(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:14:13: error: cannot convert value of type 'ReportWithDiffMerge' to expected argument type 'EquatableFailureReporter'
ReportWithDiffMerge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:15:13: error: cannot convert value of type 'ReportWithKaleidoscope' to expected argument type 'EquatableFailureReporter'
ReportWithKaleidoscope(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:16:13: error: cannot convert value of type 'ReportWithP4Merge' to expected argument type 'EquatableFailureReporter'
ReportWithP4Merge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:17:13: error: cannot convert value of type 'ReportWithKdiff3' to expected argument type 'EquatableFailureReporter'
ReportWithKdiff3(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:18:13: error: cannot convert value of type 'ReportWithTKDiff' to expected argument type 'EquatableFailureReporter'
ReportWithTKDiff(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:19:13: error: cannot convert value of type 'ReportWithVisualStudioCode' to expected argument type 'EquatableFailureReporter'
ReportWithVisualStudioCode(),
^
[34/42] Compiling ApprovalTests_Swift ReportMoveCommandToClipboard.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:12:13: error: cannot convert value of type 'ReportWithBeyondCompare' to expected argument type 'EquatableFailureReporter'
ReportWithBeyondCompare(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:13:13: error: cannot convert value of type 'ReportWithAppCode' to expected argument type 'EquatableFailureReporter'
ReportWithAppCode(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:14:13: error: cannot convert value of type 'ReportWithDiffMerge' to expected argument type 'EquatableFailureReporter'
ReportWithDiffMerge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:15:13: error: cannot convert value of type 'ReportWithKaleidoscope' to expected argument type 'EquatableFailureReporter'
ReportWithKaleidoscope(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:16:13: error: cannot convert value of type 'ReportWithP4Merge' to expected argument type 'EquatableFailureReporter'
ReportWithP4Merge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:17:13: error: cannot convert value of type 'ReportWithKdiff3' to expected argument type 'EquatableFailureReporter'
ReportWithKdiff3(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:18:13: error: cannot convert value of type 'ReportWithTKDiff' to expected argument type 'EquatableFailureReporter'
ReportWithTKDiff(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:19:13: error: cannot convert value of type 'ReportWithVisualStudioCode' to expected argument type 'EquatableFailureReporter'
ReportWithVisualStudioCode(),
^
[35/42] Compiling ApprovalTests_Swift ReportMoveCommandToConsole.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:12:13: error: cannot convert value of type 'ReportWithBeyondCompare' to expected argument type 'EquatableFailureReporter'
ReportWithBeyondCompare(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:13:13: error: cannot convert value of type 'ReportWithAppCode' to expected argument type 'EquatableFailureReporter'
ReportWithAppCode(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:14:13: error: cannot convert value of type 'ReportWithDiffMerge' to expected argument type 'EquatableFailureReporter'
ReportWithDiffMerge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:15:13: error: cannot convert value of type 'ReportWithKaleidoscope' to expected argument type 'EquatableFailureReporter'
ReportWithKaleidoscope(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:16:13: error: cannot convert value of type 'ReportWithP4Merge' to expected argument type 'EquatableFailureReporter'
ReportWithP4Merge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:17:13: error: cannot convert value of type 'ReportWithKdiff3' to expected argument type 'EquatableFailureReporter'
ReportWithKdiff3(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:18:13: error: cannot convert value of type 'ReportWithTKDiff' to expected argument type 'EquatableFailureReporter'
ReportWithTKDiff(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:19:13: error: cannot convert value of type 'ReportWithVisualStudioCode' to expected argument type 'EquatableFailureReporter'
ReportWithVisualStudioCode(),
^
[36/42] Compiling ApprovalTests_Swift ReportWithDiffTool.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:12:13: error: cannot convert value of type 'ReportWithBeyondCompare' to expected argument type 'EquatableFailureReporter'
ReportWithBeyondCompare(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:13:13: error: cannot convert value of type 'ReportWithAppCode' to expected argument type 'EquatableFailureReporter'
ReportWithAppCode(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:14:13: error: cannot convert value of type 'ReportWithDiffMerge' to expected argument type 'EquatableFailureReporter'
ReportWithDiffMerge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:15:13: error: cannot convert value of type 'ReportWithKaleidoscope' to expected argument type 'EquatableFailureReporter'
ReportWithKaleidoscope(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:16:13: error: cannot convert value of type 'ReportWithP4Merge' to expected argument type 'EquatableFailureReporter'
ReportWithP4Merge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:17:13: error: cannot convert value of type 'ReportWithKdiff3' to expected argument type 'EquatableFailureReporter'
ReportWithKdiff3(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:18:13: error: cannot convert value of type 'ReportWithTKDiff' to expected argument type 'EquatableFailureReporter'
ReportWithTKDiff(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:19:13: error: cannot convert value of type 'ReportWithVisualStudioCode' to expected argument type 'EquatableFailureReporter'
ReportWithVisualStudioCode(),
^
[37/42] Compiling ApprovalTests_Swift ReportWithEverything.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:12:13: error: cannot convert value of type 'ReportWithBeyondCompare' to expected argument type 'EquatableFailureReporter'
ReportWithBeyondCompare(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:13:13: error: cannot convert value of type 'ReportWithAppCode' to expected argument type 'EquatableFailureReporter'
ReportWithAppCode(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:14:13: error: cannot convert value of type 'ReportWithDiffMerge' to expected argument type 'EquatableFailureReporter'
ReportWithDiffMerge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:15:13: error: cannot convert value of type 'ReportWithKaleidoscope' to expected argument type 'EquatableFailureReporter'
ReportWithKaleidoscope(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:16:13: error: cannot convert value of type 'ReportWithP4Merge' to expected argument type 'EquatableFailureReporter'
ReportWithP4Merge(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:17:13: error: cannot convert value of type 'ReportWithKdiff3' to expected argument type 'EquatableFailureReporter'
ReportWithKdiff3(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:18:13: error: cannot convert value of type 'ReportWithTKDiff' to expected argument type 'EquatableFailureReporter'
ReportWithTKDiff(),
^
/host/spi-builder-workspace/ApprovalTests.Swift/Reporters/ReportWithDiffTool.swift:19:13: error: cannot convert value of type 'ReportWithVisualStudioCode' to expected argument type 'EquatableFailureReporter'
ReportWithVisualStudioCode(),
^
[38/42] Compiling ApprovalTests_Swift ApprovalWriter.swift
[39/42] Compiling ApprovalTests_Swift Options.swift
[40/42] Compiling ApprovalTests_Swift Scrubber.swift
[41/42] Compiling ApprovalTests_Swift Verifiable.swift
[42/42] Compiling ApprovalTests_Swift VerifyParameters.swift
error: fatalError
BUILD FAILURE 5.9 linux