The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build public-api-diff, reference main (900f98), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 01:31:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Adyen/adyen-swift-public-api-diff.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/Adyen/adyen-swift-public-api-diff
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 900f987 Merge pull request #121 from Adyen/updating-github-workflow-example
Cloned https://github.com/Adyen/adyen-swift-public-api-diff.git
Revision (git rev-parse @):
900f98755bbda634810207145deb2d2bfc2695f7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Adyen/adyen-swift-public-api-diff.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Adyen/adyen-swift-public-api-diff.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/swiftlang/swift-syntax
[1/2082] Fetching swift-docc-plugin
[2083/17462] Fetching swift-docc-plugin, swift-argument-parser
[17463/88344] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax
[17464/137193] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-syntax from cache (7.17s)
[28698/66311] Fetching swift-docc-plugin, swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (33.48s)
Fetched https://github.com/apple/swift-argument-parser from cache (33.49s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (34.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (39.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (3.24s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (4.42s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.51s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftFormatPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/46] Write sources
[23/46] Compiling _SwiftSyntaxCShims dummy.c
[24/46] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/63] Emitting module FileHandlingModule
/host/spi-builder-workspace/Sources/Shared/Package/FileHandlingModule/FileHandling+Convenience.swift:7:8: error: no such module 'Foundation'
 5 | //
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | package enum FileHandlerError: LocalizedError, Equatable {
[27/63] Compiling FileHandlingModule FileHandling.swift
/host/spi-builder-workspace/Sources/Shared/Package/FileHandlingModule/FileHandling+Convenience.swift:7:8: error: no such module 'Foundation'
 5 | //
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | package enum FileHandlerError: LocalizedError, Equatable {
[28/63] Compiling FileHandlingModule FileHandling+Convenience.swift
/host/spi-builder-workspace/Sources/Shared/Package/FileHandlingModule/FileHandling+Convenience.swift:7:8: error: no such module 'Foundation'
 5 | //
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | package enum FileHandlerError: LocalizedError, Equatable {
[29/63] Compiling PADCore SwiftInterfaceFile.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADCore/Change.swift:7:8: error: no such module 'Foundation'
 5 | //
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | /// A change indicating an `addition`, `removal` or genuine `change` of an element
[30/63] Emitting module SwiftSyntax510
[31/63] Compiling SwiftSyntax510 Empty.swift
[32/64] Emitting module SwiftSyntax600
[33/64] Compiling SwiftSyntax600 Empty.swift
[34/65] Compiling SwiftSyntax601 Empty.swift
[35/65] Emitting module SwiftSyntax601
[38/66] Compiling SwiftSyntax509 Empty.swift
[39/66] Emitting module SwiftSyntax509
[41/66] Compiling FileHandlingModule FileManager+FileHandling.swift
/host/spi-builder-workspace/Sources/Shared/Package/FileHandlingModule/FileHandling+Convenience.swift:7:8: error: no such module 'Foundation'
 5 | //
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | package enum FileHandlerError: LocalizedError, Equatable {
[42/67] Compiling PADCore Change.swift
/host/spi-builder-workspace/Sources/Shared/Public/PADCore/Change.swift:7:8: error: no such module 'Foundation'
 5 | //
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | /// A change indicating an `addition`, `removal` or genuine `change` of an element
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/67] Emitting module PADCore
/host/spi-builder-workspace/Sources/Shared/Public/PADCore/Change.swift:7:8: error: no such module 'Foundation'
 5 | //
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | /// A change indicating an `addition`, `removal` or genuine `change` of an element
BUILD FAILURE 6.2 wasm