The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-snapshot-testing-macros, reference 3.0.0 (0fed90), with Swift 6.3 for Wasm on 13 Apr 2026 10:57:48 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adammcarter/swift-snapshot-testing-macros.git
Reference: 3.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/adammcarter/swift-snapshot-testing-macros
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 0fed90a Merge pull request #98 from adammcarter/feature/rename-configuration-folders
Cloned https://github.com/adammcarter/swift-snapshot-testing-macros.git
Revision (git rev-parse @):
0fed90a58d8bb418baed164bfda5239f9f56b1cc
SUCCESS checkout https://github.com/adammcarter/swift-snapshot-testing-macros.git at 3.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
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-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-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/961] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.31s)
[1/74967] Fetching swift-syntax
[5249/91013] Fetching swift-syntax, swift-snapshot-testing
Fetched https://github.com/swiftlang/swift-syntax from cache (5.47s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.50s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (5.90s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.1 (1.21s)
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.43s)
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/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.38s)
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.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.09s)
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/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/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.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.40s)
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/SnapshotsPlayground/__Snapshots__': File not found.
Building for debugging...
[0/54] Write sources
[26/54] Compiling _SwiftSyntaxCShims PlatformMutex.c
[27/54] Write swift-version-24593BA9C3E375BF.txt
[29/130] Emitting module SwiftSyntax509
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/130] 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? {
[32/138] Emitting module SwiftSyntax600
[33/138] Compiling SwiftSyntax600 Empty.swift
[34/139] Emitting module SwiftSyntax601
[35/139] Compiling SwiftSyntax601 Empty.swift
[38/140] Compiling SnapshotTestSupport Tags+parameters.swift
[39/140] Compiling SnapshotTestSupport Tags+traits.swift
[40/140] Emitting module SwiftSyntax510
[41/140] Compiling SwiftSyntax510 Empty.swift
[42/141] Compiling SwiftSyntax602 Empty.swift
[43/141] Emitting module SwiftSyntax602
[44/142] Emitting module SnapshotTestSupport
[45/142] Compiling SnapshotTestSupport Tags+configurations.swift
[48/143] Compiling SwiftSyntax509 Empty.swift
[50/152] Wrapping AST for SwiftSyntax601 for debugging
[51/156] Wrapping AST for SwiftSyntax602 for debugging
[52/156] Wrapping AST for SwiftSyntax600 for debugging
[53/156] Wrapping AST for SwiftSyntax510 for debugging
[54/156] Wrapping AST for SwiftSyntax509 for debugging
[56/219] Compiling SwiftSyntax SyntaxChildren.swift
[57/219] Compiling SwiftSyntax SyntaxCollection.swift
[58/219] Compiling SwiftSyntax SyntaxHashable.swift
[59/219] Compiling SwiftSyntax SyntaxIdentifier.swift
[60/219] Compiling SwiftSyntax SourceEdit.swift
[61/219] Compiling SwiftSyntax SyntaxNodeStructure.swift
[62/219] Compiling SwiftSyntax SyntaxProtocol.swift
[63/219] Compiling SwiftSyntax SyntaxText.swift
[64/219] Compiling SwiftSyntax RawSyntaxArena.swift
[65/219] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[66/219] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[67/219] Compiling SwiftSyntax RawSyntaxTokenView.swift
[68/219] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[69/219] Compiling SwiftSyntax TokenDiagnostic.swift
[70/219] Compiling SwiftSyntax TokenSequence.swift
[71/219] Compiling SwiftSyntax TokenSyntax.swift
[72/219] Compiling SwiftSyntax Identifier.swift
[73/219] Compiling SwiftSyntax MemoryLayout.swift
[74/219] Compiling SwiftSyntax MissingNodeInitializers.swift
[75/219] Compiling SwiftSyntax RawSyntax.swift
[76/219] Compiling SwiftSyntax AbsolutePosition.swift
[77/219] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[78/219] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[79/219] Compiling SwiftSyntax Assert.swift
[80/219] Compiling SwiftSyntax BumpPtrAllocator.swift
[81/219] Compiling SwiftSyntax CommonAncestor.swift
[82/219] Compiling SwiftSyntax Convenience.swift
[83/219] Compiling SwiftSyntax CustomTraits.swift
[84/219] Compiling SwiftSyntax EditorPlaceholder.swift
[85/219] Compiling SwiftSyntax SourceLength.swift
[86/219] Compiling SwiftSyntax SourceLocation.swift
[87/219] Compiling SwiftSyntax SourcePresence.swift
[88/219] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[89/219] Compiling SwiftSyntax Syntax.swift
[91/220] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/220] 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 {
[93/220] 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 {
[94/220] 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 {
[102/220] Compiling SwiftSyntax Trivia.swift
[103/220] Compiling SwiftSyntax Utils.swift
BUILD FAILURE 6.3 wasm