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 SimpleGraph, reference master (0e08d3), with Swift 6.2 (beta) for Linux on 23 Jun 2025 02:48:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/SimpleGraph.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/Jomy10/SimpleGraph
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0e08d33 add dot graph output function
Submodule path 'Sources/SimpleGraph/simple-graph': checked out '5e375013b404846230cbe10b087239db7620f057'
Submodule 'Sources/SimpleGraph/simple-graph' (https://github.com/dpapathanasiou/simple-graph.git) registered for path 'Sources/SimpleGraph/simple-graph'
Cloning into '/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph'...
Cloned https://github.com/Jomy10/SimpleGraph.git
Revision (git rev-parse @):
0e08d3364ae9d4a01634aa72008df99b3d378baa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/SimpleGraph.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Jomy10/SimpleGraph.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/johnmai-dev/Jinja.git
[1/393] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja.git from cache (0.43s)
Computing version for https://github.com/johnmai-dev/Jinja.git
Computed https://github.com/johnmai-dev/Jinja.git at 1.2.0 (1.15s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.10s)
Creating working copy for https://github.com/johnmai-dev/Jinja.git
Working copy of https://github.com/johnmai-dev/Jinja.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/7] Write sources
[0/7] Write embedded_resources.swift
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/23] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[9/23] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[12/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/24] Emitting module CSQLiteShim
[14/24] Compiling CSQLiteShim import.swift
[15/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/25] Emitting module InternalCollectionsUtilities
[18/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/25] Compiling InternalCollectionsUtilities Integer rank.swift
[20/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/25] Compiling InternalCollectionsUtilities Debugging.swift
[22/25] Compiling InternalCollectionsUtilities Descriptions.swift
[23/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[28/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[29/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[30/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[31/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[32/81] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[33/81] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[34/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[35/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[36/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[37/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[38/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[39/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[40/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[41/88] Compiling OrderedCollections OrderedSet+Initializers.swift
[42/88] Compiling OrderedCollections OrderedSet+Insertions.swift
[43/88] Compiling OrderedCollections OrderedSet+Invariants.swift
[44/88] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[45/88] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[46/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[47/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[48/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[49/88] Compiling OrderedCollections OrderedDictionary.swift
[50/88] Compiling OrderedCollections OrderedSet+Codable.swift
[51/88] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[52/88] Compiling OrderedCollections OrderedSet+Descriptions.swift
[53/88] Compiling OrderedCollections OrderedSet+Diffing.swift
[54/88] Compiling OrderedCollections OrderedSet+Equatable.swift
[55/88] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[56/88] Compiling OrderedCollections OrderedSet+Hashable.swift
[57/88] Compiling OrderedCollections OrderedDictionary+Codable.swift
[58/88] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[59/88] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[60/88] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[61/88] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[62/88] Compiling OrderedCollections OrderedDictionary+Elements.swift
[63/88] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[64/88] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[65/88] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/88] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/88] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/88] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/88] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[70/88] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[71/88] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/88] Compiling OrderedCollections OrderedDictionary+Values.swift
[73/88] Compiling OrderedCollections _HashTable+Bucket.swift
[74/88] Compiling OrderedCollections _HashTable+BucketIterator.swift
[75/88] Compiling OrderedCollections _HashTable+Constants.swift
[76/88] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[77/88] Compiling OrderedCollections _HashTable+Testing.swift
[78/88] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[79/88] Compiling OrderedCollections _HashTable.swift
[80/88] Compiling OrderedCollections _Hashtable+Header.swift
[81/88] Compiling OrderedCollections OrderedSet+Sendable.swift
[82/88] Compiling OrderedCollections OrderedSet+SubSequence.swift
[83/88] Compiling OrderedCollections OrderedSet+Testing.swift
[84/88] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[85/88] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[86/88] Compiling OrderedCollections OrderedSet.swift
[87/88] Compiling OrderedCollections _UnsafeBitset.swift
[88/88] Emitting module OrderedCollections
[90/98] Emitting module Jinja
[91/99] Compiling Jinja StringExtension.swift
[92/99] Compiling Jinja Template.swift
[93/99] Compiling Jinja Utilities.swift
[94/99] Compiling Jinja Lexer.swift
[95/99] Compiling Jinja Runtime.swift
[96/99] Compiling Jinja Error.swift
[97/99] Compiling Jinja Parser.swift
[98/99] Compiling Jinja Ast.swift
[99/99] Compiling Jinja Environment.swift
[101/107] Compiling SimpleGraph Utils.swift
[102/107] Compiling SimpleGraph embedded_resources.swift
[103/107] Compiling SimpleGraph SQLiteStatement.swift
[104/107] Compiling SimpleGraph SimpleGraph+dot.swift
[105/107] Compiling SimpleGraph Node.swift
[106/107] Compiling SimpleGraph SimpleGraph.swift
[107/107] Emitting module SimpleGraph
Build complete! (62.05s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "jinja",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnmai-dev/Jinja.git"
    }
  ],
  "manifest_display_name" : "SimpleGraph",
  "name" : "SimpleGraph",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleGraph",
      "targets" : [
        "SimpleGraph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CSQLite3",
      "targets" : [
        "CSQLite3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleGraphTests",
      "path" : "Tests/SimpleGraphTests",
      "sources" : [
        "SimpleGraphTest.swift"
      ],
      "target_dependencies" : [
        "SimpleGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleGraph",
      "module_type" : "SwiftTarget",
      "name" : "SimpleGraph",
      "path" : "Sources/SimpleGraph",
      "product_dependencies" : [
        "Jinja"
      ],
      "product_memberships" : [
        "SimpleGraph"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-incoming-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-outgoing-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/schema.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-inbound.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-outbound.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-node.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-where.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/traverse.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "Node.swift",
        "SQLiteStatement.swift",
        "SimpleGraph+dot.swift",
        "SimpleGraph.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CSQLiteShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSQLiteShim",
      "module_type" : "SwiftTarget",
      "name" : "CSQLiteShim",
      "path" : "Sources/CSQLiteShim",
      "product_memberships" : [
        "SimpleGraph"
      ],
      "sources" : [
        "import.swift"
      ],
      "target_dependencies" : [
        "CSQLite3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSQLite3",
      "module_type" : "SystemLibraryTarget",
      "name" : "CSQLite3",
      "path" : "Sources/CSQLite3",
      "product_memberships" : [
        "SimpleGraph",
        "CSQLite3"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.