The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DotSwift, reference master (e1749e), with Swift 6.0 for macOS (SPM) on 18 Mar 2026 07:03:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ferranlala/DotSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ferranlala/DotSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e1749ec Make things in SwiftGraphBindings public
Cloned https://github.com/ferranlala/DotSwift.git
Revision (git rev-parse @):
e1749ec3206dc09e57bd420a355f8fd63d54af2c
SUCCESS checkout https://github.com/ferranlala/DotSwift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ferranlala/DotSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/28] Compiling SwiftGraph UnweightedGraph.swift
[7/28] Compiling SwiftGraph MST.swift
[8/28] Compiling SwiftGraph Queue.swift
[9/28] Compiling SwiftGraph Constructors.swift
[10/28] Compiling SwiftGraph Cycle.swift
[11/28] Compiling SwiftGraph Sort.swift
[12/28] Compiling SwiftGraph Stack.swift
[13/28] Compiling SwiftGraph WeightedEdge.swift
[14/28] Compiling SwiftGraph SwiftPriorityQueue.swift
[15/28] Compiling SwiftGraph Union.swift
[16/28] Compiling SwiftGraph Edge.swift
[17/28] Compiling SwiftGraph Graph.swift
[18/28] Compiling SwiftGraph UniqueElementsGraph.swift
[19/28] Compiling SwiftGraph UnweightedEdge.swift
[20/28] Emitting module SwiftGraph
[21/28] Compiling SwiftGraph Reversed.swift
[22/28] Compiling SwiftGraph Search.swift
[23/29] Compiling DotSwiftAttributes Attributes.swift
[24/29] Compiling DotSwiftAttributes AttributeGroups.generated.swift
[25/29] Emitting module DotSwiftAttributes
[26/29] Compiling DotSwiftAttributes Attributes.generated.swift
[27/29] Compiling DotSwiftAttributes Model.swift
[28/29] Compiling DotSwiftAttributes Types.swift
[29/32] Compiling SwiftGraph WeightedGraph.swift
[30/32] Emitting module DotSwiftEncoder
[31/32] Compiling DotSwiftEncoder OutputStructure.swift
[32/32] Compiling DotSwiftEncoder DOTEncoder.swift
[33/34] Emitting module SwiftGraphBindings
[34/34] Compiling SwiftGraphBindings SwiftGraphBindings.swift
Build complete! (9.77s)
Fetching https://github.com/davecom/SwiftGraph
[1/3301] Fetching swiftgraph
Fetched https://github.com/davecom/SwiftGraph from cache (1.10s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.1.0 (2.53s)
Creating working copy for https://github.com/davecom/SwiftGraph
Working copy of https://github.com/davecom/SwiftGraph resolved at 3.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftgraph",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/davecom/SwiftGraph"
    }
  ],
  "manifest_display_name" : "DotSwift",
  "name" : "DotSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DotSwiftAttributes",
      "targets" : [
        "DotSwiftAttributes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DotSwiftEncoder",
      "targets" : [
        "DotSwiftEncoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftGraphBindings",
      "targets" : [
        "SwiftGraphBindings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGraphBindingsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphBindingsTests",
      "path" : "SwiftGraphBindings/Tests",
      "sources" : [
        "SwiftGraphBindingsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGraphBindings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGraphBindings",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphBindings",
      "path" : "SwiftGraphBindings/Sources",
      "product_dependencies" : [
        "SwiftGraph"
      ],
      "product_memberships" : [
        "SwiftGraphBindings"
      ],
      "sources" : [
        "SwiftGraphBindings.swift"
      ],
      "target_dependencies" : [
        "DotSwiftEncoder"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DotSwiftEncoderTests",
      "module_type" : "SwiftTarget",
      "name" : "DotSwiftEncoderTests",
      "path" : "DotSwiftEncoder/Tests",
      "sources" : [
        "DotSwiftEncoderTests.swift"
      ],
      "target_dependencies" : [
        "DotSwiftEncoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DotSwiftEncoder",
      "module_type" : "SwiftTarget",
      "name" : "DotSwiftEncoder",
      "path" : "DotSwiftEncoder/Sources",
      "product_memberships" : [
        "DotSwiftEncoder",
        "SwiftGraphBindings"
      ],
      "sources" : [
        "DOTEncoder.swift",
        "OutputStructure.swift"
      ],
      "target_dependencies" : [
        "DotSwiftAttributes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DotSwiftAttributesTests",
      "module_type" : "SwiftTarget",
      "name" : "DotSwiftAttributesTests",
      "path" : "DotSwiftAttributes/Tests",
      "sources" : [
        "DotSwiftAttributesTests.swift"
      ],
      "target_dependencies" : [
        "DotSwiftAttributes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DotSwiftAttributes",
      "module_type" : "SwiftTarget",
      "name" : "DotSwiftAttributes",
      "path" : "DotSwiftAttributes/Sources",
      "product_memberships" : [
        "DotSwiftAttributes",
        "DotSwiftEncoder",
        "SwiftGraphBindings"
      ],
      "sources" : [
        "Attributes.swift",
        "Generated/AttributeGroups.generated.swift",
        "Generated/Attributes.generated.swift",
        "Model.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.