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 xc-snapshot-testing, reference main (d48816), with Swift 6.2 (beta) for Wasm on 11 Sep 2025 11:53:50 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/snapshot-testing/xc-snapshot-testing.git
Reference: main
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/snapshot-testing/xc-snapshot-testing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d48816a Removed wrong documentation references (#2)
Cloned https://github.com/snapshot-testing/xc-snapshot-testing.git
Revision (git rev-parse @):
d48816af4ae17439a32e18d7dec757acee1c3375
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/snapshot-testing/xc-snapshot-testing.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/snapshot-testing/xc-snapshot-testing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.85s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5499] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.03s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (2.02s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/103] Emitting module XCSnapshotTesting
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[9/116] Emitting module IssueReportingPackageSupport
[10/116] Compiling IssueReportingPackageSupport _Test.swift
[12/117] Compiling XCSnapshotTesting CGSize+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[13/117] Compiling XCSnapshotTesting CIImage+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[14/117] Compiling XCSnapshotTesting NSLayoutConstraint+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[15/117] Compiling XCSnapshotTesting ProcessInfo+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[16/117] Compiling XCSnapshotTesting String+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[17/117] Compiling XCSnapshotTesting Task+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[18/117] Compiling XCSnapshotTesting UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[19/117] Compiling XCSnapshotTesting UIImage+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[20/117] Compiling XCSnapshotTesting UIView+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[21/117] Compiling XCSnapshotTesting UIViewController+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[22/117] Compiling XCSnapshotTesting UIWindow+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[23/117] Compiling XCSnapshotTesting WKWebView+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[24/117] Compiling XCSnapshotTesting Snapshot+Any.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[25/117] Compiling XCSnapshotTesting DisplayGamutTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[26/117] Compiling XCSnapshotTesting DisplayScaleTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[27/117] Compiling XCSnapshotTesting ForceTouchCapabilityTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[28/117] Compiling XCSnapshotTesting ImageDynamicRangeTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[29/117] Compiling XCSnapshotTesting LayoutDirectionTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[30/117] Compiling XCSnapshotTesting LegibilityWeightTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[31/117] Compiling XCSnapshotTesting ListEnvironmentTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[32/117] Compiling XCSnapshotTesting SceneCaptureStateTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[33/117] Compiling XCSnapshotTesting ToolbarItemPresentationSizeTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[34/117] Compiling XCSnapshotTesting TypesettingLanguageTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[35/117] Compiling XCSnapshotTesting UserInterfaceActiveAppearanceTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[36/117] Compiling XCSnapshotTesting UserInterfaceIdiomTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[37/117] Compiling XCSnapshotTesting UserInterfaceLevelTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[38/117] Compiling XCSnapshotTesting UserInterfaceStyleTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[39/117] Compiling XCSnapshotTesting Traits.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[40/117] Compiling XCSnapshotTesting NoWindowAvailableError.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[41/117] Compiling XCSnapshotTesting Snapshot+SDKApplication.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[42/117] Compiling XCSnapshotTesting Snapshot+WindowPool.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[43/117] Compiling XCSnapshotTesting SnapshotWindowConfiguration.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[44/117] Compiling XCSnapshotTesting WindowLease.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[45/117] Compiling XCSnapshotTesting WindowPool.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[46/117] Compiling XCSnapshotTesting BytesContainer.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[47/117] Compiling XCSnapshotTesting BytesRepresentable.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[48/117] Compiling XCSnapshotTesting BytesSerializationError.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[49/117] Compiling XCSnapshotTesting DataSerialization.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[50/117] Compiling XCSnapshotTesting DataSerializationConfiguration.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[51/117] Compiling XCSnapshotTesting Assert.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[52/117] Compiling XCSnapshotTesting CleanCounterBetweenTestCases.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[53/117] Compiling XCSnapshotTesting RecordMode.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[54/117] Compiling XCSnapshotTesting SnapshotAttachment.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[55/117] Compiling XCSnapshotTesting TestingSession.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[56/117] Compiling XCSnapshotTesting Async.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[57/117] Compiling XCSnapshotTesting AsyncLock.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[58/117] Compiling XCSnapshotTesting AsyncOperation.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[59/117] Compiling XCSnapshotTesting AsyncSignal.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[60/117] Compiling XCSnapshotTesting DataDiffAttachmentGenerator.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[61/117] Compiling XCSnapshotTesting ImageDiffAttachmentGenerator.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[62/117] Compiling XCSnapshotTesting StringDiffAttachmentGenerator.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[63/117] Compiling XCSnapshotTesting DiffAttachmentGenerator.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[64/117] Compiling XCSnapshotTesting DiffHunk.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[65/117] Compiling XCSnapshotTesting DiffTool.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[66/117] Compiling XCSnapshotTesting Difference.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[67/117] Compiling XCSnapshotTesting DiffToolEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[68/117] Compiling XCSnapshotTesting DisableInconsistentTraitsCheckEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[69/117] Compiling XCSnapshotTesting IncludeMajorPlatformVersionInPathEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[70/117] Compiling XCSnapshotTesting MaxConcurrentTestsEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[71/117] Compiling XCSnapshotTesting PlatformEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[72/117] Compiling XCSnapshotTesting RecordEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[73/117] Compiling XCSnapshotTesting TraitsEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[74/117] Compiling XCSnapshotTesting WebViewToleranceEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[75/117] Compiling XCSnapshotTesting SnapshotEnvironment.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[76/117] Compiling XCSnapshotTesting SnapshotEnvironmentKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[77/117] Compiling XCSnapshotTesting SnapshotEnvironmentValues.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[78/117] Compiling XCSnapshotTesting CGImage+Extension.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[79/117] Compiling XCSnapshotTesting Snapshot+NSBezierPath.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[80/117] Compiling XCSnapshotTesting Snapshot+NSView.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[81/117] Compiling XCSnapshotTesting Snapshot+NSViewController.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[82/117] Compiling XCSnapshotTesting Snapshot+SceneKit.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[83/117] Compiling XCSnapshotTesting Snapshot+SpriteKit.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[84/117] Compiling XCSnapshotTesting Snapshot+UIApplication.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[85/117] Compiling XCSnapshotTesting Snapshot+UIBezierPath.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[86/117] Compiling XCSnapshotTesting Snapshot+UIView.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[87/117] Compiling XCSnapshotTesting Snapshot+UIViewController.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[88/117] Compiling XCSnapshotTesting Snapshot+View.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[89/117] Compiling XCSnapshotTesting InterfaceSizeClassTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[90/117] Compiling XCSnapshotTesting AccessibilityContrastTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[91/117] Compiling XCSnapshotTesting ContentSizeCategoryTraitKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[92/117] Compiling XCSnapshotTesting Snapshot+CaseIterable.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[93/117] Compiling XCSnapshotTesting Snapshot+Encodable.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[94/117] Compiling XCSnapshotTesting Snapshot+URLRequest.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[95/117] Compiling XCSnapshotTesting DeviceOrientation.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[96/117] Compiling XCSnapshotTesting ImageContext.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[97/117] Compiling XCSnapshotTesting LayoutConfiguration.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[98/117] Compiling XCSnapshotTesting SizeListener.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[99/117] Compiling XCSnapshotTesting SnapshotLayout.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[100/117] Compiling XCSnapshotTesting SnapshotUIController.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[101/117] Compiling XCSnapshotTesting SnapshotView.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[102/117] Compiling XCSnapshotTesting ViewOperationPayload.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[103/117] Compiling XCSnapshotTesting Snapshot+CALayer.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[104/117] Compiling XCSnapshotTesting Snapshot+CGPath.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[105/117] Compiling XCSnapshotTesting DataSerializationConfigurationKey.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[106/117] Compiling XCSnapshotTesting DataBytes.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[107/117] Compiling XCSnapshotTesting ImageBytes.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[108/117] Compiling XCSnapshotTesting StringBytes.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[109/117] Compiling XCSnapshotTesting Snapshot.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[110/117] Compiling XCSnapshotTesting Sync.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[111/117] Compiling XCSnapshotTesting SnapshotEngine.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[112/117] Compiling XCSnapshotTesting SnapshotFailContext.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[113/117] Compiling XCSnapshotTesting SnapshotFailure.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[114/117] Compiling XCSnapshotTesting SnapshotFileEngine.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[115/117] Compiling XCSnapshotTesting SnapshotPerformOperation.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[116/117] Compiling XCSnapshotTesting SnapshotTester.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
[117/117] Compiling XCSnapshotTesting TestingSystem.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/Assert.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Assert snapshot
BUILD FAILURE 6.2 wasm