Build Information
Successful build of EmojiKit, reference main (b57c28
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:30:33 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/niklasamslgruber/EmojiKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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
[1/15] Write EmojiSourceKit-entitlement.plist
[1/15] Write sources
[2/15] Copying emojis_v13.1.json
[2/15] Write sources
[5/15] Copying emojis_v15.1.json
[5/15] Write sources
[6/15] Copying emojis_v15.0.json
[9/15] Copying emojis_v14.0.json
[11/15] Write swift-version-1EA4D86E10B52AF.txt
[13/77] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/77] Emitting module ArgumentParserToolInfo
[15/116] Compiling ArgumentParser CommandConfiguration.swift
[16/116] Compiling ArgumentParser CommandGroup.swift
[17/116] Compiling ArgumentParser EnumerableFlag.swift
[18/116] Compiling ArgumentParser ExpressibleByArgument.swift
[19/120] Emitting module ArgumentParser
[20/120] Compiling ArgumentParser Platform.swift
[21/120] Compiling ArgumentParser SequenceExtensions.swift
[22/120] Compiling ArgumentParser StringExtensions.swift
[23/120] Compiling ArgumentParser Tree.swift
[24/120] Compiling ArgumentParser NameSpecification.swift
[25/120] Compiling ArgumentParser Option.swift
[26/120] Compiling ArgumentParser OptionGroup.swift
[27/120] Compiling ArgumentParser AsyncParsableCommand.swift
[28/120] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/120] Compiling ArgumentParser CompletionsGenerator.swift
[30/120] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/120] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/120] Compiling ArgumentParser Argument.swift
[33/120] Emitting module SwiftSoup
[34/126] Compiling ArgumentParser InputOrigin.swift
[35/126] Compiling ArgumentParser Name.swift
[36/126] Compiling ArgumentParser Parsed.swift
[37/126] Compiling ArgumentParser ParsedValues.swift
[38/126] Compiling ArgumentParser ParsableArguments.swift
[39/126] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/126] Compiling ArgumentParser ParsableCommand.swift
[41/126] Compiling ArgumentParser ArgumentDecoder.swift
[42/126] Compiling ArgumentParser ArgumentHelp.swift
[43/126] Compiling ArgumentParser ArgumentVisibility.swift
[44/126] Compiling ArgumentParser CompletionKind.swift
[45/126] Compiling ArgumentParser Errors.swift
[46/126] Compiling ArgumentParser Flag.swift
[47/126] Compiling EmojiKit UnicodeEmojiCategory.swift
[48/126] Compiling EmojiKit resource_bundle_accessor.swift
[49/126] Compiling EmojiKit AppleEmojiCategory.swift
[50/126] Emitting module EmojiKit
[51/126] Compiling EmojiKit EmojiManager.swift
[52/126] Compiling ArgumentParser ArgumentSet.swift
[53/126] Compiling ArgumentParser CommandParser.swift
[54/126] Compiling ArgumentParser InputKey.swift
[55/126] Compiling ArgumentParser HelpGenerator.swift
[56/126] Compiling ArgumentParser MessageInfo.swift
[57/126] Compiling ArgumentParser UsageGenerator.swift
[58/126] Compiling ArgumentParser ArgumentDefinition.swift
[62/126] Compiling SwiftSoup StringBuilder.swift
[63/126] Compiling SwiftSoup StringUtil.swift
[64/126] Compiling SwiftSoup StructuralEvaluator.swift
[65/126] Compiling SwiftSoup SwiftSoup.swift
[66/126] Compiling SwiftSoup Tag.swift
[67/126] Compiling SwiftSoup TextNode.swift
[80/126] Compiling SwiftSoup CssSelector.swift
[81/126] Compiling SwiftSoup DataNode.swift
[82/126] Compiling SwiftSoup DataUtil.swift
[83/126] Compiling SwiftSoup Document.swift
[84/126] Compiling SwiftSoup DocumentType.swift
[85/126] Compiling SwiftSoup Element.swift
[86/126] Compiling SwiftSoup UnfairLock.swift
[87/126] Compiling SwiftSoup UnicodeScalar.swift
[88/126] Compiling SwiftSoup Validate.swift
[89/126] Compiling SwiftSoup Whitelist.swift
[90/126] Compiling SwiftSoup XmlDeclaration.swift
[91/126] Compiling SwiftSoup XmlTreeBuilder.swift
[92/126] Compiling ArgumentParser CollectionExtensions.swift
[105/126] Compiling ArgumentParser ParserError.swift
[106/126] Compiling ArgumentParser SplitArguments.swift
[107/126] Compiling ArgumentParser DumpHelpGenerator.swift
[108/126] Compiling ArgumentParser HelpCommand.swift
[124/131] Compiling EmojiSourceKit UnicodeParser.swift
[125/131] Compiling EmojiSourceKit StringHelper.swift
[126/131] Compiling EmojiSourceKit EmojiScripts.swift
[127/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] 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 |
[128/131] Write Objects.LinkFileList
[129/131] Linking EmojiSourceKit
[130/131] Applying EmojiSourceKit
Build complete! (13.63s)
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/3916] Fetching swiftsoup
[980/19296] Fetching swiftsoup, swift-argument-parser
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.09s)
[923/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.44s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.90s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.8 (0.41s)
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
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.8
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.