Build Information
Failed to build Time, reference main (b652fe
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 09:32:04 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/davedelong/time.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/davedelong/time
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b652fe1 Add test for whole difference issue
Cloned https://github.com/davedelong/time.git
Revision (git rev-parse @):
b652fe17d13dca2ed5f3aa0209b309de4a10821d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davedelong/time.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/davedelong/time.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/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.90s)
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/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/59] Emitting module Time
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[6/66] Compiling Time Snapshot.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[7/66] Compiling Time Time+Calendar.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[8/66] Compiling Time Time+CalendarComponent.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[9/66] Compiling Time Time+DateComponents.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[10/66] Compiling Time Time+Duration.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[11/66] Compiling Time Time+Locale.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[12/66] Compiling Time Time+TimeZone.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[13/66] Compiling Time DateFormatterCache.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[14/66] Compiling Time Fixed+Internal.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[15/66] Compiling Time Formatting.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[16/66] Compiling Time ParsedFormat.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[17/66] Compiling Time Region+Equivalence.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[18/66] Compiling Time RegionalClock+Internal.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[19/66] Compiling Time SimpleCache.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[20/66] Compiling Time TimeError.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[21/66] Compiling Time Units.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[22/66] Compiling Time Clocks.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[23/66] Compiling Time RegionalClock+CurrentValues.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[24/66] Compiling Time RegionalClock+Implementations.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[25/66] Compiling Time RegionalClock+Strikes.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[26/66] Compiling Time RegionalClock.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[27/66] Compiling Time Fixed+Codable.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[28/66] Compiling Time Fixed+Components.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[29/66] Compiling Time Fixed+Conversion.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[30/66] Compiling Time Fixed+Day.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[31/66] Compiling Time Fixed+Equatable.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[32/66] Compiling Time Fixed+Era.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[33/66] Compiling Time Fixed+Hour.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[34/66] Compiling Time Fixed+Initializers.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[35/66] Compiling Time Fixed+Minute.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[36/66] Compiling Time Fixed+UnsafeAdjustment.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[37/66] Compiling Time Fixed+BoundaryAlignedSequence.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[38/66] Compiling Time Fixed+Sequence.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[39/66] Compiling Time Fixed+FormatRaw.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[40/66] Compiling Time Fixed+FormatStyle.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[41/66] Compiling Time Fixed+FormatTemplate.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[42/66] Compiling Time FixedFormat.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[43/66] Compiling Time FormatTemplates.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[44/66] Compiling Time PartialFormatting-1Unit.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[45/66] Compiling Time PartialFormatting-2Units.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[46/66] Compiling Time PartialFormatting-3Units.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[47/66] Compiling Time PartialFormatting-4Units.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[48/66] Compiling Time PartialFormatting-Others.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[49/66] Compiling Time Fixed+Parsing.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[50/66] Compiling Time Assertions.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[51/66] Compiling Time Fixed+Month.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[52/66] Compiling Time Fixed+Truncation.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[53/66] Compiling Time Fixed+Year.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[54/66] Compiling Time Fixed.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[55/66] Compiling Time Fixed+TimeDifference.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[56/66] Compiling Time TimeDifference+Invalid.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[57/66] Compiling Time TimeDifference.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[58/66] Compiling Time Fixed+SafeAdjustment.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[59/66] Compiling Time Epoch.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[60/66] Compiling Time Instant.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[61/66] Compiling Time SISeconds.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[62/66] Compiling Time Relations+Fixed.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[63/66] Compiling Time Relations+Ranges.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[64/66] Compiling Time Relations.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[65/66] Compiling Time Fixed+Rounding.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
[66/66] Compiling Time Region.swift
/host/spi-builder-workspace/Sources/Time/1-Core Types/Epoch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// An `Epoch` defines a point in time from which relative calendrical values are calculated, like a temporal Prime Meridian.
BUILD FAILURE 6.2 wasm