This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 BuildAnalyzer with Swift 6.0 for Linux.

Swift 6 data race errors: 2

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/polac24/XCBuildAnalyzer.git
Reference: main
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/polac24/XCBuildAnalyzer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 39e1c23 Merge pull request #4 from polac24/add-npm-package
Cloned https://github.com/polac24/XCBuildAnalyzer.git
Revision (git rev-parse @):
39e1c2346397627f1a5490933485126872089e79
SUCCESS checkout https://github.com/polac24/XCBuildAnalyzer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/polac24/XCBuildAnalyzer.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/9524] Fetching sqlite.swift
[1240/22178] Fetching sqlite.swift, cryptoswift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.70s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.71s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.72s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.23s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (1.08s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.2 (1.75s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.2
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Building for debugging...
[0/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/143] Emitting module SQLite
[9/147] Compiling CryptoSwift Integer Conversion.swift
[10/147] Compiling CryptoSwift Multiplication.swift
[11/147] Compiling CryptoSwift Prime Test.swift
[12/147] Compiling CryptoSwift Random.swift
[13/147] Compiling CryptoSwift Shifts.swift
[14/147] Compiling CryptoSwift Square Root.swift
[15/147] Compiling CryptoSwift Strideable.swift
[16/147] Compiling CryptoSwift String Conversion.swift
[17/147] Compiling CryptoSwift Subtraction.swift
[18/147] Compiling CryptoSwift Words and Bits.swift
[19/147] Compiling CryptoSwift ChaCha20.swift
[20/147] Compiling CryptoSwift Checksum.swift
[21/147] Compiling CryptoSwift Cipher.swift
[22/147] Compiling CryptoSwift Collection+Extension.swift
[23/161] Compiling CryptoSwift AEAD.swift
[24/161] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[25/161] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[26/161] Compiling CryptoSwift AES.Cryptors.swift
[27/161] Compiling CryptoSwift AES.swift
[28/161] Compiling CryptoSwift BlockEncryptor.swift
[29/161] Compiling CryptoSwift BlockMode.swift
[30/161] Compiling CryptoSwift BlockModeOptions.swift
[31/161] Compiling CryptoSwift CBC.swift
[32/161] Compiling CryptoSwift CCM.swift
[33/161] Compiling CryptoSwift CFB.swift
[34/161] Compiling CryptoSwift CTR.swift
[35/161] Compiling CryptoSwift CipherModeWorker.swift
[36/161] Compiling CryptoSwift ECB.swift
[37/161] Compiling CryptoSwift GCM.swift
[38/161] Compiling CryptoSwift OCB.swift
[39/161] Compiling CryptoSwift OFB.swift
[40/161] Compiling CryptoSwift PCBC.swift
[41/161] Compiling CryptoSwift Blowfish.swift
[42/161] Compiling CryptoSwift CBCMAC.swift
[43/161] Compiling CryptoSwift BlockDecryptor.swift
[50/161] Compiling CryptoSwift CMAC.swift
[51/161] Compiling CryptoSwift Addition.swift
[52/161] Compiling GraphKit D3Projector.swift
[53/161] Emitting module GraphKit
[56/162] Compiling SQLite Query.swift
[57/162] Compiling SQLite Schema.swift
[58/162] Compiling SQLite Setter.swift
[59/162] Compiling SQLite WindowFunctions.swift
[60/162] Compiling CryptoSwift Codable.swift
[61/162] Compiling CryptoSwift Comparable.swift
[62/162] Compiling CryptoSwift Data Conversion.swift
[63/162] Compiling CryptoSwift Division.swift
[64/162] Compiling CryptoSwift Exponentiation.swift
[65/162] Compiling CryptoSwift Floating Point Conversion.swift
[66/162] Compiling CryptoSwift GCD.swift
[67/162] Compiling CryptoSwift Hashable.swift
[69/162] Compiling CryptoSwift ASN1.swift
[70/162] Compiling CryptoSwift ASN1Decoder.swift
[71/162] Compiling CryptoSwift ASN1Encoder.swift
[72/162] Compiling CryptoSwift ASN1Scanner.swift
[78/162] Compiling CryptoSwift Array+Extension.swift
[79/162] Compiling CryptoSwift Authenticator.swift
[80/162] Compiling CryptoSwift BatchedCollection.swift
[81/162] Compiling CryptoSwift Bit.swift
[82/162] Compiling CryptoSwift BlockCipher.swift
[91/162] Compiling CryptoSwift CompactMap.swift
[92/162] Compiling CryptoSwift Cryptor.swift
[93/162] Compiling CryptoSwift Cryptors.swift
[94/162] Compiling CryptoSwift Digest.swift
[95/162] Compiling CryptoSwift DigestType.swift
[96/162] Compiling CryptoSwift AES+Foundation.swift
[97/162] Compiling CryptoSwift Array+Foundation.swift
[98/162] Compiling CryptoSwift Blowfish+Foundation.swift
[99/162] Compiling CryptoSwift ChaCha20+Foundation.swift
[100/162] Compiling CryptoSwift Data+Extension.swift
[101/162] Compiling CryptoSwift HMAC+Foundation.swift
[102/162] Compiling CryptoSwift Rabbit+Foundation.swift
[103/162] Compiling CryptoSwift String+FoundationExtension.swift
[104/162] Compiling CryptoSwift Utils+Foundation.swift
[105/163] Emitting module CryptoSwift
[122/176] Compiling CryptoSwift XChaCha20+Foundation.swift
[123/176] Compiling CryptoSwift Generics.swift
[124/176] Compiling CryptoSwift HKDF.swift
[125/176] Compiling CryptoSwift HMAC.swift
[126/176] Compiling CryptoSwift ISO10126Padding.swift
[127/176] Compiling CryptoSwift ISO78164Padding.swift
[128/176] Compiling CryptoSwift Int+Extension.swift
[129/176] Compiling CryptoSwift MD5.swift
[130/176] Compiling CryptoSwift NoPadding.swift
[131/176] Compiling CryptoSwift Operators.swift
[132/176] Compiling CryptoSwift DER.swift
[133/176] Compiling CryptoSwift PBKDF1.swift
[134/176] Compiling CryptoSwift PBKDF2.swift
[135/176] Compiling CryptoSwift PKCS1v15.swift
[136/176] Compiling CryptoSwift PKCS5.swift
[137/176] Compiling CryptoSwift PKCS7.swift
[138/176] Compiling CryptoSwift PKCS7Padding.swift
[139/176] Compiling CryptoSwift Padding.swift
[140/176] Compiling CryptoSwift Poly1305.swift
[141/176] Compiling CryptoSwift RSA+Cipher.swift
[142/176] Compiling CryptoSwift RSA+Signature.swift
[143/176] Compiling CryptoSwift RSA.swift
[144/176] Compiling CryptoSwift Rabbit.swift
[145/176] Compiling CryptoSwift SHA1.swift
[146/176] Compiling CryptoSwift SHA2.swift
[147/176] Compiling CryptoSwift SHA3.swift
[148/176] Compiling CryptoSwift Scrypt.swift
[149/176] Compiling CryptoSwift SecureBytes.swift
[150/176] Compiling BuildAnalyzerKit BuildGraphNodeTimingReader.swift
[151/177] Compiling BuildAnalyzerKit BuildGraphNodeTimingSqlReader.swift
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/Timing/BuildGraphNodeTimingSqlReader.swift:12:10: warning: associated value 'unexpectedRowFormat' of 'Sendable'-conforming enum 'BuildGraphNodeTimingSqlReaderError' has non-sendable type 'any Binding'; this is an error in the Swift 6 language mode
10 |
11 | public enum BuildGraphNodeTimingSqlReaderError: Error {
12 |     case unexpectedRowFormat(Binding?)
   |          `- warning: associated value 'unexpectedRowFormat' of 'Sendable'-conforming enum 'BuildGraphNodeTimingSqlReaderError' has non-sendable type 'any Binding'; this is an error in the Swift 6 language mode
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Value.swift:30:17: note: protocol 'Binding' does not conform to the 'Sendable' protocol
 28 | ///   Do not conform custom types to the Binding protocol. See the `Value`
 29 | ///   protocol, instead.
 30 | public protocol Binding {}
    |                 `- note: protocol 'Binding' does not conform to the 'Sendable' protocol
 31 |
 32 | public protocol Number: Binding {}
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/Timing/BuildGraphNodeTimingSqlReader.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SQLite'
 7 |
 8 | import Foundation
 9 | import SQLite
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SQLite'
10 |
11 | public enum BuildGraphNodeTimingSqlReaderError: Error {
[152/177] Compiling BuildAnalyzerKit BuildGraphProtocol.swift
[153/177] Compiling BuildAnalyzerKit BuildManifestParser.swift
[154/177] Compiling BuildAnalyzerKit BuildGraphProjection.swift
[155/177] Compiling BuildAnalyzerKit BuildGraphProjectionExpansion.swift
[156/177] Compiling BuildAnalyzerKit Queue.swift
[157/177] Compiling BuildAnalyzerKit BuildGraphNodeProjectionNode.swift
[158/177] Compiling BuildAnalyzerKit BuildGraphProtocol+Expansion.swift
[159/177] Compiling CryptoSwift Signature.swift
[160/177] Compiling CryptoSwift StreamDecryptor.swift
[161/177] Compiling CryptoSwift StreamEncryptor.swift
[162/177] Compiling CryptoSwift String+Extension.swift
[163/177] Compiling CryptoSwift UInt128.swift
[164/177] Compiling CryptoSwift UInt16+Extension.swift
[165/177] Compiling CryptoSwift UInt32+Extension.swift
[166/177] Compiling CryptoSwift UInt64+Extension.swift
[167/177] Compiling CryptoSwift UInt8+Extension.swift
[168/177] Compiling CryptoSwift Updatable.swift
[169/177] Compiling CryptoSwift Utils.swift
[170/177] Compiling CryptoSwift XChaCha20.swift
[171/177] Compiling CryptoSwift ZeroPadding.swift
[172/177] Compiling CryptoSwift resource_bundle_accessor.swift
[173/177] Compiling BuildAnalyzerKit BuildGraph.swift
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraph.swift:31:23: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |     }
 30 |
 31 |     public static var empty: BuildGraph = {
    |                       |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |         return BuildGraph.init(nodes: [:], cycles: [], buildInterval: nil)
 33 |     }()
[174/177] Compiling BuildAnalyzerKit BuildGraphGenerator.swift
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraph.swift:31:23: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |     }
 30 |
 31 |     public static var empty: BuildGraph = {
    |                       |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |         return BuildGraph.init(nodes: [:], cycles: [], buildInterval: nil)
 33 |     }()
[175/177] Emitting module BuildAnalyzerKit
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraph.swift:31:23: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 29 |     }
 30 |
 31 |     public static var empty: BuildGraph = {
    |                       |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |         return BuildGraph.init(nodes: [:], cycles: [], buildInterval: nil)
 33 |     }()
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraphNodeKind.swift:4:5: warning: 'public' modifier is redundant for enum declared in a public extension
  2 |
  3 | public extension BuildGraphNode {
  4 |     public enum NodeType {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
  5 |         // an actual command
  6 |         case command
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraphNodeKind.swift:132:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension Array<String>: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public static func < (lhs: Array<Element>, rhs: Array<Element>) -> Bool {
134 |         guard let l = lhs.first, let r = rhs.first else {
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/Timing/BuildGraphNodeTimingSqlReader.swift:12:10: warning: associated value 'unexpectedRowFormat' of 'Sendable'-conforming enum 'BuildGraphNodeTimingSqlReaderError' has non-sendable type 'any Binding'; this is an error in the Swift 6 language mode
10 |
11 | public enum BuildGraphNodeTimingSqlReaderError: Error {
12 |     case unexpectedRowFormat(Binding?)
   |          `- warning: associated value 'unexpectedRowFormat' of 'Sendable'-conforming enum 'BuildGraphNodeTimingSqlReaderError' has non-sendable type 'any Binding'; this is an error in the Swift 6 language mode
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Value.swift:30:17: note: protocol 'Binding' does not conform to the 'Sendable' protocol
 28 | ///   Do not conform custom types to the Binding protocol. See the `Value`
 29 | ///   protocol, instead.
 30 | public protocol Binding {}
    |                 `- note: protocol 'Binding' does not conform to the 'Sendable' protocol
 31 |
 32 | public protocol Number: Binding {}
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/Timing/BuildGraphNodeTimingSqlReader.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SQLite'
 7 |
 8 | import Foundation
 9 | import SQLite
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SQLite'
10 |
11 | public enum BuildGraphNodeTimingSqlReaderError: Error {
[176/177] Compiling BuildAnalyzerKit BuildGraphNode.swift
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraphNodeKind.swift:4:5: warning: 'public' modifier is redundant for enum declared in a public extension
  2 |
  3 | public extension BuildGraphNode {
  4 |     public enum NodeType {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
  5 |         // an actual command
  6 |         case command
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraphNodeKind.swift:132:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension Array<String>: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public static func < (lhs: Array<Element>, rhs: Array<Element>) -> Bool {
134 |         guard let l = lhs.first, let r = rhs.first else {
[177/177] Compiling BuildAnalyzerKit BuildGraphNodeKind.swift
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraphNodeKind.swift:4:5: warning: 'public' modifier is redundant for enum declared in a public extension
  2 |
  3 | public extension BuildGraphNode {
  4 |     public enum NodeType {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
  5 |         // an actual command
  6 |         case command
/host/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraphNodeKind.swift:132:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
130 | }
131 |
132 | extension Array<String>: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public static func < (lhs: Array<Element>, rhs: Array<Element>) -> Bool {
134 |         guard let l = lhs.first, let r = rhs.first else {
[180/181] Emitting module XcodeHasher
[181/181] Compiling XcodeHasher XcodeHasher.swift
Build complete! (30.29s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "BuildAnalyzer",
  "name" : "BuildAnalyzer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "BuildAnalyzerKit",
      "targets" : [
        "BuildAnalyzerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GraphKit",
      "targets" : [
        "GraphKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XcodeHasher",
      "targets" : [
        "XcodeHasher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeHasher",
      "module_type" : "SwiftTarget",
      "name" : "XcodeHasher",
      "path" : "Sources/XcodeHasher",
      "product_dependencies" : [
        "CryptoSwift"
      ],
      "product_memberships" : [
        "XcodeHasher"
      ],
      "sources" : [
        "XcodeHasher.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphKitTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphKitTests",
      "path" : "Tests/GraphKitTests",
      "sources" : [
        "StartingFileTests.swift"
      ],
      "target_dependencies" : [
        "GraphKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphKit",
      "module_type" : "SwiftTarget",
      "name" : "GraphKit",
      "path" : "Sources/GraphKit",
      "product_memberships" : [
        "GraphKit"
      ],
      "sources" : [
        "D3Projector.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BuildAnalyzerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildAnalyzerKitTests",
      "path" : "Tests/BuildAnalyzerKitTests",
      "sources" : [
        "AnalyzerTests.swift",
        "BuildGraphNodeKindTests.swift"
      ],
      "target_dependencies" : [
        "BuildAnalyzerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuildAnalyzerKit",
      "module_type" : "SwiftTarget",
      "name" : "BuildAnalyzerKit",
      "path" : "Sources/BuildAnalyzerKit",
      "product_dependencies" : [
        "SQLite"
      ],
      "product_memberships" : [
        "BuildAnalyzerKit"
      ],
      "sources" : [
        "BuildGraph.swift",
        "BuildGraphGenerator.swift",
        "BuildGraphNode.swift",
        "BuildGraphNodeKind.swift",
        "BuildGraphProtocol.swift",
        "BuildManifestParser.swift",
        "DataStructure/Queue.swift",
        "Projection/BuildGraphNodeProjectionNode.swift",
        "Projection/BuildGraphProjection.swift",
        "Projection/BuildGraphProjectionExpansion.swift",
        "Projection/BuildGraphProtocol+Expansion.swift",
        "Timing/BuildGraphNodeTimingReader.swift",
        "Timing/BuildGraphNodeTimingSqlReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.