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 ISEmojiView, reference master (ff7512), with Swift 6.2 for Wasm on 17 Sep 2025 08:39:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/isaced/ISEmojiView.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/isaced/ISEmojiView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ff7512f Make Example use local SPM package instead of Cocoapods
Cloned https://github.com/isaced/ISEmojiView.git
Revision (git rev-parse @):
ff7512fdea9ddd74062a80a5f1bb2180bdfbd3aa
SUCCESS checkout https://github.com/isaced/ISEmojiView.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/isaced/ISEmojiView.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/40] Copying ic_travel_places@3x.png
[0/40] Copying ic_travel_places.png
[0/40] Copying ic_travel_places@2x.png
[0/40] Copying ic_symbols@3x.png
[3/40] Copying ic_symbols@2x.png
[5/40] Copying ic_symbols.png
[5/40] Copying ic_smileys_people@3x.png
[5/40] Copying ic_smileys_people@2x.png
[8/40] Copying ic_smileys_people.png
[8/40] Copying ic_recents@3x.png
[8/40] Copying ic_recents@2x.png
[9/40] Copying ic_recents.png
[10/40] Copying ic_objects@3x.png
[12/40] Copying ic_objects@2x.png
[13/40] Copying ic_objects.png
[15/40] Copying ic_food_drink@3x.png
[15/40] Copying ic_food_drink@2x.png
[17/40] Copying ic_food_drink.png
[18/40] Copying ic_flags@3x.png
[19/40] Copying ic_flags@2x.png
[20/40] Copying ic_flags.png
[21/40] Copying ic_emojiDelete@2x.png
[22/40] Copying ic_emojiDelete.png
[23/40] Copying ic_emojiDelete@3x.png
[24/40] Copying ic_animals_nature@3x.png
[25/40] Copying ic_animals_nature@2x.png
[26/40] Copying ic_activity@3x.png
[27/40] Copying ic_animals_nature.png
[28/40] Copying ic_activity.png
[29/40] Copying PageControlBottomView.xib
[30/40] Copying ISEmojiList_iOS12.1.plist
[31/40] Copying ISEmojiList_iOS11.plist
[32/40] Copying ISEmojiList_iOS10.plist
[33/40] Write sources
[34/40] Copying EmojiCollectionView.xib
[35/40] Copying ISEmojiList.plist
[36/40] Copying CategoriesBottomView.xib
[37/40] Copying ic_activity@2x.png
[38/40] Copying Images.xcassets
[39/40] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/56] Emitting module ISEmojiView
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[42/56] Compiling ISEmojiView Bundle.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[43/56] Compiling ISEmojiView Constants.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[44/56] Compiling ISEmojiView EmojiLoader.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[45/58] Compiling ISEmojiView EmojiPopView.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[46/58] Compiling ISEmojiView EmojiView.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[47/58] Compiling ISEmojiView CategoryCell.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[48/58] Compiling ISEmojiView PageControlBottomView.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[49/58] Compiling ISEmojiView EmojiCollectionCell.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[50/58] Compiling ISEmojiView EmojiCollectionView.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[51/58] Compiling ISEmojiView EmojiView_SwiftUI.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[52/58] Compiling ISEmojiView resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[53/58] Compiling ISEmojiView RecentEmojisManager.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[54/58] Compiling ISEmojiView Category.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[55/58] Compiling ISEmojiView Emoji.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[56/58] Compiling ISEmojiView EmojiCategory.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[57/58] Compiling ISEmojiView KeyboardSettings.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
[58/58] Compiling ISEmojiView CategoriesBottomView.swift
/host/spi-builder-workspace/Sources/ISEmojiView/Classes/Extensions/Bundle.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import UIKit
10 |
BUILD FAILURE 6.2 wasm