Build Information
Failed to build ApprovalTests.Swift, reference v2.0.0 (f00352), with Swift 6.2 for Linux on 19 Jun 2025 15:12:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/approvals/ApprovalTests.Swift.git
Reference: v2.0.0
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
* tag v2.0.0 -> FETCH_HEAD
HEAD is now at f003524 Merge branch 'master' of https://github.com/approvals/ApprovalTests.Swift
Cloned https://github.com/approvals/ApprovalTests.Swift.git
Revision (git rev-parse @):
f003524be9f86aef6d00c6ee2eb53ed682514348
SUCCESS checkout https://github.com/approvals/ApprovalTests.Swift.git at v2.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/approvals/ApprovalTests.Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/41] Compiling ApprovalTests_Swift ReportWithDiffTool.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[4/41] Compiling ApprovalTests_Swift ReportWithEverything.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[5/41] Compiling ApprovalTests_Swift ReporterFactory.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[6/41] Compiling ApprovalTests_Swift VariousReporters.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[7/41] Compiling ApprovalTests_Swift GenericDiffReporterIOS.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[8/46] Compiling ApprovalTests_Swift SimpleLogger.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[9/46] Compiling ApprovalTests_Swift StringUtils.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[10/46] Compiling ApprovalTests_Swift SystemUtils.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[11/46] Compiling ApprovalTests_Swift ApprovalTextWriter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[12/46] Compiling ApprovalTests_Swift UIWriter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[13/46] Compiling ApprovalTests_Swift ApprovalWriter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[14/46] Compiling ApprovalTests_Swift Options.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[15/46] Compiling ApprovalTests_Swift Scrubber.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[16/46] Compiling ApprovalTests_Swift Verifiable.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[17/46] Compiling ApprovalTests_Swift VerifyParameters.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[18/46] Compiling ApprovalTests_Swift ApprovalNamer.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[19/46] Compiling ApprovalTests_Swift Namer.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[20/46] Compiling ApprovalTests_Swift NamerFactory.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[21/46] Compiling ApprovalTests_Swift ParameterizedNamer.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[22/46] Compiling ApprovalTests_Swift ExecutableReporter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[23/46] Compiling ApprovalTests_Swift FirstWorkingReporter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[24/46] Compiling ApprovalTests_Swift GenericDiffReporterBase.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[25/46] Compiling ApprovalTests_Swift GenericDiffReporter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[26/46] Compiling ApprovalTests_Swift ScrubDates.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[27/46] Compiling ApprovalTests_Swift ScrubNothing.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[28/46] Compiling ApprovalTests_Swift ScrubWithRegEx.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[29/46] Compiling ApprovalTests_Swift ScrubWithRegExWithReplacementAliasing.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[30/46] Compiling ApprovalTests_Swift UIKitApprovals.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[31/46] Compiling ApprovalTests_Swift CwlDemangle.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[32/46] Compiling ApprovalTests_Swift ExecutableQuery.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[33/46] Compiling ApprovalTests_Swift HelpMessages.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[34/46] Compiling ApprovalTests_Swift NetUtils.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[35/46] Compiling ApprovalTests_Swift ReportByCallingScript.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[36/46] Compiling ApprovalTests_Swift ReportByOpeningReceivedFile.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[37/46] Compiling ApprovalTests_Swift ReportContentsWithXCTest.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[38/46] Compiling ApprovalTests_Swift ReportMoveCommandToClipboard.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[39/46] Compiling ApprovalTests_Swift ReportMoveCommandToConsole.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/46] Emitting module ApprovalTests_Swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[41/46] Compiling ApprovalTests_Swift Approvals.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[42/46] Compiling ApprovalTests_Swift ApprovalApprover.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[43/46] Compiling ApprovalTests_Swift FileApprover.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[44/46] Compiling ApprovalTests_Swift TestFailer.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[45/46] Compiling ApprovalTests_Swift CombinationApprovals.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
[46/46] Compiling ApprovalTests_Swift ApprovalFailureReporter.swift
/host/spi-builder-workspace/ApprovalTests.Swift/Utils/SystemUtils.swift:11:12: error: no such module 'AppKit'
9 | }
10 | #else
11 | import AppKit
| `- error: no such module 'AppKit'
12 |
13 | public enum SystemUtils {
BUILD FAILURE 6.2 linux