Build Information
Failed to build ASN1Kit, reference main (09df89
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 20:45:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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/gematik/ASN1Kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-3":/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 http://github.com/Carthage/Commandant
Fetching https://github.com/apple/swift-docc-plugin
[1/2329] Fetching commandant
[2330/4411] Fetching commandant, swift-docc-plugin
Fetched http://github.com/Carthage/Commandant from cache (0.39s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.82s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.94s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/47] 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
[8/50] 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.
[9/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.
[10/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.
[11/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.
[12/51] 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/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/51] 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
[21/51] 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
[22/51] 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
[23/51] 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
[24/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
[25/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
[26/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/51] Compiling ASN1Kit ASN1Tag.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.
[28/51] Compiling ASN1Kit DataScanner.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.
[29/51] 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.
[30/51] Compiling ASN1Kit ASN1Int.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.
[31/51] Compiling ASN1Kit ASN1Object.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.
[32/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.
/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 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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/51] Compiling ASN1Kit ASN1Data.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 ASN1DecodedTag.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 ASN1Decoder.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 ASN1Error.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