Build Information
Failed to build SwiftGen, reference 6.7.0 (4fc8cf), with Swift 6.1 for Android on 30 Dec 2025 06:00:37 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: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/tuist/SwiftGen.git
Reference: 6.7.0
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/tuist/SwiftGen
* tag 6.7.0 -> FETCH_HEAD
HEAD is now at 4fc8cfd Merge pull request #1 from leszko11/feature/xcstrings-support
Cloned https://github.com/tuist/SwiftGen.git
Revision (git rev-parse @):
4fc8cfdfaea95cef9850098315286a12e55675e9
SUCCESS checkout https://github.com/tuist/SwiftGen.git at 6.7.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tuist/SwiftGen.git
https://github.com/tuist/SwiftGen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "difference",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzysztofzablocki/Difference.git"
},
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
},
{
"identity" : "komondor",
"requirement" : {
"exact" : [
"1.1.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor.git"
},
{
"identity" : "stencilswiftkit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftGen/StencilSwiftKit.git"
},
{
"identity" : "kanna",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.7",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tid-kijyun/Kanna.git"
}
],
"manifest_display_name" : "SwiftGen",
"name" : "SwiftGen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
}
],
"products" : [
{
"name" : "swiftgen",
"targets" : [
"SwiftGen"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftGenCLI",
"targets" : [
"SwiftGenCLI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftGenKit",
"targets" : [
"SwiftGenKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TestUtils",
"module_type" : "SwiftTarget",
"name" : "TestUtils",
"path" : "Sources/TestUtils",
"product_dependencies" : [
"Difference",
"PathKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/TestUtils/Fixtures/Configs",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TestUtils/Fixtures/Generated",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TestUtils/Fixtures/Resources",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TestUtils/Fixtures/StencilContexts",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Config.swift",
"Parser.swift",
"TestLogger.swift",
"TestsHelper+Context.swift",
"TestsHelper+Strings.swift",
"TestsHelper.swift",
"VariationGenerator.swift"
],
"target_dependencies" : [
"SwiftGenKit",
"SwiftGenCLI"
],
"type" : "library"
},
{
"c99name" : "TemplatesTests",
"module_type" : "SwiftTarget",
"name" : "TemplatesTests",
"path" : "Tests/TemplatesTests",
"product_dependencies" : [
"StencilSwiftKit"
],
"sources" : [
"ColorsTests.swift",
"CoreDataTests.swift",
"FilesTests.swift",
"FontsTests.swift",
"InterfaceBuilderMacOSTests.swift",
"InterfaceBuilderTests.swift",
"InterfaceBuilderiOSTests.swift",
"JsonTests.swift",
"PlistTests.swift",
"StringsCatalogTests.swift",
"StringsTests.swift",
"XCAssetsTests.swift",
"YamlTests.swift"
],
"target_dependencies" : [
"SwiftGenKit",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "SwiftGenTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGenTests",
"path" : "Tests/SwiftGenTests",
"sources" : [
"ConfigGenerateFileListTests.swift",
"ConfigInitTests.swift",
"ConfigLintTests.swift",
"ConfigReadTests.swift",
"ConfigRunTests.swift"
],
"target_dependencies" : [
"SwiftGenCLI",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "SwiftGenKitTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGenKitTests",
"path" : "Tests/SwiftGenKitTests",
"sources" : [
"AssetCatalogTests.swift",
"ColorsCLRFileTests.swift",
"ColorsJSONFileTests.swift",
"ColorsTests.swift",
"ColorsTextFileTests.swift",
"ColorsXMLFileTests.swift",
"CoreDataTests.swift",
"FilesTests.swift",
"FilterTests.swift",
"FontsTests.swift",
"InterfaceBuilderMacOSTests.swift",
"InterfaceBuilderiOSTests.swift",
"JSONTests.swift",
"PlistTests.swift",
"StringPlaceholderTypeTests.swift",
"StringsCatalogTests.swift",
"StringsTests.swift",
"YamlTests.swift"
],
"target_dependencies" : [
"SwiftGenKit",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "SwiftGenKit",
"module_type" : "SwiftTarget",
"name" : "SwiftGenKit",
"path" : "Sources/SwiftGenKit",
"product_dependencies" : [
"Kanna",
"PathKit",
"Stencil",
"Yams"
],
"product_memberships" : [
"swiftgen",
"SwiftGenCLI",
"SwiftGenKit"
],
"sources" : [
"Parsers/AnyCodable.swift",
"Parsers/AssetsCatalog/AssetsCatalogParser.swift",
"Parsers/AssetsCatalog/Catalog.swift",
"Parsers/AssetsCatalog/CatalogEntry.swift",
"Parsers/Colors/ColorsCLRFileParser.swift",
"Parsers/Colors/ColorsFileTypeParser.swift",
"Parsers/Colors/ColorsJSONFileParser.swift",
"Parsers/Colors/ColorsParser.swift",
"Parsers/Colors/ColorsTXTFileParser.swift",
"Parsers/Colors/ColorsXMLFileParser.swift",
"Parsers/CoreData/Attribute.swift",
"Parsers/CoreData/Configuration.swift",
"Parsers/CoreData/CoreDataParser.swift",
"Parsers/CoreData/Entity.swift",
"Parsers/CoreData/FetchRequest.swift",
"Parsers/CoreData/FetchedProperty.swift",
"Parsers/CoreData/Model.swift",
"Parsers/CoreData/Relationship.swift",
"Parsers/CoreData/UniquenessConstraints.swift",
"Parsers/CoreData/UserInfo.swift",
"Parsers/Files/FilesFile.swift",
"Parsers/Files/FilesParser.swift",
"Parsers/Filter.swift",
"Parsers/Fonts/CTFont.swift",
"Parsers/Fonts/Font.swift",
"Parsers/Fonts/FontsParser.swift",
"Parsers/InterfaceBuilder/InterfaceBuilderParser.swift",
"Parsers/InterfaceBuilder/Platform.swift",
"Parsers/InterfaceBuilder/Scene.swift",
"Parsers/InterfaceBuilder/Segue.swift",
"Parsers/InterfaceBuilder/Storyboard.swift",
"Parsers/JSON/JSONFile.swift",
"Parsers/JSON/JSONParser.swift",
"Parsers/Parser.swift",
"Parsers/ParserOption.swift",
"Parsers/ParserOptionList.swift",
"Parsers/ParserOptionValues.swift",
"Parsers/Plist/PlistFile.swift",
"Parsers/Plist/PlistParser.swift",
"Parsers/Strings/FileTypeParser/StringsCatalogFileParser.swift",
"Parsers/Strings/FileTypeParser/StringsDictFileParser.swift",
"Parsers/Strings/FileTypeParser/StringsFileParser.swift",
"Parsers/Strings/FileTypeParser/StringsFileTypeParser.swift",
"Parsers/Strings/FileTypeParser/StringsFileWithCommentsParser.swift",
"Parsers/Strings/PlaceholderType.swift",
"Parsers/Strings/StringsCatalogFile.swift",
"Parsers/Strings/StringsDictEntry.swift",
"Parsers/Strings/StringsEntry.swift",
"Parsers/Strings/StringsParser.swift",
"Parsers/Yaml/YamlFile.swift",
"Parsers/Yaml/YamlParser.swift",
"Stencil/AssetsCatalogParser+Context.swift",
"Stencil/ColorsParser+Context.swift",
"Stencil/CoreDataParser+Context.swift",
"Stencil/FilesParser+Context.swift",
"Stencil/FontsParser+Context.swift",
"Stencil/InterfaceBuilderParser+Context.swift",
"Stencil/JSONParser+Context.swift",
"Stencil/PlistParser+Context.swift",
"Stencil/StringsParser+Context.swift",
"Stencil/YamlParser+Context.swift",
"Utils/Bool.swift",
"Utils/Metadata.swift",
"Utils/Path.swift",
"Utils/String.swift",
"Utils/YAML.swift",
"Utils/YamsSerialization.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftGenCLI",
"module_type" : "SwiftTarget",
"name" : "SwiftGenCLI",
"path" : "Sources/SwiftGenCLI",
"product_dependencies" : [
"ArgumentParser",
"Kanna",
"PathKit",
"Stencil",
"StencilSwiftKit",
"Yams"
],
"product_memberships" : [
"swiftgen",
"SwiftGenCLI"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftGenCLI/templates",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Array+Parallel.swift",
"Config/Config+Example.swift",
"Config/Config+Lint.swift",
"Config/Config+Run.swift",
"Config/Config+XCFileList.swift",
"Config/Config.swift",
"Config/ConfigEntry.swift",
"Config/ConfigOutput.swift",
"Logs.swift",
"OutputDestination.swift",
"ParserCLI.swift",
"Path+CommonLocations.swift",
"Template Loader.swift",
"TemplateRef.swift"
],
"target_dependencies" : [
"SwiftGenKit"
],
"type" : "library"
},
{
"c99name" : "SwiftGen",
"module_type" : "SwiftTarget",
"name" : "SwiftGen",
"path" : "Sources/SwiftGen",
"product_memberships" : [
"swiftgen"
],
"sources" : [
"Command.swift",
"Commands/Config.swift",
"Commands/Config/Config Doc.swift",
"Commands/Config/Config GenerateXCFileLists.swift",
"Commands/Config/Config Init.swift",
"Commands/Config/Config Lint.swift",
"Commands/Config/Config Run.swift",
"Commands/Run.swift",
"Commands/Template.swift",
"Commands/Template/Template Cat.swift",
"Commands/Template/Template Doc.swift",
"Commands/Template/Template List.swift",
"Commands/Template/Template Which.swift",
"Common/DeprecatedCommand.swift",
"Common/ExperimentalFlags.swift",
"Common/ExpressibleByArgument.swift",
"Common/OutputDestination.swift",
"Version.swift"
],
"target_dependencies" : [
"SwiftGenCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
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: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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/krzysztofzablocki/Difference.git
[1/486] Fetching difference
Fetched https://github.com/krzysztofzablocki/Difference.git from cache (0.91s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/tid-kijyun/Kanna.git
Fetching https://github.com/SwiftGen/StencilSwiftKit.git
Fetching https://github.com/stencilproject/Stencil.git
[1/509] Fetching komondor
[510/2899] Fetching komondor, kanna
[2375/6907] Fetching komondor, kanna, stencilswiftkit
[3021/12200] Fetching komondor, kanna, stencilswiftkit, stencil
Fetched https://github.com/shibapm/Komondor.git from cache (0.25s)
[4951/11691] Fetching kanna, stencilswiftkit, stencil
Fetching https://github.com/apple/swift-argument-parser.git
[8286/22964] Fetching kanna, stencilswiftkit, stencil, yams
Fetched https://github.com/tid-kijyun/Kanna.git from cache (0.31s)
[6008/20574] Fetching stencilswiftkit, stencil, yams
Fetched https://github.com/stencilproject/Stencil.git from cache (0.39s)
[1617/15281] Fetching stencilswiftkit, yams
[2182/32268] Fetching stencilswiftkit, yams, swift-argument-parser
Fetching https://github.com/kylef/PathKit.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.92s)
Fetched https://github.com/jpsim/Yams.git from cache (2.22s)
[1/1438] Fetching pathkit
Fetched https://github.com/SwiftGen/StencilSwiftKit.git from cache (2.34s)
Fetched https://github.com/kylef/PathKit.git from cache (0.98s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit.git
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.10.1 (3.73s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (2.32s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/shibapm/PackageConfig.git
[1/580] Fetching packageconfig
[581/1560] Fetching packageconfig, shellout
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.23s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.24s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.79s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.06s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.67s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (0.58s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.55s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.87s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.63s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.86s)
Creating working copy for https://github.com/SwiftGen/StencilSwiftKit.git
Working copy of https://github.com/SwiftGen/StencilSwiftKit.git resolved at 2.10.1
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.3
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Creating working copy for https://github.com/tid-kijyun/Kanna.git
Working copy of https://github.com/tid-kijyun/Kanna.git resolved at 5.3.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.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.7.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/krzysztofzablocki/Difference.git
Working copy of https://github.com/krzysztofzablocki/Difference.git resolved at master (1deadf0)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/39] Write sources
[2/39] Copying PrivacyInfo.xcprivacy
[15/39] Copying Configs
[16/39] Copying StencilContexts
[17/39] Copying templates
[18/39] Copying Generated
[19/39] Compiling writer.c
[20/39] Copying Resources
[21/39] Compiling reader.c
[22/39] Compiling parser.c
[23/39] Compiling api.c
[24/39] Compiling emitter.c
[25/39] Write swift-version-24593BA9C3E375BF.txt
[26/39] Compiling scanner.c
[28/73] Emitting module ArgumentParserToolInfo
[29/73] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/74] Emitting module Yams
[32/76] Compiling Yams Tag.swift
[33/76] Compiling Yams YamlAnchorProviding.swift
[33/76] Wrapping AST for ArgumentParserToolInfo for debugging
[35/122] Compiling ArgumentParser InputOrigin.swift
[36/122] Compiling ArgumentParser Name.swift
[37/122] Compiling ArgumentParser Parsed.swift
[38/122] Compiling ArgumentParser ParsedValues.swift
[39/122] Compiling ArgumentParser ParserError.swift
[40/122] Compiling ArgumentParser SplitArguments.swift
[41/128] Emitting module ArgumentParser
[42/128] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/128] Compiling ArgumentParser CompletionsGenerator.swift
[44/128] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/128] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/128] Compiling ArgumentParser Argument.swift
[47/128] Compiling ArgumentParser ArgumentDiscussion.swift
[48/128] Compiling ArgumentParser ArgumentHelp.swift
[49/128] Compiling ArgumentParser ArgumentVisibility.swift
[50/128] Compiling ArgumentParser CompletionKind.swift
[51/128] Compiling ArgumentParser Errors.swift
[52/128] Compiling ArgumentParser Flag.swift
[53/128] Compiling ArgumentParser NameSpecification.swift
[54/128] Compiling ArgumentParser Option.swift
[55/128] Compiling ArgumentParser OptionGroup.swift
[56/128] Compiling ArgumentParser Tree.swift
[57/128] Compiling ArgumentParser CodingKeyValidator.swift
[58/128] Compiling ArgumentParser NonsenseFlagsValidator.swift
[59/128] Compiling ArgumentParser ParsableArgumentsValidation.swift
[60/128] Compiling ArgumentParser PositionalArgumentsValidator.swift
[61/128] Compiling ArgumentParser UniqueNamesValidator.swift
[62/128] Compiling ArgumentParser DumpHelpGenerator.swift
[63/128] Compiling ArgumentParser HelpCommand.swift
[64/128] Compiling ArgumentParser HelpGenerator.swift
[65/128] Compiling ArgumentParser MessageInfo.swift
[66/128] Compiling ArgumentParser UsageGenerator.swift
[67/128] Compiling ArgumentParser CollectionExtensions.swift
[68/128] Compiling ArgumentParser Foundation.swift
[69/128] Compiling ArgumentParser Mutex.swift
[70/128] Compiling ArgumentParser Platform.swift
[71/128] Compiling ArgumentParser SequenceExtensions.swift
[72/128] Compiling ArgumentParser StringExtensions.swift
[73/128] Compiling ArgumentParser SwiftExtensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/128] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[75/128] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[76/128] Compiling Kanna libxmlParserOption.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2-kanna.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:9: note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
1 | #import <libxml2/libxml/HTMLtree.h>
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
2 | #import <libxml2/libxml/xpath.h>
3 | #import <libxml2/libxml/xpathInternals.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
14 | #include <stdio.h>
15 | #include <libxml/xmlversion.h>
16 | #include <libxml/tree.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
17 | #include <libxml/HTMLparser.h>
18 |
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
| `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
| `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
| `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
16 |
17 | #include <libxml/xmlversion.h>
18 | #include <libxml/parser.h>
| `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
19 | #include <libxml/xmlerror.h>
20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
810 | #endif
811 |
812 | #include <libxml/encoding.h>
| `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
813 | #include <libxml/xmlIO.h>
814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
29 | #endif
30 | #ifdef LIBXML_ICU_ENABLED
31 | #include <unicode/ucnv.h>
| `- error: 'unicode/ucnv.h' file not found
32 | #endif
33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/Kanna/Sources/Kanna/CSS.swift:26:8: error: could not build C module 'libxml2'
24 | */
25 | import Foundation
26 | import libxml2
| `- error: could not build C module 'libxml2'
27 |
28 | typealias AKRegularExpression = NSRegularExpression
[77/128] Compiling Kanna libxmlHTMLNode.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2-kanna.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:9: note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
1 | #import <libxml2/libxml/HTMLtree.h>
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
2 | #import <libxml2/libxml/xpath.h>
3 | #import <libxml2/libxml/xpathInternals.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
14 | #include <stdio.h>
15 | #include <libxml/xmlversion.h>
16 | #include <libxml/tree.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
17 | #include <libxml/HTMLparser.h>
18 |
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
| `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
| `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
| `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
16 |
17 | #include <libxml/xmlversion.h>
18 | #include <libxml/parser.h>
| `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
19 | #include <libxml/xmlerror.h>
20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
810 | #endif
811 |
812 | #include <libxml/encoding.h>
| `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
813 | #include <libxml/xmlIO.h>
814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
29 | #endif
30 | #ifdef LIBXML_ICU_ENABLED
31 | #include <unicode/ucnv.h>
| `- error: 'unicode/ucnv.h' file not found
32 | #endif
33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/Kanna/Sources/Kanna/CSS.swift:26:8: error: could not build C module 'libxml2'
24 | */
25 | import Foundation
26 | import libxml2
| `- error: could not build C module 'libxml2'
27 |
28 | typealias AKRegularExpression = NSRegularExpression
[78/128] Compiling Kanna resource_bundle_accessor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2-kanna.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:9: note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
1 | #import <libxml2/libxml/HTMLtree.h>
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
2 | #import <libxml2/libxml/xpath.h>
3 | #import <libxml2/libxml/xpathInternals.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
14 | #include <stdio.h>
15 | #include <libxml/xmlversion.h>
16 | #include <libxml/tree.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
17 | #include <libxml/HTMLparser.h>
18 |
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
| `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
| `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
| `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
16 |
17 | #include <libxml/xmlversion.h>
18 | #include <libxml/parser.h>
| `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
19 | #include <libxml/xmlerror.h>
20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
810 | #endif
811 |
812 | #include <libxml/encoding.h>
| `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
813 | #include <libxml/xmlIO.h>
814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
29 | #endif
30 | #ifdef LIBXML_ICU_ENABLED
31 | #include <unicode/ucnv.h>
| `- error: 'unicode/ucnv.h' file not found
32 | #endif
33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/Kanna/Sources/Kanna/CSS.swift:26:8: error: could not build C module 'libxml2'
24 | */
25 | import Foundation
26 | import libxml2
| `- error: could not build C module 'libxml2'
27 |
28 | typealias AKRegularExpression = NSRegularExpression
[79/128] Compiling ArgumentParser ExpressibleByArgument.swift
[80/128] Compiling ArgumentParser ParsableArguments.swift
[81/128] Compiling ArgumentParser ParentCommand.swift
[82/128] Compiling ArgumentParser AsyncParsableCommand.swift
[83/128] Compiling ArgumentParser CommandConfiguration.swift
[84/128] Compiling ArgumentParser CommandGroup.swift
[85/128] Compiling ArgumentParser EnumerableFlag.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2-kanna.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:9: note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
1 | #import <libxml2/libxml/HTMLtree.h>
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
2 | #import <libxml2/libxml/xpath.h>
3 | #import <libxml2/libxml/xpathInternals.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
14 | #include <stdio.h>
15 | #include <libxml/xmlversion.h>
16 | #include <libxml/tree.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
17 | #include <libxml/HTMLparser.h>
18 |
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
| `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
| `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
| `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
16 |
17 | #include <libxml/xmlversion.h>
18 | #include <libxml/parser.h>
| `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
19 | #include <libxml/xmlerror.h>
20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
810 | #endif
811 |
812 | #include <libxml/encoding.h>
| `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
813 | #include <libxml/xmlIO.h>
814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
29 | #endif
30 | #ifdef LIBXML_ICU_ENABLED
31 | #include <unicode/ucnv.h>
| `- error: 'unicode/ucnv.h' file not found
32 | #endif
33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/Kanna/Sources/Kanna/CSS.swift:26:8: error: could not build C module 'libxml2'
24 | */
25 | import Foundation
26 | import libxml2
| `- error: could not build C module 'libxml2'
27 |
28 | typealias AKRegularExpression = NSRegularExpression
[88/128] Emitting module Difference
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: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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
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/15] Write swift-version-24593BA9C3E375BF.txt
[4/49] Compiling Kanna resource_bundle_accessor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2-kanna.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:9: note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
1 | #import <libxml2/libxml/HTMLtree.h>
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
2 | #import <libxml2/libxml/xpath.h>
3 | #import <libxml2/libxml/xpathInternals.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
14 | #include <stdio.h>
15 | #include <libxml/xmlversion.h>
16 | #include <libxml/tree.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
17 | #include <libxml/HTMLparser.h>
18 |
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
| `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
| `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
| `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
16 |
17 | #include <libxml/xmlversion.h>
18 | #include <libxml/parser.h>
| `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
19 | #include <libxml/xmlerror.h>
20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
810 | #endif
811 |
812 | #include <libxml/encoding.h>
| `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
813 | #include <libxml/xmlIO.h>
814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
29 | #endif
30 | #ifdef LIBXML_ICU_ENABLED
31 | #include <unicode/ucnv.h>
| `- error: 'unicode/ucnv.h' file not found
32 | #endif
33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/Kanna/Sources/Kanna/CSS.swift:26:8: error: could not build C module 'libxml2'
24 | */
25 | import Foundation
26 | import libxml2
| `- error: could not build C module 'libxml2'
27 |
28 | typealias AKRegularExpression = NSRegularExpression
[5/49] Compiling Yams Tag.swift
[6/49] Compiling Yams YamlAnchorProviding.swift
[7/51] Compiling Yams Resolver.swift
[8/51] Compiling Yams String+Yams.swift
[9/51] Compiling Kanna libxmlHTMLDocument.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2-kanna.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:9: note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
1 | #import <libxml2/libxml/HTMLtree.h>
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
2 | #import <libxml2/libxml/xpath.h>
3 | #import <libxml2/libxml/xpathInternals.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
14 | #include <stdio.h>
15 | #include <libxml/xmlversion.h>
16 | #include <libxml/tree.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
17 | #include <libxml/HTMLparser.h>
18 |
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
| `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
| `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
| `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
16 |
17 | #include <libxml/xmlversion.h>
18 | #include <libxml/parser.h>
| `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
19 | #include <libxml/xmlerror.h>
20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
810 | #endif
811 |
812 | #include <libxml/encoding.h>
| `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
813 | #include <libxml/xmlIO.h>
814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
29 | #endif
30 | #ifdef LIBXML_ICU_ENABLED
31 | #include <unicode/ucnv.h>
| `- error: 'unicode/ucnv.h' file not found
32 | #endif
33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/Kanna/Sources/Kanna/CSS.swift:26:8: error: could not build C module 'libxml2'
24 | */
25 | import Foundation
26 | import libxml2
| `- error: could not build C module 'libxml2'
27 |
28 | typealias AKRegularExpression = NSRegularExpression
[10/51] Compiling Kanna Kanna.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2-kanna.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:9: note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
1 | #import <libxml2/libxml/HTMLtree.h>
| `- note: in file included from /host/spi-builder-workspace/.build/checkouts/Kanna/Modules/libxml2-kanna.h:1:
2 | #import <libxml2/libxml/xpath.h>
3 | #import <libxml2/libxml/xpathInternals.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
14 | #include <stdio.h>
15 | #include <libxml/xmlversion.h>
16 | #include <libxml/tree.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/HTMLtree.h:16:
17 | #include <libxml/HTMLparser.h>
18 |
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
| `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
| `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
| `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
16 |
17 | #include <libxml/xmlversion.h>
18 | #include <libxml/parser.h>
| `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
19 | #include <libxml/xmlerror.h>
20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
810 | #endif
811 |
812 | #include <libxml/encoding.h>
| `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
813 | #include <libxml/xmlIO.h>
814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
29 | #endif
30 | #ifdef LIBXML_ICU_ENABLED
31 | #include <unicode/ucnv.h>
| `- error: 'unicode/ucnv.h' file not found
32 | #endif
33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/Kanna/Sources/Kanna/CSS.swift:26:8: error: could not build C module 'libxml2'
24 | */
25 | import Foundation
26 | import libxml2
| `- error: could not build C module 'libxml2'
27 |
28 | typealias AKRegularExpression = NSRegularExpression
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/51] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[12/51] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[13/51] Emitting module ArgumentParserToolInfo
[14/51] Emitting module Difference
BUILD FAILURE 6.1 android