Build Information
Successful build of depermaid, reference main (7ab47e), with Swift 6.2 for macOS (SPM) on 7 May 2026 10:04:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/daikimat/depermaid.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Depermaid
Building for debugging...
Build complete! (6.13s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "depermaid",
"name" : "depermaid",
"path" : "/Users/admin/builder/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"
}
Done.