Build Information
Failed to build public-api-diff, reference main (79150e
), with Swift 6.2 (beta) for Wasm on 22 Jul 2025 13:32:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 79150ee Merge pull request #126 from Adyen/fixing-workflow-permissions
Cloned https://github.com/Adyen/adyen-swift-public-api-diff.git
Revision (git rev-parse @):
79150eef9a3e08c8d155cf061349227b269bb138
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-4606859-3":/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/swiftlang/swift-syntax
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[2095/17642] Fetching swift-docc-plugin, swift-argument-parser
[9714/67817] Fetching swift-docc-plugin, swift-argument-parser, swiftformat
[20654/139268] Fetching swift-docc-plugin, swift-argument-parser, swiftformat, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (9.40s)
[101048/137174] Fetching swift-argument-parser, swiftformat, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (9.41s)
[86002/121626] Fetching swiftformat, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (35.01s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (36.01s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (40.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3430] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.62s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.57.2 (1.37s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.32s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.57.2
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftFormatPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/47] Write sources
[24/47] Compiling _SwiftSyntaxCShims dummy.c
[25/47] Write swift-version-24593BA9C3E375BF.txt
[27/64] Emitting module SwiftSyntax600
[28/64] Emitting module SwiftSyntax601
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/64] 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
[30/64] 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
[31/64] 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
[32/64] Emitting module SwiftSyntax510
[33/64] Compiling SwiftSyntax510 Empty.swift
[34/65] Emitting module SwiftSyntax509
[35/65] Compiling SwiftSyntax509 Empty.swift
[36/65] Emitting module ArgumentParserToolInfo
[37/65] 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 {
BUILD FAILURE 6.2 wasm