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 URLEncodedForm, reference 1.0.9 (cd690e), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 13:19:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/URLEncodedForm.git
Reference: 1.0.9
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/URLEncodedForm
 * tag               1.0.9      -> FETCH_HEAD
HEAD is now at cd690e9 fix: Delete Extension Methods
Cloned https://github.com/forXifLess/URLEncodedForm.git
Revision (git rev-parse @):
cd690e95f0df333293ec3f9fa9c2c7322ef54bbf
SUCCESS checkout https://github.com/forXifLess/URLEncodedForm.git at 1.0.9
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/forXifLess/URLEncodedForm.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[1/4228] Fetching swift
Fetched https://github.com/airbnb/swift from cache (2.02s)
Computing version for https://github.com/airbnb/swift
Computed https://github.com/airbnb/swift at 1.0.8 (4.29s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.33s)
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/airbnb/swift
Working copy of https://github.com/airbnb/swift resolved at 1.0.8
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
[8427/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[17781/56322403] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (1.78s)
Downloaded https://github.com/calda/SwiftFormat/releases/download/0.56-beta-4/SwiftFormat.artifactbundle.zip (5.50s)
/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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling URLEncodedForm Byte+Control.swift
/host/spi-builder-workspace/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - URLEncodedFormDecoder
[6/19] Compiling URLEncodedForm Bytes.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm URLEncodedFormDataConvertible.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm URLEncodedFormParser.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm URLEncodedFormSerializer.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm URLEncodedForm.swift
/host/spi-builder-workspace/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)
[11/21] Emitting module URLEncodedForm
/host/spi-builder-workspace/Sources/URLEncodedForm/Codable/URLEncodedFormDecoder.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - URLEncodedFormDecoder
[12/21] Compiling URLEncodedForm URLEncodedFormData.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm URLEncodedFormDataContext.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm DataDecoder.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm DataEncoder.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm NestedData.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm URLEncodedFormError.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm URLEncodedFormDecoder.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm URLEncodedFormEncoder.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm BasicKey.swift
/host/spi-builder-workspace/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/21] Compiling URLEncodedForm LosslessDataConvertible.swift
/host/spi-builder-workspace/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