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 InstaGallery, reference 0.4.2 (c2746f), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 18:11:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/manucodin/InstaGallery.git
Reference: 0.4.2
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/manucodin/InstaGallery
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at c2746f8 Merge branch 'develop'
Cloned https://github.com/manucodin/InstaGallery.git
Revision (git rev-parse @):
c2746f834de102ea34bca86bd4cac739c1f6f9ca
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at 0.4.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/manucodin/InstaGallery.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Quick/Nimble.git
[1/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.48s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (1.86s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.66s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.61s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.xib
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/61] Emitting module InstaGallery
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[4/69] Compiling InstaGallery GalleryCell.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[5/69] Compiling InstaGallery GalleryCellViewModel.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[6/69] Compiling InstaGallery GalleryController.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[7/69] Compiling InstaGallery GalleryControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[8/69] Compiling InstaGallery GalleryDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[9/69] Compiling InstaGallery GalleryDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[10/69] Compiling InstaGallery GalleryFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[11/69] Compiling InstaGallery GalleryInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[12/69] Compiling InstaGallery GalleryInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[13/69] Compiling InstaGallery GalleryPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[14/69] Compiling InstaGallery GalleryPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[15/69] Compiling InstaGallery GalleryRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[16/69] Compiling InstaGallery GalleryRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[17/69] Compiling InstaGallery UserDefaultsImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[18/69] Compiling InstaGallery UserDefaultsInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[19/69] Compiling InstaGallery ManagerUtils.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[20/69] Compiling InstaGallery AuthControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[21/69] Compiling InstaGallery AuthFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[22/69] Compiling InstaGallery AuthInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[23/69] Compiling InstaGallery AuthInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[24/69] Compiling InstaGallery AuthPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[25/69] Compiling InstaGallery AuthPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[26/69] Compiling InstaGallery AuthRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[27/69] Compiling InstaGallery AuthRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[28/69] Compiling InstaGallery UserDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[29/69] Compiling InstaGallery InstaGalleryError.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[30/69] Compiling InstaGallery Data+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[31/69] Compiling InstaGallery Dictionary+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[32/69] Compiling InstaGallery String+Extensions.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[33/69] Compiling InstaGallery UIImageView+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[34/69] Compiling InstaGallery URL+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[35/69] Compiling InstaGallery InstaGallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[36/69] Compiling InstaGallery User.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[37/69] Compiling InstaGallery BundleDataSourceBaseInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[38/69] Compiling InstaGallery BundleDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[39/69] Compiling InstaGallery AuthenticationDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[40/69] Compiling InstaGallery CursorDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[41/69] Compiling InstaGallery GalleryDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[42/69] Compiling InstaGallery MediaDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[43/69] Compiling InstaGallery MediaTypeDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[44/69] Compiling InstaGallery PagingDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[45/69] Compiling InstaGallery BaseRequest.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[46/69] Compiling InstaGallery Request.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[47/69] Compiling InstaGallery RequestHeaders.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[48/69] Compiling InstaGallery RequestMethods.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[49/69] Compiling InstaGallery APIURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[50/69] Compiling InstaGallery AuthURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[51/69] Compiling InstaGallery URLBaseProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[52/69] Compiling InstaGallery AuthController.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[53/69] Compiling InstaGallery UserDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[54/69] Compiling InstaGallery InstagramDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[55/69] Compiling InstaGallery InstagramDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[56/69] Compiling InstaGallery GalleryMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[57/69] Compiling InstaGallery MediaMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[58/69] Compiling InstaGallery PagingMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[59/69] Compiling InstaGallery UserMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[60/69] Compiling InstaGallery UserDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[61/69] Compiling InstaGallery Constants.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[62/69] Compiling InstaGallery ResponseType.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[63/69] Compiling InstaGallery UserScope.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[64/69] Compiling InstaGallery Notifications.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[65/69] Compiling InstaGallery Cursors.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[66/69] Compiling InstaGallery Gallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[67/69] Compiling InstaGallery InstaMediaType.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[68/69] Compiling InstaGallery Media.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
[69/69] Compiling InstaGallery Paging.swift
/host/spi-builder-workspace/Sources/InstaGallery/Constants/Constants.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | internal struct Constants {
BUILD FAILURE 6.2 wasm