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 Emoji Ninja, reference v0.4.5 (db0236), with Swift 6.1 for macOS (SPM) on 17 Aug 2025 15:05:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikkelam/Emoji-Ninja.git
Reference: v0.4.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikkelam/Emoji-Ninja
 * tag               v0.4.5     -> FETCH_HEAD
HEAD is now at db02363 0.4.5
Cloned https://github.com/mikkelam/Emoji-Ninja.git
Revision (git rev-parse @):
db02363381dd5c88638521078631c023ba25db60
SUCCESS checkout https://github.com/mikkelam/Emoji-Ninja.git at v0.4.5
Fetching https://github.com/soffes/HotKey
[1/458] Fetching hotkey
Fetched https://github.com/soffes/HotKey from cache (0.71s)
Computing version for https://github.com/soffes/HotKey
Computed https://github.com/soffes/HotKey at 0.2.1 (3.81s)
Creating working copy for https://github.com/soffes/HotKey
Working copy of https://github.com/soffes/HotKey resolved at 0.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "emoji-ninja",
      "name": "Emoji Ninja",
      "url": "https://github.com/mikkelam/Emoji-Ninja.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Emoji-Ninja",
      "dependencies": [
        {
          "identity": "hotkey",
          "name": "HotKey",
          "url": "https://github.com/soffes/HotKey",
          "version": "0.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HotKey",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mikkelam/Emoji-Ninja.git
[1/847] Fetching emoji-ninja
Fetched https://github.com/mikkelam/Emoji-Ninja.git from cache (1.29s)
Fetching https://github.com/soffes/HotKey from cache
Fetched https://github.com/soffes/HotKey from cache (0.42s)
Computing version for https://github.com/soffes/HotKey
Computed https://github.com/soffes/HotKey at 0.2.1 (0.47s)
Creating working copy for https://github.com/soffes/HotKey
Working copy of https://github.com/soffes/HotKey resolved at 0.2.1
Creating working copy for https://github.com/mikkelam/Emoji-Ninja.git
Working copy of https://github.com/mikkelam/Emoji-Ninja.git resolved at v0.4.5 (db02363)
Found 1 product dependencies
  - HotKey
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mikkelam/Emoji-Ninja.git
https://github.com/mikkelam/Emoji-Ninja.git
{
  "dependencies" : [
    {
      "identity" : "hotkey",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soffes/HotKey"
    }
  ],
  "manifest_display_name" : "Emoji Ninja",
  "name" : "Emoji Ninja",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ninjalib",
      "targets" : [
        "ninjalib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Emoji Ninja",
      "targets" : [
        "emoji"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ninjalib",
      "module_type" : "SwiftTarget",
      "name" : "ninjalib",
      "path" : "Sources/ninjalib",
      "product_dependencies" : [
        "HotKey"
      ],
      "product_memberships" : [
        "ninjalib",
        "Emoji Ninja"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ninjalib/emoji_data.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EmojiData.swift",
        "EmojiSearchKit.swift",
        "SkinTone.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "emoji",
      "module_type" : "SwiftTarget",
      "name" : "emoji",
      "path" : "Sources/emojininja",
      "product_dependencies" : [
        "HotKey"
      ],
      "product_memberships" : [
        "Emoji Ninja"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/emojininja/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "App.swift",
        "Extensions/EmojiGroupExtensions.swift",
        "Managers/AppEmojiManager.swift",
        "Managers/EmojiManager.swift",
        "Managers/FrequentlyUsedEmojiManager.swift",
        "Models/AppState.swift",
        "Models/CategoryType.swift",
        "Utils/EmojiSupportChecker.swift",
        "Views/Components/AccessibilityPermissionDialog.swift",
        "Views/Components/CategoryFilterView.swift",
        "Views/Components/CategoryPill.swift",
        "Views/Components/EmojiButton.swift",
        "Views/Components/SearchBar.swift",
        "Views/Components/TooltipManager.swift",
        "Views/EmojiPicker/EmojiGridView.swift",
        "Views/EmojiPicker/EmojiPickerView.swift",
        "Views/EmojiPicker/SearchResultsView.swift",
        "Views/Extensions/ScrollViewExtensions.swift",
        "Views/MenuBar/MenuBarView.swift",
        "Views/Styling/Modifiers/EmojiStyling.swift",
        "Views/Styling/Modifiers/ViewExtensions.swift",
        "Views/Styling/Themes/Theme.swift",
        "Views/Styling/Themes/ThemeManager.swift",
        "Views/Styling/Themes/ThemeSettingsView.swift",
        "Views/Utils/EmojiLayout.swift",
        "Views/ViewModels/EmojiPickerViewModel.swift",
        "Views/ViewModels/MenuBarViewModel.swift"
      ],
      "target_dependencies" : [
        "ninjalib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "EmojiNinjaTests",
      "module_type" : "SwiftTarget",
      "name" : "EmojiNinjaTests",
      "path" : "Tests/EmojiNinjaTests",
      "sources" : [
        "CowboyEmojiTest.swift",
        "DataValidationTests.swift",
        "EdgeCaseTests.swift",
        "EmojiDataTests.swift",
        "EmojiModelTests.swift",
        "EmojiSearchKitTests.swift",
        "EmojiSearchTests.swift",
        "ResourceLoadingTests.swift",
        "SearchPerformanceTests.swift",
        "SkinToneTests.swift"
      ],
      "target_dependencies" : [
        "ninjalib"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/10] Write sources
[2/10] Copying emoji_data.json
[4/10] Write Emoji Ninja-entitlement.plist
[5/10] Copying Assets.xcassets
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/17] Compiling HotKey KeyCombo.swift
[9/17] Compiling HotKey Key.swift
[10/17] Compiling HotKey NSEventModifierFlags+HotKey.swift
[11/17] Compiling HotKey HotKeysController.swift
[12/17] Compiling HotKey HotKey.swift
[13/17] Emitting module HotKey
[14/17] Compiling HotKey KeyCombo+System.swift
[15/22] Compiling ninjalib SkinTone.swift
[16/22] Compiling ninjalib resource_bundle_accessor.swift
[17/22] Compiling ninjalib EmojiSearchKit.swift
[18/22] Emitting module ninjalib
[19/22] Compiling ninjalib EmojiData.swift
[20/49] Emitting module emoji
[21/51] Compiling emoji MenuBarViewModel.swift
[22/51] Compiling emoji resource_bundle_accessor.swift
[23/51] Compiling emoji CategoryType.swift
[24/51] Compiling emoji EmojiSupportChecker.swift
[25/51] Compiling emoji AccessibilityPermissionDialog.swift
[26/51] Compiling emoji App.swift
[27/51] Compiling emoji EmojiGroupExtensions.swift
[28/51] Compiling emoji AppEmojiManager.swift
[29/51] Compiling emoji EmojiPickerView.swift
[30/51] Compiling emoji SearchResultsView.swift
[31/51] Compiling emoji ScrollViewExtensions.swift
[32/51] Compiling emoji Theme.swift
[33/51] Compiling emoji ThemeManager.swift
[34/51] Compiling emoji ThemeSettingsView.swift
[35/51] Compiling emoji EmojiLayout.swift
[36/51] Compiling emoji EmojiPickerViewModel.swift
[37/51] Compiling emoji CategoryFilterView.swift
[38/51] Compiling emoji CategoryPill.swift
[39/51] Compiling emoji EmojiButton.swift
[40/51] Compiling emoji EmojiManager.swift
[41/51] Compiling emoji FrequentlyUsedEmojiManager.swift
[42/51] Compiling emoji AppState.swift
[43/51] Compiling emoji MenuBarView.swift
[44/51] Compiling emoji EmojiStyling.swift
[45/51] Compiling emoji ViewExtensions.swift
[46/51] Compiling emoji SearchBar.swift
[47/51] Compiling emoji TooltipManager.swift
[48/51] Compiling emoji EmojiGridView.swift
[48/51] Write Objects.LinkFileList
[49/51] Linking Emoji Ninja
[50/51] Applying Emoji Ninja
Build complete! (15.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hotkey",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soffes/HotKey"
    }
  ],
  "manifest_display_name" : "Emoji Ninja",
  "name" : "Emoji Ninja",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ninjalib",
      "targets" : [
        "ninjalib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Emoji Ninja",
      "targets" : [
        "emoji"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ninjalib",
      "module_type" : "SwiftTarget",
      "name" : "ninjalib",
      "path" : "Sources/ninjalib",
      "product_dependencies" : [
        "HotKey"
      ],
      "product_memberships" : [
        "ninjalib",
        "Emoji Ninja"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ninjalib/emoji_data.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EmojiData.swift",
        "EmojiSearchKit.swift",
        "SkinTone.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "emoji",
      "module_type" : "SwiftTarget",
      "name" : "emoji",
      "path" : "Sources/emojininja",
      "product_dependencies" : [
        "HotKey"
      ],
      "product_memberships" : [
        "Emoji Ninja"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/emojininja/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "App.swift",
        "Extensions/EmojiGroupExtensions.swift",
        "Managers/AppEmojiManager.swift",
        "Managers/EmojiManager.swift",
        "Managers/FrequentlyUsedEmojiManager.swift",
        "Models/AppState.swift",
        "Models/CategoryType.swift",
        "Utils/EmojiSupportChecker.swift",
        "Views/Components/AccessibilityPermissionDialog.swift",
        "Views/Components/CategoryFilterView.swift",
        "Views/Components/CategoryPill.swift",
        "Views/Components/EmojiButton.swift",
        "Views/Components/SearchBar.swift",
        "Views/Components/TooltipManager.swift",
        "Views/EmojiPicker/EmojiGridView.swift",
        "Views/EmojiPicker/EmojiPickerView.swift",
        "Views/EmojiPicker/SearchResultsView.swift",
        "Views/Extensions/ScrollViewExtensions.swift",
        "Views/MenuBar/MenuBarView.swift",
        "Views/Styling/Modifiers/EmojiStyling.swift",
        "Views/Styling/Modifiers/ViewExtensions.swift",
        "Views/Styling/Themes/Theme.swift",
        "Views/Styling/Themes/ThemeManager.swift",
        "Views/Styling/Themes/ThemeSettingsView.swift",
        "Views/Utils/EmojiLayout.swift",
        "Views/ViewModels/EmojiPickerViewModel.swift",
        "Views/ViewModels/MenuBarViewModel.swift"
      ],
      "target_dependencies" : [
        "ninjalib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "EmojiNinjaTests",
      "module_type" : "SwiftTarget",
      "name" : "EmojiNinjaTests",
      "path" : "Tests/EmojiNinjaTests",
      "sources" : [
        "CowboyEmojiTest.swift",
        "DataValidationTests.swift",
        "EdgeCaseTests.swift",
        "EmojiDataTests.swift",
        "EmojiModelTests.swift",
        "EmojiSearchKitTests.swift",
        "EmojiSearchTests.swift",
        "ResourceLoadingTests.swift",
        "SearchPerformanceTests.swift",
        "SkinToneTests.swift"
      ],
      "target_dependencies" : [
        "ninjalib"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Done.