Build Information
Failed to build sword, reference 0.5.0 (01eb42
), with Swift 6.1 for Android on 30 May 2025 18:02:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rockname/sword.git
Reference: 0.5.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/rockname/sword
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 01eb420 Merge pull request #30 from rockname/update-readme
Cloned https://github.com/rockname/sword.git
Revision (git rev-parse @):
01eb420d4c100b4045d9319d9cddd91f0f05ad35
SUCCESS checkout https://github.com/rockname/sword.git at 0.5.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/rockname/sword.git
https://github.com/rockname/sword.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"600.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.2",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swiftgraph",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/davecom/SwiftGraph"
},
{
"identity" : "pathkit",
"requirement" : {
"exact" : [
"1.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
}
],
"manifest_display_name" : "sword",
"name" : "sword",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Sword",
"targets" : [
"Sword"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwordBuildToolPlugin",
"targets" : [
"SwordBuildToolPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwordCommand",
"targets" : [
"SwordCommand"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwordMacros",
"targets" : [
"SwordMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwordMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SwordMacrosTests",
"path" : "Tests/SwordMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ComponentMacroTests.swift",
"SubcomponentMacroTests.swift"
],
"target_dependencies" : [
"SwordMacros",
"SwordComponentArgument",
"SwiftSyntaxSupport"
],
"type" : "test"
},
{
"c99name" : "SwordMacros",
"module_type" : "SwiftTarget",
"name" : "SwordMacros",
"path" : "Sources/SwordMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Sword",
"SwordMacros"
],
"sources" : [
"ComponentMacro.swift",
"DependencyMacro.swift",
"Diagnostics/DiagnosticsError+init.swift",
"Diagnostics/SwordDiagnostic.swift",
"InjectedMacro.swift",
"ModuleMacro.swift",
"ProviderMacro.swift",
"SubcomponentMacro.swift",
"SwordMacros.swift"
],
"target_dependencies" : [
"SwordComponentArgument",
"SwiftSyntaxSupport"
],
"type" : "macro"
},
{
"c99name" : "SwordGenerator",
"module_type" : "SwiftTarget",
"name" : "SwordGenerator",
"path" : "Sources/SwordGenerator",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftGraph"
],
"product_memberships" : [
"SwordBuildToolPlugin",
"SwordCommand"
],
"sources" : [
"Descriptor/DependencyDescriptor.swift",
"Descriptor/ModuleDescriptor.swift",
"Descriptor/ProviderDescriptor.swift",
"Descriptor/RootComponentDescriptor.swift",
"Descriptor/SubcomponentDescriptor.swift",
"Exporter/Renderer/SwordRenderer.swift",
"Exporter/SwordExporter.swift",
"Extension/Scope+methodName.swift",
"Factory/BindingGraphFactory.swift",
"Factory/ComponentTreeFactory.swift",
"Factory/DependenciesFactory.swift",
"Factory/Factory.swift",
"Factory/ModulesFactory.swift",
"Logging/Logging.swift",
"Model/Binding.swift",
"Model/BindingGraph.swift",
"Model/Component.swift",
"Model/ComponentName.swift",
"Model/ComponentTree.swift",
"Model/Dependency.swift",
"Model/Import.swift",
"Model/Initializer.swift",
"Model/Interface.swift",
"Model/Module.swift",
"Model/Parameter.swift",
"Model/Provider.swift",
"Model/SourceFile.swift",
"Parser/SwordParser.swift",
"Parser/Visitor/ComponentVisitor.swift",
"Parser/Visitor/DependencyVisitor.swift",
"Parser/Visitor/Extension/AttributeListSyntax+attribute.swift",
"Parser/Visitor/ImportVisitor.swift",
"Parser/Visitor/ModuleVisitor.swift",
"Parser/Visitor/SourceFileVisitor.swift",
"Parser/Visitor/SubcomponentVisitor.swift",
"Reporter/Report.swift",
"Reporter/SwordReporter.swift",
"SwordGenerator.swift"
],
"target_dependencies" : [
"SwordFoundation",
"SwordComponentArgument",
"SwiftSyntaxSupport"
],
"type" : "library"
},
{
"c99name" : "SwordFoundation",
"module_type" : "SwiftTarget",
"name" : "SwordFoundation",
"path" : "Sources/SwordFoundation",
"product_memberships" : [
"Sword",
"SwordBuildToolPlugin",
"SwordCommand",
"SwordMacros"
],
"sources" : [
"Key.swift",
"Scope.swift",
"Type.swift"
],
"type" : "library"
},
{
"c99name" : "SwordComponentArgument",
"module_type" : "SwiftTarget",
"name" : "SwordComponentArgument",
"path" : "Sources/SwordComponentArgument",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"Sword",
"SwordBuildToolPlugin",
"SwordCommand",
"SwordMacros"
],
"sources" : [
"ComponentArgument.swift"
],
"target_dependencies" : [
"SwordFoundation"
],
"type" : "library"
},
{
"c99name" : "SwordCommand",
"module_type" : "SwiftTarget",
"name" : "SwordCommand",
"path" : "Sources/SwordCommand",
"product_dependencies" : [
"PathKit",
"SwiftSyntax",
"SwiftParser",
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"SwordBuildToolPlugin",
"SwordCommand"
],
"sources" : [
"Configuration.swift",
"String+isFile.swift",
"SwordCommand.swift"
],
"target_dependencies" : [
"SwordGenerator"
],
"type" : "executable"
},
{
"c99name" : "SwordBuildToolPlugin",
"module_type" : "PluginTarget",
"name" : "SwordBuildToolPlugin",
"path" : "Plugins/SwordBuildToolPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SwordBuildToolPlugin"
],
"sources" : [
"SwordBuildToolPlugin.swift"
],
"target_dependencies" : [
"SwordCommand"
],
"type" : "plugin"
},
{
"c99name" : "Sword",
"module_type" : "SwiftTarget",
"name" : "Sword",
"path" : "Sources/Sword",
"product_memberships" : [
"Sword"
],
"sources" : [
"Assisted.swift",
"Component.swift",
"Dependency.swift",
"Injected.swift",
"InstanceStore.swift",
"Module.swift",
"Provider.swift",
"Subcomponent.swift"
],
"target_dependencies" : [
"SwordFoundation",
"SwordMacros"
],
"type" : "library"
},
{
"c99name" : "SwiftSyntaxSupport",
"module_type" : "SwiftTarget",
"name" : "SwiftSyntaxSupport",
"path" : "Sources/SwiftSyntaxSupport",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"Sword",
"SwordBuildToolPlugin",
"SwordCommand",
"SwordMacros"
],
"sources" : [
"Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/davecom/SwiftGraph
Fetching https://github.com/jpsim/Yams.git
[1/3193] Fetching swiftgraph
[449/4604] Fetching swiftgraph, pathkit
[1743/15261] Fetching swiftgraph, pathkit, yams
[7270/30647] Fetching swiftgraph, pathkit, yams, swift-argument-parser
Fetching https://github.com/apple/swift-syntax.git
Fetched https://github.com/apple/swift-argument-parser from cache (1.95s)
[14089/15261] Fetching swiftgraph, pathkit, yams
Fetched https://github.com/davecom/SwiftGraph from cache (2.65s)
Fetched https://github.com/kylef/PathKit.git from cache (2.66s)
Fetched https://github.com/jpsim/Yams.git from cache (2.72s)
[1/70522] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (8.60s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (14.13s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.44s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.1.0 (3.92s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (1.50s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.09s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.07s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.02s)
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/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-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
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/davecom/SwiftGraph
Working copy of https://github.com/davecom/SwiftGraph resolved at 3.1.0
/host/spi-builder-workspace/Plugins/SwordBuildToolPlugin/SwordBuildToolPlugin.swift:11:28: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
9 |
10 | let inputDirectories = dependencies.compactMap { dependency in
11 | dependency.directory.string.replacingOccurrences(
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
12 | of: context.package.directoryURL.path(),
13 | with: ""
[1/1] Compiling plugin SwordBuildToolPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/112] Write sources
[27/112] Compiling _SwiftSyntaxCShims dummy.c
[28/112] Write sources
[30/112] Compiling _SwiftSyntaxCShims dummy.c
[30/112] Write sources
[30/112] Compiling writer.c
[48/112] Compiling reader.c
[49/112] Compiling writer.c
[50/112] Compiling parser.c
[51/112] Compiling reader.c
[52/112] Compiling api.c
[52/112] Write sources
[55/112] Compiling parser.c
[56/112] Compiling emitter.c
[57/112] Compiling api.c
[58/112] Compiling emitter.c
[59/112] Compiling scanner.c
[60/112] Write swift-version-24593BA9C3E375BF.txt
[61/112] Compiling scanner.c
[63/164] Emitting module SwiftSyntax600
[64/164] Emitting module SwiftGraph
[65/166] Compiling SwiftSyntax600 Empty.swift
[66/167] Emitting module SwiftSyntax510
[67/167] Compiling SwiftSyntax510 Empty.swift
[68/168] Emitting module SwiftSyntax509
[69/168] Compiling SwiftSyntax509 Empty.swift
[70/169] Compiling SwiftGraph UnweightedEdge.swift
[71/169] Compiling SwiftGraph UnweightedGraph.swift
[72/169] Compiling Yams Tag.swift
[73/169] Compiling Yams YamlAnchorProviding.swift
[76/171] Compiling SwiftGraph Union.swift
[77/171] Compiling SwiftGraph UniqueElementsGraph.swift
[78/171] Compiling SwiftGraph Stack.swift
[79/171] Compiling SwiftGraph SwiftPriorityQueue.swift
[81/171] Compiling SwiftGraph Search.swift
[82/171] Compiling SwiftGraph Sort.swift
[83/172] Compiling SwiftSyntax600 Empty.swift
[84/172] Emitting module SwiftSyntax600
[86/196] Emitting module SwiftSyntax510
[87/196] Compiling SwiftSyntax510 Empty.swift
[88/197] Compiling SwiftSyntax509 Empty.swift
[89/197] Emitting module SwiftSyntax509
[90/198] Emitting module Yams
[92/198] Compiling Yams Tag.swift
[93/198] Compiling Yams YamlAnchorProviding.swift
[95/280] Compiling SwordFoundation Scope.swift
[96/280] Compiling SwordFoundation Type.swift
[97/280] Compiling SwiftSyntax MissingNodeInitializers.swift
[98/280] Compiling SwiftSyntax RawSyntax.swift
[99/280] Emitting module SwordFoundation
[100/280] Compiling SwordFoundation Key.swift
[101/281] Compiling SwiftGraph Queue.swift
[102/281] Compiling SwiftGraph Reversed.swift
[103/281] Compiling SwiftGraph Constructors.swift
[104/281] Compiling SwiftGraph Cycle.swift
[105/281] Compiling SwiftGraph Edge.swift
[106/281] Compiling SwiftGraph Graph.swift
[107/281] Compiling SwiftGraph MST.swift
[109/282] Compiling SwiftSyntax SyntaxCollection.swift
[110/282] Compiling SwiftSyntax SyntaxHashable.swift
[115/282] Compiling SwiftGraph Search.swift
[116/282] Compiling SwiftGraph Sort.swift
[117/282] Compiling SwiftGraph Union.swift
[118/282] Compiling SwiftGraph UniqueElementsGraph.swift
[119/282] Compiling SwiftGraph UnweightedEdge.swift
[123/282] Compiling SwiftGraph UnweightedGraph.swift
[124/282] Compiling SwiftGraph Stack.swift
[125/282] Compiling SwiftGraph SwiftPriorityQueue.swift
[128/351] Emitting module SwordFoundation
[129/351] Compiling SwordFoundation Scope.swift
[130/351] Compiling SwordFoundation Type.swift
[131/351] Compiling SwordFoundation Key.swift
[132/352] Emitting module ArgumentParserToolInfo
[133/352] Compiling ArgumentParserToolInfo ToolInfo.swift
[136/353] Compiling SwiftSyntax AbsolutePosition.swift
[137/353] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[138/353] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[139/353] Compiling SwiftSyntax Assert.swift
[140/353] Compiling SwiftSyntax BumpPtrAllocator.swift
[141/353] Compiling SwiftSyntax CommonAncestor.swift
[142/353] Compiling SwiftSyntax Convenience.swift
[143/353] Compiling SwiftSyntax CustomTraits.swift
[144/353] Compiling SwiftSyntax Identifier.swift
[144/361] Wrapping AST for Yams for debugging
[146/363] Compiling PathKit PathKit.swift
[147/363] Emitting module PathKit
[148/402] Compiling ArgumentParser NameSpecification.swift
[149/402] Compiling ArgumentParser Option.swift
[150/404] Compiling ArgumentParser ExpressibleByArgument.swift
[151/404] Compiling ArgumentParser ParsableArguments.swift
[152/404] Wrapping AST for SwordFoundation for debugging
[154/404] Emitting module SwiftGraph
[154/406] Wrapping AST for SwiftSyntax600 for debugging
[156/406] Compiling ArgumentParser OptionGroup.swift
[157/406] Compiling ArgumentParser AsyncParsableCommand.swift
[158/406] Compiling ArgumentParser CommandConfiguration.swift
[159/406] Compiling ArgumentParser CommandGroup.swift
[160/406] Compiling ArgumentParser EnumerableFlag.swift
[163/411] Wrapping AST for SwiftSyntax510 for debugging
[165/411] Compiling ArgumentParser ArgumentVisibility.swift
[166/411] Compiling ArgumentParser CompletionKind.swift
[166/411] Wrapping AST for SwiftSyntax509 for debugging
[168/411] Emitting module Yams
[169/411] Compiling ArgumentParser Errors.swift
[170/411] Compiling ArgumentParser Flag.swift
[172/411] Wrapping AST for SwiftGraph for debugging
[173/411] Wrapping AST for PathKit for debugging
[175/411] Compiling ArgumentParser BashCompletionsGenerator.swift
[176/411] Compiling ArgumentParser CompletionsGenerator.swift
[177/411] Compiling ArgumentParser FishCompletionsGenerator.swift
[178/411] Compiling ArgumentParser ZshCompletionsGenerator.swift
[179/411] Compiling ArgumentParser Argument.swift
[180/411] Compiling ArgumentParser ArgumentHelp.swift
[183/411] Wrapping AST for ArgumentParserToolInfo for debugging
[185/411] Compiling Yams YamlError.swift
[186/411] Compiling Yams YamlTagProviding.swift
[187/411] Emitting module ArgumentParserToolInfo
[188/411] Compiling ArgumentParserToolInfo ToolInfo.swift
[188/412] Wrapping AST for SwordFoundation for debugging
[190/412] Compiling SwiftGraph WeightedEdge.swift
[191/412] Compiling SwiftGraph WeightedGraph.swift
[198/413] Wrapping AST for SwiftSyntax600 for debugging
[199/413] Wrapping AST for SwiftSyntax510 for debugging
[200/413] Wrapping AST for SwiftSyntax509 for debugging
[202/413] Wrapping AST for SwiftGraph for debugging
[204/413] Emitting module ArgumentParser
[223/421] Compiling ArgumentParser CollectionExtensions.swift
[224/421] Compiling ArgumentParser Platform.swift
[225/421] Compiling ArgumentParser SequenceExtensions.swift
[226/421] Compiling ArgumentParser StringExtensions.swift
[227/421] Compiling ArgumentParser Tree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[241/422] 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
[242/422] 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
[247/422] Compiling ArgumentParser ArgumentDecoder.swift
[247/422] Wrapping AST for Yams for debugging
[252/422] Compiling ArgumentParser ArgumentDefinition.swift
[253/422] Compiling ArgumentParser ArgumentSet.swift
[254/422] Compiling ArgumentParser CommandParser.swift
[255/422] Compiling ArgumentParser InputKey.swift
[256/422] Compiling ArgumentParser InputOrigin.swift
[263/422] Compiling ArgumentParser Name.swift
[264/422] Compiling ArgumentParser Parsed.swift
[265/422] Compiling ArgumentParser ParsedValues.swift
[266/422] Compiling ArgumentParser ParserError.swift
[267/422] Compiling ArgumentParser SplitArguments.swift
[268/422] Compiling ArgumentParser DumpHelpGenerator.swift
[269/422] Compiling ArgumentParser HelpCommand.swift
[270/422] Compiling ArgumentParser HelpGenerator.swift
[271/422] Compiling ArgumentParser MessageInfo.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
/host/spi-builder-workspace/Plugins/SwordBuildToolPlugin/SwordBuildToolPlugin.swift:11:28: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
9 |
10 | let inputDirectories = dependencies.compactMap { dependency in
11 | dependency.directory.string.replacingOccurrences(
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
12 | of: context.package.directoryURL.path(),
13 | with: ""
[1/1] Compiling plugin SwordBuildToolPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/53] Write swift-version-24593BA9C3E375BF.txt
[4/99] Compiling SwiftSyntax600 Empty.swift
[5/99] Emitting module SwiftSyntax600
[6/110] Emitting module SwiftSyntax510
[7/110] Compiling SwiftSyntax510 Empty.swift
[10/110] Emitting module SwiftSyntax510
[11/111] Emitting module SwordFoundation
[13/112] Compiling SwordFoundation Key.swift
[14/112] Emitting module SwiftSyntax600
[15/112] Compiling SwiftSyntax600 Empty.swift
[17/113] Compiling SwordFoundation Type.swift
[19/112] Compiling SwordFoundation Scope.swift
[21/111] Compiling SwordFoundation Type.swift
[22/112] Emitting module SwiftSyntax509
[23/112] Compiling SwiftSyntax509 Empty.swift
[24/121] Compiling Yams Tag.swift
[25/121] Compiling Yams YamlAnchorProviding.swift
[30/133] Compiling SwordFoundation Key.swift
[31/133] Emitting module SwordFoundation
[32/134] Compiling Yams Resolver.swift
[33/134] Compiling Yams String+Yams.swift
[35/136] Compiling SwiftGraph MST.swift
[36/136] Compiling SwiftGraph UnweightedEdge.swift
[37/149] Emitting module SwiftSyntax509
[38/149] Compiling SwiftSyntax509 Empty.swift
[39/154] Compiling SwiftGraph Cycle.swift
[40/154] Compiling SwiftGraph Edge.swift
[41/154] Compiling SwiftGraph UnweightedEdge.swift
[42/154] Compiling SwiftGraph UnweightedGraph.swift
[44/219] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[45/219] Compiling SwiftSyntax Syntax.swift
[46/219] Compiling SwiftSyntax AbsolutePosition.swift
[47/219] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[48/219] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[49/219] Emitting module SwiftGraph
[50/221] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[51/221] Compiling SwiftSyntax RawSyntaxTokenView.swift
[52/221] Compiling SwiftSyntax RawSyntax.swift
[53/221] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[56/223] Compiling SwiftSyntax CustomTraits.swift
[57/223] Compiling SwiftSyntax Identifier.swift
[58/223] Emitting module Yams
[59/223] Emitting module SwiftGraph
[60/223] Compiling SwiftSyntax Convenience.swift
[63/223] Compiling SwiftSyntax MemoryLayout.swift
[64/223] Compiling SwiftSyntax MissingNodeInitializers.swift
[68/223] Compiling SwiftSyntax Assert.swift
[69/223] Compiling SwiftSyntax BumpPtrAllocator.swift
[72/223] Compiling SwiftSyntax CommonAncestor.swift
[74/223] Emitting module Yams
[90/223] Compiling SwiftGraph WeightedEdge.swift
[91/223] Compiling SwiftGraph WeightedGraph.swift
[93/224] Compiling ArgumentParserToolInfo ToolInfo.swift
[94/224] Emitting module ArgumentParserToolInfo
[95/225] Emitting module PathKit
[96/225] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[109/224] 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
BUILD FAILURE 6.1 android