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

Successful build of text-to-emoji, reference 0.1.0 (c9f2e9), with Swift 6.2 (beta) for Android on 19 Jun 2025 19:19:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/WouterWisse/text-to-emoji.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/21] Copying Adjectives.strings
[0/21] Copying Activity.strings
[0/21] Copying Symbols.strings
[0/21] Copying TravelAndPlaces.strings
[0/21] Copying Symbols.strings
[0/21] Copying Objects.strings
[0/21] Copying SmileysAndPeople.strings
[0/21] Copying Flags.strings
[0/21] Copying AnimalsAndNature.strings
[0/21] Copying FoodAndDrink.strings
[0/21] Copying Activity.strings
[0/21] Copying Objects.strings
[0/21] Copying SmileysAndPeople.strings
[0/21] Copying Adjectives.strings
[0/21] Copying FoodAndDrink.strings
[0/21] Copying Flags.strings
[1/21] Copying AnimalsAndNature.strings
[1/21] Copying Info.plist
[8/21] Write sources
[19/21] Copying TravelAndPlaces.strings
[20/21] Write swift-version-8C5A4AE7A8CE2BA.txt
[22/27] Compiling TextToEmoji StringMatchScoreProvider.swift
[23/27] Compiling TextToEmoji resource_bundle_accessor.swift
[24/27] Compiling TextToEmoji TextToEmoji.swift
/host/spi-builder-workspace/Sources/TextToEmoji/TextToEmoji.swift:66:34: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 64 |             guard
 65 |                 let path = bundle.localizedTablePath(for: tableName, localization: language),
 66 |                 let dictionary = NSDictionary(contentsOfFile: path),
    |                                  `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 67 |                 let allKeys = dictionary.allKeys as? [String]
 68 |             else { continue }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/27] Compiling TextToEmoji EmojiCategory.swift
[26/27] Emitting module TextToEmoji
[27/27] Compiling TextToEmoji String+Preparation.swift
/host/spi-builder-workspace/Sources/TextToEmoji/Extensions/String+Preparation.swift:10:30: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 8 |             preparedString.components(separatedBy: " ").count > 1,
 9 |             let path = Bundle.module.path(forResource: "Adjectives", ofType: "strings"),
10 |             let dictionary = NSDictionary(contentsOfFile: path),
   |                              `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
11 |             let allKeys = dictionary.allKeys as? [String]
12 |         else { return preparedString }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (13.50s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "text-to-emoji",
  "name" : "text-to-emoji",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextToEmoji",
      "targets" : [
        "TextToEmoji"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextToEmojiTests",
      "module_type" : "SwiftTarget",
      "name" : "TextToEmojiTests",
      "path" : "Tests/TextToEmojiTests",
      "sources" : [
        "Mocks/MockStringMatchScoreProvider.swift",
        "StringMatchScoreProviderTests.swift",
        "StringPreparationTests.swift",
        "TextToEmojiTests.swift"
      ],
      "target_dependencies" : [
        "TextToEmoji"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextToEmoji",
      "module_type" : "SwiftTarget",
      "name" : "TextToEmoji",
      "path" : "Sources/TextToEmoji",
      "product_memberships" : [
        "TextToEmoji"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/Activity.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/Adjectives.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/AnimalsAndNature.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/Flags.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/FoodAndDrink.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/Objects.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/SmileysAndPeople.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/Symbols.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/en.lproj/TravelAndPlaces.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/Activity.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/Adjectives.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/AnimalsAndNature.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/Flags.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/FoodAndDrink.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/Objects.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/SmileysAndPeople.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/Symbols.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TextToEmoji/Resources/nl.lproj/TravelAndPlaces.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        }
      ],
      "sources" : [
        "EmojiCategory.swift",
        "Extensions/String+Preparation.swift",
        "StringMatchScoreProvider.swift",
        "TextToEmoji.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.