The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ApprovalTests.Swift, reference v2.0.0 (f00352), with Swift 6.3 for Wasm on 21 Apr 2026 08:40:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/approvals/ApprovalTests.Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/41] 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 {
[4/46] 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 {
[5/46] 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 {
[6/46] 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 {
[7/46] 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 {
[8/46] 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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
BUILD FAILURE 6.3 wasm