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 Diomede, reference master (836a57), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:57:24 UTC.

Swift 6 data race errors: 1

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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/diomede.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/diomede
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 836a57f Update to align with Xcode 16.1.
Cloned https://github.com/kasei/diomede.git
Revision (git rev-parse @):
836a57f10e722e6add58da6d3a2c1eae34b67a16
SUCCESS checkout https://github.com/kasei/diomede.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kasei/diomede.git
https://github.com/kasei/diomede.git
{
  "dependencies" : [
    {
      "identity" : "clmdb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.24",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/agisboye/CLMDB.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "1.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swift-sparql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/swift-sparql-syntax.git"
    }
  ],
  "manifest_display_name" : "Diomede",
  "name" : "Diomede",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Diomede",
      "targets" : [
        "Diomede"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DiomedeQuadStore",
      "targets" : [
        "DiomedeQuadStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "diomede-db-util",
      "targets" : [
        "diomede-db-util"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "diomede-cli",
      "targets" : [
        "diomede-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "diomede_db_util",
      "module_type" : "SwiftTarget",
      "name" : "diomede-db-util",
      "path" : "Sources/diomede-db-util",
      "product_memberships" : [
        "diomede-db-util"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Diomede"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "diomede_cli",
      "module_type" : "SwiftTarget",
      "name" : "diomede-cli",
      "path" : "Sources/diomede-cli",
      "product_memberships" : [
        "diomede-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "DiomedeQuadStore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DiomedeTests",
      "module_type" : "SwiftTarget",
      "name" : "DiomedeTests",
      "path" : "Tests/DiomedeTests",
      "sources" : [
        "DiomedeCharacteristicSetTests.swift",
        "DiomedeQuadStorePerformance.swift",
        "DiomedeTests.swift",
        "DiomedeTypeSetTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Diomede",
        "DiomedeQuadStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DiomedeQuadStore",
      "module_type" : "SwiftTarget",
      "name" : "DiomedeQuadStore",
      "path" : "Sources/DiomedeQuadStore",
      "product_dependencies" : [
        "CryptoSwift",
        "SPARQLSyntax"
      ],
      "product_memberships" : [
        "DiomedeQuadStore",
        "diomede-cli"
      ],
      "sources" : [
        "CharacteristicSets.swift",
        "QuadStore.swift",
        "RDFExtensions.swift",
        "TypeSets.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "Diomede"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Diomede",
      "module_type" : "SwiftTarget",
      "name" : "Diomede",
      "path" : "Sources/Diomede",
      "product_dependencies" : [
        "LMDB",
        "SPARQLSyntax"
      ],
      "product_memberships" : [
        "Diomede",
        "DiomedeQuadStore",
        "diomede-db-util",
        "diomede-cli"
      ],
      "sources" : [
        "DataEncoding.swift",
        "Diomede.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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 -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
Building for debugging...
[0/25] Write sources
[4/25] Write swift-version-2F0A5646E1D333AE.txt
[5/25] Compiling LMDB midl.c
[6/25] Write diomede-db-util-entitlement.plist
[7/25] Write diomede-cli-entitlement.plist
[7/25] Write sources
[10/25] Compiling serd string.c
[11/25] Compiling serd uri.c
[12/25] Compiling serd byte_source.c
[13/25] Compiling serd reader.c
[14/25] Compiling serd writer.c
[15/25] Compiling serd n3.c
[16/25] Compiling serd env.c
[17/25] Compiling serd node.c
[18/132] Compiling LMDB mdb.c
[20/132] Compiling CryptoSwift Prime Test.swift
[21/132] Compiling CryptoSwift Random.swift
[22/132] Compiling CryptoSwift Shifts.swift
[23/132] Compiling CryptoSwift Square Root.swift
[24/132] Compiling CryptoSwift Strideable.swift
[25/132] Compiling CryptoSwift String Conversion.swift
[26/132] Compiling CryptoSwift Subtraction.swift
[27/132] Compiling CryptoSwift Words and Bits.swift
[28/132] Compiling CryptoSwift ChaCha20.swift
[29/132] Compiling CryptoSwift Checksum.swift
[30/142] Compiling SPARQLSyntax SPARQLSyntax.swift
[31/143] Compiling CryptoSwift ChaCha20+Foundation.swift
[32/143] Compiling CryptoSwift Data+Extension.swift
[33/143] Compiling CryptoSwift HMAC+Foundation.swift
[34/143] Compiling CryptoSwift Rabbit+Foundation.swift
[35/143] Compiling CryptoSwift String+FoundationExtension.swift
[36/143] Compiling CryptoSwift Utils+Foundation.swift
[37/143] Compiling CryptoSwift Generics.swift
[38/143] Compiling CryptoSwift HKDF.swift
[39/143] Compiling CryptoSwift HMAC.swift
[40/143] Compiling CryptoSwift ISO10126Padding.swift
[41/143] Compiling CryptoSwift Cipher.swift
[42/143] Compiling CryptoSwift Collection+Extension.swift
[43/143] Compiling CryptoSwift CompactMap.swift
[44/143] Compiling CryptoSwift Cryptor.swift
[45/143] Compiling CryptoSwift Cryptors.swift
[46/143] Compiling CryptoSwift Digest.swift
[47/143] Compiling CryptoSwift DigestType.swift
[48/143] Compiling CryptoSwift AES+Foundation.swift
[49/143] Compiling CryptoSwift Array+Foundation.swift
[50/143] Compiling CryptoSwift Blowfish+Foundation.swift
[51/143] Compiling CryptoSwift AEAD.swift
[52/143] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[53/143] Compiling CryptoSwift OFB.swift
[54/143] Compiling CryptoSwift PCBC.swift
[55/143] Compiling CryptoSwift Blowfish.swift
[56/143] Compiling CryptoSwift CBCMAC.swift
[57/143] Compiling CryptoSwift CMAC.swift
[58/143] Compiling CryptoSwift Addition.swift
[59/143] Compiling CryptoSwift BigInt.swift
[60/143] Compiling CryptoSwift BigUInt.swift
[61/143] Compiling CryptoSwift Bitwise Ops.swift
[62/143] Compiling CryptoSwift CS.swift
[63/143] Compiling CryptoSwift Codable.swift
[64/143] Compiling CryptoSwift Comparable.swift
[65/143] Compiling CryptoSwift Data Conversion.swift
[66/143] Compiling CryptoSwift Division.swift
[67/143] Compiling CryptoSwift Exponentiation.swift
[68/143] Compiling CryptoSwift Floating Point Conversion.swift
[69/143] Compiling CryptoSwift GCD.swift
[70/143] Compiling CryptoSwift Hashable.swift
[71/143] Compiling CryptoSwift Integer Conversion.swift
[72/143] Compiling CryptoSwift Multiplication.swift
[73/143] Compiling CryptoSwift BlockMode.swift
[74/143] Compiling CryptoSwift BlockModeOptions.swift
[75/143] Compiling CryptoSwift CBC.swift
[76/143] Compiling CryptoSwift CCM.swift
[77/143] Compiling CryptoSwift CFB.swift
[78/143] Compiling CryptoSwift CTR.swift
[79/143] Compiling CryptoSwift CipherModeWorker.swift
[80/143] Compiling CryptoSwift ECB.swift
[81/143] Compiling CryptoSwift GCM.swift
[82/143] Compiling CryptoSwift OCB.swift
[85/143] Compiling CryptoSwift AES.Cryptors.swift
[86/143] Compiling CryptoSwift AES.swift
[87/143] Compiling CryptoSwift Array+Extension.swift
[88/143] Compiling CryptoSwift Authenticator.swift
[89/143] Compiling CryptoSwift BatchedCollection.swift
[90/143] Compiling CryptoSwift Bit.swift
[91/143] Compiling CryptoSwift BlockCipher.swift
[92/143] Compiling CryptoSwift BlockDecryptor.swift
[93/143] Compiling CryptoSwift BlockEncryptor.swift
[94/143] Emitting module CryptoSwift
[95/143] Compiling SPARQLSyntax XSD.swift
[96/143] Compiling CryptoSwift StreamEncryptor.swift
[97/143] Compiling CryptoSwift String+Extension.swift
[98/143] Compiling CryptoSwift UInt128.swift
[99/143] Compiling CryptoSwift UInt16+Extension.swift
[100/143] Compiling CryptoSwift UInt32+Extension.swift
[101/143] Compiling CryptoSwift UInt64+Extension.swift
[102/143] Compiling CryptoSwift UInt8+Extension.swift
[103/143] Compiling CryptoSwift Updatable.swift
[104/143] Compiling CryptoSwift Utils.swift
[105/143] Compiling CryptoSwift ZeroPadding.swift
[106/143] Compiling CryptoSwift ISO78164Padding.swift
[107/143] Compiling CryptoSwift Int+Extension.swift
[108/143] Compiling CryptoSwift MD5.swift
[109/143] Compiling CryptoSwift NoPadding.swift
[110/143] Compiling CryptoSwift Operators.swift
[111/143] Compiling CryptoSwift PBKDF1.swift
[112/143] Compiling CryptoSwift PBKDF2.swift
[113/143] Compiling CryptoSwift PKCS5.swift
[114/143] Compiling CryptoSwift PKCS7.swift
[115/143] Compiling CryptoSwift PKCS7Padding.swift
[116/143] Compiling CryptoSwift Padding.swift
[117/143] Compiling CryptoSwift Poly1305.swift
[118/143] Compiling CryptoSwift RSA.swift
[119/143] Compiling CryptoSwift Rabbit.swift
[120/143] Compiling CryptoSwift SHA1.swift
[121/143] Compiling CryptoSwift SHA2.swift
[122/143] Compiling CryptoSwift SHA3.swift
[123/143] Compiling CryptoSwift Scrypt.swift
[124/143] Compiling CryptoSwift SecureBytes.swift
[125/143] Compiling CryptoSwift StreamDecryptor.swift
[126/143] Emitting module SPARQLSyntax
[127/143] Compiling SPARQLSyntax Window.swift
[130/143] Compiling SPARQLSyntax SPARQLParser.swift
[131/143] Compiling SPARQLSyntax SPARQLSerializer.swift
[138/146] Emitting module Diomede
/Users/admin/builder/spi-builder-workspace/Sources/Diomede/Diomede.swift:20:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | public struct DiomedeConfiguration {
 20 |     public static var `default` = DiomedeConfiguration(
    |                       |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         mapSize: 4_096_000_000,
 22 |         maxDatabases: 256,
[139/146] Compiling Diomede Diomede.swift
/Users/admin/builder/spi-builder-workspace/Sources/Diomede/Diomede.swift:20:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | public struct DiomedeConfiguration {
 20 |     public static var `default` = DiomedeConfiguration(
    |                       |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         mapSize: 4_096_000_000,
 22 |         maxDatabases: 256,
[140/146] Compiling Diomede DataEncoding.swift
[141/154] Compiling diomede_db_util main.swift
[142/154] Emitting module diomede_db_util
[142/154] Write Objects.LinkFileList
[144/154] Compiling DiomedeQuadStore Util.swift
[145/154] Emitting module DiomedeQuadStore
[146/154] Compiling DiomedeQuadStore CharacteristicSets.swift
[146/154] Linking diomede-db-util
[147/154] Applying diomede-db-util
[149/154] Compiling DiomedeQuadStore QuadStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiomedeQuadStore/QuadStore.swift:1370:54: warning: reference to static property 'groundKeyPaths' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
1368 |     public func bindings(matching pattern: QuadPattern) throws -> AnyIterator<[String:Term]> {
1369 |         var bindings : [String: KeyPath<Quad, Term>] = [:]
1370 |         for (node, path) in zip(pattern, QuadPattern.groundKeyPaths) {
     |                                                      `- warning: reference to static property 'groundKeyPaths' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
1371 |             if case .variable(let name, binding: _) = node {
1372 |                 bindings[name] = path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFPatterns.swift:173:23: note: static property declared here
171 |     public typealias GroundType = Quad
172 |     public static var keyPaths: [WritableKeyPath<QuadPattern, Node>] = [\.subject, \.predicate, \.object, \.graph]
173 |     public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Quad.subject, \Quad.predicate, \Quad.object, \Quad.graph]
    |                       `- note: static property declared here
174 |     public static var groundKeyNames = ["subject", "predicate", "object", "graph"]
175 |
/Users/admin/builder/spi-builder-workspace/Sources/DiomedeQuadStore/QuadStore.swift:1388:54: warning: reference to static property 'groundKeyPaths' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
1386 |     public func results(matching pattern: QuadPattern) throws -> AnyIterator<SPARQLResultSolution<Term>> {
1387 |         var bindings : [String: KeyPath<Quad, Term>] = [:]
1388 |         for (node, path) in zip(pattern, QuadPattern.groundKeyPaths) {
     |                                                      `- warning: reference to static property 'groundKeyPaths' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
1389 |             if case .variable(let name, binding: _) = node {
1390 |                 bindings[name] = path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/RDFPatterns.swift:173:23: note: static property declared here
171 |     public typealias GroundType = Quad
172 |     public static var keyPaths: [WritableKeyPath<QuadPattern, Node>] = [\.subject, \.predicate, \.object, \.graph]
173 |     public static var groundKeyPaths: [KeyPath<GroundType, Term>] = [\Quad.subject, \Quad.predicate, \Quad.object, \Quad.graph]
    |                       `- note: static property declared here
174 |     public static var groundKeyNames = ["subject", "predicate", "object", "graph"]
175 |
[150/154] Compiling DiomedeQuadStore RDFExtensions.swift
[151/154] Compiling DiomedeQuadStore TypeSets.swift
[152/156] Compiling diomede_cli main.swift
[153/156] Emitting module diomede_cli
[153/156] Write Objects.LinkFileList
[154/156] Linking diomede-cli
[155/156] Applying diomede-cli
Build complete! (26.38s)
Fetching https://github.com/agisboye/CLMDB.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/kasei/swift-sparql-syntax.git
[1/2483] Fetching swift-sparql-syntax
[2/2528] Fetching swift-sparql-syntax, clmdb
Fetched https://github.com/agisboye/CLMDB.git from cache (0.57s)
[25/2483] Fetching swift-sparql-syntax
[846/15417] Fetching swift-sparql-syntax, cryptoswift
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (1.69s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.69s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (2.29s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.56s)
Computing version for https://github.com/kasei/swift-sparql-syntax.git
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.2.11 (0.54s)
Fetching https://github.com/kasei/swift-serd.git
[2/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.69s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (1.25s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.5.1
Creating working copy for https://github.com/kasei/swift-serd.git
Working copy of https://github.com/kasei/swift-serd.git resolved at 0.0.4
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
Creating working copy for https://github.com/kasei/swift-sparql-syntax.git
Working copy of https://github.com/kasei/swift-sparql-syntax.git resolved at 0.2.11
Build complete.
{
  "dependencies" : [
    {
      "identity" : "clmdb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.24",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/agisboye/CLMDB.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "1.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swift-sparql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/swift-sparql-syntax.git"
    }
  ],
  "manifest_display_name" : "Diomede",
  "name" : "Diomede",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Diomede",
      "targets" : [
        "Diomede"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DiomedeQuadStore",
      "targets" : [
        "DiomedeQuadStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "diomede-db-util",
      "targets" : [
        "diomede-db-util"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "diomede-cli",
      "targets" : [
        "diomede-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "diomede_db_util",
      "module_type" : "SwiftTarget",
      "name" : "diomede-db-util",
      "path" : "Sources/diomede-db-util",
      "product_memberships" : [
        "diomede-db-util"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Diomede"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "diomede_cli",
      "module_type" : "SwiftTarget",
      "name" : "diomede-cli",
      "path" : "Sources/diomede-cli",
      "product_memberships" : [
        "diomede-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "DiomedeQuadStore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DiomedeTests",
      "module_type" : "SwiftTarget",
      "name" : "DiomedeTests",
      "path" : "Tests/DiomedeTests",
      "sources" : [
        "DiomedeCharacteristicSetTests.swift",
        "DiomedeQuadStorePerformance.swift",
        "DiomedeTests.swift",
        "DiomedeTypeSetTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Diomede",
        "DiomedeQuadStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DiomedeQuadStore",
      "module_type" : "SwiftTarget",
      "name" : "DiomedeQuadStore",
      "path" : "Sources/DiomedeQuadStore",
      "product_dependencies" : [
        "CryptoSwift",
        "SPARQLSyntax"
      ],
      "product_memberships" : [
        "DiomedeQuadStore",
        "diomede-cli"
      ],
      "sources" : [
        "CharacteristicSets.swift",
        "QuadStore.swift",
        "RDFExtensions.swift",
        "TypeSets.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "Diomede"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Diomede",
      "module_type" : "SwiftTarget",
      "name" : "Diomede",
      "path" : "Sources/Diomede",
      "product_dependencies" : [
        "LMDB",
        "SPARQLSyntax"
      ],
      "product_memberships" : [
        "Diomede",
        "DiomedeQuadStore",
        "diomede-db-util",
        "diomede-cli"
      ],
      "sources" : [
        "DataEncoding.swift",
        "Diomede.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.