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 Blessed, reference main (fc7c93), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 13:29:25 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/trilemma-dev/Blessed.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/trilemma-dev/Blessed
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fc7c930 Update README.md
Cloned https://github.com/trilemma-dev/Blessed.git
Revision (git rev-parse @):
fc7c930f3cc1894a2481e1f884c336007712e6a8
SUCCESS checkout https://github.com/trilemma-dev/Blessed.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/trilemma-dev/Blessed.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/trilemma-dev/EmbeddedPropertyList.git
Fetching https://github.com/trilemma-dev/Authorized.git
Fetching https://github.com/trilemma-dev/Required.git
[1/276] Fetching required
[197/312] Fetching required, authorized
[194/276] Fetching required
[214/312] Fetching required, authorized
[293/469] Fetching required, authorized, embeddedpropertylist
Fetched https://github.com/trilemma-dev/Required.git from cache (0.46s)
Fetched https://github.com/trilemma-dev/EmbeddedPropertyList.git from cache (0.46s)
Fetched https://github.com/trilemma-dev/Authorized.git from cache (0.47s)
Computing version for https://github.com/trilemma-dev/Authorized.git
Computed https://github.com/trilemma-dev/Authorized.git at 1.0.0 (1.38s)
Computing version for https://github.com/trilemma-dev/Required.git
Computed https://github.com/trilemma-dev/Required.git at 0.1.1 (0.80s)
Computing version for https://github.com/trilemma-dev/EmbeddedPropertyList.git
Computed https://github.com/trilemma-dev/EmbeddedPropertyList.git at 2.0.2 (0.76s)
Creating working copy for https://github.com/trilemma-dev/EmbeddedPropertyList.git
Working copy of https://github.com/trilemma-dev/EmbeddedPropertyList.git resolved at 2.0.2
Creating working copy for https://github.com/trilemma-dev/Authorized.git
Working copy of https://github.com/trilemma-dev/Authorized.git resolved at 1.0.0
Creating working copy for https://github.com/trilemma-dev/Required.git
Working copy of https://github.com/trilemma-dev/Required.git resolved at 0.1.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/53] Emitting module EmbeddedPropertyList
/host/spi-builder-workspace/.build/checkouts/EmbeddedPropertyList/Sources/EmbeddedPropertyList/BundleVersion.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// Represents a
[7/53] Compiling EmbeddedPropertyList BundleVersion.swift
/host/spi-builder-workspace/.build/checkouts/EmbeddedPropertyList/Sources/EmbeddedPropertyList/BundleVersion.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// Represents a
[8/53] Compiling EmbeddedPropertyList EmbeddedPropertyListReader.swift
/host/spi-builder-workspace/.build/checkouts/EmbeddedPropertyList/Sources/EmbeddedPropertyList/BundleVersion.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// Represents a
[9/53] Compiling Required ParenthesesRequirement.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[10/53] Compiling Required Parser.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[11/53] Compiling Required ParserError.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[12/53] Compiling Required Requirement.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[13/53] Compiling Required RequirementSet.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[14/53] Compiling Required InfoConstraint.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[15/53] Compiling Required KeyExpression.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[16/53] Compiling Required MatchExpression.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[17/53] Compiling Required NegationRequirement.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[18/53] Compiling Required OrRequirement.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/58] Emitting module Required
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[20/58] Compiling Required CompileAndParse.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[21/58] Compiling Required AndRequirement+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[22/58] Compiling Required CertificateConstraint+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[23/58] Compiling Required CodeDirectoryHashConstraint+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[24/58] Compiling Required EntitlementConstraint+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[25/58] Compiling Required Evaluation.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[26/58] Compiling Authorized AuthorizationPolicyDatabase.swift
/host/spi-builder-workspace/.build/checkouts/Authorized/Sources/Authorized/Authorization.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// A representation of macOS's Security Server authorization.
[27/58] Compiling Required SecStaticCode+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[28/58] Compiling Required SecTask+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[29/58] Compiling Required SecurityCommon.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[30/58] Compiling Required SecurityError.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[31/58] Compiling Required AndRequirement.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[32/58] Compiling Required Requirement+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[33/58] Compiling Required Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[34/58] Compiling Required SecCertificate+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[35/58] Compiling Required SecCode+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[36/58] Compiling Required SecRequirement+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[37/58] Compiling Required IdentifierConstraint+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[38/58] Compiling Required InfoConstraint+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[39/58] Compiling Required MatchExpression+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[40/58] Compiling Required NegationRequirement+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[41/58] Compiling Required OrRequirement+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[42/58] Compiling Required ParenthesesRequirement+Evaluate.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[43/58] Compiling EmbeddedPropertyList ReadError.swift
/host/spi-builder-workspace/.build/checkouts/EmbeddedPropertyList/Sources/EmbeddedPropertyList/BundleVersion.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// Represents a
[44/58] Compiling Authorized AuthorizationError.swift
/host/spi-builder-workspace/.build/checkouts/Authorized/Sources/Authorized/Authorization.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// A representation of macOS's Security Server authorization.
[45/58] Compiling Authorized AuthorizationElements.swift
/host/spi-builder-workspace/.build/checkouts/Authorized/Sources/Authorized/Authorization.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// A representation of macOS's Security Server authorization.
[46/58] Compiling Authorized AuthorizationOption.swift
/host/spi-builder-workspace/.build/checkouts/Authorized/Sources/Authorized/Authorization.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// A representation of macOS's Security Server authorization.
[47/58] Compiling Required CertificateConstraint.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[48/58] Compiling Required CodeDirectoryHashConstraint.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[49/58] Compiling Required Constraint.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[50/58] Compiling Required EntitlementConstraint.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[51/58] Compiling Required IdentifierConstraint.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/58] Emitting module Authorized
/host/spi-builder-workspace/.build/checkouts/Authorized/Sources/Authorized/Authorization.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// A representation of macOS's Security Server authorization.
[53/58] Compiling Authorized Authorization.swift
/host/spi-builder-workspace/.build/checkouts/Authorized/Sources/Authorized/Authorization.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// A representation of macOS's Security Server authorization.
[54/58] Compiling Required Symbols.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[55/58] Compiling Required WildcardString.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[56/58] Compiling Required Token.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[57/58] Compiling Required TokenizationError.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
[58/58] Compiling Required Tokenizer.swift
/host/spi-builder-workspace/.build/checkouts/Required/Sources/Required/CompileAndParse.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // This file serves to bridge the abstract syntax tree `Requirement` and `RequirementSet` with `SecRequirement` and
BUILD FAILURE 6.2 wasm