The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ApprovalTests.Swift, reference v2.0.0 (f00352), with Swift 6.1 for Wasm on 28 May 2025 08:21:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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.1
Building package at path:  $PWD
https://github.com/approvals/ApprovalTests.Swift.git
https://github.com/approvals/ApprovalTests.Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ApprovalTests.Swift",
  "name" : "ApprovalTests.Swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ApprovalTests.Swift",
      "targets" : [
        "ApprovalTests.Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ApprovalTests_Swift",
      "module_type" : "SwiftTarget",
      "name" : "ApprovalTests.Swift",
      "path" : "ApprovalTests.Swift",
      "product_memberships" : [
        "ApprovalTests.Swift"
      ],
      "sources" : [
        "Approvals.swift",
        "Approvers/ApprovalApprover.swift",
        "Approvers/FileApprover.swift",
        "Approvers/TestFailer.swift",
        "Combinations/CombinationApprovals.swift",
        "Core/ApprovalFailureReporter.swift",
        "Core/ApprovalWriter.swift",
        "Core/Options.swift",
        "Core/Scrubber.swift",
        "Core/Verifiable.swift",
        "Core/VerifyParameters.swift",
        "Namer/ApprovalNamer.swift",
        "Namer/Namer.swift",
        "Namer/NamerFactory.swift",
        "Namer/ParameterizedNamer.swift",
        "Reporters/ExecutableReporter.swift",
        "Reporters/FirstWorkingReporter.swift",
        "Reporters/GenericDiffReporterBase.swift",
        "Reporters/ReportByCallingScript.swift",
        "Reporters/ReportByOpeningReceivedFile.swift",
        "Reporters/ReportContentsWithXCTest.swift",
        "Reporters/ReportMoveCommandToClipboard.swift",
        "Reporters/ReportMoveCommandToConsole.swift",
        "Reporters/ReportWithDiffTool.swift",
        "Reporters/ReportWithEverything.swift",
        "Reporters/ReporterFactory.swift",
        "Reporters/VariousReporters.swift",
        "Reporters/iOS/GenericDiffReporterIOS.swift",
        "Reporters/macOS/GenericDiffReporter.swift",
        "Scrubbers/ScrubDates.swift",
        "Scrubbers/ScrubNothing.swift",
        "Scrubbers/ScrubWithRegEx.swift",
        "Scrubbers/ScrubWithRegExWithReplacementAliasing.swift",
        "UIKit/UIKitApprovals.swift",
        "Utils/CwlDemangle.swift",
        "Utils/ExecutableQuery.swift",
        "Utils/HelpMessages.swift",
        "Utils/NetUtils.swift",
        "Utils/SimpleLogger.swift",
        "Utils/StringUtils.swift",
        "Utils/SystemUtils.swift",
        "Writers/ApprovalTextWriter.swift",
        "Writers/UIWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-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 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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/40] 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 {
[3/40] 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 {
[4/40] 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 {
[5/40] 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 {
[6/40] 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 {
[7/40] 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 {
[8/45] 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 {
[9/45] 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 {
[10/45] 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 {
[11/45] 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 {
[12/45] 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 {
[13/45] 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 {
[14/45] 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 {
[15/45] 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 {
[16/45] 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 {
[17/45] 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 {
[18/45] 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 {
[19/45] 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 {
[20/45] 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 {
[21/45] 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 {
[22/45] 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 {
[23/45] 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 {
[24/45] 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 {
[25/45] 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 {
[26/45] 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 {
[27/45] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/45] 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 {
[29/45] 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 {
[30/45] 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 {
[31/45] 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 {
[32/45] 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 {
[33/45] 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 {
[34/45] 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 {
[35/45] 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 {
[36/45] 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 {
[37/45] 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 {
[38/45] 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 {
[39/45] 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 {
[40/45] 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 {
[41/45] 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 {
[42/45] 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 {
[43/45] 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 {
[44/45] 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 {
[45/45] 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 {
BUILD FAILURE 6.1 wasm