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 JOSESwift, reference master (e9c070), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 06:44:58 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/airsidemobile/JOSESwift.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/airsidemobile/JOSESwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e9c0705 chore(deps): update dependency macos to v2.5.4 (#425)
Cloned https://github.com/airsidemobile/JOSESwift.git
Revision (git rev-parse @):
e9c0705803ef2fd0d0276f3484c15b7adf5f9783
SUCCESS checkout https://github.com/airsidemobile/JOSESwift.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/airsidemobile/JOSESwift.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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/JOSESwift/Support/Info.plist
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/59] Emitting module JOSESwift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[4/67] Compiling JOSESwift HMACSigner.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[5/67] Compiling JOSESwift HMACVerifier.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[6/67] Compiling JOSESwift RSASigner.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[7/67] Compiling JOSESwift RSAVerifier.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[8/67] Compiling JOSESwift JWS.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[9/67] Compiling JOSESwift JWSHeader.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[10/67] Compiling JOSESwift Signer.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[11/67] Compiling JOSESwift Verifier.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[12/67] Compiling JOSESwift RSAKeyCodable.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[13/67] Compiling JOSESwift RSAKeys.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[14/67] Compiling JOSESwift SecKeyRSAPublicKey.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[15/67] Compiling JOSESwift DataSymmetricKey.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[16/67] Compiling JOSESwift SymmetricKeyCodable.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[17/67] Compiling JOSESwift SymmetricKeys.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[18/67] Compiling JOSESwift ECSigner.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[19/67] Compiling JOSESwift ECVerifier.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[20/67] Compiling JOSESwift SecKeyECPrivateKey.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[21/67] Compiling JOSESwift SecKeyECPublicKey.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[22/67] Compiling JOSESwift JWK.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[23/67] Compiling JOSESwift JWKExtensions.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[24/67] Compiling JOSESwift JWKParameters.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[25/67] Compiling JOSESwift JWKSet.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[26/67] Compiling JOSESwift JWKSetCodable.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[27/67] Compiling JOSESwift DataRSAPublicKey.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[28/67] Compiling JOSESwift PBES2KeyEncryptionMode.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[29/67] Compiling JOSESwift RSAKeyEncryptionMode.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[30/67] Compiling JOSESwift KeyManagementMode.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[31/67] Compiling JOSESwift DataECPrivateKey.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[32/67] Compiling JOSESwift DataECPublicKey.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[33/67] Compiling JOSESwift ECKeyCodable.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[34/67] Compiling JOSESwift ECKeyPair.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[35/67] Compiling JOSESwift ECKeys.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[36/67] Compiling JOSESwift PBES2.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[37/67] Compiling JOSESwift RSA.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[38/67] Compiling JOSESwift SecureRandom.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[39/67] Compiling JOSESwift Thumbprint.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[40/67] Compiling JOSESwift Compressor.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[41/67] Compiling JOSESwift DeflateWrapper.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[42/67] Compiling JOSESwift ContentEncryption.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[43/67] Compiling JOSESwift AESCBCEncryption.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[44/67] Compiling JOSESwift AESGCMEncryption.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[45/67] Compiling JOSESwift Decrypter.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[46/67] Compiling JOSESwift Encrypter.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[47/67] Compiling JOSESwift JWE.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[48/67] Compiling JOSESwift JWEHeader.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[49/67] Compiling JOSESwift AESKeyWrappingMode.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[50/67] Compiling JOSESwift DirectEncryptionMode.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[51/67] Compiling JOSESwift ECKeyEncryption.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[52/67] Compiling JOSESwift ASN1DEREncoding.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[53/67] Compiling JOSESwift ASN1DERParsing.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[54/67] Compiling JOSESwift AlgorithmExtensions.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[55/67] Compiling JOSESwift Algorithms.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[56/67] Compiling JOSESwift DataConvertible.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[57/67] Compiling JOSESwift DataExtensions.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[58/67] Compiling JOSESwift Deserializer.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[59/67] Compiling JOSESwift JOSEHeader.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[60/67] Compiling JOSESwift JOSESwiftError.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[61/67] Compiling JOSESwift Payload.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[62/67] Compiling JOSESwift Serializer.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[63/67] Compiling JOSESwift AES.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[64/67] Compiling JOSESwift AESGCM.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[65/67] Compiling JOSESwift EC.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[66/67] Compiling JOSESwift ECDHKeyAgreement.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
[67/67] Compiling JOSESwift HMAC.swift
/host/spi-builder-workspace/JOSESwift/Sources/Common/ASN1DEREncoding.swift:24:8: error: no such module 'Foundation'
22 | //
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | // MARK: Array Extension for Encoding
BUILD FAILURE 6.2 wasm