The Swift Package Index logo.Swift Package Index

Build Information

Successful build of depermaid, reference main (7ab47e), with Swift 6.2 for Linux on 7 May 2026 09:52:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daikimat/depermaid.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/daikimat/depermaid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7ab47ef Merge pull request #28 from daikimat/feature/include-macro
Cloned https://github.com/daikimat/depermaid.git
Revision (git rev-parse @):
7ab47ef6f5830350a886e368d0057e9760205866
SUCCESS checkout https://github.com/daikimat/depermaid.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/daikimat/depermaid.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
[1/1] Compiling plugin Depermaid
Building for debugging...
Build complete! (5.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "depermaid",
  "name" : "depermaid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "depermaid",
      "targets" : [
        "Depermaid"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DepermaidTests",
      "module_type" : "SwiftTarget",
      "name" : "DepermaidTests",
      "path" : "Tests/DepermaidTests",
      "sources" : [
        "DependencyTree/DependencyTree.swift",
        "DependencyTreeTests.swift",
        "Mermaid/Direction.swift",
        "Mermaid/Flowchart.swift",
        "Mermaid/FlowchartItem.swift",
        "Mermaid/Node.swift",
        "Mermaid/NodeShape.swift",
        "MermaidTests.swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Depermaid",
      "module_type" : "PluginTarget",
      "name" : "Depermaid",
      "path" : "Plugins/Depermaid",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift dependency visualizations using Mermaid notation from Swift Package.",
          "type" : "custom",
          "verb" : "depermaid"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "depermaid"
      ],
      "sources" : [
        "DependencyTree/DependencyTree.swift",
        "Depermaid.swift",
        "Mermaid/Direction.swift",
        "Mermaid/Flowchart.swift",
        "Mermaid/FlowchartItem.swift",
        "Mermaid/Node.swift",
        "Mermaid/NodeShape.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.