The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build DependencyGraph, reference 1.2.0 (f47f6b), with Swift 6.1 for Linux on 27 Apr 2025 07:21:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 1.2.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/simonbs/dependency-graph
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at f47f6b4 Bumps version to 1.2.0 (#18)
Cloned https://github.com/simonbs/dependency-graph.git
Revision (git rev-parse @):
f47f6b4bd407e0c34ac9c7beaa37e944b7d0fef5
SUCCESS checkout https://github.com/simonbs/dependency-graph.git at 1.2.0
========================================
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-4606859-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/apple/swift-argument-parser
Fetching https://github.com/tuist/XcodeProj.git
[1/23148] Fetching xcodeproj
[9724/38098] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.31s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.34s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.85s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.49s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.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.41s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.69s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.53s)
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.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/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/105] Emitting module Writer
[42/105] Compiling Writer Writer.swift
[44/106] Emitting module ArgumentParserToolInfo
[45/106] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/113] Compiling PackageSwiftFile PackageSwiftFile.swift
[48/113] Compiling PackageSwiftFile PackageSwiftFile+Target.swift
[49/113] Emitting module PackageSwiftFile
[50/113] Compiling PackageSwiftFile PackageSwiftFile+Dependency.swift
[51/113] Compiling PackageSwiftFile PackageSwiftFile+Product.swift
[52/113] Compiling PackageSwiftFile PackageSwiftFile+Target+Dependency.swift
[54/116] Emitting module StdoutWriter
[55/116] Compiling StdoutWriter StdoutWriter.swift
[57/121] Compiling ProjectRootClassifier ProjectRootClassifier.swift
[58/121] Compiling ProjectRootClassifier ProjectRoot.swift
[59/121] Emitting module ProjectRootClassifier
[60/122] Compiling AEXML Error.swift
[61/122] Emitting module FileSystem
[62/122] Compiling FileSystem FileSystem.swift
[63/123] Compiling AEXML Options.swift
[64/123] Compiling AEXML Parser.swift
[65/123] Compiling AEXML Document.swift
[66/123] Compiling AEXML Builders.swift
[67/123] Emitting module AEXML
[68/123] Compiling AEXML Element.swift
[69/124] Compiling PackageSwiftFileParserCache PackageSwiftFileParserCache.swift
[70/124] Emitting module ShellCommandRunner
[71/124] Compiling ShellCommandRunner ShellCommandOutput.swift
[72/124] Emitting module PackageSwiftFileParserCache
[74/124] Emitting module XcodeProject
[75/124] Compiling XcodeProject XcodeProject+Target.swift
[76/124] Compiling XcodeProject XcodeProject+SwiftPackage.swift
[77/125] Compiling XcodeProject XcodeProject.swift
[78/125] Compiling ShellCommandRunner ShellCommandRunner.swift
[79/127] Emitting module StringIndentHelpers
[80/127] Compiling StringIndentHelpers Indent.swift
[87/128] Compiling PathKit PathKit.swift
[88/128] Emitting module PathKit
[90/143] Emitting module PackageSwiftFileParser
[91/143] Compiling PackageSwiftFileParser PackageSwiftFileParser.swift
[92/144] Compiling DumpPackageService DumpPackageService.swift
[93/144] Emitting module DumpPackageService
[94/145] Compiling XcodeProjectParser XcodeProjectParser.swift
[95/145] Emitting module ProjectRootClassifierLive
[96/145] Compiling PackageSwiftFileParserCacheLive PackageSwiftFileParserCacheLive.swift
[97/145] Emitting module XcodeProjectParser
[99/146] Emitting module PackageSwiftFileParserCacheLive
[100/147] Emitting module FileSystemLive
[101/147] 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 |     }
[102/148] Emitting module ShellCommandRunnerLive
[104/148] 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()
[107/154] Compiling ProjectRootClassifierLive ProjectRootClassifierLive.swift
[110/155] Compiling DirectedGraph DirectedGraph+Edge.swift
[111/155] Compiling DirectedGraph DirectedGraph+Cluster.swift
[112/216] Wrapping AST for XcodeProjectParser for debugging
[114/254] Emitting module DirectedGraph
[115/254] Compiling DirectedGraph DirectedGraph+Node.swift
[115/263] Wrapping AST for XcodeProject for debugging
[116/294] Wrapping AST for StringIndentHelpers for debugging
[117/294] Wrapping AST for Writer for debugging
[119/294] 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)
[119/294] Wrapping AST for StdoutWriter for debugging
[121/294] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile.swift
[121/294] Wrapping AST for ShellCommandRunnerLive for debugging
[122/294] Wrapping AST for ShellCommandRunner for debugging
[124/294] Emitting module DumpPackageServiceLive
[125/294] Compiling DumpPackageServiceLive DumpPackageServiceLive.swift
[126/295] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Target.swift
[127/295] Compiling PackageSwiftFileParserLive PackageSwiftParserLive.swift
[127/295] Wrapping AST for ProjectRootClassifierLive for debugging
[129/295] Emitting module PackageSwiftFileParserLive
[130/295] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Dependency.swift
[131/295] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Product.swift
[132/295] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Target+Dependency.swift
[132/295] Wrapping AST for PackageSwiftFileParserCacheLive for debugging
[132/295] Wrapping AST for ProjectRootClassifier for debugging
[132/295] Wrapping AST for PathKit for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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] Emitting module ProjectRootClassifier
[4/66] Emitting module FileSystem
[5/66] Compiling FileSystem FileSystem.swift
[6/67] Compiling DumpPackageService DumpPackageService.swift
[7/67] Emitting module DumpPackageService
[10/68] Compiling PackageSwiftFile PackageSwiftFile+Product.swift
[11/68] Compiling ShellCommandRunner ShellCommandRunner.swift
[12/68] Compiling XcodeProject XcodeProject.swift
[13/68] Compiling XcodeProject XcodeProject+Target.swift
[14/68] Compiling PackageSwiftFile PackageSwiftFile+Target.swift
[15/68] Emitting module XcodeProject
[16/68] Compiling XcodeProject XcodeProject+SwiftPackage.swift
[17/68] Compiling ShellCommandRunner ShellCommandOutput.swift
[18/69] Compiling Writer Writer.swift
[19/69] Emitting module Writer
[20/69] Compiling PackageSwiftFile PackageSwiftFile.swift
[21/70] Compiling ProjectRootClassifier ProjectRootClassifier.swift
[22/70] Emitting module ShellCommandRunner
[23/70] Compiling ProjectRootClassifier ProjectRoot.swift
[24/76] Compiling PackageSwiftFile PackageSwiftFile+Target+Dependency.swift
[25/76] Emitting module PackageSwiftFile
[26/76] Compiling PackageSwiftFile PackageSwiftFile+Dependency.swift
[29/77] Emitting module StringIndentHelpers
[30/77] Compiling StringIndentHelpers Indent.swift
[35/74] 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 |     }
[36/74] Emitting module FileSystemLive
[38/90] Compiling StdoutWriter StdoutWriter.swift
[39/90] Compiling PackageSwiftFileParser PackageSwiftFileParser.swift
[40/90] Compiling XcodeProjectParser XcodeProjectParser.swift
[41/90] Emitting module XcodeProjectParser
[42/90] Compiling DirectedGraph DirectedGraph+Node.swift
[43/91] Emitting module StdoutWriter
[44/92] Compiling PackageSwiftFileParserCache PackageSwiftFileParserCache.swift
[45/92] Emitting module PackageSwiftFileParserCache
[46/93] Emitting module PackageSwiftFileParser
[47/93] Compiling DirectedGraph DirectedGraph+Cluster.swift
[49/96] Emitting module ShellCommandRunnerLive
[50/96] 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()
[53/95] Emitting module PathKit
[54/95] Compiling PathKit PathKit.swift
[57/95] Emitting module ProjectRootClassifierLive
[58/95] Compiling ProjectRootClassifierLive ProjectRootClassifierLive.swift
[60/108] Wrapping AST for ProjectRootClassifier for debugging
[62/116] Compiling DumpPackageServiceLive DumpPackageServiceLive.swift
[63/116] Compiling PackageSwiftFileParserCacheLive PackageSwiftFileParserCacheLive.swift
[63/116] Wrapping AST for PackageSwiftFileParserCache for debugging
[64/116] Wrapping AST for PathKit for debugging
[66/116] Emitting module PackageSwiftFileParserCacheLive
[67/117] Emitting module DumpPackageServiceLive
[67/118] Wrapping AST for PackageSwiftFileParser for debugging
[69/118] Compiling DirectedGraph DirectedGraph+Edge.swift
[70/118] Compiling DirectedGraph DirectedGraph.swift
[71/118] Emitting module DirectedGraph
[71/119] Wrapping AST for PackageSwiftFile for debugging
[74/119] Compiling AEXML Parser.swift
[75/119] Compiling AEXML Options.swift
[76/119] Compiling AEXML Error.swift
[78/119] Emitting module AEXML
[78/119] Wrapping AST for FileSystemLive for debugging
[81/119] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Dependency.swift
[81/119] Wrapping AST for DumpPackageService for debugging
[82/119] Wrapping AST for FileSystem for debugging
[84/119] 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)
[85/119] Compiling PackageSwiftFileParserLive PackageSwiftParserLive.swift
[86/119] Emitting module PackageSwiftFileParserLive
[87/119] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Target.swift
[88/119] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile.swift
[88/119] Wrapping AST for PackageSwiftFileParserCacheLive for debugging
[90/119] Compiling AEXML Builders.swift
[90/119] Wrapping AST for DumpPackageServiceLive for debugging
[92/119] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Product.swift
[93/119] Compiling PackageSwiftFileParserLive IntermediatePackageSwiftFile+Target+Dependency.swift
[94/121] Compiling AEXML Document.swift
[94/121] Wrapping AST for DirectedGraph for debugging
BUILD FAILURE 6.1 linux