Build Information
Failed to build LinkNavigator, reference 1.3.1 (82a96c
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 21:41:13 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/forXifLess/LinkNavigator.git
Reference: 1.3.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/forXifLess/LinkNavigator
* tag 1.3.1 -> FETCH_HEAD
HEAD is now at 82a96cd style: Formatter
Cloned https://github.com/forXifLess/LinkNavigator.git
Revision (git rev-parse @):
82a96cd06bad9d8d74040584a74d11ac7ed4af6c
SUCCESS checkout https://github.com/forXifLess/LinkNavigator.git at 1.3.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/forXifLess/LinkNavigator.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/airbnb/swift
Fetching https://github.com/interactord/URLEncodedForm
[1/4228] Fetching swift
[2115/4334] Fetching swift, urlencodedform
Fetched https://github.com/interactord/URLEncodedForm from cache (2.04s)
Fetched https://github.com/airbnb/swift from cache (2.12s)
Computing version for https://github.com/interactord/URLEncodedForm
Computed https://github.com/interactord/URLEncodedForm at 1.0.9 (2.52s)
Computing version for https://github.com/airbnb/swift
Computed https://github.com/airbnb/swift at 1.0.8 (2.71s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.31s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.79s)
Creating working copy for https://github.com/interactord/URLEncodedForm
Working copy of https://github.com/interactord/URLEncodedForm resolved at 1.0.9
Creating working copy for https://github.com/airbnb/swift
Working copy of https://github.com/airbnb/swift resolved at 1.0.8
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
Downloading binary artifact https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[1369/45288358] Downloading https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip
[1507053/56322403] Downloading https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (2.06s)
Downloaded https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip (5.32s)
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:53:13: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
51 |
52 | let process = Process()
53 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
54 | process.arguments = arguments
55 | try process.run()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/20] Compiling URLEncodedForm DataDecoder.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[7/20] Compiling URLEncodedForm DataEncoder.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[8/22] Compiling URLEncodedForm Byte+Control.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[9/22] Compiling URLEncodedForm Bytes.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[10/22] Compiling URLEncodedForm URLEncodedFormSerializer.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[11/22] Compiling URLEncodedForm URLEncodedForm.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/22] Emitting module URLEncodedForm
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[13/22] Compiling URLEncodedForm BasicKey.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[14/22] Compiling URLEncodedForm LosslessDataConvertible.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[15/22] Compiling URLEncodedForm URLEncodedFormDataConvertible.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[16/22] Compiling URLEncodedForm URLEncodedFormParser.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[17/22] Compiling URLEncodedForm URLEncodedFormData.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[18/22] Compiling URLEncodedForm URLEncodedFormDataContext.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[19/22] Compiling URLEncodedForm NestedData.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[20/22] Compiling URLEncodedForm URLEncodedFormError.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[21/22] Compiling URLEncodedForm URLEncodedFormDecoder.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
[22/22] Compiling URLEncodedForm URLEncodedFormEncoder.swift
/host/spi-builder-workspace/.build/checkouts/URLEncodedForm/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - URLEncodedFormDecoder
BUILD FAILURE 6.2 wasm