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 LStXML2Code, reference main (a2b2b1), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 04:19:38 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/bastie/LStXML2Code.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/bastie/LStXML2Code
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a2b2b15 Merge pull request #1 from bastie/swift6
Cloned https://github.com/bastie/LStXML2Code.git
Revision (git rev-parse @):
a2b2b153cf7d596d6481ecffb41c9af249f31d25
SUCCESS checkout https://github.com/bastie/LStXML2Code.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bastie/LStXML2Code.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/bastie/JavApi4Swift.git
[1/31303] Fetching javapi4swift
Fetched https://github.com/bastie/JavApi4Swift.git from cache (4.56s)
Computing version for https://github.com/bastie/JavApi4Swift.git
Computed https://github.com/bastie/JavApi4Swift.git at 0.26.1 (5.28s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.26.1
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/29] Emitting module LStXML2Code
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[5/32] Compiling LStXML2Code PAPXmlParser.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[6/32] Compiling LStXML2Code TwoPartDecisionNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[7/32] Compiling LStXML2Code XmlPAP.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[8/32] Compiling LStXML2Code ClosedRoundBracketNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[9/32] Compiling LStXML2Code ClosedSquareBracketNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[10/32] Compiling LStXML2Code DotNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[11/32] Compiling LStXML2Code PAPTreeEncoder.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[12/32] Compiling LStXML2Code PAPTreeEncoding.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[13/32] Compiling LStXML2Code PAPTreeEncodingImpl.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[14/32] Compiling LStXML2Code Node.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[15/32] Compiling LStXML2Code AssignNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[16/32] Compiling LStXML2Code CharNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[17/32] Compiling LStXML2Code NumericNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[18/32] Compiling LStXML2Code OpenRoundBracketNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[19/32] Compiling LStXML2Code OpenSquareBracketNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[20/32] Compiling LStXML2Code SpaceNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[21/32] Compiling LStXML2Code ValueNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[22/32] Compiling LStXML2Code PAPTree.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[23/32] Compiling LStXML2Code FloatNumberNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[24/32] Compiling LStXML2Code IdentiferNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[25/32] Compiling LStXML2Code IntNumberNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[26/32] Compiling LStXML2Code AbstractTree.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[27/32] Compiling LStXML2Code AbstractTreeEncoder.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
[28/32] Compiling LStXML2Code AbstractTreeEncoding.swift
/host/spi-builder-workspace/Sources/LStXML2Code/AbstractTreeEncoder.swift:5:8: error: no such module 'Foundation'
  3 |  * SPDX-License-Identifier: AGPL-3.0-or-later
  4 |  */
  5 | import Foundation
    |        `- error: no such module 'Foundation'
  6 |
  7 |
BUILD FAILURE 6.2 wasm