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 locheck, reference main (2a711e), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 05:36:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/Asana/locheck.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/Asana/locheck
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2a711eb Merge pull request #59 from AnessZurba/feature/linux-support-2
Cloned https://github.com/Asana/locheck.git
Revision (git rev-parse @):
2a711eb6e522b1d4913a1e96c6519d3cc17ba84b
SUCCESS checkout https://github.com/Asana/locheck.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Asana/locheck.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/yahoojapan/SwiftyXMLParser
[1/764] Fetching swiftyxmlparser
Fetched https://github.com/yahoojapan/SwiftyXMLParser from cache (0.28s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/johnsundell/Files.git
[1/1248] Fetching files
[1249/16628] Fetching files, swift-argument-parser
Fetched https://github.com/johnsundell/Files.git from cache (0.91s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.92s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.2.0 (1.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.4 (0.51s)
Creating working copy for https://github.com/yahoojapan/SwiftyXMLParser
Working copy of https://github.com/yahoojapan/SwiftyXMLParser resolved at 5.4.0 (eec238e)
Creating working copy for https://github.com/johnsundell/Files.git
Working copy of https://github.com/johnsundell/Files.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.4.4
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/53] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[8/57] Compiling SwiftyXMLParser XML.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyXMLParser/SwiftyXMLParser/Accessor.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | extension XML {
[9/57] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[10/57] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[11/57] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[12/57] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[13/57] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[14/57] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[15/57] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[16/57] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[17/57] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[18/57] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[19/57] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[20/57] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[21/57] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[22/57] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[23/57] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[24/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[25/57] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[26/57] Compiling SwiftyXMLParser Parser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyXMLParser/SwiftyXMLParser/Accessor.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | extension XML {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/57] Emitting module Files
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:25:8: error: no such module 'Foundation'
  23 |  */
  24 |
  25 | import Foundation
     |        `- error: no such module 'Foundation'
  26 |
  27 | // MARK: - Locations
[28/57] Compiling Files Files.swift
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:25:8: error: no such module 'Foundation'
  23 |  */
  24 |
  25 | import Foundation
     |        `- error: no such module 'Foundation'
  26 |
  27 | // MARK: - Locations
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/57] Emitting module SwiftyXMLParser
/host/spi-builder-workspace/.build/checkouts/SwiftyXMLParser/SwiftyXMLParser/Accessor.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | extension XML {
[30/57] Compiling SwiftyXMLParser Accessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyXMLParser/SwiftyXMLParser/Accessor.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | extension XML {
/host/spi-builder-workspace/.build/checkouts/SwiftyXMLParser/SwiftyXMLParser/Accessor.swift:25:8: error: no such module 'Foundation'
 23 |  */
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | extension XML {
[31/57] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[32/57] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[33/57] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[34/57] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
[35/57] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:12:29: error: no such module 'Foundation'
 10 | //===----------------------------------------------------------------------===//
 11 |
 12 | @_implementationOnly import Foundation
    |                             `- error: no such module 'Foundation'
 13 |
 14 | enum MessageInfo {
BUILD FAILURE 6.2 wasm