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 ASN1Kit, reference master (bab197), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 21:29:17 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/PADL/ASN1Kit.git
Reference: master
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/PADL/ASN1Kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bab1973 Version 1.1.0
Cloned https://github.com/PADL/ASN1Kit.git
Revision (git rev-parse @):
bab197338819c6e5b20e8b3986ec36e86149500e
SUCCESS checkout https://github.com/PADL/ASN1Kit.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PADL/ASN1Kit.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/gematik/ref-GemCommonsKit
[1/415] Fetching ref-gemcommonskit
Fetched https://github.com/gematik/ref-GemCommonsKit from cache (0.26s)
Fetching http://github.com/Carthage/Commandant
Fetching http://github.com/Quick/Nimble
Fetching https://github.com/SwiftCommon/DataKit.git
[1/1224] Fetching datakit
[650/3553] Fetching datakit, commandant
Fetched http://github.com/Carthage/Commandant from cache (0.32s)
[1/19584] Fetching nimble
Fetched https://github.com/SwiftCommon/DataKit.git from cache (1.37s)
Fetched http://github.com/Quick/Nimble from cache (1.39s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (2.68s)
Computing version for http://github.com/Quick/Nimble
Computed http://github.com/Quick/Nimble at 9.2.1 (0.52s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.63s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (1.14s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.61s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.30s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (2.08s)
Creating working copy for https://github.com/SwiftCommon/DataKit.git
Working copy of https://github.com/SwiftCommon/DataKit.git resolved at 1.1.0
Creating working copy for http://github.com/Quick/Nimble
Working copy of http://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/gematik/ref-GemCommonsKit
Working copy of https://github.com/gematik/ref-GemCommonsKit resolved at 1.2.0 (699ab9c)
Creating working copy for http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/43] Compiling Commandant HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[8/44] Compiling DataKit Data+HexString.swift
/host/spi-builder-workspace/.build/checkouts/DataKit/Sources/DataKit/Array+Data.swift:5:8: error: no such module 'Foundation'
 3 | //
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | extension Array where Element == UInt8 {
[9/44] Compiling GemCommonsKit WeakArray.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
[10/45] Compiling Commandant Switch.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[11/45] Compiling Commandant Result+Additions.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[12/45] Compiling Commandant ArgumentProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[13/45] Compiling Commandant Command.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[14/45] Compiling DataKit Data+UTF8String.swift
/host/spi-builder-workspace/.build/checkouts/DataKit/Sources/DataKit/Array+Data.swift:5:8: error: no such module 'Foundation'
 3 | //
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | extension Array where Element == UInt8 {
[15/45] Compiling Commandant Errors.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[16/45] Compiling GemCommonsKit Data+empty.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
[17/45] Compiling GemCommonsKit String+Digits.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
[18/45] Compiling GemCommonsKit Synchronized.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
[19/45] Compiling GemCommonsKit SynchronizedVar.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
[20/45] Compiling GemCommonsKit Thread+Internal.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
[21/45] Compiling GemCommonsKit ResourceLoader.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/45] Emitting module Commandant
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[23/45] Compiling GemCommonsKit AnyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[24/45] Compiling Commandant ArgumentParser.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[25/45] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[26/45] Compiling Commandant OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Represents an argument passed on the command line.
[27/45] Compiling GemCommonsKit WeakRef.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
[28/45] Compiling DataKit Array+Data.swift
/host/spi-builder-workspace/.build/checkouts/DataKit/Sources/DataKit/Array+Data.swift:5:8: error: no such module 'Foundation'
 3 | //
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | extension Array where Element == UInt8 {
[29/45] Compiling DataKit Data+ASCIIString.swift
/host/spi-builder-workspace/.build/checkouts/DataKit/Sources/DataKit/Array+Data.swift:5:8: error: no such module 'Foundation'
 3 | //
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | extension Array where Element == UInt8 {
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/45] Emitting module DataKit
/host/spi-builder-workspace/.build/checkouts/DataKit/Sources/DataKit/Array+Data.swift:5:8: error: no such module 'Foundation'
 3 | //
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | extension Array where Element == UInt8 {
/host/spi-builder-workspace/.build/checkouts/DataKit/Sources/DataKit/Array+Data.swift:5:8: error: no such module 'Foundation'
 3 | //
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | extension Array where Element == UInt8 {
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/AnyWrapper.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /**
BUILD FAILURE 6.2 wasm