Build Information
Failed to build swift-snapshot-testing-macros, reference main (27fa80), with Swift 6.2 for Wasm on 13 Apr 2026 10:57:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adammcarter/swift-snapshot-testing-macros.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/adammcarter/swift-snapshot-testing-macros
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 27fa802 Merge pull request #99 from adammcarter/chore/remove-excludes
Cloned https://github.com/adammcarter/swift-snapshot-testing-macros.git
Revision (git rev-parse @):
27fa80246cd2203192933d6cc2bc778b34f73076
SUCCESS checkout https://github.com/adammcarter/swift-snapshot-testing-macros.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/adammcarter/swift-snapshot-testing-macros.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/961] Fetching swift-macro-testing
[962/75928] Fetching swift-macro-testing, swift-syntax
[8459/91974] Fetching swift-macro-testing, swift-syntax, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.81s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (8.37s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.45s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (9.02s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.1 (0.39s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.81s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.34s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.76s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.10s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.52s)
Building for debugging...
[0/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/99] Emitting module SnapshotSupport
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/99] Emitting module SnapshotTesting
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[15/107] Emitting module SnapshotTestSupport
[16/107] Compiling SnapshotTestSupport Tags+configurations.swift
[17/107] Compiling SnapshotTestSupport Tags+parameters.swift
[18/107] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[19/107] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[20/107] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[21/107] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[22/107] Compiling SnapshotTestSupport Tags+configurations.swift
[23/107] Compiling SnapshotTestSupport Tags+traits.swift
[24/107] Emitting module SnapshotTestSupport
[25/107] Compiling SnapshotTestSupport Tags+parameters.swift
[26/108] Compiling SnapshotTestSupport Tags+traits.swift
[29/109] Compiling SnapshotSupport CGSize+Convenience.swift
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[30/109] Compiling SnapshotSupport with.swift
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[31/109] Compiling SnapshotTesting SpriteKit.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[32/109] Compiling SnapshotTesting String.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[33/109] Compiling SnapshotTesting SwiftUIView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[34/109] Compiling SnapshotTesting UIBezierPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[35/109] Compiling SnapshotTesting Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[36/109] Compiling SnapshotTesting RecordIssue.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[37/109] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[38/109] Compiling SnapshotTesting SnapshotsTestTrait.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[39/109] Compiling SnapshotTesting Snapshotting.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[40/109] Compiling SnapshotTesting Any.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[41/109] Compiling SnapshotTesting CALayer.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[42/109] Compiling SnapshotTesting CGPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[43/109] Compiling SnapshotTesting CaseIterable.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[44/109] Compiling SnapshotTesting Data.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[45/109] Compiling SnapshotTesting Encodable.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[46/109] Compiling SnapshotTesting NSBezierPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/109] Emitting module SnapshotSupport
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[48/109] Compiling SnapshotSupport Array+Convenience.swift
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[49/109] Compiling SnapshotTesting View.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[50/109] Compiling SnapshotTesting XCTAttachment.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[51/109] Compiling SnapshotTesting Diff.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[52/109] Compiling SnapshotTesting Diffing.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[53/109] Compiling SnapshotTesting Wait.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[54/109] Compiling SnapshotTesting AssertSnapshot.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[55/109] Compiling SnapshotTesting Async.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[56/109] Compiling SnapshotTesting Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[57/109] Compiling SnapshotTesting PlistEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[58/109] Compiling SnapshotTesting String+SpecialCharacters.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[59/109] Compiling SnapshotTesting NSImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[60/109] Compiling SnapshotTesting NSView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[61/109] Compiling SnapshotTesting NSViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[62/109] Compiling SnapshotTesting SceneKit.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 | import CoreServices
| `- error: no such module 'CoreServices'
578 |
579 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
BUILD FAILURE 6.2 wasm