Build Information
Failed to build public-api-diff, reference 0.10.1 (61d3be
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 01:25:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 0.10.1
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
* tag 0.10.1 -> FETCH_HEAD
HEAD is now at 61d3be1 Merge pull request #120 from Adyen/remove-swift-lint
Cloned https://github.com/Adyen/adyen-swift-public-api-diff.git
Revision (git rev-parse @):
61d3be134cfdd1a8b6f2165e23a74a0086460234
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Adyen/adyen-swift-public-api-diff.git at 0.10.1
========================================
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-0":/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/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-argument-parser
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.56s)
[1/15380] Fetching swift-argument-parser
[15381/64229] Fetching swift-argument-parser, swiftformat
[17335/135111] Fetching swift-argument-parser, swiftformat, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (1.73s)
[17156/119731] Fetching swiftformat, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (10.63s)
[23531/48849] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (31.89s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (35.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (3.71s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.93s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.71s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
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/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.4
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
Building for debugging...
[4/46] Write sources
[23/46] Compiling _SwiftSyntaxCShims dummy.c
[24/46] Write swift-version-24593BA9C3E375BF.txt
[26/63] Emitting module SwiftSyntax600
[27/63] Compiling SwiftSyntax600 Empty.swift
[29/64] Emitting module SwiftSyntax601
[30/64] Compiling SwiftSyntax601 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/65] 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
[32/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 {
[33/65] 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 {
[35/65] Compiling SwiftSyntax509 Empty.swift
[36/65] Emitting module SwiftSyntax509
[37/66] Emitting module SwiftSyntax510
[38/66] Compiling SwiftSyntax510 Empty.swift
[39/67] Wrapping AST for SwiftSyntax600 for debugging
[40/67] Wrapping AST for SwiftSyntax509 for debugging
[42/67] Wrapping AST for SwiftSyntax601 for debugging
[44/67] Compiling ArgumentParserToolInfo ToolInfo.swift
[45/67] Emitting module ArgumentParserToolInfo
[47/68] 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
[48/68] 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)
[49/68] 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 {
[50/68] 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 {
[50/68] Wrapping AST for ArgumentParserToolInfo for debugging
[51/68] Wrapping AST for SwiftSyntax510 for debugging
BUILD FAILURE 6.2 wasm