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 1.1.0 (2bb6f7), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 14:31:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/SimpleGraph.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jomy10/SimpleGraph
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 2bb6f77 import SQLite3 on other Apple platforms
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 '/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph'...
Cloned https://github.com/Jomy10/SimpleGraph.git
Revision (git rev-parse @):
2bb6f77b7e74e2d550ab1f0bba37446b02ff226b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/SimpleGraph.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Jomy10/SimpleGraph.git
https://github.com/Jomy10/SimpleGraph.git
{
  "dependencies" : [
    {
      "identity" : "csqlite",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/CSQLite"
    },
    {
      "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" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleGraph",
      "targets" : [
        "SimpleGraph"
      ],
      "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" : [
        "CSQLite",
        "Jinja"
      ],
      "product_memberships" : [
        "SimpleGraph"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-incoming-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-outgoing-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/schema.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-inbound.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-outbound.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-node.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-where.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/traverse.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "Node.swift",
        "SQLiteStatement.swift",
        "SimpleGraph.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/6] Write sources
[3/6] Write embedded_resources.swift
[4/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/25] Compiling InternalCollectionsUtilities Integer rank.swift
[9/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[10/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[11/25] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[12/25] Emitting module InternalCollectionsUtilities
[13/25] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[14/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/25] Compiling InternalCollectionsUtilities Specialize.swift
[19/25] Compiling InternalCollectionsUtilities Debugging.swift
[20/25] Compiling InternalCollectionsUtilities Descriptions.swift
[21/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[25/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/81] Compiling OrderedCollections OrderedSet+Codable.swift
[27/81] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[28/81] Compiling OrderedCollections OrderedSet+Descriptions.swift
[29/81] Compiling OrderedCollections OrderedSet+Diffing.swift
[30/81] Compiling OrderedCollections OrderedSet+Equatable.swift
[31/81] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[32/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[33/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[34/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[35/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[36/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[37/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[38/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[39/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[40/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[41/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[42/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[43/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[44/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[45/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[46/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[47/87] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[48/87] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[49/87] Compiling OrderedCollections OrderedSet+Sendable.swift
[50/87] Compiling OrderedCollections OrderedDictionary+Elements.swift
[51/87] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[52/87] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[53/87] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[54/87] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[55/87] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[56/87] Compiling OrderedCollections _Hashtable+Header.swift
[57/87] Compiling OrderedCollections OrderedDictionary+Codable.swift
[58/87] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[59/87] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[60/87] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[61/87] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[62/87] Compiling OrderedCollections OrderedSet+Hashable.swift
[63/87] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/87] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/87] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/87] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/87] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/87] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/87] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[70/87] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[71/87] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/87] Compiling OrderedCollections OrderedDictionary+Values.swift
[73/87] Compiling OrderedCollections OrderedDictionary.swift
[74/87] Compiling OrderedCollections _HashTable+Bucket.swift
[75/87] Compiling OrderedCollections _HashTable+BucketIterator.swift
[76/87] Compiling OrderedCollections _HashTable+Constants.swift
[77/87] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[78/87] Compiling OrderedCollections _HashTable+Testing.swift
[79/87] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[80/87] Compiling OrderedCollections _HashTable.swift
[81/87] Compiling OrderedCollections OrderedSet+SubSequence.swift
[82/87] Compiling OrderedCollections OrderedSet+Testing.swift
[83/87] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[84/87] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[85/87] Compiling OrderedCollections OrderedSet.swift
[86/87] Compiling OrderedCollections _UnsafeBitset.swift
[87/87] Emitting module OrderedCollections
[88/97] Compiling Jinja Template.swift
[89/97] Compiling Jinja Runtime.swift
[90/97] Compiling Jinja Utilities.swift
[91/97] Compiling Jinja StringExtension.swift
[92/97] Compiling Jinja Error.swift
[93/97] Compiling Jinja Parser.swift
[94/97] Emitting module Jinja
[95/97] Compiling Jinja Environment.swift
[96/97] Compiling Jinja Lexer.swift
[97/97] Compiling Jinja Ast.swift
[98/103] Compiling SimpleGraph Utils.swift
[99/103] Compiling SimpleGraph SimpleGraph.swift
[100/103] Compiling SimpleGraph embedded_resources.swift
[101/103] Compiling SimpleGraph Node.swift
[102/103] Compiling SimpleGraph SQLiteStatement.swift
[103/103] Emitting module SimpleGraph
Build complete! (14.86s)
Fetching https://github.com/stephencelis/CSQLite
Fetching https://github.com/johnmai-dev/Jinja.git
[1/19] Fetching csqlite
[5/385] Fetching csqlite, jinja
Fetched https://github.com/stephencelis/CSQLite from cache (0.76s)
Fetched https://github.com/johnmai-dev/Jinja.git from cache (0.76s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 0.0.3 (1.98s)
Computing version for https://github.com/johnmai-dev/Jinja.git
Computed https://github.com/johnmai-dev/Jinja.git at 1.1.2 (0.46s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.60s)
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
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 0.0.3
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
Build complete.
{
  "dependencies" : [
    {
      "identity" : "csqlite",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/CSQLite"
    },
    {
      "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" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleGraph",
      "targets" : [
        "SimpleGraph"
      ],
      "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" : [
        "CSQLite",
        "Jinja"
      ],
      "product_memberships" : [
        "SimpleGraph"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-incoming-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-outgoing-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/schema.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-inbound.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-outbound.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-node.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-where.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/traverse.template",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-edge.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-node.sql",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "Node.swift",
        "SQLiteStatement.swift",
        "SimpleGraph.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.