Build Information
Successful build of depermaid, reference 2.0.0 (7ab47e), with Swift 6.3 for macOS (SPM) on 6 May 2026 23:09:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.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: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daikimat/depermaid
* tag 2.0.0 -> FETCH_HEAD
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 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "depermaid",
"name": "depermaid",
"url": "https://github.com/daikimat/depermaid.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/depermaid",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/daikimat/depermaid.git
[1/605] Fetching depermaid
Fetched https://github.com/daikimat/depermaid.git from cache (0.74s)
Creating working copy for https://github.com/daikimat/depermaid.git
Working copy of https://github.com/daikimat/depermaid.git resolved at 2.0.0 (7ab47ef)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/daikimat/depermaid.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Depermaid
Building for debugging...
Build complete! (5.46s)
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.