Build Information
Failed to build DependencyGraph, reference main (6c89d4
), with Swift 6.1 for Linux on 27 Apr 2025 07:21:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/simonbs/dependency-graph.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/simonbs/dependency-graph
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6c89d4b Preliminary support for target dependency condition (#23)
Cloned https://github.com/simonbs/dependency-graph.git
Revision (git rev-parse @):
6c89d4be7c90bdaea7feecf979f9ccab947c3188
SUCCESS checkout https://github.com/simonbs/dependency-graph.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/simonbs/dependency-graph.git
https://github.com/simonbs/dependency-graph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "8.8.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
}
],
"manifest_display_name" : "DependencyGraph",
"name" : "DependencyGraph",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "dependency-graph",
"targets" : [
"Main"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "XcodeProjectParserLiveTests",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectParserLiveTests",
"path" : "Tests/XcodeProjectParserLiveTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/XcodeProjectParserLiveTests/Example",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Mock/FileExistenceCheckerMock.swift",
"XcodeProjectParserLiveTests.swift"
],
"target_dependencies" : [
"FileSystem",
"XcodeProject",
"XcodeProjectParserLive"
],
"type" : "test"
},
{
"c99name" : "XcodeProjectParserLive",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectParserLive",
"path" : "Sources/Library/Parsing/XcodeProjectParserLive",
"product_dependencies" : [
"XcodeProj"
],
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"XcodeProjectParserLive.swift"
],
"target_dependencies" : [
"FileSystem",
"XcodeProject",
"XcodeProjectParser"
],
"type" : "library"
},
{
"c99name" : "XcodeProjectParser",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectParser",
"path" : "Sources/Library/Parsing/XcodeProjectParser",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"XcodeProjectParser.swift"
],
"target_dependencies" : [
"XcodeProject"
],
"type" : "library"
},
{
"c99name" : "XcodeProjectGraphBuilderLiveTests",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectGraphBuilderLiveTests",
"path" : "Tests/XcodeProjectGraphBuilderLiveTests",
"sources" : [
"Mock/PackageDependencyGraphBuilderMock.swift",
"Mock/PackageSwiftFileParserMock.swift",
"Mock/URL+Mock.swift",
"Mock/XcodeProject+Mock.swift",
"XcodeProjectGraphBuilderLiveTests.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DirectedGraphXcodeHelpers",
"PackageGraphBuilder",
"PackageSwiftFileParser",
"XcodeProjectGraphBuilderLive",
"XcodeProject"
],
"type" : "test"
},
{
"c99name" : "XcodeProjectGraphBuilderLive",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectGraphBuilderLive",
"path" : "Sources/Library/Graphing/XcodeProjectGraphBuilderLive",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"Internal/AllDependenciesGraphBuilder.swift",
"Internal/PackagesOnlyGraphBuilder.swift",
"XcodeProjectGraphBuilderLive.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DirectedGraphXcodeHelpers",
"PackageGraphBuilder",
"PackageSwiftFile",
"PackageSwiftFileParser",
"XcodeProjectGraphBuilder",
"XcodeProject"
],
"type" : "library"
},
{
"c99name" : "XcodeProjectGraphBuilder",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectGraphBuilder",
"path" : "Sources/Library/Graphing/XcodeProjectGraphBuilder",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"XcodeProjectGraphBuilder.swift"
],
"target_dependencies" : [
"DirectedGraph",
"PackageGraphBuilder",
"XcodeProject"
],
"type" : "library"
},
{
"c99name" : "XcodeProject",
"module_type" : "SwiftTarget",
"name" : "XcodeProject",
"path" : "Sources/Library/Parsing/XcodeProject",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"XcodeProject+SwiftPackage.swift",
"XcodeProject+Target.swift",
"XcodeProject.swift"
],
"type" : "library"
},
{
"c99name" : "Writer",
"module_type" : "SwiftTarget",
"name" : "Writer",
"path" : "Sources/Library/Outputting/Writer",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"Writer.swift"
],
"type" : "library"
},
{
"c99name" : "StringIndentHelpersTests",
"module_type" : "SwiftTarget",
"name" : "StringIndentHelpersTests",
"path" : "Tests/StringIndentHelpersTests",
"sources" : [
"StringIndentHelpersTests.swift"
],
"target_dependencies" : [
"StringIndentHelpers"
],
"type" : "test"
},
{
"c99name" : "StringIndentHelpers",
"module_type" : "SwiftTarget",
"name" : "StringIndentHelpers",
"path" : "Sources/Library/Utilities/StringIndentHelpers",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"Indent.swift"
],
"type" : "library"
},
{
"c99name" : "StdoutWriter",
"module_type" : "SwiftTarget",
"name" : "StdoutWriter",
"path" : "Sources/Library/Outputting/StdoutWriter",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"StdoutWriter.swift"
],
"target_dependencies" : [
"Writer"
],
"type" : "library"
},
{
"c99name" : "ShellCommandRunnerLive",
"module_type" : "SwiftTarget",
"name" : "ShellCommandRunnerLive",
"path" : "Sources/Library/Utilities/ShellCommandRunnerLive",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"ShellCommandRunnerLive.swift"
],
"target_dependencies" : [
"ShellCommandRunner"
],
"type" : "library"
},
{
"c99name" : "ShellCommandRunner",
"module_type" : "SwiftTarget",
"name" : "ShellCommandRunner",
"path" : "Sources/Library/Utilities/ShellCommandRunner",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"ShellCommandOutput.swift",
"ShellCommandRunner.swift"
],
"type" : "library"
},
{
"c99name" : "ProjectRootClassifierLiveTests",
"module_type" : "SwiftTarget",
"name" : "ProjectRootClassifierLiveTests",
"path" : "Tests/ProjectRootClassifierLiveTests",
"sources" : [
"Mock/FileSystemMock.swift",
"ProjectRootClassifierLiveTests.swift"
],
"target_dependencies" : [
"FileSystem",
"ProjectRootClassifierLive"
],
"type" : "test"
},
{
"c99name" : "ProjectRootClassifierLive",
"module_type" : "SwiftTarget",
"name" : "ProjectRootClassifierLive",
"path" : "Sources/Library/Parsing/ProjectRootClassifierLive",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"ProjectRootClassifierLive.swift"
],
"target_dependencies" : [
"FileSystem",
"ProjectRootClassifier"
],
"type" : "library"
},
{
"c99name" : "ProjectRootClassifier",
"module_type" : "SwiftTarget",
"name" : "ProjectRootClassifier",
"path" : "Sources/Library/Parsing/ProjectRootClassifier",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"ProjectRoot.swift",
"ProjectRootClassifier.swift"
],
"type" : "library"
},
{
"c99name" : "PackageSwiftFileParserLiveTests",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftFileParserLiveTests",
"path" : "Tests/PackageSwiftFileParserLiveTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/PackageSwiftFileParserLiveTests/MockData",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Mock/DumpPackageServiceMock.swift",
"Mock/PackageSwiftFileParserCacheMock.swift",
"Mock/URL+Mock.swift",
"PackageSwiftFileParserLiveTests.swift"
],
"target_dependencies" : [
"DumpPackageService",
"PackageSwiftFileParser",
"PackageSwiftFileParserCache",
"PackageSwiftFileParserLive"
],
"type" : "test"
},
{
"c99name" : "PackageSwiftFileParserLive",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftFileParserLive",
"path" : "Sources/Library/Parsing/PackageSwiftFileParserLive",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"Internal/IntermediatePackageSwiftFile+Dependency.swift",
"Internal/IntermediatePackageSwiftFile+Product.swift",
"Internal/IntermediatePackageSwiftFile+Target+Dependency.swift",
"Internal/IntermediatePackageSwiftFile+Target.swift",
"Internal/IntermediatePackageSwiftFile.swift",
"Internal/PackageSwiftFileMapper.swift",
"PackageSwiftParserLive.swift"
],
"target_dependencies" : [
"DumpPackageService",
"PackageSwiftFile",
"PackageSwiftFileParser",
"PackageSwiftFileParserCache"
],
"type" : "library"
},
{
"c99name" : "PackageSwiftFileParserCacheLive",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftFileParserCacheLive",
"path" : "Sources/Library/Parsing/PackageSwiftFileParserCacheLive",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"PackageSwiftFileParserCacheLive.swift"
],
"target_dependencies" : [
"PackageSwiftFile",
"PackageSwiftFileParserCache"
],
"type" : "library"
},
{
"c99name" : "PackageSwiftFileParserCache",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftFileParserCache",
"path" : "Sources/Library/Parsing/PackageSwiftFileParserCache",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"PackageSwiftFileParserCache.swift"
],
"target_dependencies" : [
"PackageSwiftFile"
],
"type" : "library"
},
{
"c99name" : "PackageSwiftFileParser",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftFileParser",
"path" : "Sources/Library/Parsing/PackageSwiftFileParser",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"PackageSwiftFileParser.swift"
],
"target_dependencies" : [
"PackageSwiftFile"
],
"type" : "library"
},
{
"c99name" : "PackageSwiftFile",
"module_type" : "SwiftTarget",
"name" : "PackageSwiftFile",
"path" : "Sources/Library/Parsing/PackageSwiftFile",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"PackageSwiftFile+Dependency.swift",
"PackageSwiftFile+Product.swift",
"PackageSwiftFile+Target+Dependency.swift",
"PackageSwiftFile+Target.swift",
"PackageSwiftFile.swift"
],
"type" : "library"
},
{
"c99name" : "PackageGraphBuilderLiveTests",
"module_type" : "SwiftTarget",
"name" : "PackageGraphBuilderLiveTests",
"path" : "Tests/PackageGraphBuilderLiveTests",
"sources" : [
"Mock/PackageSwiftFile+Mock.swift",
"PackageGraphBuilderLiveTests.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DirectedGraphXcodeHelpers",
"PackageGraphBuilderLive",
"PackageSwiftFile"
],
"type" : "test"
},
{
"c99name" : "PackageGraphBuilderLive",
"module_type" : "SwiftTarget",
"name" : "PackageGraphBuilderLive",
"path" : "Sources/Library/Graphing/PackageGraphBuilderLive",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"Internal/AllDependenciesGraphBuilder.swift",
"Internal/PackagesOnlyGraphBuilder.swift",
"PackageGraphBuilderLive.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DirectedGraphXcodeHelpers",
"PackageGraphBuilder",
"PackageSwiftFile"
],
"type" : "library"
},
{
"c99name" : "PackageGraphBuilder",
"module_type" : "SwiftTarget",
"name" : "PackageGraphBuilder",
"path" : "Sources/Library/Graphing/PackageGraphBuilder",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"PackageGraphBuilder.swift"
],
"target_dependencies" : [
"DirectedGraph",
"PackageSwiftFile"
],
"type" : "library"
},
{
"c99name" : "MermaidGraphMapperTests",
"module_type" : "SwiftTarget",
"name" : "MermaidGraphMapperTests",
"path" : "Tests/MermaidGraphMapperTests",
"sources" : [
"MermaidGraphMapperTests.swift",
"Mock/DirectedGraph.swift"
],
"target_dependencies" : [
"DirectedGraph",
"MermaidGraphMapper"
],
"type" : "test"
},
{
"c99name" : "MermaidGraphMapper",
"module_type" : "SwiftTarget",
"name" : "MermaidGraphMapper",
"path" : "Sources/Library/Graphing/MermaidGraphMapper",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"MermaidGraphMapper.swift",
"MermaidGraphSettings.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DirectedGraphMapper",
"StringIndentHelpers"
],
"type" : "library"
},
{
"c99name" : "MappingDirectedGraphWriterTests",
"module_type" : "SwiftTarget",
"name" : "MappingDirectedGraphWriterTests",
"path" : "Tests/MappingDirectedGraphWriterTests",
"sources" : [
"MappingDirectedGraphWriterTests.swift",
"Mock/DirectedGraphMapperMock.swift",
"Mock/WriterMock.swift"
],
"target_dependencies" : [
"MappingDirectedGraphWriter"
],
"type" : "test"
},
{
"c99name" : "MappingDirectedGraphWriter",
"module_type" : "SwiftTarget",
"name" : "MappingDirectedGraphWriter",
"path" : "Sources/Library/Outputting/MappingDirectedGraphWriter",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"MappingDirectedGraphWriter.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DirectedGraphMapper",
"DirectedGraphWriter"
],
"type" : "library"
},
{
"c99name" : "Main",
"module_type" : "SwiftTarget",
"name" : "Main",
"path" : "Sources/Main",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"CompositionRoot.swift",
"DependencyGraph.swift"
],
"target_dependencies" : [
"D2GraphMapper",
"DirectedGraphMapper",
"DirectedGraphWriter",
"DOTGraphMapper",
"DumpPackageService",
"DumpPackageServiceLive",
"FileSystem",
"FileSystemLive",
"GraphCommand",
"MappingDirectedGraphWriter",
"MermaidGraphMapper",
"PackageGraphBuilder",
"PackageGraphBuilderLive",
"PackageSwiftFileParser",
"PackageSwiftFileParserCache",
"PackageSwiftFileParserCacheLive",
"PackageSwiftFileParserLive",
"ProjectRootClassifier",
"ProjectRootClassifierLive",
"ShellCommandRunner",
"ShellCommandRunnerLive",
"StdoutWriter",
"XcodeProjectGraphBuilder",
"XcodeProjectGraphBuilderLive",
"XcodeProjectParser",
"XcodeProjectParserLive"
],
"type" : "executable"
},
{
"c99name" : "GraphCommandTests",
"module_type" : "SwiftTarget",
"name" : "GraphCommandTests",
"path" : "Tests/GraphCommandTests",
"sources" : [
"DirectedGraphWriterFactoryTests.swift",
"GraphCommandTests.swift",
"Mock/DirectedGraphWriterMock.swift",
"Mock/PackageDependencyGraphBuilderMock.swift",
"Mock/PackageSwiftFileParserMocker.swift",
"Mock/ProjectRootClassifierMock.swift",
"Mock/XcodeProjectDependencyGraphBuilderMock.swift",
"Mock/XcodeProjectParserMock.swift"
],
"target_dependencies" : [
"GraphCommand"
],
"type" : "test"
},
{
"c99name" : "GraphCommand",
"module_type" : "SwiftTarget",
"name" : "GraphCommand",
"path" : "Sources/Library/Commands/GraphCommand",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"DirectedGraphWriterFactory.swift",
"GraphCommand.swift",
"Syntax.swift"
],
"target_dependencies" : [
"DirectedGraphMapper",
"DirectedGraphWriter",
"PackageGraphBuilder",
"PackageSwiftFileParser",
"ProjectRootClassifier",
"XcodeProjectParser",
"XcodeProjectGraphBuilder"
],
"type" : "library"
},
{
"c99name" : "FileSystemLive",
"module_type" : "SwiftTarget",
"name" : "FileSystemLive",
"path" : "Sources/Library/Utilities/FileSystemLive",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"FileSystemLive.swift"
],
"target_dependencies" : [
"FileSystem"
],
"type" : "library"
},
{
"c99name" : "FileSystem",
"module_type" : "SwiftTarget",
"name" : "FileSystem",
"path" : "Sources/Library/Utilities/FileSystem",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"FileSystem.swift"
],
"type" : "library"
},
{
"c99name" : "DumpPackageServiceLiveTests",
"module_type" : "SwiftTarget",
"name" : "DumpPackageServiceLiveTests",
"path" : "Tests/DumpPackageServiceLiveTests",
"sources" : [
"DumpPackageServiceLiveTests.swift",
"Mock/ShellCommandRunnerMock.swift"
],
"target_dependencies" : [
"DumpPackageServiceLive",
"ShellCommandRunner"
],
"type" : "test"
},
{
"c99name" : "DumpPackageServiceLive",
"module_type" : "SwiftTarget",
"name" : "DumpPackageServiceLive",
"path" : "Sources/Library/Parsing/DumpPackageServiceLive",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"DumpPackageServiceLive.swift"
],
"target_dependencies" : [
"DumpPackageService",
"ShellCommandRunner"
],
"type" : "library"
},
{
"c99name" : "DumpPackageService",
"module_type" : "SwiftTarget",
"name" : "DumpPackageService",
"path" : "Sources/Library/Parsing/DumpPackageService",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"DumpPackageService.swift"
],
"type" : "library"
},
{
"c99name" : "DirectedGraphXcodeHelpersTests",
"module_type" : "SwiftTarget",
"name" : "DirectedGraphXcodeHelpersTests",
"path" : "Tests/DirectedGraphXcodeHelpersTests",
"sources" : [
"String+SafeNameTests.swift"
],
"target_dependencies" : [
"DirectedGraphXcodeHelpers"
],
"type" : "test"
},
{
"c99name" : "DirectedGraphXcodeHelpers",
"module_type" : "SwiftTarget",
"name" : "DirectedGraphXcodeHelpers",
"path" : "Sources/Library/Graphing/DirectedGraphXcodeHelpers",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"DirectedGraph+XcodeHelpers.swift",
"String+SafeName.swift"
],
"target_dependencies" : [
"DirectedGraph"
],
"type" : "library"
},
{
"c99name" : "DirectedGraphWriter",
"module_type" : "SwiftTarget",
"name" : "DirectedGraphWriter",
"path" : "Sources/Library/Outputting/DirectedGraphWriter",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"DirectedGraphWriter.swift"
],
"target_dependencies" : [
"DirectedGraph",
"Writer"
],
"type" : "library"
},
{
"c99name" : "DirectedGraphTests",
"module_type" : "SwiftTarget",
"name" : "DirectedGraphTests",
"path" : "Tests/DirectedGraphTests",
"sources" : [
"DirectedGraphTests.swift"
],
"target_dependencies" : [
"DirectedGraph"
],
"type" : "test"
},
{
"c99name" : "DirectedGraphMapper",
"module_type" : "SwiftTarget",
"name" : "DirectedGraphMapper",
"path" : "Sources/Library/Graphing/DirectedGraphMapper",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"DirectedGraphMapper.swift"
],
"target_dependencies" : [
"DirectedGraph"
],
"type" : "library"
},
{
"c99name" : "DirectedGraph",
"module_type" : "SwiftTarget",
"name" : "DirectedGraph",
"path" : "Sources/Library/Graphing/DirectedGraph",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"DirectedGraph+Cluster.swift",
"DirectedGraph+Edge.swift",
"DirectedGraph+Node.swift",
"DirectedGraph.swift"
],
"type" : "library"
},
{
"c99name" : "DOTGraphMapperTests",
"module_type" : "SwiftTarget",
"name" : "DOTGraphMapperTests",
"path" : "Tests/DOTGraphMapperTests",
"sources" : [
"DOTGraphMapperTests.swift",
"Mock/DirectedGraph.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DOTGraphMapper"
],
"type" : "test"
},
{
"c99name" : "DOTGraphMapper",
"module_type" : "SwiftTarget",
"name" : "DOTGraphMapper",
"path" : "Sources/Library/Graphing/DOTGraphMapper",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"DOTGraphMapper.swift",
"DOTGraphSettings.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DirectedGraphMapper",
"StringIndentHelpers"
],
"type" : "library"
},
{
"c99name" : "D2GraphMapperTests",
"module_type" : "SwiftTarget",
"name" : "D2GraphMapperTests",
"path" : "Tests/D2GraphMapperTests",
"sources" : [
"D2GraphMapperTests.swift",
"Mock/DirectedGraph.swift"
],
"target_dependencies" : [
"DirectedGraph",
"D2GraphMapper"
],
"type" : "test"
},
{
"c99name" : "D2GraphMapper",
"module_type" : "SwiftTarget",
"name" : "D2GraphMapper",
"path" : "Sources/Library/Graphing/D2GraphMapper",
"product_memberships" : [
"dependency-graph"
],
"sources" : [
"D2GraphMapper.swift",
"D2GraphSettings.swift"
],
"target_dependencies" : [
"DirectedGraph",
"DirectedGraphMapper",
"StringIndentHelpers"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/tuist/XcodeProj.git
Fetching https://github.com/apple/swift-argument-parser
[1/23148] Fetching xcodeproj
[9029/38098] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.13s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.15s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.58s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.41s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[1370/3538] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.24s)
Fetched https://github.com/tadija/AEXML.git from cache (0.24s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.04s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.18s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.59s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.46s)
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.27.7
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/80] Write sources
[39/80] Write swift-version-24593BA9C3E375BF.txt
[41/104] Emitting module ShellCommandRunner
[42/104] Emitting module Writer
[43/104] Compiling Writer Writer.swift
[44/105] Emitting module PackageSwiftFile
[45/105] Compiling PackageSwiftFile PackageSwiftFile+Dependency.swift
[46/105] Compiling PackageSwiftFile PackageSwiftFile+Target.swift
[48/105] Compiling PackageSwiftFile PackageSwiftFile+Product.swift
[49/105] Compiling PackageSwiftFile PackageSwiftFile.swift
[50/105] Compiling PackageSwiftFile PackageSwiftFile+Target+Dependency.swift
[52/110] Compiling StdoutWriter StdoutWriter.swift
[53/110] Emitting module StdoutWriter
[55/111] Compiling ShellCommandRunner ShellCommandOutput.swift
[56/111] Compiling ShellCommandRunner ShellCommandRunner.swift
[57/112] Compiling XcodeProject XcodeProject+Target.swift
[58/112] Compiling ProjectRootClassifier ProjectRoot.swift
[59/112] Compiling XcodeProject XcodeProject.swift
[60/114] Compiling FileSystem FileSystem.swift
[61/114] Emitting module FileSystem
[62/115] Emitting module ProjectRootClassifier
[63/115] Compiling ProjectRootClassifier ProjectRootClassifier.swift
[64/115] Compiling StringIndentHelpers Indent.swift
[65/115] Emitting module StringIndentHelpers
[66/116] Emitting module DumpPackageService
[67/116] Compiling DumpPackageService DumpPackageService.swift
[69/118] Emitting module XcodeProject
[70/118] Compiling XcodeProject XcodeProject+SwiftPackage.swift
[75/119] Compiling PackageSwiftFileParserCache PackageSwiftFileParserCache.swift
[76/119] Emitting module PackageSwiftFileParserCache
[79/122] Emitting module PathKit
[80/122] Compiling PathKit PathKit.swift
[82/136] Emitting module PackageSwiftFileParser
[83/136] Compiling PackageSwiftFileParser PackageSwiftFileParser.swift
[84/139] Compiling DumpPackageServiceLive DumpPackageServiceLive.swift
[85/139] Emitting module DumpPackageServiceLive
[87/140] Emitting module ShellCommandRunnerLive
[88/140] Compiling ShellCommandRunnerLive ShellCommandRunnerLive.swift
/host/spi-builder-workspace/Sources/Library/Utilities/ShellCommandRunnerLive/ShellCommandRunnerLive.swift:13:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
11 | task.standardOutput = pipe
12 | task.arguments = ["-c", arguments.joined(separator: " ")]
13 | task.launchPath = "/bin/zsh"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
14 | task.standardInput = nil
15 | task.launch()
/host/spi-builder-workspace/Sources/Library/Utilities/ShellCommandRunnerLive/ShellCommandRunnerLive.swift:15:14: warning: 'launch()' is deprecated: renamed to 'run'
13 | task.launchPath = "/bin/zsh"
14 | task.standardInput = nil
15 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
16 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
17 | task.waitUntilExit()
[89/141] Emitting module ProjectRootClassifierLive
[90/141] Compiling ProjectRootClassifierLive ProjectRootClassifierLive.swift
[91/142] Compiling XcodeProjectParser XcodeProjectParser.swift
[92/142] Emitting module XcodeProjectParser
[94/144] Emitting module FileSystemLive
[95/144] Compiling FileSystemLive FileSystemLive.swift
/host/spi-builder-workspace/Sources/Library/Utilities/FileSystemLive/FileSystemLive.swift:13:29: warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
11 | public func isDirectory(at itemURL: URL) -> Bool {
12 | var isDirectory: ObjCBool = false
13 | FileManager.default.fileExists(atPath: itemURL.path, isDirectory: &isDirectory)
| `- warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
14 | return isDirectory.boolValue
15 | }
[97/146] Emitting module DirectedGraph
[98/146] Compiling DirectedGraph DirectedGraph+Edge.swift
[99/146] Compiling DirectedGraph DirectedGraph+Cluster.swift
[103/149] Emitting module PackageSwiftFileParserCacheLive
[104/149] Compiling PackageSwiftFileParserCacheLive PackageSwiftFileParserCacheLive.swift
[104/152] Wrapping AST for XcodeProjectParser for debugging
[105/156] Wrapping AST for Writer for debugging
[106/163] Wrapping AST for XcodeProject for debugging
[108/164] Wrapping AST for StringIndentHelpers for debugging
[108/164] Wrapping AST for ShellCommandRunnerLive for debugging
[110/164] Wrapping AST for StdoutWriter for debugging
[112/164] Compiling PackageSwiftFileParserLive PackageSwiftFileMapper.swift
/host/spi-builder-workspace/Sources/Library/Parsing/PackageSwiftFileParserLive/Internal/PackageSwiftFileMapper.swift:44:41: error: incorrect argument label in call (have 'withPath:', expected 'withPathComponents:')
42 | return .sourceControl(identity: parameters.identity)
43 | case .fileSystem(let parameters):
44 | let fileURL = (NSURL.fileURL(withPath: parameters.path) as NSURL).appendingPathComponent("Package.swift")!
| `- error: incorrect argument label in call (have 'withPath:', expected 'withPathComponents:')
45 | let packageSwiftFile = try packageSwiftFileParser.parseFile(at: fileURL)
46 | return .fileSystem(identity: parameters.identity, path: parameters.path, packageSwiftFile: packageSwiftFile)
/host/spi-builder-workspace/Sources/Library/Parsing/PackageSwiftFileParserLive/Internal/PackageSwiftFileMapper.swift:44:63: error: cannot convert value of type 'String' to expected argument type '[String]'
42 | return .sourceControl(identity: parameters.identity)
43 | case .fileSystem(let parameters):
44 | let fileURL = (NSURL.fileURL(withPath: parameters.path) as NSURL).appendingPathComponent("Package.swift")!
| `- error: cannot convert value of type 'String' to expected argument type '[String]'
45 | let packageSwiftFile = try packageSwiftFileParser.parseFile(at: fileURL)
46 | return .fileSystem(identity: parameters.identity, path: parameters.path, packageSwiftFile: packageSwiftFile)
/host/spi-builder-workspace/Sources/Library/Parsing/PackageSwiftFileParserLive/Internal/PackageSwiftFileMapper.swift:44:69: error: 'URL?' is not convertible to 'NSURL'
42 | return .sourceControl(identity: parameters.identity)
43 | case .fileSystem(let parameters):
44 | let fileURL = (NSURL.fileURL(withPath: parameters.path) as NSURL).appendingPathComponent("Package.swift")!
| |- error: 'URL?' is not convertible to 'NSURL'
| `- note: did you mean to use 'as!' to force downcast?
45 | let packageSwiftFile = try packageSwiftFileParser.parseFile(at: fileURL)
46 | return .fileSystem(identity: parameters.identity, path: parameters.path, packageSwiftFile: packageSwiftFile)
[113/164] Compiling PackageSwiftFileParserLive PackageSwiftParserLive.swift
[114/164] Compiling DirectedGraph DirectedGraph+Node.swift
[115/164] Compiling DirectedGraph DirectedGraph.swift
[116/164] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile.swift
[116/165] Wrapping AST for ShellCommandRunner for debugging
[117/165] Wrapping AST for ProjectRootClassifier for debugging
[119/165] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Product.swift
[120/165] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Target+Dependency.swift
[120/165] Wrapping AST for PathKit for debugging
[122/165] Compiling AEXML Error.swift
[123/165] Compiling AEXML Options.swift
[124/165] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Target.swift
[125/165] Compiling AEXML Parser.swift
[125/165] Wrapping AST for ProjectRootClassifierLive for debugging
[127/165] Compiling AEXML Builders.swift
[128/165] Emitting module AEXML
[129/165] Emitting module PackageSwiftFileParserLive
[130/165] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Dependency.swift
[131/165] Wrapping AST for PackageSwiftFileParserCache for debugging
[131/165] Wrapping AST for PackageSwiftFileParser for debugging
[131/165] Wrapping AST for PackageSwiftFileParserCacheLive for debugging
[131/165] Wrapping AST for PackageSwiftFile for debugging
[132/165] Compiling AEXML Document.swift
[133/165] Emitting module ArgumentParserToolInfo
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/42] Write swift-version-24593BA9C3E375BF.txt
[3/66] Compiling Writer Writer.swift
[4/66] Compiling ShellCommandRunner ShellCommandRunner.swift
[5/66] Emitting module Writer
[6/67] Compiling DumpPackageService DumpPackageService.swift
[7/67] Compiling ProjectRootClassifier ProjectRootClassifier.swift
[8/67] Emitting module DumpPackageService
[9/67] Compiling FileSystem FileSystem.swift
[10/67] Emitting module FileSystem
[12/69] Emitting module ProjectRootClassifier
[13/69] Compiling XcodeProject XcodeProject+SwiftPackage.swift
[14/69] Compiling ProjectRootClassifier ProjectRoot.swift
[15/69] Compiling XcodeProject XcodeProject+Target.swift
[16/69] Emitting module XcodeProject
[17/69] Compiling XcodeProject XcodeProject.swift
[18/71] Compiling PackageSwiftFile PackageSwiftFile+Dependency.swift
[19/71] Compiling PackageSwiftFile PackageSwiftFile+Product.swift
[20/71] Emitting module PackageSwiftFile
[21/71] Compiling PackageSwiftFile PackageSwiftFile+Target+Dependency.swift
[22/71] Compiling PackageSwiftFile PackageSwiftFile.swift
[23/71] Compiling PackageSwiftFile PackageSwiftFile+Target.swift
[24/71] Compiling ShellCommandRunner ShellCommandOutput.swift
[25/71] Emitting module ShellCommandRunner
[26/73] Emitting module StringIndentHelpers
[27/73] Compiling StringIndentHelpers Indent.swift
[35/88] Compiling DirectedGraph DirectedGraph+Node.swift
[36/88] Compiling ProjectRootClassifierLive ProjectRootClassifierLive.swift
[37/88] Emitting module StdoutWriter
[38/88] Compiling StdoutWriter StdoutWriter.swift
[39/89] Emitting module ProjectRootClassifierLive
[40/90] Emitting module DumpPackageServiceLive
[41/90] Emitting module FileSystemLive
[42/90] Compiling FileSystemLive FileSystemLive.swift
/host/spi-builder-workspace/Sources/Library/Utilities/FileSystemLive/FileSystemLive.swift:13:29: warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
11 | public func isDirectory(at itemURL: URL) -> Bool {
12 | var isDirectory: ObjCBool = false
13 | FileManager.default.fileExists(atPath: itemURL.path, isDirectory: &isDirectory)
| `- warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
14 | return isDirectory.boolValue
15 | }
[43/90] Compiling DirectedGraph DirectedGraph+Cluster.swift
[44/91] Compiling DirectedGraph DirectedGraph+Edge.swift
[45/91] Emitting module DirectedGraph
[46/91] Emitting module ShellCommandRunnerLive
[47/91] Compiling ShellCommandRunnerLive ShellCommandRunnerLive.swift
/host/spi-builder-workspace/Sources/Library/Utilities/ShellCommandRunnerLive/ShellCommandRunnerLive.swift:13:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
11 | task.standardOutput = pipe
12 | task.arguments = ["-c", arguments.joined(separator: " ")]
13 | task.launchPath = "/bin/zsh"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
14 | task.standardInput = nil
15 | task.launch()
/host/spi-builder-workspace/Sources/Library/Utilities/ShellCommandRunnerLive/ShellCommandRunnerLive.swift:15:14: warning: 'launch()' is deprecated: renamed to 'run'
13 | task.launchPath = "/bin/zsh"
14 | task.standardInput = nil
15 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
16 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
17 | task.waitUntilExit()
[48/92] Compiling DumpPackageServiceLive DumpPackageServiceLive.swift
[50/93] Emitting module ArgumentParserToolInfo
[54/96] Wrapping AST for PackageSwiftFile for debugging
[56/102] Emitting module PathKit
[57/102] Compiling PathKit PathKit.swift
[58/104] Compiling ArgumentParserToolInfo ToolInfo.swift
[59/105] Emitting module PackageSwiftFileParser
[60/105] Compiling PackageSwiftFileParser PackageSwiftFileParser.swift
[61/105] Compiling PackageSwiftFileParserCache PackageSwiftFileParserCache.swift
[63/106] Compiling XcodeProjectParser XcodeProjectParser.swift
[64/106] Emitting module XcodeProjectParser
[66/107] Emitting module PackageSwiftFileParserCache
[67/108] Wrapping AST for FileSystemLive for debugging
[69/107] Compiling AEXML Parser.swift
[71/107] Compiling AEXML Error.swift
[72/107] Compiling AEXML Options.swift
[74/107] Compiling DirectedGraph DirectedGraph.swift
[75/108] Compiling AEXML Document.swift
[76/108] Compiling AEXML Builders.swift
[76/108] Wrapping AST for DumpPackageServiceLive for debugging
[77/108] Wrapping AST for FileSystem for debugging
[78/108] Wrapping AST for PathKit for debugging
[78/108] Wrapping AST for DumpPackageService for debugging
[81/138] Wrapping AST for PackageSwiftFileParser for debugging
[82/146] Wrapping AST for ArgumentParserToolInfo for debugging
[84/151] Emitting module AEXML
[85/151] Compiling AEXML Element.swift
[85/156] Wrapping AST for PackageSwiftFileParserCache for debugging
[88/164] Compiling PackageSwiftFileParserCacheLive PackageSwiftFileParserCacheLive.swift
[89/164] Compiling DirectedGraphWriter DirectedGraphWriter.swift
[90/164] Compiling PackageSwiftFileParserLive PackageSwiftParserLive.swift
[91/164] Compiling PackageSwiftFileParserLive PackageSwiftFileMapper.swift
/host/spi-builder-workspace/Sources/Library/Parsing/PackageSwiftFileParserLive/Internal/PackageSwiftFileMapper.swift:44:41: error: incorrect argument label in call (have 'withPath:', expected 'withPathComponents:')
42 | return .sourceControl(identity: parameters.identity)
43 | case .fileSystem(let parameters):
44 | let fileURL = (NSURL.fileURL(withPath: parameters.path) as NSURL).appendingPathComponent("Package.swift")!
| `- error: incorrect argument label in call (have 'withPath:', expected 'withPathComponents:')
45 | let packageSwiftFile = try packageSwiftFileParser.parseFile(at: fileURL)
46 | return .fileSystem(identity: parameters.identity, path: parameters.path, packageSwiftFile: packageSwiftFile)
/host/spi-builder-workspace/Sources/Library/Parsing/PackageSwiftFileParserLive/Internal/PackageSwiftFileMapper.swift:44:63: error: cannot convert value of type 'String' to expected argument type '[String]'
42 | return .sourceControl(identity: parameters.identity)
43 | case .fileSystem(let parameters):
44 | let fileURL = (NSURL.fileURL(withPath: parameters.path) as NSURL).appendingPathComponent("Package.swift")!
| `- error: cannot convert value of type 'String' to expected argument type '[String]'
45 | let packageSwiftFile = try packageSwiftFileParser.parseFile(at: fileURL)
46 | return .fileSystem(identity: parameters.identity, path: parameters.path, packageSwiftFile: packageSwiftFile)
/host/spi-builder-workspace/Sources/Library/Parsing/PackageSwiftFileParserLive/Internal/PackageSwiftFileMapper.swift:44:69: error: 'URL?' is not convertible to 'NSURL'
42 | return .sourceControl(identity: parameters.identity)
43 | case .fileSystem(let parameters):
44 | let fileURL = (NSURL.fileURL(withPath: parameters.path) as NSURL).appendingPathComponent("Package.swift")!
| |- error: 'URL?' is not convertible to 'NSURL'
| `- note: did you mean to use 'as!' to force downcast?
45 | let packageSwiftFile = try packageSwiftFileParser.parseFile(at: fileURL)
46 | return .fileSystem(identity: parameters.identity, path: parameters.path, packageSwiftFile: packageSwiftFile)
[92/164] Emitting module PackageSwiftFileParserCacheLive
[93/165] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Product.swift
[93/165] Wrapping AST for DirectedGraph for debugging
[95/165] Emitting module DirectedGraphWriter
[96/166] Compiling DirectedGraphXcodeHelpers DirectedGraph+XcodeHelpers.swift
[97/166] Compiling DirectedGraphXcodeHelpers String+SafeName.swift
[98/166] Emitting module DirectedGraphXcodeHelpers
[99/167] Compiling PackageGraphBuilder PackageGraphBuilder.swift
[100/167] Emitting module PackageGraphBuilder
[101/170] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Target+Dependency.swift
[102/170] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Target.swift
[103/170] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile.swift
[107/170] Emitting module PackageSwiftFileParserLive
[109/170] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Dependency.swift
[109/170] Wrapping AST for DirectedGraphXcodeHelpers for debugging
[109/170] Wrapping AST for PackageSwiftFileParserCacheLive for debugging
[109/170] Wrapping AST for AEXML for debugging
[110/170] Compiling DirectedGraphMapper DirectedGraphMapper.swift
[111/170] Emitting module ArgumentParser
[111/170] Wrapping AST for DirectedGraphWriter for debugging
BUILD FAILURE 6.1 linux