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 EmojiKit, reference v1.2.1 (b57c28), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:31:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/niklasamslgruber/EmojiKit.git
Reference: v1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/niklasamslgruber/EmojiKit
 * tag               v1.2.1     -> FETCH_HEAD
HEAD is now at b57c289 Fix category names to match Apple categories (#5)
Cloned https://github.com/niklasamslgruber/EmojiKit.git
Revision (git rev-parse @):
b57c28995b8e398d31be0c8b07de0917b0ebb84b
SUCCESS checkout https://github.com/niklasamslgruber/EmojiKit.git at v1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/niklasamslgruber/EmojiKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write sources
[4/15] Write EmojiSourceKit-entitlement.plist
[6/15] Copying emojis_v13.1.json
[6/15] Write sources
[7/15] Copying emojis_v15.0.json
[7/15] Copying emojis_v14.0.json
[9/15] Copying emojis_v15.1.json
[11/15] Write swift-version-1EA4D86E10B52AF.txt
[13/77] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/77] Emitting module ArgumentParserToolInfo
[15/116] Emitting module ArgumentParser
[16/120] Compiling ArgumentParser ArgumentHelp.swift
[17/120] Compiling ArgumentParser ArgumentVisibility.swift
[18/120] Compiling ArgumentParser CompletionKind.swift
[19/120] Compiling ArgumentParser Errors.swift
[20/120] Compiling ArgumentParser Flag.swift
[21/120] Compiling ArgumentParser InputOrigin.swift
[22/120] Compiling ArgumentParser Name.swift
[23/120] Compiling ArgumentParser Parsed.swift
[24/120] Compiling ArgumentParser ParsedValues.swift
[25/120] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/120] Compiling ArgumentParser CompletionsGenerator.swift
[27/120] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/120] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/120] Compiling ArgumentParser Argument.swift
[30/120] Compiling ArgumentParser Platform.swift
[31/120] Compiling ArgumentParser SequenceExtensions.swift
[32/120] Compiling ArgumentParser StringExtensions.swift
[33/120] Compiling ArgumentParser Tree.swift
[34/120] Compiling ArgumentParser ParsableArguments.swift
[35/120] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/120] Compiling ArgumentParser ParsableCommand.swift
[37/120] Compiling ArgumentParser ArgumentDecoder.swift
[38/120] Compiling ArgumentParser ArgumentDefinition.swift
[39/120] Compiling ArgumentParser ArgumentSet.swift
[40/120] Compiling ArgumentParser CommandParser.swift
[41/120] Compiling ArgumentParser InputKey.swift
[42/120] Compiling ArgumentParser NameSpecification.swift
[43/120] Compiling ArgumentParser Option.swift
[44/120] Compiling ArgumentParser OptionGroup.swift
[45/120] Compiling ArgumentParser AsyncParsableCommand.swift
[52/126] Compiling SwiftSoup OrderedSet.swift
[53/126] Compiling SwiftSoup ParseError.swift
[54/126] Compiling SwiftSoup ParseErrorList.swift
[55/126] Compiling SwiftSoup ParseSettings.swift
[56/126] Compiling SwiftSoup Parser.swift
[57/126] Compiling SwiftSoup ParsingStrings.swift
[58/126] Compiling SwiftSoup ArrayExt.swift
[59/126] Compiling SwiftSoup Attribute.swift
[60/126] Compiling SwiftSoup Attributes.swift
[61/126] Compiling SwiftSoup BinarySearch.swift
[62/126] Compiling SwiftSoup BooleanAttribute.swift
[63/126] Compiling SwiftSoup CharacterExt.swift
[64/126] Compiling EmojiKit UnicodeEmojiCategory.swift
[65/126] Compiling EmojiKit resource_bundle_accessor.swift
[66/126] Compiling EmojiKit AppleEmojiCategory.swift
[67/126] Emitting module EmojiKit
[68/126] Compiling EmojiKit EmojiManager.swift
[69/126] Compiling ArgumentParser ParserError.swift
[70/126] Compiling ArgumentParser SplitArguments.swift
[71/126] Compiling ArgumentParser DumpHelpGenerator.swift
[72/126] Compiling ArgumentParser HelpCommand.swift
[85/126] Compiling ArgumentParser CommandConfiguration.swift
[86/126] Compiling ArgumentParser CommandGroup.swift
[87/126] Compiling ArgumentParser EnumerableFlag.swift
[88/126] Compiling ArgumentParser ExpressibleByArgument.swift
[89/126] Compiling ArgumentParser HelpGenerator.swift
[90/126] Compiling ArgumentParser MessageInfo.swift
[91/126] Compiling ArgumentParser UsageGenerator.swift
[92/126] Compiling ArgumentParser CollectionExtensions.swift
[99/126] Emitting module SwiftSoup
[118/126] Compiling SwiftSoup UnfairLock.swift
[119/126] Compiling SwiftSoup UnicodeScalar.swift
[120/126] Compiling SwiftSoup Validate.swift
[121/126] Compiling SwiftSoup Whitelist.swift
[122/126] Compiling SwiftSoup XmlDeclaration.swift
[123/126] Compiling SwiftSoup XmlTreeBuilder.swift
[124/131] Compiling EmojiSourceKit StringHelper.swift
[125/131] Compiling EmojiSourceKit EmojiScripts.swift
[126/131] Compiling EmojiSourceKit EmojiDownloader.swift
/Users/admin/builder/spi-builder-workspace/Sources/EmojiSourceKit/EmojiDownloader.swift:126:1: warning: extension declares a conformance of imported type 'Version' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'EmojiKit' introduce this conformance in the future
124 | }
125 | #endif
126 | extension EmojiManager.Version: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Version' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'EmojiKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
127 |
[127/131] Compiling EmojiSourceKit UnicodeParser.swift
[128/131] Emitting module EmojiSourceKit
/Users/admin/builder/spi-builder-workspace/Sources/EmojiSourceKit/EmojiDownloader.swift:126:1: warning: extension declares a conformance of imported type 'Version' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'EmojiKit' introduce this conformance in the future
124 | }
125 | #endif
126 | extension EmojiManager.Version: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Version' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'EmojiKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
127 |
[128/131] Write Objects.LinkFileList
[129/131] Linking EmojiSourceKit
[130/131] Applying EmojiSourceKit
Build complete! (13.77s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3916] Fetching swiftsoup
[3369/19296] Fetching swiftsoup, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.77s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.77s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (2.22s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.8 (0.39s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.8
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "EmojiKit",
  "name" : "EmojiKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "EmojiKit",
      "targets" : [
        "EmojiKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EmojiSourceKit",
      "targets" : [
        "EmojiSourceKit"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmojiSourceKit",
      "module_type" : "SwiftTarget",
      "name" : "EmojiSourceKit",
      "path" : "Sources/EmojiSourceKit",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSoup"
      ],
      "product_memberships" : [
        "EmojiSourceKit"
      ],
      "sources" : [
        "EmojiDownloader.swift",
        "EmojiScripts.swift",
        "StringHelper.swift",
        "UnicodeParser.swift"
      ],
      "target_dependencies" : [
        "EmojiKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "EmojiKit",
      "module_type" : "SwiftTarget",
      "name" : "EmojiKit",
      "path" : "Sources/EmojiKit",
      "product_memberships" : [
        "EmojiKit",
        "EmojiSourceKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/EmojiKit/Resources/emojis_v13.1.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/EmojiKit/Resources/emojis_v14.0.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/EmojiKit/Resources/emojis_v15.0.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/EmojiKit/Resources/emojis_v15.1.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppleEmojiCategory.swift",
        "EmojiManager.swift",
        "UnicodeEmojiCategory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.