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 SwiftlierCLI, reference master (94d731), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 19:06:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/drewag/SwiftlierCLI.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/drewag/SwiftlierCLI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 94d7313 [BF] Use drewag version of SwiftDate to fix build in swift 5.1
Cloned https://github.com/drewag/SwiftlierCLI.git
Revision (git rev-parse @):
94d7313ecc4cbcd9143365daf228dd0dad4fdce1
SUCCESS checkout https://github.com/drewag/SwiftlierCLI.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/drewag/SwiftlierCLI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/drewag/Swiftlier.git
Fetching https://github.com/drewag/SwiftDate.git
[1/8436] Fetching swiftdate
[508/13004] Fetching swiftdate, swiftlier
Fetched https://github.com/drewag/Swiftlier.git from cache (1.84s)
Fetched https://github.com/drewag/SwiftDate.git from cache (1.87s)
Computing version for https://github.com/drewag/Swiftlier.git
Computed https://github.com/drewag/Swiftlier.git at 6.1.3 (2.35s)
Computing version for https://github.com/drewag/SwiftDate.git
Computed https://github.com/drewag/SwiftDate.git at 6.1.1 (3.14s)
Creating working copy for https://github.com/drewag/SwiftDate.git
Working copy of https://github.com/drewag/SwiftDate.git resolved at 6.1.1
Creating working copy for https://github.com/drewag/Swiftlier.git
Working copy of https://github.com/drewag/Swiftlier.git resolved at 6.1.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/93] Emitting module SwiftDate
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[6/97] Compiling SwiftDate TimePeriodGroup.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[7/97] Compiling SwiftDate TimePeriod+Support.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[8/97] Compiling SwiftDate TimePeriod.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[9/97] Compiling SwiftDate TimePeriodProtocol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[10/97] Compiling Swiftlier LimitedQueue.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[11/97] Compiling Swiftlier OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[12/97] Compiling Swiftlier PatchyRange.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[13/97] Compiling Swiftlier SelectableValue.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[14/97] Compiling Swiftlier Syncable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[15/97] Compiling Swiftlier WeakWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[16/97] Compiling Swiftlier EventCenter.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[17/97] Compiling Swiftlier MultiCallback.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[18/104] Compiling Swiftlier Date+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[19/104] Compiling Swiftlier DispatchQueue+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[20/104] Compiling Swiftlier String+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[21/104] Compiling Swiftlier URL+Enhancements.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[22/104] Compiling Swiftlier AnySwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[23/104] Compiling Swiftlier GenericSwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[24/104] Compiling Swiftlier OperationBasedError.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[25/104] Compiling Swiftlier OtherSwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[30/104] Compiling Swiftlier EmailAddress.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[31/104] Compiling Swiftlier HTML.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[32/104] Compiling Swiftlier Mass.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[41/104] Compiling Swiftlier Observable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/104] Emitting module Swiftlier
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[43/104] Compiling Swiftlier NativeTypesEncoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[44/104] Compiling Swiftlier PercentEncodable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[45/104] Compiling Swiftlier SpecDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[46/104] Compiling Swiftlier Collection+Enhancments.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[47/104] Compiling Swiftlier Data+Processing.swift
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
[48/104] Compiling Swiftlier ValueTypePersistenceService.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[49/104] Compiling Swiftlier Bool+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[50/104] Compiling Swiftlier Data+Base64.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[51/104] Compiling Swiftlier Date+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[52/104] Compiling Swiftlier Double+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[53/104] Compiling Swiftlier HeartRateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[54/104] Compiling Swiftlier TimeInterval+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[55/104] Compiling Swiftlier BinarySearchTree.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[56/104] Compiling Swiftlier Coding+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[57/104] Compiling Swiftlier CodingKeys.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[58/104] Compiling Swiftlier NativeTypesDecoder.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[64/104] Compiling Swiftlier SwiftlierError.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[65/104] Compiling Swiftlier SwiftlierResult.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[66/104] Compiling Swiftlier FileSystem+iOSDirectories.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[67/104] Compiling Swiftlier FileSystem.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[68/104] Compiling Swiftlier Path+Coding.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[69/104] Compiling Swiftlier Path.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[70/104] Compiling Swiftlier PersistenceService.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[71/104] Compiling Swiftlier ReferenceTypePersistenceService.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[73/104] Compiling Swiftlier ObservableArray.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[74/104] Compiling Swiftlier ObservableDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[75/104] Compiling Swiftlier ObservableReference.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[76/104] Compiling Swiftlier JSON.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[77/104] Compiling SwiftDate DateInRegion.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[78/104] Compiling SwiftDate Zones.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
[79/104] Compiling Swiftlier XML.swift
/host/spi-builder-workspace/.build/checkouts/Swiftlier/Sources/Swiftlier/Coding/Coding+Helpers.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | extension Encodable where Self: Decodable {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SwiftDate/Sources/SwiftDate/Date/Date+Compare.swift:13:8: error: no such module 'Foundation'
 11 | //
 12 |
 13 | import Foundation
    |        `- error: no such module 'Foundation'
 14 |
 15 | public extension Date {
BUILD FAILURE 6.2 wasm