The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-snapshot-testing, reference main (ed0fd8), with Swift 6.2 for Wasm on 6 Feb 2026 17:35:02 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/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tdrhq/swift-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/tdrhq/swift-snapshot-testing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ed0fd8e Merge tag '1.18.9' of https://github.com/pointfreeco/swift-snapshot-testing into 1.18.9
Cloned https://github.com/tdrhq/swift-snapshot-testing.git
Revision (git rev-parse @):
ed0fd8e96d3d855f49d90f052417c5d94a3016e3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tdrhq/swift-snapshot-testing.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tdrhq/swift-snapshot-testing.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/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c50555b47c4db0b0576f9f25702fbe2fdff28194c4a4f4c23a7dce4b3504c85e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/5216] Fetching swift-custom-dump
[5217/79304] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (9.90s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.97s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (12.19s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.41s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.4.1
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.8.1
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.38s)
Building for debugging...
[0/20] Write sources
[18/20] Compiling _SwiftSyntaxCShims PlatformMutex.c
[19/20] Write swift-version-24593BA9C3E375BF.txt
[21/32] Emitting module SwiftSyntax509
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/63] Emitting module SnapshotTesting
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[23/67] Compiling SwiftSyntax510 Empty.swift
[24/67] Emitting module SwiftSyntax510
[25/67] Compiling SnapshotTesting NSImage.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[26/67] Compiling SnapshotTesting NSView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[27/67] Compiling SnapshotTesting NSViewController.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[28/67] Compiling SnapshotTesting SceneKit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[29/67] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[30/67] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[31/67] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[32/67] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[33/68] Compiling SwiftSyntax601 Empty.swift
[34/68] Emitting module SwiftSyntax601
[37/69] Compiling SwiftSyntax509 Empty.swift
[38/70] Compiling IssueReportingPackageSupport _Test.swift
[39/70] Emitting module SwiftSyntax600
[40/70] Compiling SwiftSyntax600 Empty.swift
[41/70] Emitting module IssueReportingPackageSupport
[42/71] Emitting module SwiftSyntax602
[43/71] Compiling SwiftSyntax602 Empty.swift
[48/155] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[49/155] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[50/155] Compiling SwiftSyntax RawSyntaxValidation.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[51/155] Compiling SwiftSyntax SyntaxNodesAB.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[52/155] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[53/155] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[54/155] Compiling SwiftSyntax CustomTraits.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[55/155] Compiling SwiftSyntax EditorPlaceholder.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[56/155] Compiling SwiftSyntax Identifier.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[57/155] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[58/155] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[59/155] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[60/155] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[61/155] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[62/155] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[63/155] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[64/155] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[65/155] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[66/155] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[67/155] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[68/155] Compiling SwiftSyntax RawSyntaxArena.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[69/155] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[70/155] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[71/155] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[72/155] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[73/155] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:546:10: error: no such module 'CoreServices'
544 |
545 | #if !os(Android) && !os(Linux) && !os(Windows)
546 |   import CoreServices
    |          `- error: no such module 'CoreServices'
547 |
548 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
BUILD FAILURE 6.2 wasm