Build Information
Failed to build swift-snapshot-testing, reference main (ed0fd8), with Swift 6.3 for Wasm on 10 Apr 2026 13:18:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path: $PWD
https://github.com/tdrhq/swift-snapshot-testing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.43s)
[1/74937] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.08s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (8.52s)
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.82s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.24s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.44s)
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
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.42s)
Building for debugging...
[0/20] Write sources
[18/20] Compiling _SwiftSyntaxCShims PlatformMutex.c
[19/20] Write swift-version-24593BA9C3E375BF.txt
[21/63] Emitting module IssueReportingPackageSupport
[22/63] Compiling SwiftSyntax509 Empty.swift
[23/63] Emitting module SwiftSyntax509
[24/64] Compiling SwiftSyntax510 Empty.swift
[25/64] Emitting module SwiftSyntax510
[27/65] Compiling IssueReportingPackageSupport _Test.swift
[30/66] Compiling SwiftSyntax602 Empty.swift
[31/66] Emitting module SwiftSyntax602
[32/67] Compiling SwiftSyntax600 Empty.swift
[33/67] Emitting module SwiftSyntax600
[34/68] Emitting module SwiftSyntax601
[35/68] Compiling SwiftSyntax601 Empty.swift
[39/152] Compiling SwiftSyntax AbsolutePosition.swift
[40/152] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[41/152] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[42/152] Compiling SwiftSyntax Assert.swift
[43/152] Compiling SwiftSyntax BumpPtrAllocator.swift
[44/152] Compiling SwiftSyntax CommonAncestor.swift
[45/152] Compiling SwiftSyntax Convenience.swift
[46/152] Compiling SwiftSyntax CustomTraits.swift
[47/152] Compiling SwiftSyntax EditorPlaceholder.swift
[48/160] Compiling SwiftSyntax Tokens.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/160] Compiling SwiftSyntax TriviaPieces.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/160] Compiling SwiftSyntax RawSyntaxNodesAB.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/160] Compiling SwiftSyntax RawSyntaxNodesC.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/160] Compiling SwiftSyntax RawSyntaxNodesD.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/160] Compiling SwiftSyntax ChildNameForKeyPath.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/160] Compiling SwiftSyntax Keyword.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/160] Compiling SwiftSyntax RenamedChildrenCompatibility.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/160] Compiling SwiftSyntax TokenSequence.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/160] Compiling SwiftSyntax TokenSyntax.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/160] Compiling SwiftSyntax Trivia.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/160] Compiling SwiftSyntax Utils.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/164] Compiling SwiftSyntax SyntaxRewriter.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/164] Compiling SwiftSyntax SyntaxTraits.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/164] Compiling SwiftSyntax SyntaxVisitor.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/164] Compiling SwiftSyntax TokenKind.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? {
/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? {
/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? {
/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? {
/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/164] Compiling SwiftSyntax SyntaxNodeStructure.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/164] Compiling SwiftSyntax SyntaxProtocol.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/164] Compiling SwiftSyntax SyntaxText.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/164] Compiling SwiftSyntax SyntaxTreeViewMode.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/164] Compiling SwiftSyntax TokenDiagnostic.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? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/164] 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? {
/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? {
/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? {
/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? {
/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? {
/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? {
[79/164] 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? {
[80/164] 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? {
[81/164] 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? {
[82/164] 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? {
BUILD FAILURE 6.3 wasm