Build Information
Failed to build GoldenImage, reference 0.1.4 (5d5c6c), with Swift 6.2 for Wasm on 25 Apr 2026 04:49:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/schwa/GoldenImage.git
Reference: 0.1.4
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/schwa/GoldenImage
* tag 0.1.4 -> FETCH_HEAD
HEAD is now at 5d5c6c2 Tighten README
Cloned https://github.com/schwa/GoldenImage.git
Revision (git rev-parse @):
5d5c6c21e56e5043ee84e082eec8dd1d2750dec2
SUCCESS checkout https://github.com/schwa/GoldenImage.git at 0.1.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/schwa/GoldenImage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/apple/swift-argument-parser
[1/17464] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.76s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.22s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/14] Copying TextureComparison.metal
[3/14] Write sources
[7/14] Write swift-version-24593BA9C3E375BF.txt
[9/23] Emitting module ArgumentParserToolInfo
[10/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/24] Wrapping AST for ArgumentParserToolInfo for debugging
[13/70] Compiling GoldenImage TextureCompare.swift
/host/spi-builder-workspace/Sources/GoldenImage/CPUCompare.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[14/70] Compiling GoldenImage resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/GoldenImage/CPUCompare.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[15/70] Compiling GoldenImage ImageComparison.swift
/host/spi-builder-workspace/Sources/GoldenImage/CPUCompare.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[16/70] Compiling GoldenImage Support.swift
/host/spi-builder-workspace/Sources/GoldenImage/CPUCompare.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[17/70] Compiling ArgumentParser Foundation.swift
[18/70] Compiling ArgumentParser Mutex.swift
[19/70] Compiling ArgumentParser Platform.swift
[20/70] Compiling ArgumentParser SequenceExtensions.swift
[21/70] Compiling ArgumentParser StringExtensions.swift
[22/70] Compiling ArgumentParser SwiftExtensions.swift
[23/76] Compiling ArgumentParser ParentCommand.swift
[24/76] Compiling ArgumentParser AsyncParsableCommand.swift
[25/76] Compiling ArgumentParser CommandConfiguration.swift
[26/76] Compiling ArgumentParser CommandGroup.swift
[27/76] Compiling ArgumentParser EnumerableFlag.swift
[28/76] Compiling ArgumentParser ExpressibleByArgument.swift
[29/76] Compiling ArgumentParser ParsableArguments.swift
[30/76] Compiling ArgumentParser Tree.swift
[31/76] Compiling ArgumentParser CodingKeyValidator.swift
[32/76] Compiling ArgumentParser NonsenseFlagsValidator.swift
[33/76] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/76] Compiling ArgumentParser PositionalArgumentsValidator.swift
[35/76] Compiling ArgumentParser UniqueNamesValidator.swift
[36/76] Compiling ArgumentParser InputOrigin.swift
[37/76] Compiling ArgumentParser Name.swift
[38/76] Compiling ArgumentParser Parsed.swift
[39/76] Compiling ArgumentParser ParsedValues.swift
[40/76] Compiling ArgumentParser ParserError.swift
[41/76] Compiling ArgumentParser SplitArguments.swift
[42/76] Compiling ArgumentParser DumpHelpGenerator.swift
[43/76] Compiling ArgumentParser HelpCommand.swift
[44/76] Compiling ArgumentParser HelpGenerator.swift
[45/76] Compiling ArgumentParser MessageInfo.swift
[46/76] Compiling ArgumentParser UsageGenerator.swift
[47/76] Compiling ArgumentParser CollectionExtensions.swift
[48/76] Emitting module ArgumentParser
[49/76] Compiling ArgumentParser BashCompletionsGenerator.swift
[50/76] Compiling ArgumentParser CompletionsGenerator.swift
[51/76] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/76] Compiling ArgumentParser ZshCompletionsGenerator.swift
[53/76] Compiling ArgumentParser Argument.swift
[54/76] Compiling ArgumentParser ArgumentDiscussion.swift
[55/76] Compiling ArgumentParser ArgumentHelp.swift
[56/76] Compiling ArgumentParser ArgumentVisibility.swift
[57/76] Compiling ArgumentParser CompletionKind.swift
[58/76] Compiling ArgumentParser Errors.swift
[59/76] Compiling ArgumentParser Flag.swift
[60/76] Compiling ArgumentParser NameSpecification.swift
[61/76] Compiling ArgumentParser Option.swift
[62/76] Compiling ArgumentParser OptionGroup.swift
[63/76] Compiling ArgumentParser ParsableCommand.swift
[64/76] Compiling ArgumentParser ArgumentDecoder.swift
[65/76] Compiling ArgumentParser ArgumentDefinition.swift
[66/76] Compiling ArgumentParser ArgumentSet.swift
[67/76] Compiling ArgumentParser CommandParser.swift
[68/76] Compiling ArgumentParser InputKey.swift
[69/77] Wrapping AST for ArgumentParser for debugging
[71/77] Compiling GoldenImage CPUCompare.swift
/host/spi-builder-workspace/Sources/GoldenImage/CPUCompare.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/77] Compiling GoldenImage GoldenImageComparison.swift
/host/spi-builder-workspace/Sources/GoldenImage/CPUCompare.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
[73/77] Emitting module GoldenImage
/host/spi-builder-workspace/Sources/GoldenImage/CPUCompare.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 | import Foundation
3 |
BUILD FAILURE 6.2 wasm