Build Information
Failed to build EmojiKit, reference v1.2.1 (b57c28
), with Swift 6.1 for Linux on 28 Apr 2025 09:46:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/niklasamslgruber/EmojiKit.git
Reference: v1.2.1
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/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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/niklasamslgruber/EmojiKit.git
https://github.com/niklasamslgruber/EmojiKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/spi-builder-workspace/Sources/EmojiKit/Resources/emojis_v13.1.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/EmojiKit/Resources/emojis_v14.0.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/EmojiKit/Resources/emojis_v15.0.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/3908] Fetching swiftsoup
[3909/18858] Fetching swiftsoup, swift-argument-parser
Fetched https://github.com/scinfu/SwiftSoup.git from cache (4.19s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.19s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (4.73s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.50s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
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.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/18] Write sources
[4/18] Copying emojis_v13.1.json
[5/18] Copying emojis_v15.1.json
[5/18] Copying emojis_v14.0.json
[5/18] Copying emojis_v15.0.json
[9/18] Write sources
[10/18] Write swift-version-24593BA9C3E375BF.txt
[12/79] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/79] Emitting module ArgumentParserToolInfo
[14/80] Wrapping AST for ArgumentParserToolInfo for debugging
[16/118] Emitting module ArgumentParser
[17/123] Compiling EmojiKit UnicodeEmojiCategory.swift
[18/123] Compiling EmojiKit resource_bundle_accessor.swift
[19/123] Emitting module EmojiKit
[20/123] Compiling EmojiKit EmojiManager.swift
[21/123] Compiling EmojiKit AppleEmojiCategory.swift
[22/124] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/124] Compiling ArgumentParser CompletionsGenerator.swift
[24/124] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/124] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/124] Compiling ArgumentParser Argument.swift
[27/124] Compiling ArgumentParser ArgumentHelp.swift
[34/124] Compiling ArgumentParser OptionGroup.swift
[35/124] Compiling ArgumentParser AsyncParsableCommand.swift
[36/131] Compiling SwiftSoup Tag.swift
[37/131] Compiling SwiftSoup TextNode.swift
[38/131] Compiling SwiftSoup Token.swift
[39/131] Compiling SwiftSoup TokenQueue.swift
[40/131] Compiling SwiftSoup Tokeniser.swift
[41/131] Compiling SwiftSoup TokeniserState.swift
[42/131] Compiling SwiftSoup TreeBuilder.swift
[43/131] Compiling ArgumentParser DumpHelpGenerator.swift
[44/131] Compiling ArgumentParser HelpCommand.swift
[45/131] Compiling ArgumentParser HelpGenerator.swift
[46/131] Compiling ArgumentParser MessageInfo.swift
[47/131] Compiling ArgumentParser UsageGenerator.swift
[48/131] Compiling ArgumentParser CollectionExtensions.swift
[49/131] Compiling ArgumentParser Platform.swift
[50/131] Compiling ArgumentParser SequenceExtensions.swift
[51/131] Compiling ArgumentParser StringExtensions.swift
[52/131] Compiling ArgumentParser Tree.swift
[53/131] Compiling SwiftSoup StringBuilder.swift
[54/131] Compiling SwiftSoup StringUtil.swift
[55/131] Compiling SwiftSoup StructuralEvaluator.swift
[56/131] Compiling SwiftSoup SwiftSoup.swift
[58/131] Compiling ArgumentParser ArgumentVisibility.swift
[59/131] Compiling ArgumentParser CompletionKind.swift
[60/131] Compiling ArgumentParser Errors.swift
[61/131] Compiling ArgumentParser Flag.swift
[62/131] Compiling ArgumentParser NameSpecification.swift
[63/131] Compiling ArgumentParser Option.swift
[66/131] Compiling ArgumentParser CommandConfiguration.swift
[67/131] Compiling ArgumentParser CommandGroup.swift
[68/131] Compiling ArgumentParser EnumerableFlag.swift
[69/131] Compiling ArgumentParser ExpressibleByArgument.swift
[70/131] Compiling ArgumentParser ParsableArguments.swift
[71/131] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/131] Compiling ArgumentParser ParsableCommand.swift
[73/131] Compiling ArgumentParser ArgumentDecoder.swift
[73/131] Wrapping AST for EmojiKit for debugging
[88/131] Emitting module SwiftSoup
[89/131] Compiling ArgumentParser CommandParser.swift
[90/131] Compiling ArgumentParser InputKey.swift
[91/131] Compiling ArgumentParser InputOrigin.swift
[92/131] Compiling ArgumentParser Name.swift
[93/131] Compiling ArgumentParser Parsed.swift
[94/131] Compiling ArgumentParser ParsedValues.swift
[95/131] Compiling ArgumentParser ParserError.swift
[96/131] Compiling ArgumentParser SplitArguments.swift
[103/131] Compiling ArgumentParser ArgumentDefinition.swift
[104/131] Compiling ArgumentParser ArgumentSet.swift
[120/132] Wrapping AST for ArgumentParser for debugging
[122/132] Compiling SwiftSoup UTF8Arrays.swift
[123/132] Compiling SwiftSoup UnfairLock.swift
[124/132] Compiling SwiftSoup UnicodeScalar.swift
[125/132] Compiling SwiftSoup Validate.swift
[126/132] Compiling SwiftSoup Whitelist.swift
[127/132] Compiling SwiftSoup XmlDeclaration.swift
[128/132] Compiling SwiftSoup XmlTreeBuilder.swift
[129/133] Wrapping AST for SwiftSoup for debugging
[131/138] Emitting module EmojiSourceKit
/host/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 |
[132/138] Compiling EmojiSourceKit EmojiDownloader.swift
/host/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 |
[133/138] Compiling EmojiSourceKit StringHelper.swift
[134/138] Compiling EmojiSourceKit EmojiScripts.swift
[135/138] Compiling EmojiSourceKit UnicodeParser.swift
/host/spi-builder-workspace/Sources/EmojiSourceKit/UnicodeParser.swift:26:38: error: value of type 'FileHandle' has no member 'bytes'
24 | var emojisByGroup: [UnicodeEmojiCategory.Name: [String]] = [:]
25 |
26 | for try await line in handle.bytes.lines {
| `- error: value of type 'FileHandle' has no member 'bytes'
27 |
28 | /// Skip comments, but keep groups
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write swift-version-24593BA9C3E375BF.txt
[3/70] Compiling EmojiKit resource_bundle_accessor.swift
[4/70] Compiling EmojiKit UnicodeEmojiCategory.swift
[5/70] Compiling EmojiKit EmojiManager.swift
[6/70] Compiling EmojiKit AppleEmojiCategory.swift
[7/70] Emitting module EmojiKit
[9/70] Emitting module ArgumentParserToolInfo
[10/70] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/108] Compiling ArgumentParser ArgumentVisibility.swift
[13/108] Compiling ArgumentParser CompletionKind.swift
[14/108] Compiling ArgumentParser Errors.swift
[15/108] Compiling ArgumentParser Flag.swift
[16/108] Compiling ArgumentParser NameSpecification.swift
[17/108] Compiling ArgumentParser Option.swift
[18/108] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/108] Compiling ArgumentParser CompletionsGenerator.swift
[20/115] Emitting module SwiftSoup
[21/115] Emitting module ArgumentParser
[28/120] Compiling ArgumentParser Name.swift
[29/120] Compiling ArgumentParser Parsed.swift
[30/120] Compiling ArgumentParser ParsedValues.swift
[31/120] Compiling ArgumentParser ParserError.swift
[32/120] Compiling ArgumentParser SplitArguments.swift
[33/120] Compiling SwiftSoup SimpleDictionary.swift
[34/120] Compiling SwiftSoup StreamReader.swift
[35/120] Compiling SwiftSoup String.swift
[36/120] Compiling SwiftSoup StringBuilder.swift
[37/120] Compiling SwiftSoup StringUtil.swift
[38/120] Compiling SwiftSoup StructuralEvaluator.swift
[39/120] Compiling SwiftSoup SwiftSoup.swift
[40/120] Compiling ArgumentParser SequenceExtensions.swift
[41/120] Compiling ArgumentParser StringExtensions.swift
[42/120] Compiling ArgumentParser Tree.swift
[43/120] Compiling SwiftSoup TokenQueue.swift
[44/120] Compiling SwiftSoup Tokeniser.swift
[45/120] Compiling SwiftSoup TokeniserState.swift
[46/120] Compiling SwiftSoup TreeBuilder.swift
[47/120] Compiling ArgumentParser DumpHelpGenerator.swift
[48/120] Compiling ArgumentParser HelpCommand.swift
[49/120] Compiling ArgumentParser HelpGenerator.swift
[50/120] Compiling ArgumentParser MessageInfo.swift
[51/120] Compiling ArgumentParser UsageGenerator.swift
[52/120] Compiling ArgumentParser CollectionExtensions.swift
[53/120] Compiling ArgumentParser Platform.swift
[54/120] Compiling ArgumentParser CommandConfiguration.swift
[55/120] Compiling ArgumentParser CommandGroup.swift
[56/120] Compiling ArgumentParser EnumerableFlag.swift
[57/120] Compiling ArgumentParser ArgumentDefinition.swift
[58/120] Compiling ArgumentParser ArgumentSet.swift
[59/120] Compiling ArgumentParser CommandParser.swift
[60/120] Compiling ArgumentParser InputKey.swift
[61/120] Compiling ArgumentParser InputOrigin.swift
[67/120] Compiling SwiftSoup UTF8Arrays.swift
[68/120] Compiling SwiftSoup UnfairLock.swift
[69/120] Compiling SwiftSoup UnicodeScalar.swift
[70/120] Compiling SwiftSoup Validate.swift
[71/120] Compiling SwiftSoup Whitelist.swift
[72/120] Compiling SwiftSoup XmlDeclaration.swift
[73/120] Compiling SwiftSoup XmlTreeBuilder.swift
[76/120] Compiling ArgumentParser FishCompletionsGenerator.swift
[77/120] Compiling ArgumentParser ZshCompletionsGenerator.swift
[78/120] Compiling ArgumentParser Argument.swift
[79/120] Compiling ArgumentParser ArgumentHelp.swift
[80/120] Compiling ArgumentParser ExpressibleByArgument.swift
[81/120] Compiling ArgumentParser ParsableArguments.swift
[82/120] Compiling ArgumentParser ParsableArgumentsValidation.swift
[83/120] Compiling ArgumentParser ParsableCommand.swift
[84/120] Compiling ArgumentParser ArgumentDecoder.swift
[85/120] Compiling ArgumentParser OptionGroup.swift
[86/120] Compiling ArgumentParser AsyncParsableCommand.swift
[117/121] Wrapping AST for SwiftSoup for debugging
[119/126] Compiling EmojiSourceKit EmojiDownloader.swift
/host/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 |
[120/126] Emitting module EmojiSourceKit
/host/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 |
[121/126] Compiling EmojiSourceKit EmojiScripts.swift
[122/126] Compiling EmojiSourceKit StringHelper.swift
[123/126] Compiling EmojiSourceKit UnicodeParser.swift
/host/spi-builder-workspace/Sources/EmojiSourceKit/UnicodeParser.swift:26:38: error: value of type 'FileHandle' has no member 'bytes'
24 | var emojisByGroup: [UnicodeEmojiCategory.Name: [String]] = [:]
25 |
26 | for try await line in handle.bytes.lines {
| `- error: value of type 'FileHandle' has no member 'bytes'
27 |
28 | /// Skip comments, but keep groups
BUILD FAILURE 6.1 linux