The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SimpleGraph, reference master (0e08d3), with Swift 6.1 for Linux on 30 Apr 2025 14:24:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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.1
Building package at path:  $PWD
https://github.com/Jomy10/SimpleGraph.git
https://github.com/Jomy10/SimpleGraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/johnmai-dev/Jinja.git
[1/366] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja.git from cache (0.24s)
Computing version for https://github.com/johnmai-dev/Jinja.git
Computed https://github.com/johnmai-dev/Jinja.git at 1.1.2 (0.81s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.98s)
Creating working copy for https://github.com/johnmai-dev/Jinja.git
Working copy of https://github.com/johnmai-dev/Jinja.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/7] Write sources
[4/7] Write embedded_resources.swift
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/26] Emitting module InternalCollectionsUtilities
[9/28] Compiling InternalCollectionsUtilities Debugging.swift
[10/28] Compiling InternalCollectionsUtilities Descriptions.swift
[11/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/28] Compiling InternalCollectionsUtilities Specialize.swift
[17/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[22/28] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[23/28] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[24/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/28] Compiling InternalCollectionsUtilities Integer rank.swift
[26/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/29] Emitting module CSQLiteShim
[28/29] Compiling CSQLiteShim import.swift
[31/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[32/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[33/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[34/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[35/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[36/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[37/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[38/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[39/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[40/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[41/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[42/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[43/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[44/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[45/92] Compiling OrderedCollections OrderedSet+Initializers.swift
[46/92] Compiling OrderedCollections OrderedSet+Insertions.swift
[47/92] Compiling OrderedCollections OrderedSet+Invariants.swift
[48/92] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[49/92] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[50/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[51/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[52/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[53/92] Compiling OrderedCollections OrderedDictionary.swift
[54/92] Compiling OrderedCollections OrderedSet+Codable.swift
[55/92] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[56/92] Compiling OrderedCollections OrderedSet+Descriptions.swift
[57/92] Compiling OrderedCollections OrderedSet+Diffing.swift
[58/92] Compiling OrderedCollections OrderedSet+Equatable.swift
[59/92] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[60/92] Compiling OrderedCollections OrderedSet+Hashable.swift
[61/92] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[62/92] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[63/92] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[64/92] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[65/92] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[66/92] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[67/92] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[68/92] Compiling OrderedCollections OrderedDictionary+Values.swift
[69/92] Compiling OrderedCollections OrderedDictionary+Codable.swift
[70/92] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[71/92] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[72/92] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[73/92] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[74/92] Compiling OrderedCollections OrderedDictionary+Elements.swift
[75/92] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[76/92] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[77/92] Compiling OrderedCollections OrderedSet+Sendable.swift
[78/92] Compiling OrderedCollections OrderedSet+SubSequence.swift
[79/92] Compiling OrderedCollections OrderedSet+Testing.swift
[80/92] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[81/92] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[82/92] Compiling OrderedCollections OrderedSet.swift
[83/92] Compiling OrderedCollections _UnsafeBitset.swift
[84/92] Compiling OrderedCollections _HashTable+Bucket.swift
[85/92] Compiling OrderedCollections _HashTable+BucketIterator.swift
[86/92] Compiling OrderedCollections _HashTable+Constants.swift
[87/92] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[88/92] Compiling OrderedCollections _HashTable+Testing.swift
[89/92] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[90/92] Compiling OrderedCollections _HashTable.swift
[91/92] Compiling OrderedCollections _Hashtable+Header.swift
[92/92] Emitting module OrderedCollections
[94/102] Compiling Jinja Template.swift
[95/103] Compiling Jinja Runtime.swift
[96/103] Compiling Jinja Parser.swift
[97/103] Compiling Jinja Utilities.swift
[98/103] Compiling Jinja Lexer.swift
[99/103] Compiling Jinja StringExtension.swift
[100/103] Compiling Jinja Error.swift
[101/103] Emitting module Jinja
[102/103] Compiling Jinja Ast.swift
[103/103] Compiling Jinja Environment.swift
[105/111] Compiling SimpleGraph SimpleGraph+dot.swift
[106/111] Compiling SimpleGraph Utils.swift
[107/111] Emitting module SimpleGraph
[108/111] Compiling SimpleGraph embedded_resources.swift
[109/111] Compiling SimpleGraph SQLiteStatement.swift
[110/111] Compiling SimpleGraph Node.swift
[111/111] Compiling SimpleGraph SimpleGraph.swift
Build complete! (20.21s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.