Build Information
Failed to build Blessed, reference 0.6.0 (e7c730
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 13:26:12 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/trilemma-dev/Blessed.git
Reference: 0.6.0
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
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at e7c730e Merge pull request #16 from trilemma-dev/bless-only
Cloned https://github.com/trilemma-dev/Blessed.git
Revision (git rev-parse @):
e7c730ea4bcd2df7b61f022dbd38c5cdc2c875de
SUCCESS checkout https://github.com/trilemma-dev/Blessed.git at 0.6.0
========================================
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-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 https://github.com/trilemma-dev/Authorized.git
Fetching https://github.com/trilemma-dev/EmbeddedPropertyList.git
[1/36] Fetching authorized
[37/193] Fetching authorized, embeddedpropertylist
Fetching https://github.com/trilemma-dev/Required.git
Fetched https://github.com/trilemma-dev/Authorized.git from cache (0.43s)
Fetched https://github.com/trilemma-dev/EmbeddedPropertyList.git from cache (0.42s)
[1/276] Fetching required
Fetched https://github.com/trilemma-dev/Required.git from cache (0.48s)
Computing version for https://github.com/trilemma-dev/Authorized.git
Computed https://github.com/trilemma-dev/Authorized.git at 1.0.0 (1.63s)
Computing version for https://github.com/trilemma-dev/Required.git
Computed https://github.com/trilemma-dev/Required.git at 0.1.1 (1.25s)
Computing version for https://github.com/trilemma-dev/EmbeddedPropertyList.git
Computed https://github.com/trilemma-dev/EmbeddedPropertyList.git at 2.0.2 (1.51s)
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/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/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 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.
[7/53] 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.
[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 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.
[10/53] 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
[11/53] 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
[12/53] 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
[13/53] 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
[14/53] 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
[15/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/58] 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
[17/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.
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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.
/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.
BUILD FAILURE 6.2 wasm