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 SourceKitten, reference main (f8e37a), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 17:05:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/jpsim/SourceKitten.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/jpsim/SourceKitten
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8e37a8 Add empty changelog section
Cloned https://github.com/jpsim/SourceKitten.git
Revision (git rev-parse @):
f8e37a8caf42c447776c92e6030b5f9f7e3247c8
SUCCESS checkout https://github.com/jpsim/SourceKitten.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jpsim/SourceKitten.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-argument-parser.git
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git
[1/2820] Fetching swxmlhash
[2652/18200] Fetching swxmlhash, swift-argument-parser
[2651/2820] Fetching swxmlhash
[2680/18200] Fetching swxmlhash, swift-argument-parser
[2975/29136] Fetching swxmlhash, swift-argument-parser, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.40s)
[21177/26316] Fetching swift-argument-parser, yams
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.64s)
Fetched https://github.com/jpsim/Yams.git from cache (2.94s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (3.64s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.2 (0.95s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.77s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/24] Write sources
[5/24] Compiling SourceKit SourceKit.c
[5/24] Compiling Clang_C Clang_C.c
[5/24] Write sources
[9/24] Compiling writer.c
[10/24] Write swift-version-24593BA9C3E375BF.txt
[11/24] Compiling reader.c
[12/24] Compiling api.c
[13/24] Compiling parser.c
[14/50] Compiling emitter.c
[15/50] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/70] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[18/72] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[19/72] Compiling Yams String+Yams.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[20/72] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[21/72] Compiling Yams YamlTagProviding.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[22/72] Compiling Yams Decoder.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[23/72] Compiling Yams Emitter.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[24/72] Compiling Yams Encoder.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[25/72] Compiling Yams Node.Alias.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[26/72] Compiling Yams Node.Mapping.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[27/72] Compiling Yams AliasDereferencingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[28/72] Compiling Yams Anchor.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[32/75] Compiling Yams Mark.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/75] Emitting module SWXMLHash
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[35/75] Compiling SWXMLHash XMLElement.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[36/75] Compiling SWXMLHash XMLHash.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[37/75] Compiling Yams Tag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[38/75] Compiling Yams YamlAnchorProviding.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[39/75] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[45/75] Compiling Yams Constructor.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[46/75] Compiling Yams Node.Scalar.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[47/75] Compiling Yams Node.Sequence.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[48/75] Compiling Yams Node.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[49/75] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[50/75] Compiling Yams RedundancyAliasingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Anchor.swift:8:8: error: no such module 'Foundation'
 6 | //  Copyright (c) 2024 Yams. All rights reserved.
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// A representation of a YAML tag see: https://yaml.org/spec/1.2.2/
[63/75] Compiling SWXMLHash XMLHashOptions.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[64/75] Compiling SWXMLHash XMLIndexer.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[65/75] Compiling SWXMLHash shim.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[66/75] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.2 wasm