The Swift Package Index logo.Swift Package Index

Build Information

Failed to build text-to-emoji, reference 0.1.0 (c9f2e9), with Swift 6.3 for Wasm on 23 Apr 2026 06:06:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WouterWisse/text-to-emoji.git
Reference: 0.1.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/WouterWisse/text-to-emoji
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at c9f2e92 Add more words and adjectives
Cloned https://github.com/WouterWisse/text-to-emoji.git
Revision (git rev-parse @):
c9f2e9213351e2d5402ba80b02332fc4bdfc055c
SUCCESS checkout https://github.com/WouterWisse/text-to-emoji.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/WouterWisse/text-to-emoji.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/21] Copying Activity.strings
[0/21] Copying Adjectives.strings
[0/21] Copying AnimalsAndNature.strings
[1/21] Copying FoodAndDrink.strings
[3/21] Copying Symbols.strings
[5/21] Copying SmileysAndPeople.strings
[5/21] Copying Flags.strings
[5/21] Copying AnimalsAndNature.strings
[5/21] Copying TravelAndPlaces.strings
[5/21] Copying SmileysAndPeople.strings
[5/21] Copying Adjectives.strings
[5/21] Copying Objects.strings
[5/21] Copying Activity.strings
[5/21] Copying TravelAndPlaces.strings
[5/21] Copying Symbols.strings
[5/21] Copying FoodAndDrink.strings
[5/21] Copying Flags.strings
[6/21] Copying Info.plist
[18/21] Copying Objects.strings
[19/21] Write sources
[20/21] Write swift-version-24593BA9C3E375BF.txt
[22/27] Compiling TextToEmoji resource_bundle_accessor.swift
[23/27] Compiling TextToEmoji EmojiCategory.swift
[24/27] Emitting module TextToEmoji
[25/27] Compiling TextToEmoji StringMatchScoreProvider.swift
[26/27] Compiling TextToEmoji TextToEmoji.swift
/host/spi-builder-workspace/Sources/TextToEmoji/TextToEmoji.swift:66:63: error: argument passed to call that takes no arguments
 64 |             guard
 65 |                 let path = bundle.localizedTablePath(for: tableName, localization: language),
 66 |                 let dictionary = NSDictionary(contentsOfFile: path),
    |                                                               `- error: argument passed to call that takes no arguments
 67 |                 let allKeys = dictionary.allKeys as? [String]
 68 |             else { continue }
[27/27] Compiling TextToEmoji String+Preparation.swift
/host/spi-builder-workspace/Sources/TextToEmoji/Extensions/String+Preparation.swift:10:59: error: argument passed to call that takes no arguments
 8 |             preparedString.components(separatedBy: " ").count > 1,
 9 |             let path = Bundle.module.path(forResource: "Adjectives", ofType: "strings"),
10 |             let dictionary = NSDictionary(contentsOfFile: path),
   |                                                           `- error: argument passed to call that takes no arguments
11 |             let allKeys = dictionary.allKeys as? [String]
12 |         else { return preparedString }
BUILD FAILURE 6.3 wasm