The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of text-to-emoji with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/WouterWisse/text-to-emoji.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/21] Copying Activity.strings
[0/21] Copying AnimalsAndNature.strings
[0/21] Copying Flags.strings
[0/21] Copying AnimalsAndNature.strings
[0/21] Copying FoodAndDrink.strings
[0/21] Copying TravelAndPlaces.strings
[0/21] Copying SmileysAndPeople.strings
[0/21] Copying Symbols.strings
[0/21] Copying Objects.strings
[0/21] Copying Adjectives.strings
[0/21] Copying TravelAndPlaces.strings
[0/21] Copying Symbols.strings
[0/21] Copying Objects.strings
[0/21] Copying Flags.strings
[0/21] Copying FoodAndDrink.strings
[8/21] Copying Adjectives.strings
[8/21] Copying Activity.strings
[8/21] Copying Info.plist
[10/21] Write sources
[20/21] Write swift-version-24593BA9C3E375BF.txt
[22/27] Compiling TextToEmoji resource_bundle_accessor.swift
[23/27] Compiling TextToEmoji TextToEmoji.swift
/host/spi-builder-workspace/Sources/TextToEmoji/TextToEmoji.swift:66:34: warning: 'init(contentsOfFile:)' is deprecated
                let dictionary = NSDictionary(contentsOfFile: path),
                                 ^
[24/27] Compiling TextToEmoji StringMatchScoreProvider.swift
[25/27] Compiling TextToEmoji String+Preparation.swift
/host/spi-builder-workspace/Sources/TextToEmoji/Extensions/String+Preparation.swift:10:30: warning: 'init(contentsOfFile:)' is deprecated
            let dictionary = NSDictionary(contentsOfFile: path),
                             ^
[26/27] Compiling TextToEmoji EmojiCategory.swift
[27/27] Emitting module TextToEmoji
Build complete! (6.94s)
Build complete.
Done.