The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MiniGraphviz, reference 0.1.0 (aa15c5), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 17:48:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/MiniGraphviz.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LuizZak/MiniGraphviz
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at aa15c50 Adding Attributes parameter to addConnection(fromLabel:toLabel:)
Cloned https://github.com/LuizZak/MiniGraphviz.git
Revision (git rev-parse @):
aa15c50cf8027dae6dde860a40987c238070d849
SUCCESS checkout https://github.com/LuizZak/MiniGraphviz.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LuizZak/MiniGraphviz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling MiniGraphviz GraphViz+GraphAttributes.swift
[4/6] Compiling MiniGraphviz GraphViz+Attribute.swift
[5/6] Emitting module MiniGraphviz
[6/6] Compiling MiniGraphviz GraphViz.swift
Build complete! (3.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MiniGraphviz",
  "name" : "MiniGraphviz",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MiniGraphviz",
      "targets" : [
        "MiniGraphviz"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MiniGraphvizTests",
      "module_type" : "SwiftTarget",
      "name" : "MiniGraphvizTests",
      "path" : "Tests/MiniGraphvizTests",
      "sources" : [
        "GraphViz+GraphAttributesTests.swift",
        "GraphVizTests.swift",
        "MiniGraphvizTests.swift",
        "TestSupport/StringDiffTesting+Tests.swift",
        "TestSupport/StringDiffTesting.swift"
      ],
      "target_dependencies" : [
        "MiniGraphviz"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MiniGraphviz",
      "module_type" : "SwiftTarget",
      "name" : "MiniGraphviz",
      "path" : "Sources/MiniGraphviz",
      "product_memberships" : [
        "MiniGraphviz"
      ],
      "sources" : [
        "GraphViz+Attribute.swift",
        "GraphViz+GraphAttributes.swift",
        "GraphViz.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.