Build Information
Failed to build EmojiKit, reference main (d7165c), with Swift 6.1 for Android on 15 Oct 2025 20:01:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/niklasamslgruber/EmojiKit.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
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-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/4634] Fetching swiftsoup
[187/21289] Fetching swiftsoup, swift-argument-parser
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.97s)
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.6.2 (2.48s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.1 (0.96s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/nicklockwood/LRUCache.git
[1/320] Fetching lrucache
[321/2134] Fetching lrucache, swift-atomics
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.34s)
[635/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.36s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (3.44s)
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
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/25] Write sources
[2/25] Copying emojis_v15.1.json
[3/25] Copying emojis_v15.0.json
[7/25] Copying emojis_v14.0.json
[8/25] Write sources
[9/25] Copying emojis_v13.1.json
[9/25] Copying emojis_v16.0.json
[12/25] Write sources
[14/25] Compiling _AtomicsShims.c
[14/25] Write swift-version-24593BA9C3E375BF.txt
[17/52] Emitting module Atomics
[18/54] Emitting module ArgumentParserToolInfo
[19/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/55] Compiling Atomics ManagedAtomic.swift
[21/55] Compiling Atomics ManagedAtomicLazyReference.swift
[22/55] Compiling Atomics AtomicStorage.swift
[23/55] Compiling Atomics AtomicValue.swift
[24/55] Compiling Atomics IntegerOperations.swift
[25/55] Compiling Atomics Unmanaged extensions.swift
[26/55] Compiling Atomics AtomicMemoryOrderings.swift
[27/55] Compiling Atomics DoubleWord.swift
[28/55] Compiling Atomics AtomicInteger.swift
[29/55] Compiling Atomics AtomicOptionalWrappable.swift
[30/55] Compiling Atomics AtomicReference.swift
[31/55] Compiling Atomics UnsafeAtomic.swift
[32/55] Compiling Atomics UnsafeAtomicLazyReference.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
[40/56] Emitting module EmojiKit
[40/56] Wrapping AST for ArgumentParserToolInfo for debugging
[42/100] Wrapping AST for Atomics for debugging
[44/100] Emitting module ArgumentParser
[45/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/100] Compiling ArgumentParser CompletionsGenerator.swift
[47/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/100] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/100] Compiling ArgumentParser Argument.swift
[50/100] Compiling ArgumentParser ArgumentDiscussion.swift
[51/100] Compiling ArgumentParser ArgumentHelp.swift
[52/106] Compiling EmojiKit resource_bundle_accessor.swift
[53/106] Compiling EmojiKit UnicodeEmojiCategory.swift
[54/106] Compiling EmojiKit EmojiManager.swift
[55/106] Compiling LRUCache LRUCache.swift
[56/106] Emitting module LRUCache
[57/107] Compiling ArgumentParser CollectionExtensions.swift
[58/107] Compiling ArgumentParser Mutex.swift
[59/107] Compiling ArgumentParser Platform.swift
[60/107] Compiling ArgumentParser SequenceExtensions.swift
[61/107] Compiling ArgumentParser StringExtensions.swift
[62/107] Compiling ArgumentParser SwiftExtensions.swift
[63/107] Compiling EmojiKit AppleEmojiCategory.swift
[66/108] Compiling ArgumentParser ArgumentVisibility.swift
[67/108] Compiling ArgumentParser CompletionKind.swift
[68/108] Compiling ArgumentParser Errors.swift
[69/108] Compiling ArgumentParser Flag.swift
[70/108] Compiling ArgumentParser NameSpecification.swift
[71/108] Compiling ArgumentParser Option.swift
[72/108] Compiling ArgumentParser InputKey.swift
[73/108] Compiling ArgumentParser InputOrigin.swift
[74/108] Compiling ArgumentParser Name.swift
[75/108] Compiling ArgumentParser Parsed.swift
[76/108] Compiling ArgumentParser ParsedValues.swift
[77/108] Compiling ArgumentParser ParserError.swift
[78/108] Compiling ArgumentParser SplitArguments.swift
[79/108] Compiling ArgumentParser DumpHelpGenerator.swift
[80/108] Compiling ArgumentParser HelpCommand.swift
[81/108] Compiling ArgumentParser HelpGenerator.swift
[82/108] Compiling ArgumentParser MessageInfo.swift
[83/108] Compiling ArgumentParser UsageGenerator.swift
[83/108] Wrapping AST for EmojiKit for debugging
[84/108] Wrapping AST for LRUCache for debugging
[86/108] Compiling ArgumentParser Tree.swift
[87/108] Compiling ArgumentParser CodingKeyValidator.swift
[88/108] Compiling ArgumentParser NonsenseFlagsValidator.swift
[89/108] Compiling ArgumentParser ParsableArgumentsValidation.swift
[90/108] Compiling ArgumentParser PositionalArgumentsValidator.swift
[91/108] Compiling ArgumentParser UniqueNamesValidator.swift
[92/137] Compiling SwiftSoup HtmlTreeBuilder.swift
[93/137] Compiling SwiftSoup HtmlTreeBuilderState.swift
[94/137] Compiling SwiftSoup Mutex.swift
[95/137] Compiling SwiftSoup Node.swift
[96/137] Compiling SwiftSoup NodeTraversor.swift
[97/137] Compiling SwiftSoup NodeVisitor.swift
[98/137] Compiling ArgumentParser ParsableArguments.swift
[99/137] Compiling ArgumentParser ParsableCommand.swift
[100/137] Compiling ArgumentParser ArgumentDecoder.swift
[101/137] Compiling ArgumentParser ArgumentDefinition.swift
[102/137] Compiling ArgumentParser ArgumentSet.swift
[103/137] Compiling ArgumentParser CommandParser.swift
[104/158] Wrapping AST for ArgumentParser for debugging
[106/158] 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
[107/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
[108/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
[109/164] Compiling SwiftSoup TokenQueue.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/164] Compiling SwiftSoup Tokeniser.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/164] Compiling SwiftSoup TokeniserState.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
[112/164] Compiling SwiftSoup TreeBuilder.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
[113/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
[114/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
[115/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
[116/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
[117/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
[118/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
[119/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
[120/164] Compiling SwiftSoup StreamReader.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 String.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 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
[123/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
[124/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
[125/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
[126/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
<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
[132/164] Compiling SwiftSoup OrderedSet.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 ParseError.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
[140/164] 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
[141/164] 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
[142/164] 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
[143/164] 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
[144/164] 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
[145/164] 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
[146/164] Compiling SwiftSoup DocumentType.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
[147/164] Compiling SwiftSoup Attribute.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
[148/164] Compiling SwiftSoup Attributes.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
[149/164] Compiling SwiftSoup BinarySearch.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
[150/164] Compiling SwiftSoup BooleanAttribute.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
[151/164] Compiling SwiftSoup CharacterExt.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
[152/164] Compiling SwiftSoup CharacterReader.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
[153/164] Compiling SwiftSoup Cleaner.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
[154/164] Compiling SwiftSoup Element.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
[155/164] Compiling SwiftSoup Elements.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
[156/164] Compiling SwiftSoup Entities.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
[157/164] Compiling SwiftSoup Evaluator.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
[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
<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 EmojiScripts.swift
[164/170] Compiling EmojiSourceKit EmojiDownloader.swift
[165/170] Compiling EmojiSourceKit StringHelper.swift
[166/170] Emitting module EmojiSourceKit
[167/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 Atomics ManagedAtomic.swift
[7/39] Compiling Atomics ManagedAtomicLazyReference.swift
[8/39] Compiling Atomics UnsafeAtomic.swift
[9/39] Compiling Atomics UnsafeAtomicLazyReference.swift
[10/41] Compiling Atomics AtomicStorage.swift
[11/41] Compiling Atomics AtomicValue.swift
[12/41] Compiling Atomics AtomicMemoryOrderings.swift
[13/41] Compiling Atomics DoubleWord.swift
[14/41] Compiling EmojiKit UnicodeEmojiCategory.swift
[15/41] Compiling EmojiKit AppleEmojiCategory.swift
[16/41] Compiling EmojiKit EmojiManager.swift
[17/41] Emitting module EmojiKit
[18/41] Compiling LRUCache LRUCache.swift
[21/43] Compiling Atomics AtomicInteger.swift
[22/43] Compiling Atomics AtomicOptionalWrappable.swift
[23/43] Compiling Atomics AtomicReference.swift
[24/43] Compiling Atomics IntegerOperations.swift
[25/43] Compiling Atomics Unmanaged extensions.swift
[26/41] Emitting module ArgumentParserToolInfo
[27/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[29/85] Emitting module Atomics
[30/85] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/85] Compiling ArgumentParser CompletionsGenerator.swift
[32/85] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/85] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/85] Compiling ArgumentParser Argument.swift
[35/85] Compiling ArgumentParser ArgumentDiscussion.swift
[36/86] Emitting module ArgumentParser
[38/92] Compiling ArgumentParser CollectionExtensions.swift
[39/92] Compiling ArgumentParser Mutex.swift
[40/92] Compiling ArgumentParser Platform.swift
[41/92] Compiling ArgumentParser SequenceExtensions.swift
[42/92] Compiling ArgumentParser StringExtensions.swift
[43/92] Compiling ArgumentParser SwiftExtensions.swift
[43/92] Wrapping AST for Atomics for debugging
[45/141] Compiling SwiftSoup Parser.swift
[46/141] Compiling SwiftSoup ParsingStrings.swift
[47/141] Compiling SwiftSoup Pattern.swift
[48/141] Compiling SwiftSoup QueryParser.swift
[49/141] Compiling SwiftSoup QueryParserCache.swift
[50/141] Compiling ArgumentParser UniqueNamesValidator.swift
[51/141] Compiling SwiftSoup Attribute.swift
[52/141] Compiling SwiftSoup Attributes.swift
[53/141] Compiling SwiftSoup BinarySearch.swift
[54/141] Compiling SwiftSoup BooleanAttribute.swift
[55/141] Compiling SwiftSoup CharacterExt.swift
[56/141] Compiling SwiftSoup CharacterReader.swift
[57/141] Compiling SwiftSoup Cleaner.swift
[58/141] Compiling SwiftSoup Element.swift
[59/141] Compiling SwiftSoup Elements.swift
[60/141] Compiling SwiftSoup Entities.swift
[61/141] Compiling SwiftSoup Evaluator.swift
[62/141] Compiling SwiftSoup Exception.swift
[63/141] Compiling SwiftSoup FormElement.swift
[64/141] Compiling SwiftSoup Tokeniser.swift
[65/141] Compiling SwiftSoup TokeniserState.swift
[66/141] Compiling SwiftSoup TreeBuilder.swift
[67/141] Compiling SwiftSoup StreamReader.swift
[68/141] Compiling SwiftSoup String.swift
[69/141] Compiling SwiftSoup StringBuilder.swift
[70/141] Compiling SwiftSoup OrderedSet.swift
[71/141] Compiling SwiftSoup ParseError.swift
[72/141] Compiling SwiftSoup Collector.swift
[73/141] Compiling SwiftSoup CombiningEvaluator.swift
[74/141] Compiling SwiftSoup Comment.swift
[75/141] Compiling SwiftSoup CssSelector.swift
[76/141] Compiling SwiftSoup DataNode.swift
[77/141] Compiling SwiftSoup Document.swift
[78/141] Compiling SwiftSoup DocumentType.swift
[79/141] Compiling SwiftSoup TextNode.swift
[80/141] Compiling SwiftSoup Token.swift
[81/141] Compiling SwiftSoup TokenQueue.swift
[82/141] Compiling SwiftSoup HtmlTreeBuilder.swift
[83/141] Compiling SwiftSoup HtmlTreeBuilderState.swift
[84/141] Compiling SwiftSoup Mutex.swift
[85/141] Compiling SwiftSoup Node.swift
[86/141] Compiling SwiftSoup NodeTraversor.swift
[87/141] Compiling SwiftSoup NodeVisitor.swift
[98/148] Compiling SwiftSoup StringUtil.swift
[99/148] Compiling SwiftSoup StructuralEvaluator.swift
[100/148] Compiling SwiftSoup SwiftSoup.swift
[101/148] Compiling SwiftSoup Tag.swift
[102/148] Compiling SwiftSoup ParseErrorList.swift
[103/148] Compiling SwiftSoup ParseSettings.swift
[130/147] Emitting module SwiftSoup
[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 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
[146/152] Compiling EmojiSourceKit StringHelper.swift
[147/152] Emitting module EmojiSourceKit
[148/152] Compiling EmojiSourceKit EmojiScripts.swift
[149/152] Compiling EmojiSourceKit EmojiDownloader.swift
BUILD FAILURE 6.1 android