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 0.0.66 (836a57), with Swift 6.1 for Linux on 29 Apr 2025 18:52:30 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 -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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/diomede.git
Reference: 0.0.66
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/kasei/diomede
 * tag               0.0.66     -> FETCH_HEAD
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 0.0.66
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kasei/diomede.git
https://github.com/kasei/diomede.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 -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 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/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/agisboye/CLMDB.git
Fetching https://github.com/kasei/swift-sparql-syntax.git
[1/2483] Fetching swift-sparql-syntax
[26/2528] Fetching swift-sparql-syntax, clmdb
[96/15462] Fetching swift-sparql-syntax, clmdb, cryptoswift
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (0.32s)
[1986/12979] Fetching clmdb, cryptoswift
Fetched https://github.com/agisboye/CLMDB.git from cache (1.31s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.34s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (1.95s)
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.62s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.21s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.77s)
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
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/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
Building for debugging...
[0/27] Write sources
[3/27] Compiling serd uri.c
[4/27] Compiling serd string.c
[5/27] Compiling serd reader.c
[6/27] Compiling serd node.c
[6/27] Write sources
[10/27] Compiling serd writer.c
[11/27] Compiling serd byte_source.c
[12/27] Compiling serd env.c
[13/27] Compiling LMDB midl.c
[14/27] Write swift-version-24593BA9C3E375BF.txt
[15/27] Compiling serd n3.c
[16/27] Compiling LMDB mdb.c
[18/132] Emitting module CryptoSwift
[19/144] Compiling CryptoSwift BlockEncryptor.swift
[20/144] Compiling CryptoSwift BlockMode.swift
[21/145] Compiling CryptoSwift Integer Conversion.swift
[22/145] Compiling CryptoSwift Multiplication.swift
[23/145] Compiling CryptoSwift Prime Test.swift
[24/145] Compiling CryptoSwift Random.swift
[25/145] Compiling CryptoSwift Shifts.swift
[26/145] Compiling CryptoSwift Square Root.swift
[27/145] Compiling CryptoSwift Strideable.swift
[28/145] Compiling CryptoSwift String Conversion.swift
[29/145] Compiling CryptoSwift Subtraction.swift
[30/145] Compiling CryptoSwift Words and Bits.swift
[31/145] Compiling CryptoSwift ChaCha20.swift
[32/145] Compiling CryptoSwift Checksum.swift
[33/145] Compiling CryptoSwift Cipher.swift
[34/145] Compiling CryptoSwift Collection+Extension.swift
[35/145] Compiling CryptoSwift CompactMap.swift
[36/145] Compiling CryptoSwift Cryptor.swift
[37/145] Compiling CryptoSwift Cryptors.swift
[38/145] Compiling CryptoSwift Digest.swift
[39/145] Compiling CryptoSwift DigestType.swift
[40/145] Compiling CryptoSwift AES+Foundation.swift
[41/145] Compiling CryptoSwift Array+Foundation.swift
[42/145] Compiling CryptoSwift Blowfish+Foundation.swift
[43/145] Compiling CryptoSwift ChaCha20+Foundation.swift
[44/145] Compiling CryptoSwift Data+Extension.swift
[45/145] Compiling CryptoSwift HMAC+Foundation.swift
[46/145] Compiling CryptoSwift Rabbit+Foundation.swift
[47/145] Compiling CryptoSwift String+FoundationExtension.swift
[48/145] Compiling CryptoSwift Utils+Foundation.swift
[49/145] Compiling CryptoSwift Generics.swift
[50/145] Compiling CryptoSwift HKDF.swift
[51/145] Compiling CryptoSwift HMAC.swift
[52/145] Compiling CryptoSwift ISO10126Padding.swift
[53/145] Compiling CryptoSwift ISO78164Padding.swift
[54/145] Compiling CryptoSwift Int+Extension.swift
[55/145] Compiling CryptoSwift MD5.swift
[56/145] Compiling CryptoSwift NoPadding.swift
[57/145] Compiling CryptoSwift Operators.swift
[58/145] Compiling CryptoSwift PBKDF1.swift
[59/145] Compiling CryptoSwift CBC.swift
[60/145] Compiling CryptoSwift CCM.swift
[61/145] Compiling CryptoSwift CFB.swift
[62/145] Compiling CryptoSwift CTR.swift
[63/145] Compiling CryptoSwift CipherModeWorker.swift
[64/145] Compiling CryptoSwift ECB.swift
[65/145] Compiling CryptoSwift GCM.swift
[66/145] Compiling CryptoSwift OCB.swift
[67/145] Compiling CryptoSwift OFB.swift
[68/145] Compiling CryptoSwift PCBC.swift
[69/145] Compiling CryptoSwift Blowfish.swift
[70/145] Compiling CryptoSwift CBCMAC.swift
[71/145] Compiling CryptoSwift CMAC.swift
[72/145] Compiling CryptoSwift AEAD.swift
[73/145] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[74/145] Compiling CryptoSwift AES.Cryptors.swift
[75/145] Compiling CryptoSwift AES.swift
[76/145] Compiling CryptoSwift Array+Extension.swift
[77/145] Compiling CryptoSwift Authenticator.swift
[78/145] Compiling CryptoSwift BatchedCollection.swift
[79/145] Compiling CryptoSwift Bit.swift
[80/145] Compiling CryptoSwift BlockCipher.swift
[81/145] Compiling CryptoSwift BlockDecryptor.swift
[84/145] Compiling CryptoSwift BlockModeOptions.swift
[85/145] Compiling CryptoSwift Addition.swift
[86/145] Compiling CryptoSwift BigInt.swift
[87/145] Compiling CryptoSwift BigUInt.swift
[88/145] Compiling CryptoSwift Bitwise Ops.swift
[89/145] Compiling CryptoSwift CS.swift
[90/145] Compiling CryptoSwift Codable.swift
[91/145] Compiling CryptoSwift Comparable.swift
[92/145] Compiling CryptoSwift Data Conversion.swift
[93/145] Compiling CryptoSwift Division.swift
[94/145] Compiling CryptoSwift Exponentiation.swift
[95/145] Compiling CryptoSwift Floating Point Conversion.swift
[96/145] Compiling CryptoSwift GCD.swift
[97/145] Compiling CryptoSwift Hashable.swift
[98/145] Compiling CryptoSwift SecureBytes.swift
[99/145] Compiling CryptoSwift StreamDecryptor.swift
[100/145] Compiling CryptoSwift StreamEncryptor.swift
[101/145] Compiling CryptoSwift String+Extension.swift
[102/145] Compiling CryptoSwift UInt128.swift
[103/145] Compiling CryptoSwift UInt16+Extension.swift
[104/145] Compiling CryptoSwift UInt32+Extension.swift
[105/145] Compiling CryptoSwift UInt64+Extension.swift
[106/145] Compiling CryptoSwift UInt8+Extension.swift
[107/145] Compiling CryptoSwift Updatable.swift
[108/145] Compiling CryptoSwift Utils.swift
[109/145] Compiling CryptoSwift ZeroPadding.swift
[110/145] Compiling SPARQLSyntax XSD.swift
[111/145] Compiling CryptoSwift PBKDF2.swift
[112/145] Compiling CryptoSwift PKCS5.swift
[113/145] Compiling CryptoSwift PKCS7.swift
[114/145] Compiling CryptoSwift PKCS7Padding.swift
[115/145] Compiling CryptoSwift Padding.swift
[116/145] Compiling CryptoSwift Poly1305.swift
[117/145] Compiling CryptoSwift RSA.swift
[118/145] Compiling CryptoSwift Rabbit.swift
[119/145] Compiling CryptoSwift SHA1.swift
[120/145] Compiling CryptoSwift SHA2.swift
[121/145] Compiling CryptoSwift SHA3.swift
[122/145] Compiling CryptoSwift Scrypt.swift
[123/146] Wrapping AST for CryptoSwift for debugging
[125/146] Emitting module SPARQLSyntax
[138/147] Wrapping AST for SPARQLSyntax for debugging
[140/150] Compiling Diomede DataEncoding.swift
[141/150] Emitting module Diomede
/host/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,
[142/150] Compiling Diomede Diomede.swift
/host/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,
[143/151] Wrapping AST for Diomede for debugging
[145/159] Emitting module diomede_db_util
[146/159] Compiling diomede_db_util main.swift
[148/160] Compiling DiomedeQuadStore Util.swift
[148/160] Wrapping AST for diomede-db-util for debugging
[149/160] Write Objects.LinkFileList
[151/160] Compiling DiomedeQuadStore TypeSets.swift
[152/160] Compiling DiomedeQuadStore RDFExtensions.swift
[152/160] Linking diomede-db-util
[154/160] Emitting module DiomedeQuadStore
[155/160] Compiling DiomedeQuadStore QuadStore.swift
/host/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
/host/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 |
/host/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
/host/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 |
[156/160] Compiling DiomedeQuadStore CharacteristicSets.swift
[157/161] Wrapping AST for DiomedeQuadStore for debugging
[159/163] Compiling diomede_cli main.swift
[160/163] Emitting module diomede_cli
[161/164] Wrapping AST for diomede-cli for debugging
[162/164] Write Objects.LinkFileList
[163/164] Linking diomede-cli
Build complete! (55.92s)
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" : "/host/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"
}
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.