Build Information
Failed to build sword, reference main (01eb42
), with Swift 6.1 for Android on 30 May 2025 18:01:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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/rockname/sword
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-2":/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/davecom/SwiftGraph
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams.git
[1/1411] Fetching pathkit
[1412/4604] Fetching pathkit, swiftgraph
Fetched https://github.com/kylef/PathKit.git from cache (0.29s)
[1/10657] Fetching yams
[1600/26043] Fetching yams, swift-argument-parser
[24553/96565] Fetching yams, swift-argument-parser, swift-syntax
Fetched https://github.com/davecom/SwiftGraph from cache (6.44s)
Fetched https://github.com/apple/swift-argument-parser from cache (6.45s)
Fetched https://github.com/jpsim/Yams.git from cache (6.48s)
Fetched https://github.com/apple/swift-syntax.git from cache (6.51s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (8.61s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.23s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.1.0 (2.67s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (0.68s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.49s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.57s)
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/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
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
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
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
/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
[28/112] Compiling _SwiftSyntaxCShims dummy.c
[29/112] Write sources
[31/112] Compiling writer.c
[32/112] Write sources
[47/112] Compiling reader.c
[48/112] Compiling _SwiftSyntaxCShims dummy.c
[49/112] Compiling parser.c
[49/112] Compiling writer.c
[51/112] Compiling api.c
[52/112] Compiling reader.c
[52/112] Write sources
[55/112] Compiling scanner.c
[56/112] Compiling emitter.c
[57/112] Compiling parser.c
[58/112] Write swift-version-24593BA9C3E375BF.txt
[59/112] Compiling api.c
[60/112] Compiling emitter.c
[61/112] Compiling scanner.c
[63/150] Emitting module SwiftSyntax600
[64/150] Emitting module SwiftSyntax510
[65/150] Compiling SwiftSyntax510 Empty.swift
[66/151] Compiling SwiftSyntax600 Empty.swift
[69/152] Emitting module SwiftSyntax600
[70/152] Compiling SwiftSyntax600 Empty.swift
[71/153] Compiling Yams Tag.swift
[72/153] Compiling Yams YamlAnchorProviding.swift
[73/153] Emitting module SwiftSyntax510
[74/153] Compiling SwiftSyntax510 Empty.swift
[75/156] Emitting module SwiftSyntax509
[76/156] Compiling SwiftSyntax509 Empty.swift
[80/179] Compiling Yams Decoder.swift
[81/179] Compiling Yams Emitter.swift
[82/179] Compiling Yams Encoder.swift
[83/179] Compiling SwiftSyntax509 Empty.swift
[84/179] Emitting module SwiftSyntax509
[86/214] Emitting module Yams
[87/278] Compiling SwordFoundation Scope.swift
[88/278] Emitting module SwordFoundation
[89/278] Compiling SwordFoundation Key.swift
[90/278] Compiling SwiftSyntax SourceEdit.swift
[91/278] Compiling SwiftSyntax SourceLength.swift
[92/278] Compiling SwordFoundation Type.swift
[93/278] Compiling SwordFoundation Scope.swift
[94/279] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[95/279] Compiling SwiftSyntax Syntax.swift
[97/279] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[98/279] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[99/279] Compiling SwiftSyntax RawSyntaxTokenView.swift
[100/279] Compiling SwiftSyntax MemoryLayout.swift
[101/279] Compiling SwiftSyntax MissingNodeInitializers.swift
[102/279] Compiling SwiftSyntax RawSyntax.swift
[103/279] Compiling SwiftSyntax Assert.swift
[104/279] Compiling SwiftSyntax BumpPtrAllocator.swift
[105/279] Compiling SwiftSyntax CommonAncestor.swift
[106/279] Compiling SwiftSyntax Convenience.swift
[107/279] Compiling SwiftSyntax CustomTraits.swift
[108/279] Compiling SwiftSyntax Identifier.swift
[110/346] Emitting module SwiftGraph
[111/346] Compiling SwiftSyntax AbsolutePosition.swift
[112/346] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[113/346] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[117/348] Compiling SwiftSyntax Assert.swift
[118/348] Compiling SwiftSyntax BumpPtrAllocator.swift
[119/348] Compiling SwiftSyntax CommonAncestor.swift
[120/348] Compiling SwiftSyntax Convenience.swift
[121/348] Compiling SwiftSyntax CustomTraits.swift
[122/348] Compiling SwiftSyntax Identifier.swift
[123/356] Compiling SwiftSyntax SourcePresence.swift
[124/356] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[125/356] Compiling SwiftSyntax Syntax.swift
[126/356] Compiling SwiftSyntax SyntaxArena.swift
[127/356] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[128/356] Compiling SwiftSyntax SyntaxChildren.swift
[129/356] Compiling SwiftSyntax SyntaxCollection.swift
[130/356] Compiling SwiftSyntax SyntaxHashable.swift
[131/356] Compiling SwiftSyntax SyntaxIdentifier.swift
[132/364] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[133/364] Compiling SwiftSyntax RawSyntaxTokenView.swift
[140/364] Compiling SwiftSyntax MemoryLayout.swift
[141/364] Compiling SwiftSyntax MissingNodeInitializers.swift
[142/364] Compiling SwiftSyntax RawSyntax.swift
[143/364] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[144/364] Emitting module PathKit
[145/364] Compiling PathKit PathKit.swift
[161/365] Compiling SwiftGraph WeightedEdge.swift
[162/365] Compiling SwiftGraph WeightedGraph.swift
[163/365] Compiling SwiftSyntax SourceLocation.swift
[167/369] Emitting module SwiftGraph
[168/371] Compiling SwiftGraph WeightedEdge.swift
[169/371] Compiling SwiftGraph WeightedGraph.swift
[172/372] Emitting module SwordFoundation
[173/372] Compiling SwordFoundation Key.swift
[174/372] Compiling SwordFoundation Type.swift
[180/373] Emitting module ArgumentParserToolInfo
[181/373] Emitting module Yams
[187/375] Wrapping AST for Yams for debugging
[189/375] Compiling Yams YamlError.swift
[190/375] Compiling Yams YamlTagProviding.swift
[192/375] Wrapping AST for SwordFoundation for debugging
[209/375] Wrapping AST for SwiftSyntax600 for debugging
[210/375] Wrapping AST for SwiftSyntax510 for debugging
[213/376] Wrapping AST for SwiftSyntax509 for debugging
[216/376] Compiling ArgumentParserToolInfo ToolInfo.swift
[217/377] Wrapping AST for SwiftGraph for debugging
[218/377] Wrapping AST for PathKit for debugging
[219/377] Wrapping AST for SwordFoundation for debugging
[220/377] Wrapping AST for ArgumentParserToolInfo for debugging
[221/377] Wrapping AST for SwiftSyntax600 for debugging
[222/415] Wrapping AST for SwiftSyntax510 for debugging
[223/415] Wrapping AST for SwiftSyntax509 for debugging
[225/415] Compiling ArgumentParser BashCompletionsGenerator.swift
[226/415] Compiling ArgumentParser CompletionsGenerator.swift
[227/415] Compiling ArgumentParser FishCompletionsGenerator.swift
[228/416] Emitting module ArgumentParserToolInfo
[229/416] Compiling ArgumentParserToolInfo ToolInfo.swift
[229/417] Wrapping AST for SwiftGraph for debugging
[232/417] Wrapping AST for Yams for debugging
[233/417] Wrapping AST for ArgumentParserToolInfo for debugging
[235/455] Emitting module ArgumentParser
error: emit-module command failed with exit code 1 (use -v to see invocation)
[237/465] 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
[238/465] 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
[239/465] Compiling ArgumentParser CommandParser.swift
[240/465] Compiling ArgumentParser InputKey.swift
[241/465] Compiling ArgumentParser InputOrigin.swift
[242/465] Compiling ArgumentParser DumpHelpGenerator.swift
[243/465] Compiling ArgumentParser HelpCommand.swift
[244/465] Compiling ArgumentParser HelpGenerator.swift
[245/465] Compiling ArgumentParser MessageInfo.swift
[246/465] Compiling ArgumentParser UsageGenerator.swift
[247/465] Compiling ArgumentParser BashCompletionsGenerator.swift
[248/465] Compiling ArgumentParser CommandGroup.swift
[249/465] Compiling ArgumentParser EnumerableFlag.swift
[250/465] Compiling ArgumentParser ExpressibleByArgument.swift
[251/465] Compiling ArgumentParser ParsableArguments.swift
[252/465] Compiling ArgumentParser ParsableArgumentsValidation.swift
[253/465] Compiling ArgumentParser ParsableCommand.swift
[254/465] Compiling ArgumentParser ArgumentDecoder.swift
[255/465] Compiling ArgumentParser ArgumentDefinition.swift
[256/465] Compiling ArgumentParser ArgumentSet.swift
[257/465] Compiling ArgumentParser OptionGroup.swift
[258/465] Compiling ArgumentParser AsyncParsableCommand.swift
[259/465] Compiling ArgumentParser CommandConfiguration.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/109] Emitting module SwiftSyntax510
[5/109] Compiling SwiftSyntax600 Empty.swift
[6/109] Compiling SwiftSyntax510 Empty.swift
[7/109] Emitting module SwiftSyntax510
[8/110] Compiling SwiftSyntax600 Empty.swift
[9/110] Emitting module SwiftSyntax600
[11/111] Compiling SwiftSyntax510 Empty.swift
[12/113] Compiling SwordFoundation Scope.swift
[17/109] Compiling SwordFoundation Type.swift
[18/109] Compiling SwordFoundation Scope.swift
[19/109] Compiling SwordFoundation Type.swift
[20/109] Compiling SwordFoundation Key.swift
[21/109] Emitting module SwordFoundation
[22/110] Compiling SwordFoundation Key.swift
[23/110] Emitting module SwordFoundation
[24/113] Compiling Yams Tag.swift
[25/113] Compiling Yams YamlAnchorProviding.swift
[28/116] Compiling SwiftSyntax509 Empty.swift
[29/116] Emitting module SwiftSyntax509
[32/135] Compiling Yams Resolver.swift
[33/135] Compiling Yams String+Yams.swift
[34/150] Compiling SwiftSyntax509 Empty.swift
[35/150] Emitting module SwiftSyntax509
[40/153] Compiling SwiftGraph Sort.swift
[41/153] Compiling SwiftGraph Stack.swift
[42/153] Compiling SwiftGraph SwiftPriorityQueue.swift
[43/153] Compiling SwiftGraph Graph.swift
[44/153] Compiling SwiftGraph MST.swift
[45/153] Compiling SwiftGraph Union.swift
[46/155] Compiling Yams YamlError.swift
[47/155] Compiling Yams YamlTagProviding.swift
[48/155] Emitting module SwiftGraph
[49/167] Compiling SwiftSyntax Convenience.swift
[50/167] Compiling SwiftSyntax CustomTraits.swift
[51/167] Compiling SwiftSyntax Identifier.swift
[52/221] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[53/221] Compiling SwiftSyntax RawSyntaxTokenView.swift
[54/221] Emitting module SwiftGraph
[57/223] Compiling SwiftSyntax RawSyntax.swift
[58/223] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[61/223] Compiling SwiftSyntax SyntaxNodeStructure.swift
[62/223] Compiling SwiftSyntax SyntaxProtocol.swift
[67/223] Compiling SwiftSyntax AbsolutePosition.swift
[68/223] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[69/223] Compiling SwiftSyntax MemoryLayout.swift
[70/223] Compiling SwiftSyntax MissingNodeInitializers.swift
[71/223] Compiling SwiftSyntax BumpPtrAllocator.swift
[72/223] Compiling SwiftSyntax CommonAncestor.swift
[74/223] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[75/223] Compiling SwiftSyntax Assert.swift
[85/223] Emitting module Yams
[90/223] Compiling PathKit PathKit.swift
[91/223] Emitting module PathKit
[92/224] Emitting module ArgumentParserToolInfo
[93/224] Compiling ArgumentParserToolInfo ToolInfo.swift
[95/225] Compiling SwiftGraph WeightedEdge.swift
[96/225] Compiling SwiftGraph WeightedGraph.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[101/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
[102/224] 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
BUILD FAILURE 6.1 android