Build Information
Failed to build EmojiKit, reference v1.2.2 (d7165c), with Swift 6.1 for Linux on 15 Oct 2025 19:59:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/niklasamslgruber/EmojiKit.git
Reference: v1.2.2
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.2 -> FETCH_HEAD
HEAD is now at d7165c6 Add support for Unicode 16
Cloned https://github.com/niklasamslgruber/EmojiKit.git
Revision (git rev-parse @):
d7165c6436bc1d14b1cd7bf6f4d2e369c0b8189a
SUCCESS checkout https://github.com/niklasamslgruber/EmojiKit.git at v1.2.2
========================================
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" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/EmojiKit/Resources/emojis_v16.0.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-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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/16655] Fetching swift-argument-parser
[2/21289] Fetching swift-argument-parser, swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.53s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.78s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.37s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.1 (0.56s)
Fetching https://github.com/nicklockwood/LRUCache.git
Fetching https://github.com/apple/swift-atomics.git
[1/320] Fetching lrucache
[321/2134] Fetching lrucache, swift-atomics
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.44s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.01s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (3.45s)
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.6.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.1.2
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.11.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/25] Write sources
[2/25] Copying emojis_v15.0.json
[2/25] Copying emojis_v14.0.json
[2/25] Write sources
[2/25] Copying emojis_v13.1.json
[2/25] Write sources
[12/25] Copying emojis_v16.0.json
[12/25] Copying emojis_v15.1.json
[14/25] Compiling _AtomicsShims.c
[15/25] Write swift-version-24593BA9C3E375BF.txt
[17/52] Emitting module Atomics
[18/54] Compiling Atomics IntegerOperations.swift
[19/54] Compiling Atomics Unmanaged extensions.swift
[20/54] Emitting module ArgumentParserToolInfo
[21/54] Compiling Atomics ManagedAtomic.swift
[22/54] Compiling Atomics ManagedAtomicLazyReference.swift
[23/54] Compiling Atomics UnsafeAtomic.swift
[24/54] Compiling Atomics UnsafeAtomicLazyReference.swift
[25/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[26/55] Compiling Atomics AtomicStorage.swift
[27/55] Compiling Atomics AtomicValue.swift
[28/55] Compiling Atomics AtomicMemoryOrderings.swift
[29/55] Compiling Atomics DoubleWord.swift
[30/55] Compiling Atomics AtomicInteger.swift
[31/55] Compiling Atomics AtomicOptionalWrappable.swift
[32/55] Compiling Atomics AtomicReference.swift
[34/55] Compiling Atomics OptionalRawRepresentable.swift
[35/55] Compiling Atomics RawRepresentable.swift
[36/55] Compiling Atomics AtomicBool.swift
[37/55] Compiling Atomics IntegerConformances.swift
[38/55] Compiling Atomics PointerConformances.swift
[39/55] Compiling Atomics Primitives.native.swift
[39/56] Wrapping AST for ArgumentParserToolInfo for debugging
[41/100] Wrapping AST for Atomics for debugging
[43/100] Emitting module ArgumentParser
[44/106] Compiling ArgumentParser InputKey.swift
[45/106] Compiling ArgumentParser InputOrigin.swift
[46/106] Compiling ArgumentParser Name.swift
[47/106] Compiling ArgumentParser Parsed.swift
[48/106] Compiling ArgumentParser ParsedValues.swift
[49/106] Compiling ArgumentParser ParserError.swift
[50/106] Compiling ArgumentParser OptionGroup.swift
[51/106] Compiling ArgumentParser AsyncParsableCommand.swift
[52/106] Compiling ArgumentParser CommandConfiguration.swift
[53/106] Compiling ArgumentParser CommandGroup.swift
[54/106] Compiling ArgumentParser EnumerableFlag.swift
[55/106] Compiling ArgumentParser ExpressibleByArgument.swift
[56/106] Compiling EmojiKit UnicodeEmojiCategory.swift
[57/106] Compiling EmojiKit EmojiManager.swift
[58/106] Emitting module EmojiKit
[59/106] Compiling EmojiKit AppleEmojiCategory.swift
[60/106] Compiling EmojiKit resource_bundle_accessor.swift
[61/107] Emitting module LRUCache
[62/107] Compiling LRUCache LRUCache.swift
[63/108] Compiling ArgumentParser Tree.swift
[64/108] Compiling ArgumentParser CodingKeyValidator.swift
[65/108] Compiling ArgumentParser NonsenseFlagsValidator.swift
[66/108] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/108] Compiling ArgumentParser PositionalArgumentsValidator.swift
[68/108] Compiling ArgumentParser UniqueNamesValidator.swift
[71/108] Compiling ArgumentParser CollectionExtensions.swift
[72/108] Compiling ArgumentParser Mutex.swift
[73/108] Compiling ArgumentParser Platform.swift
[74/108] Compiling ArgumentParser SequenceExtensions.swift
[75/108] Compiling ArgumentParser StringExtensions.swift
[76/108] Compiling ArgumentParser SwiftExtensions.swift
[76/108] Wrapping AST for EmojiKit for debugging
[77/108] Wrapping AST for LRUCache for debugging
[79/157] Compiling SwiftSoup DocumentType.swift
[80/157] Compiling SwiftSoup Attribute.swift
[81/157] Compiling SwiftSoup Attributes.swift
[82/157] Compiling SwiftSoup BinarySearch.swift
[83/157] Compiling SwiftSoup BooleanAttribute.swift
[84/157] Compiling SwiftSoup CharacterExt.swift
[85/157] Compiling SwiftSoup TokenQueue.swift
[86/157] Compiling SwiftSoup Tokeniser.swift
[87/157] Compiling SwiftSoup TokeniserState.swift
[88/157] Compiling SwiftSoup TreeBuilder.swift
[89/157] Compiling SwiftSoup StreamReader.swift
[90/157] Compiling SwiftSoup String.swift
[91/157] Compiling SwiftSoup CharacterReader.swift
[92/157] Compiling SwiftSoup Cleaner.swift
[93/157] Compiling SwiftSoup HtmlTreeBuilderState.swift
[94/157] Compiling SwiftSoup Mutex.swift
[95/157] Compiling SwiftSoup Node.swift
[96/157] Compiling SwiftSoup NodeTraversor.swift
[97/157] Compiling SwiftSoup NodeVisitor.swift
[98/157] Compiling SwiftSoup OrderedSet.swift
[99/157] Compiling SwiftSoup ParseError.swift
[100/157] Compiling SwiftSoup Element.swift
[101/157] Compiling SwiftSoup Elements.swift
[102/157] Compiling SwiftSoup Entities.swift
[103/157] Compiling SwiftSoup Evaluator.swift
[104/158] Wrapping AST for ArgumentParser for debugging
[106/158] Compiling SwiftSoup Collector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/158] Compiling SwiftSoup CombiningEvaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/158] Compiling SwiftSoup Comment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/158] Compiling SwiftSoup CssSelector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/158] Compiling SwiftSoup DataNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/158] Compiling SwiftSoup Document.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/164] Emitting module SwiftSoup
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/164] Compiling SwiftSoup TextNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/164] Compiling SwiftSoup Token.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/164] Compiling SwiftSoup ParseErrorList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/164] Compiling SwiftSoup ParseSettings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/164] Compiling SwiftSoup Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/164] Compiling SwiftSoup ParsingStrings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/164] Compiling SwiftSoup Pattern.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/164] Compiling SwiftSoup QueryParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/164] Compiling SwiftSoup QueryParserCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/164] Compiling SwiftSoup StringBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/164] Compiling SwiftSoup StringUtil.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/164] Compiling SwiftSoup StructuralEvaluator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/164] Compiling SwiftSoup SwiftSoup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/164] Compiling SwiftSoup Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/164] Compiling SwiftSoup UTF8Arrays.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/164] Compiling SwiftSoup UnicodeScalar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/164] Compiling SwiftSoup Validate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/164] Compiling SwiftSoup Whitelist.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/164] Compiling SwiftSoup XmlDeclaration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/164] Compiling SwiftSoup XmlTreeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/164] Compiling SwiftSoup Exception.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/164] Compiling SwiftSoup FormElement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/164] Compiling SwiftSoup HtmlTreeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/165] Wrapping AST for SwiftSoup for debugging
[163/170] Compiling EmojiSourceKit StringHelper.swift
[164/170] 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
[165/170] Emitting module EmojiSourceKit
[166/170] Compiling EmojiSourceKit EmojiDownloader.swift
[167/170] Compiling EmojiSourceKit EmojiScripts.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write swift-version-24593BA9C3E375BF.txt
[4/39] Compiling EmojiKit resource_bundle_accessor.swift
[5/39] Emitting module LRUCache
[6/39] Compiling EmojiKit UnicodeEmojiCategory.swift
[7/39] Compiling EmojiKit EmojiManager.swift
[8/39] Emitting module EmojiKit
[9/39] Compiling EmojiKit AppleEmojiCategory.swift
[10/40] Compiling Atomics ManagedAtomic.swift
[11/40] Compiling Atomics ManagedAtomicLazyReference.swift
[12/40] Compiling Atomics UnsafeAtomic.swift
[13/40] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/42] Compiling Atomics AtomicStorage.swift
[15/42] Compiling Atomics AtomicValue.swift
[16/42] Compiling Atomics AtomicMemoryOrderings.swift
[17/42] Compiling Atomics DoubleWord.swift
[19/41] Compiling LRUCache LRUCache.swift
[20/42] Compiling Atomics OptionalRawRepresentable.swift
[21/42] Compiling Atomics RawRepresentable.swift
[22/42] Compiling Atomics AtomicBool.swift
[24/42] Compiling Atomics AtomicInteger.swift
[25/42] Compiling Atomics AtomicOptionalWrappable.swift
[26/42] Compiling Atomics AtomicReference.swift
[27/41] Compiling Atomics IntegerOperations.swift
[28/41] Compiling Atomics Unmanaged extensions.swift
[29/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/41] Emitting module ArgumentParserToolInfo
[32/85] Compiling ArgumentParser CollectionExtensions.swift
[33/85] Compiling ArgumentParser Mutex.swift
[34/85] Compiling ArgumentParser Platform.swift
[35/85] Compiling ArgumentParser SequenceExtensions.swift
[36/85] Compiling ArgumentParser StringExtensions.swift
[37/85] Compiling ArgumentParser SwiftExtensions.swift
[38/91] Emitting module Atomics
[39/91] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/91] Compiling ArgumentParser Argument.swift
[41/91] Compiling ArgumentParser ArgumentDiscussion.swift
[43/92] Compiling ArgumentParser Tree.swift
[44/92] Compiling ArgumentParser CodingKeyValidator.swift
[45/92] Compiling ArgumentParser NonsenseFlagsValidator.swift
[46/92] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/92] Compiling ArgumentParser PositionalArgumentsValidator.swift
[48/92] Compiling ArgumentParser UniqueNamesValidator.swift
[48/92] Wrapping AST for Atomics for debugging
[50/92] Compiling ArgumentParser ArgumentVisibility.swift
[51/92] Compiling ArgumentParser CompletionKind.swift
[52/92] Compiling ArgumentParser Errors.swift
[53/92] Compiling ArgumentParser Flag.swift
[54/92] Compiling ArgumentParser NameSpecification.swift
[55/92] Compiling ArgumentParser Option.swift
[56/141] Compiling SwiftSoup Attribute.swift
[57/141] Compiling SwiftSoup Attributes.swift
[58/141] Compiling SwiftSoup BinarySearch.swift
[59/141] Compiling SwiftSoup BooleanAttribute.swift
[60/141] Compiling SwiftSoup CharacterExt.swift
[61/141] Compiling SwiftSoup CharacterReader.swift
[62/141] Compiling SwiftSoup Cleaner.swift
[63/141] Compiling SwiftSoup Pattern.swift
[64/141] Compiling SwiftSoup QueryParser.swift
[65/141] Compiling SwiftSoup QueryParserCache.swift
[66/141] Compiling SwiftSoup StreamReader.swift
[67/141] Compiling SwiftSoup String.swift
[68/141] Compiling SwiftSoup StringBuilder.swift
[69/141] Compiling SwiftSoup Document.swift
[70/141] Compiling SwiftSoup DocumentType.swift
[71/141] Compiling SwiftSoup ParseErrorList.swift
[72/141] Compiling SwiftSoup ParseSettings.swift
[73/141] Compiling SwiftSoup Parser.swift
[74/141] Compiling SwiftSoup ParsingStrings.swift
[75/141] Emitting module ArgumentParser
[76/141] Compiling SwiftSoup StringUtil.swift
[77/141] Compiling SwiftSoup StructuralEvaluator.swift
[78/141] Compiling SwiftSoup SwiftSoup.swift
[79/141] Compiling SwiftSoup Tag.swift
[80/141] Compiling SwiftSoup HtmlTreeBuilderState.swift
[81/141] Compiling SwiftSoup Mutex.swift
[82/141] Compiling SwiftSoup HtmlTreeBuilder.swift
[83/141] Compiling SwiftSoup Collector.swift
[84/141] Compiling SwiftSoup CombiningEvaluator.swift
[85/141] Compiling SwiftSoup Comment.swift
[86/141] Compiling SwiftSoup CssSelector.swift
[87/141] Compiling SwiftSoup DataNode.swift
[96/147] Emitting module SwiftSoup
[97/147] Compiling SwiftSoup TextNode.swift
[98/147] Compiling SwiftSoup Token.swift
[99/147] Compiling SwiftSoup TokenQueue.swift
[100/147] Compiling SwiftSoup Tokeniser.swift
[101/147] Compiling SwiftSoup TokeniserState.swift
[102/147] Compiling SwiftSoup TreeBuilder.swift
[110/147] Compiling SwiftSoup Element.swift
[111/147] Compiling SwiftSoup Elements.swift
[112/147] Compiling SwiftSoup Entities.swift
[113/147] Compiling SwiftSoup Evaluator.swift
[114/147] Compiling SwiftSoup Exception.swift
[115/147] Compiling SwiftSoup FormElement.swift
[133/147] Compiling SwiftSoup Node.swift
[134/147] Compiling SwiftSoup NodeTraversor.swift
[135/147] Compiling SwiftSoup NodeVisitor.swift
[136/147] Compiling SwiftSoup OrderedSet.swift
[137/147] Compiling SwiftSoup ParseError.swift
[138/147] Compiling SwiftSoup UTF8Arrays.swift
[139/147] Compiling SwiftSoup UnicodeScalar.swift
[140/147] Compiling SwiftSoup Validate.swift
[141/147] Compiling SwiftSoup Whitelist.swift
[142/147] Compiling SwiftSoup XmlDeclaration.swift
[143/147] Compiling SwiftSoup XmlTreeBuilder.swift
[145/152] Compiling EmojiSourceKit EmojiDownloader.swift
[146/152] Compiling EmojiSourceKit EmojiScripts.swift
[147/152] Emitting module EmojiSourceKit
[148/152] Compiling EmojiSourceKit StringHelper.swift
[149/152] 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