The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DotSwift, reference master (e1749e), with Swift 6.1 for Linux on 18 Mar 2026 07:02:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ferranlala/DotSwift.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ferranlala/DotSwift.git
https://github.com/ferranlala/DotSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/davecom/SwiftGraph
[1/3301] Fetching swiftgraph
Fetched https://github.com/davecom/SwiftGraph from cache (0.37s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.1.0 (3.03s)
Creating working copy for https://github.com/davecom/SwiftGraph
Working copy of https://github.com/davecom/SwiftGraph resolved at 3.1.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/27] Emitting module SwiftGraph
[7/29] Compiling SwiftGraph WeightedEdge.swift
[8/29] Compiling SwiftGraph WeightedGraph.swift
[9/29] Compiling SwiftGraph UnweightedEdge.swift
[10/29] Compiling SwiftGraph UnweightedGraph.swift
[11/29] Compiling SwiftGraph Search.swift
[12/29] Compiling SwiftGraph Sort.swift
[13/29] Compiling SwiftGraph Constructors.swift
[14/29] Compiling SwiftGraph Cycle.swift
[15/29] Compiling SwiftGraph Edge.swift
[16/29] Compiling SwiftGraph Graph.swift
[17/29] Compiling SwiftGraph MST.swift
[18/29] Compiling SwiftGraph Stack.swift
[19/29] Compiling SwiftGraph SwiftPriorityQueue.swift
[20/29] Compiling SwiftGraph Union.swift
[21/29] Compiling SwiftGraph UniqueElementsGraph.swift
[22/29] Compiling DotSwiftAttributes Types.swift
[23/29] Compiling DotSwiftAttributes Attributes.generated.swift
[24/29] Compiling DotSwiftAttributes AttributeGroups.generated.swift
[25/29] Emitting module DotSwiftAttributes
[26/29] Compiling DotSwiftAttributes Model.swift
[27/29] Compiling DotSwiftAttributes Attributes.swift
[28/30] Compiling SwiftGraph Queue.swift
[29/30] Compiling SwiftGraph Reversed.swift
[32/34] Emitting module DotSwiftEncoder
[33/34] Compiling DotSwiftEncoder OutputStructure.swift
[34/34] Compiling DotSwiftEncoder DOTEncoder.swift
[36/37] Emitting module SwiftGraphBindings
[37/37] Compiling SwiftGraphBindings SwiftGraphBindings.swift
Build complete! (13.10s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.