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 ASN1Parser, reference main (5cd5d3), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 05:40:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/DominikHorn/ASN1Parser.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/DominikHorn/ASN1Parser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5cd5d32 mention prebuilt html doc in README
Submodule path 'docc2html': checked out '2617a085550f18a4d213e8ffd34455f022ebf69b'
Submodule 'docc2html' (https://github.com/DoccZz/docc2html.git) registered for path 'docc2html'
Cloning into '/host/spi-builder-workspace/docc2html'...
Cloned https://github.com/DominikHorn/ASN1Parser.git
Revision (git rev-parse @):
5cd5d322d88f668b4a4a61f406e6df71073462bd
SUCCESS checkout https://github.com/DominikHorn/ASN1Parser.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DominikHorn/ASN1Parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/attaswift/BigInt.git
[1/4807] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.89s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (2.62s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Compiling BigInt Integer Conversion.swift
[5/24] Compiling BigInt Multiplication.swift
[6/24] Compiling BigInt Prime Test.swift
[7/26] Compiling BigInt Data Conversion.swift
[8/26] Compiling BigInt Division.swift
[9/26] Compiling BigInt Exponentiation.swift
[10/26] Compiling BigInt Strideable.swift
[11/26] Compiling BigInt String Conversion.swift
[12/26] Compiling BigInt Random.swift
[13/26] Compiling BigInt Shifts.swift
[14/26] Compiling BigInt Square Root.swift
[15/26] Compiling BigInt Floating Point Conversion.swift
[16/26] Compiling BigInt GCD.swift
[17/26] Compiling BigInt Hashable.swift
[18/26] Emitting module BigInt
[19/26] Compiling BigInt Addition.swift
[20/26] Compiling BigInt BigInt.swift
[21/26] Compiling BigInt BigUInt.swift
[22/26] Compiling BigInt Bitwise Ops.swift
[23/26] Compiling BigInt Codable.swift
[24/26] Compiling BigInt Comparable.swift
[25/26] Compiling BigInt Subtraction.swift
[26/26] Compiling BigInt Words and Bits.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/55] Emitting module ASN1Parser
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[29/58] Compiling ASN1Parser ASN1Sequence+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[30/58] Compiling ASN1Parser ASN1Set+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[31/58] Compiling ASN1Parser ASN1UTF8String+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[32/58] Compiling ASN1Parser ASN1ConstructionError.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[33/58] Compiling ASN1Parser ASN1DERParsingError.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[34/58] Compiling ASN1Parser ASN1TraversalError.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[35/58] Compiling ASN1Parser ASN1ValueParsingError.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[36/58] Compiling ASN1Parser ASN1Integer.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[37/58] Compiling ASN1Parser ASN1Null.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[38/58] Compiling ASN1Parser ASN1ObjectIdentifier.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[39/58] Compiling ASN1Parser ASN1OctetString.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[40/58] Compiling ASN1Parser DERParser+TLV.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[41/58] Compiling ASN1Parser DERParser.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[42/58] Compiling ASN1Parser DERDecodable.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[43/58] Compiling ASN1Parser Data+safeAccess.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[44/58] Compiling ASN1Parser ASN1Null+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[45/58] Compiling ASN1Parser ASN1ObjectIdentifier+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[46/58] Compiling ASN1Parser ASN1OctetString+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[47/58] Compiling ASN1Parser String+leftPadding.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[48/58] Compiling ASN1Parser UInt8+bit.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[49/58] Compiling ASN1Parser ASN1BitString.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[50/58] Compiling ASN1Parser ASN1Boolean.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[51/58] Compiling ASN1Parser ASN1Value.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[52/58] Compiling ASN1Parser ASN1BitString+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[53/58] Compiling ASN1Parser ASN1Boolean+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[54/58] Compiling ASN1Parser ASN1Integer+DER.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[55/58] Compiling ASN1Parser ASN1Sequence.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[56/58] Compiling ASN1Parser ASN1Set.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[57/58] Compiling ASN1Parser ASN1UTF8String.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
[58/58] Compiling ASN1Parser ASN1Value+convenientAccess.swift
/host/spi-builder-workspace/Sources/ASN1Parser/DERParser+TLV.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import BigInt
10 |
BUILD FAILURE 6.2 wasm