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 1.3.1 (09df89), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 20:46:22 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/gematik/ASN1Kit.git
Reference: 1.3.1
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/gematik/ASN1Kit
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at 09df895 Set access level of func hexString() to internal (was erroneously public) (#30)
Cloned https://github.com/gematik/ASN1Kit.git
Revision (git rev-parse @):
09df8959217517065d7022061cb36a4915430150
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gematik/ASN1Kit.git at 1.3.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gematik/ASN1Kit.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-docc-plugin
Fetching http://github.com/Carthage/Commandant
[1/2082] Fetching swift-docc-plugin
[210/4411] Fetching swift-docc-plugin, commandant
Fetched http://github.com/Carthage/Commandant from cache (0.97s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.98s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (1.59s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.88s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
Creating working copy for http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/11] Write sources
[5/11] Write swift-version-24593BA9C3E375BF.txt
[7/47] Compiling ASN1Kit ASN1Decoder.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/47] Compiling ASN1Kit ASN1Error.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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/48] 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.
[10/48] Compiling ASN1Kit ASN1Data.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/48] Compiling ASN1Kit ASN1DecodedTag.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/48] 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.
[13/48] Compiling ASN1Kit Data+Hex.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[14/48] Compiling ASN1Kit ObjectIdentifier.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[15/48] Compiling ASN1Kit ASN1CodableType.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[16/48] Compiling ASN1Kit ASN1Object+Encoding.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/51] Emitting module ASN1Kit
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[18/51] 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.
[19/51] 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.
[20/51] 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.
[21/51] 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.
[22/51] 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.
[23/51] Compiling ASN1Kit GeneralizedTimeDateFormatter.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[24/51] Compiling ASN1Kit Int+ASN1Encoding.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[25/51] Compiling ASN1Kit String+ASN1Encoding.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[26/51] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[27/51] Compiling ASN1Kit ASN1Object+Subscript.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[28/51] Compiling ASN1Kit ASN1Primitive+Description.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[29/51] Compiling ASN1Kit Array+ASN1Encoding.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[30/51] Compiling ASN1Kit Bool+ASN1Encoding.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[31/51] Compiling ASN1Kit Data+ASN1Encoding.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[32/51] Compiling ASN1Kit Date+ASN1Encoding.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[37/51] Compiling ASN1Kit ASN1Int.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[38/51] Compiling ASN1Kit ASN1Object.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[39/51] Compiling ASN1Kit ASN1Tag.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[40/51] Compiling ASN1Kit DataScanner.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[41/51] Compiling ASN1Kit Data+ASN1Int.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[42/51] Compiling ASN1Kit Data+UInt.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[43/51] Compiling ASN1Kit Int+Length.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[44/51] Compiling ASN1Kit OutputStream+UInt8.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[45/51] Compiling ASN1Kit String+Subscript.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
[46/51] Compiling ASN1Kit UInt+TagNo.swift
/host/spi-builder-workspace/Sources/ASN1Kit/ASN1Data.swift:17:8: error: no such module 'Foundation'
15 | //
16 |
17 | import Foundation
   |        `- error: no such module 'Foundation'
18 |
19 | /// ASN1 Data/Content type
BUILD FAILURE 6.2 wasm