Build Information
Failed to build SwiftInspector, reference main (450c62
), with Swift 6.1 for Linux on 27 Apr 2025 04:34:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fdiaz/SwiftInspector.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/fdiaz/SwiftInspector
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 450c62a Update README.md (#137)
Cloned https://github.com/fdiaz/SwiftInspector.git
Revision (git rev-parse @):
450c62a742b318f9b45643de37e8ef29a6c840f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fdiaz/SwiftInspector.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/fdiaz/SwiftInspector.git
https://github.com/fdiaz/SwiftInspector.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"0.50600.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.1",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
}
],
"manifest_display_name" : "SwiftInspector",
"name" : "SwiftInspector",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "swiftinspector",
"targets" : [
"SwiftInspector"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftInspectorAnalyzers",
"targets" : [
"SwiftInspectorAnalyzers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorVisitors",
"targets" : [
"SwiftInspectorVisitors"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorTestHelpers",
"targets" : [
"SwiftInspectorTestHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "lib_InternalSwiftSyntaxParser",
"module_type" : "BinaryTarget",
"name" : "lib_InternalSwiftSyntaxParser",
"path" : "remote/archive/lib_InternalSwiftSyntaxParser.xcframework.zip",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftInspectorVisitorsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitorsTests",
"path" : "Sources/SwiftInspectorVisitors/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"AssociatedtypeVisitorSpec.swift",
"ExtensionVisitorSpec.swift",
"FileVisitorSpec.swift",
"FunctionDeclarationVisitorSpec.swift",
"GenericRequirementVisitorSpec.swift",
"ImportVisitorSpec.swift",
"NestableTypeVisitorSpec.swift",
"PropertyInfoSpec.swift",
"PropertyVisitorSpec.swift",
"ProtocolVisitorSpec.swift",
"TypeDescriptionSpec.swift",
"TypeInheritanceVisitorSpec.swift",
"TypealiasVisitorSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorVisitors",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitors",
"path" : "Sources/SwiftInspectorVisitors",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers",
"SwiftInspectorVisitors"
],
"sources" : [
"AssertionFailure.swift",
"AssociatedtypeVisitor.swift",
"DeclarationModifierVisitor.swift",
"ExtensionVisitor.swift",
"FileVisitor.swift",
"FunctionDeclarationVisitor.swift",
"GenericParameterVisitor.swift",
"GenericRequirementVisitor.swift",
"ImportVisitor.swift",
"Modifiers.swift",
"NestableDeclSyntax.swift",
"NestableTypeInfo.swift",
"NestableTypeVisitor.swift",
"ParsingTracker.swift",
"PropertyInfo.swift",
"PropertyVisitor.swift",
"ProtocolVisitor.swift",
"TypeDescription.swift",
"TypeInheritanceVisitor.swift",
"TypealiasVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorTestHelpersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpersTests",
"path" : "Sources/SwiftInspectorTestHelpers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"TemporarySpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorTestHelpers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpers",
"path" : "Sources/SwiftInspectorTestHelpers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"SwiftInspectorTestHelpers"
],
"sources" : [
"SyntaxVisitor+WalkContent.swift",
"Temporary.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorCommandsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommandsTests",
"path" : "Sources/SwiftInspectorCommands/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"ImportCommandSpec.swift",
"InitializerCommandSpec.swift",
"StaticUsageCommandSpec.swift",
"TestTask.swift",
"TypeConformanceCommandSpec.swift",
"TypeLocationCommandSpec.swift",
"TypealiasCommandSpec.swift",
"TypesCommandSpec.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorCommands",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommands",
"path" : "Sources/SwiftInspectorCommands",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"ImportsCommand.swift",
"InitializerCommand.swift",
"InspectorCommand.swift",
"InspectorError.swift",
"StaticUsageCommand.swift",
"TypeConformanceCommand.swift",
"TypeLocationCommand.swift",
"TypealiasCommand.swift",
"TypesCommand.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorAnalyzersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzersTests",
"path" : "Sources/SwiftInspectorAnalyzers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"FileManagerSpec.swift",
"InitializerAnalyzerSpec.swift",
"StandardAnalyzerSpec.swift",
"StaticUsageAnalyzerSpec.swift",
"TypeConformanceAnalyzerSpec.swift",
"TypeLocationAnalyzerSpec.swift",
"TypealiasAnalyzerSpec.swift",
"TypesAnalyzerSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorAnalyzers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzers",
"path" : "Sources/SwiftInspectorAnalyzers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers"
],
"sources" : [
"Analyzer.swift",
"CachedSyntaxTree.swift",
"FileManager+SwiftFiles.swift",
"ImportsAnalyzer.swift",
"InitializerAnalyzer.swift",
"StandardAnalyzer.swift",
"StaticUsageAnalyzer.swift",
"TypeConformanceAnalyzer.swift",
"TypeLocationAnalyzer.swift",
"TypealiasAnalyzer.swift",
"TypesAnalyzer.swift"
],
"target_dependencies" : [
"SwiftInspectorVisitors"
],
"type" : "library"
},
{
"c99name" : "SwiftInspector",
"module_type" : "SwiftTarget",
"name" : "SwiftInspector",
"path" : "Sources/SwiftInspector",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"lib_InternalSwiftSyntaxParser"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser
[1/14755] Fetching quick
[6789/34322] Fetching quick, nimble
[25910/49272] Fetching quick, nimble, swift-argument-parser
[42933/119505] Fetching quick, nimble, swift-argument-parser, swift-syntax
Fetched https://github.com/Quick/Quick.git from cache (0.68s)
[31469/104750] Fetching nimble, swift-argument-parser, swift-syntax
Fetched https://github.com/Quick/Nimble.git from cache (1.43s)
[44299/85183] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (4.76s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.80s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (5.40s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (0.84s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.58s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.78s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.76s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.50s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50600.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.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.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Downloading binary artifact https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
[1369/26182122] Downloading https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
Downloaded https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip (2.78s)
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/26] Write sources
[10/26] Compiling atomic-counter.c
[11/26] Write swift-version-24593BA9C3E375BF.txt
[13/61] Emitting module ArgumentParserToolInfo
[14/61] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/62] Wrapping AST for ArgumentParserToolInfo for debugging
[17/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/100] Compiling ArgumentParser CompletionsGenerator.swift
[19/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[20/100] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/100] Compiling ArgumentParser Argument.swift
[22/104] Compiling ArgumentParser ArgumentVisibility.swift
[23/104] Compiling ArgumentParser CompletionKind.swift
[24/104] Compiling ArgumentParser Errors.swift
[25/104] Compiling ArgumentParser Flag.swift
[26/104] Compiling ArgumentParser NameSpecification.swift
[27/104] Compiling ArgumentParser Option.swift
[28/109] Emitting module ArgumentParser
[34/109] Compiling ArgumentParser ArgumentHelp.swift
[35/109] Compiling ArgumentParser OptionGroup.swift
[36/109] Compiling ArgumentParser AsyncParsableCommand.swift
[37/109] Compiling ArgumentParser CommandConfiguration.swift
[38/109] Compiling ArgumentParser CommandGroup.swift
[39/109] Compiling ArgumentParser EnumerableFlag.swift
[40/109] Compiling ArgumentParser ExpressibleByArgument.swift
[41/109] Compiling ArgumentParser ParsableArguments.swift
[42/109] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/109] Compiling ArgumentParser ParsableCommand.swift
[44/109] Compiling ArgumentParser ArgumentDecoder.swift
[45/109] Emitting module SwiftSyntax
[46/109] Compiling ArgumentParser CollectionExtensions.swift
[47/109] Compiling ArgumentParser Platform.swift
[48/109] Compiling ArgumentParser SequenceExtensions.swift
[49/109] Compiling ArgumentParser StringExtensions.swift
[50/109] Compiling ArgumentParser Tree.swift
[51/109] Compiling ArgumentParser Name.swift
[52/109] Compiling ArgumentParser Parsed.swift
[53/109] Compiling ArgumentParser ParsedValues.swift
[54/109] Compiling ArgumentParser ParserError.swift
[55/109] Compiling ArgumentParser SplitArguments.swift
[56/109] Compiling ArgumentParser DumpHelpGenerator.swift
[57/109] Compiling ArgumentParser HelpCommand.swift
[58/109] Compiling ArgumentParser HelpGenerator.swift
[59/109] Compiling ArgumentParser MessageInfo.swift
[60/109] Compiling ArgumentParser UsageGenerator.swift
[61/109] Compiling SwiftSyntax SyntaxNodes.swift
[62/109] Compiling SwiftSyntax SyntaxPatternNodes.swift
[63/109] Compiling SwiftSyntax SyntaxStmtNodes.swift
[64/109] Compiling SwiftSyntax SyntaxTypeNodes.swift
[65/109] Compiling ArgumentParser InputOrigin.swift
[66/110] Wrapping AST for ArgumentParser for debugging
[99/111] Wrapping AST for SwiftSyntax for debugging
[100/111] Write Objects.LinkFileList
[101/131] Archiving libSwiftSyntax.a
[103/135] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[104/135] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[105/135] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[106/135] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[107/135] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write swift-version-24593BA9C3E375BF.txt
[3/50] Emitting module ArgumentParserToolInfo
[4/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/88] Compiling ArgumentParser BashCompletionsGenerator.swift
[7/88] Compiling ArgumentParser CompletionsGenerator.swift
[8/88] Compiling ArgumentParser FishCompletionsGenerator.swift
[9/88] Compiling ArgumentParser ZshCompletionsGenerator.swift
[10/88] Compiling ArgumentParser Argument.swift
[11/92] Emitting module ArgumentParser
[12/97] Compiling ArgumentParser ArgumentVisibility.swift
[13/97] Compiling ArgumentParser CompletionKind.swift
[14/97] Compiling ArgumentParser Errors.swift
[15/97] Compiling ArgumentParser Flag.swift
[16/97] Compiling ArgumentParser NameSpecification.swift
[17/97] Compiling ArgumentParser Option.swift
[18/97] Compiling ArgumentParser ArgumentHelp.swift
[29/97] Compiling ArgumentParser CollectionExtensions.swift
[30/97] Compiling ArgumentParser Platform.swift
[31/97] Compiling ArgumentParser SequenceExtensions.swift
[32/97] Compiling ArgumentParser StringExtensions.swift
[33/97] Compiling ArgumentParser Tree.swift
[34/97] Compiling ArgumentParser OptionGroup.swift
[35/97] Compiling ArgumentParser AsyncParsableCommand.swift
[36/97] Compiling ArgumentParser CommandConfiguration.swift
[37/97] Compiling ArgumentParser CommandGroup.swift
[38/97] Compiling ArgumentParser EnumerableFlag.swift
[39/97] Compiling ArgumentParser ExpressibleByArgument.swift
[40/97] Compiling ArgumentParser ParsableArguments.swift
[41/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[42/97] Compiling ArgumentParser ParsableCommand.swift
[43/97] Compiling ArgumentParser ArgumentDecoder.swift
[44/97] Compiling ArgumentParser ArgumentDefinition.swift
[45/97] Compiling ArgumentParser ArgumentSet.swift
[46/97] Compiling ArgumentParser CommandParser.swift
[47/97] Compiling ArgumentParser InputKey.swift
[48/97] Compiling ArgumentParser InputOrigin.swift
[49/97] Compiling ArgumentParser Name.swift
[50/97] Compiling ArgumentParser Parsed.swift
[51/97] Compiling ArgumentParser ParsedValues.swift
[52/97] Compiling ArgumentParser ParserError.swift
[53/97] Compiling ArgumentParser SplitArguments.swift
[54/97] Compiling SwiftSyntax SyntaxNodes.swift
[55/97] Compiling SwiftSyntax SyntaxPatternNodes.swift
[56/97] Compiling SwiftSyntax SyntaxStmtNodes.swift
[57/97] Compiling SwiftSyntax SyntaxTypeNodes.swift
[58/97] Compiling ArgumentParser UsageGenerator.swift
[60/97] Emitting module SwiftSyntax
[87/98] Write Objects.LinkFileList
[88/98] Archiving libSwiftSyntax.a
[90/122] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[91/122] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/122] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[93/122] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[94/122] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
BUILD FAILURE 6.1 linux