Build Information
Failed to build ASN1Parser, reference 0.0.2 (f1f6e7
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 05:41:30 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/DominikHorn/ASN1Parser.git
Reference: 0.0.2
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
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at f1f6e73 remove debug step from coverage action
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 @):
f1f6e7377bf16efaa741f7fd1f7378f1ba551045
SUCCESS checkout https://github.com/DominikHorn/ASN1Parser.git at 0.0.2
========================================
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-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/attaswift/BigInt.git
[1/4807] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (0.52s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.89s)
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] Emitting module BigInt
[5/26] Compiling BigInt Random.swift
[6/26] Compiling BigInt Shifts.swift
[7/26] Compiling BigInt Square Root.swift
[8/26] Compiling BigInt Strideable.swift
[9/26] Compiling BigInt String Conversion.swift
[10/26] Compiling BigInt Addition.swift
[11/26] Compiling BigInt BigInt.swift
[12/26] Compiling BigInt BigUInt.swift
[13/26] Compiling BigInt Bitwise Ops.swift
[14/26] Compiling BigInt Codable.swift
[15/26] Compiling BigInt Comparable.swift
[16/26] Compiling BigInt Subtraction.swift
[17/26] Compiling BigInt Words and Bits.swift
[18/26] Compiling BigInt Integer Conversion.swift
[19/26] Compiling BigInt Multiplication.swift
[20/26] Compiling BigInt Prime Test.swift
[21/26] Compiling BigInt Floating Point Conversion.swift
[22/26] Compiling BigInt GCD.swift
[23/26] Compiling BigInt Hashable.swift
[24/26] Compiling BigInt Data Conversion.swift
[25/26] Compiling BigInt Division.swift
[26/26] Compiling BigInt Exponentiation.swift
[28/55] 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 |
[29/55] 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 |
[30/55] 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 |
[31/55] 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 |
[32/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 |
[33/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 |
[34/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 |
[35/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 |
[36/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 |
[37/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 |
[38/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 |
[39/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 |
[40/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 |
[41/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 |
[42/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 |
[43/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 |
[44/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 |
[45/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 |
[46/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 |
[47/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 |
[48/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 |
[49/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 |
[50/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 |
[51/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 |
[52/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 |
[53/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/58] 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 |
[55/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 |
[56/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 |
[57/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 |
[58/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 |
BUILD FAILURE 6.2 wasm