The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Dagr, reference main (76fb8c), with Swift 6.1 for macOS (SPM) on 8 Oct 2025 15:52:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mzaks/dagr.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mzaks/dagr
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 76fb8c5 Remove the now ignored directory ".vscode"
Cloned https://github.com/mzaks/dagr.git
Revision (git rev-parse @):
76fb8c5d82725b926e45b7f1caa3062749e20556
SUCCESS checkout https://github.com/mzaks/dagr.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mzaks/dagr.git
https://github.com/mzaks/dagr.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Dagr",
  "name" : "Dagr",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Dagr",
      "targets" : [
        "Dagr"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DagrCodeGen",
      "targets" : [
        "DagrCodeGen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationNodes",
      "targets" : [
        "FoundationNodes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationNodesDefenition",
      "targets" : [
        "FoundationNodesDefenition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodeGen",
      "targets" : [
        "CodeGen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FoundationNodesDefenition",
      "module_type" : "SwiftTarget",
      "name" : "FoundationNodesDefenition",
      "path" : "Sources/FoundationNodesDefenition",
      "product_memberships" : [
        "FoundationNodesDefenition",
        "CodeGen"
      ],
      "sources" : [
        "FoundationNode.swift"
      ],
      "target_dependencies" : [
        "DagrCodeGen"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoundationNodes",
      "module_type" : "SwiftTarget",
      "name" : "FoundationNodes",
      "path" : "Sources/FoundationNodes",
      "product_memberships" : [
        "FoundationNodes"
      ],
      "sources" : [
        "FoundationNodeExtensions.swift",
        "FoundationNode_generated.swift"
      ],
      "target_dependencies" : [
        "Dagr"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DagrTests",
      "module_type" : "SwiftTarget",
      "name" : "DagrTests",
      "path" : "Tests/DagrTests",
      "sources" : [
        "BuilderTests.swift",
        "JSONLikeTests.swift",
        "ReaderTests.swift",
        "gen/BuilderSamples_generated.swift",
        "gen/JSONLike+Extensions.swift",
        "gen/JSONLike_generated.swift"
      ],
      "target_dependencies" : [
        "Dagr",
        "FoundationNodes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DagrCodeGenTests",
      "module_type" : "SwiftTarget",
      "name" : "DagrCodeGenTests",
      "path" : "Tests/DagrCodeGenTests",
      "sources" : [
        "CompatibilityTests.swift",
        "ValidationTests.swift"
      ],
      "target_dependencies" : [
        "DagrCodeGen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DagrCodeGen",
      "module_type" : "SwiftTarget",
      "name" : "DagrCodeGen",
      "path" : "Sources/DagrCodeGen",
      "product_memberships" : [
        "DagrCodeGen",
        "FoundationNodesDefenition",
        "CodeGen"
      ],
      "sources" : [
        "DSLTypes.swift",
        "Generator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dagr",
      "module_type" : "SwiftTarget",
      "name" : "Dagr",
      "path" : "Sources/Dagr",
      "product_memberships" : [
        "Dagr",
        "FoundationNodes"
      ],
      "sources" : [
        "Builder.swift",
        "Reader.swift",
        "RuntimeTypes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodeGenPlugin",
      "module_type" : "PluginTarget",
      "name" : "CodeGenPlugin",
      "path" : "Plugins/CodeGenPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generates graphs",
          "type" : "custom",
          "verb" : "code-gen"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Generate source files",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "CodeGenPlugin.swift"
      ],
      "target_dependencies" : [
        "CodeGen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CodeGen",
      "module_type" : "SwiftTarget",
      "name" : "CodeGen",
      "path" : "Sources/CodeGen",
      "product_memberships" : [
        "CodeGen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "DagrCodeGen",
        "FoundationNodesDefenition"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin CodeGenPlugin
Building for debugging...
[1/18] Write sources
[8/18] Write CodeGen-tool-entitlement.plist
[10/18] Write CodeGen-entitlement.plist
[11/18] Write swift-version-2F0A5646E1D333AE.txt
[13/28] Emitting module Dagr
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/28] Compiling DagrCodeGen Generator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/28] Emitting module DagrCodeGen
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/28] Compiling DagrCodeGen DSLTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/28] Compiling Dagr Reader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/28] Compiling Dagr RuntimeTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/28] Compiling Dagr Builder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/28] Emitting module DagrCodeGen
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/28] Compiling DagrCodeGen Generator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/28] Compiling DagrCodeGen DSLTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/35] Compiling FoundationNodesDefenition FoundationNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/35] Emitting module FoundationNodesDefenition
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/35] Compiling FoundationNodesDefenition FoundationNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/39] Emitting module FoundationNodes
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/39] Compiling FoundationNodes FoundationNodeExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/39] Compiling FoundationNodes FoundationNode_generated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/39] Emitting module CodeGen
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/39] Compiling CodeGen main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/39] Emitting module CodeGen
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/39] Write Objects.LinkFileList
[35/39] Linking CodeGen
[36/39] Linking CodeGen-tool
[37/39] Applying CodeGen-tool
[38/39] Applying CodeGen
Build complete! (10.22s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/FoundationNodes/FoundationNode_1759589941.json
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Dagr",
  "name" : "Dagr",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Dagr",
      "targets" : [
        "Dagr"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DagrCodeGen",
      "targets" : [
        "DagrCodeGen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationNodes",
      "targets" : [
        "FoundationNodes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationNodesDefenition",
      "targets" : [
        "FoundationNodesDefenition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodeGen",
      "targets" : [
        "CodeGen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FoundationNodesDefenition",
      "module_type" : "SwiftTarget",
      "name" : "FoundationNodesDefenition",
      "path" : "Sources/FoundationNodesDefenition",
      "product_memberships" : [
        "FoundationNodesDefenition",
        "CodeGen"
      ],
      "sources" : [
        "FoundationNode.swift"
      ],
      "target_dependencies" : [
        "DagrCodeGen"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoundationNodes",
      "module_type" : "SwiftTarget",
      "name" : "FoundationNodes",
      "path" : "Sources/FoundationNodes",
      "product_memberships" : [
        "FoundationNodes"
      ],
      "sources" : [
        "FoundationNodeExtensions.swift",
        "FoundationNode_generated.swift"
      ],
      "target_dependencies" : [
        "Dagr"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DagrTests",
      "module_type" : "SwiftTarget",
      "name" : "DagrTests",
      "path" : "Tests/DagrTests",
      "sources" : [
        "BuilderTests.swift",
        "JSONLikeTests.swift",
        "ReaderTests.swift",
        "gen/BuilderSamples_generated.swift",
        "gen/JSONLike+Extensions.swift",
        "gen/JSONLike_generated.swift"
      ],
      "target_dependencies" : [
        "Dagr",
        "FoundationNodes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DagrCodeGenTests",
      "module_type" : "SwiftTarget",
      "name" : "DagrCodeGenTests",
      "path" : "Tests/DagrCodeGenTests",
      "sources" : [
        "CompatibilityTests.swift",
        "ValidationTests.swift"
      ],
      "target_dependencies" : [
        "DagrCodeGen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DagrCodeGen",
      "module_type" : "SwiftTarget",
      "name" : "DagrCodeGen",
      "path" : "Sources/DagrCodeGen",
      "product_memberships" : [
        "DagrCodeGen",
        "FoundationNodesDefenition",
        "CodeGen"
      ],
      "sources" : [
        "DSLTypes.swift",
        "Generator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dagr",
      "module_type" : "SwiftTarget",
      "name" : "Dagr",
      "path" : "Sources/Dagr",
      "product_memberships" : [
        "Dagr",
        "FoundationNodes"
      ],
      "sources" : [
        "Builder.swift",
        "Reader.swift",
        "RuntimeTypes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodeGenPlugin",
      "module_type" : "PluginTarget",
      "name" : "CodeGenPlugin",
      "path" : "Plugins/CodeGenPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generates graphs",
          "type" : "custom",
          "verb" : "code-gen"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Generate source files",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "CodeGenPlugin.swift"
      ],
      "target_dependencies" : [
        "CodeGen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CodeGen",
      "module_type" : "SwiftTarget",
      "name" : "CodeGen",
      "path" : "Sources/CodeGen",
      "product_memberships" : [
        "CodeGen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "DagrCodeGen",
        "FoundationNodesDefenition"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
Done.