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, reference main (39e1c2), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 22:09:44 UTC.

Swift 6 data race errors: 2

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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/polac24/XCBuildAnalyzer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/12934] Fetching cryptoswift
[2/22541] Fetching cryptoswift, sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.66s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.66s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (2.20s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.10s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
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
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "xcbuildanalyzer",
      "name": "BuildAnalyzer",
      "url": "https://github.com/polac24/XCBuildAnalyzer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCBuildAnalyzer",
      "dependencies": [
        {
          "identity": "sqlite.swift",
          "name": "SQLite.swift",
          "url": "https://github.com/stephencelis/SQLite.swift.git",
          "version": "0.15.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
          "dependencies": [
          ]
        },
        {
          "identity": "cryptoswift",
          "name": "CryptoSwift",
          "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
          "version": "1.8.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/polac24/XCBuildAnalyzer.git
[1/971] Fetching xcbuildanalyzer
Fetched https://github.com/polac24/XCBuildAnalyzer.git from cache (2.04s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.55s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.55s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.61s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.03s)
Creating working copy for https://github.com/polac24/XCBuildAnalyzer.git
Working copy of https://github.com/polac24/XCBuildAnalyzer.git resolved at main (39e1c23)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
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
warning: '.resolve-product-dependencies': dependency 'xcbuildanalyzer' is not used by any target
Found 2 product dependencies
  - SQLite.swift
  - CryptoSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/polac24/XCBuildAnalyzer.git
https://github.com/polac24/XCBuildAnalyzer.git
{
  "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" : "/Users/admin/builder/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"
}
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/7] Write sources
[5/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/147] Emitting module SQLite
[9/150] Compiling CryptoSwift Shifts.swift
[10/150] Compiling CryptoSwift SquareRoot.swift
[11/150] Compiling CryptoSwift Strideable.swift
[12/150] Compiling CryptoSwift StringConversion.swift
[13/150] Compiling CryptoSwift Subtraction.swift
[14/150] Compiling CryptoSwift WordsAndBits.swift
[15/150] Compiling CryptoSwift ChaCha20.swift
[16/150] Compiling CryptoSwift Checksum.swift
[17/150] Compiling CryptoSwift Cipher.swift
[18/150] Compiling CryptoSwift Collection+Extension.swift
[19/150] Compiling CryptoSwift CompactMap.swift
[20/161] Emitting module GraphKit
[21/161] Compiling GraphKit D3Projector.swift
[22/161] Compiling CryptoSwift AES.swift
[23/161] Compiling CryptoSwift ASN1.swift
[24/161] Compiling CryptoSwift ASN1Decoder.swift
[25/161] Compiling CryptoSwift AEAD.swift
[26/161] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[27/161] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[28/161] Compiling CryptoSwift AES.Cryptors.swift
[29/161] Compiling CryptoSwift Cryptor.swift
[30/161] Compiling CryptoSwift Cryptors.swift
[31/161] Compiling CryptoSwift Digest.swift
[32/161] Compiling CryptoSwift DigestType.swift
[33/161] Compiling CryptoSwift AES+Foundation.swift
[34/161] Compiling CryptoSwift Array+Foundation.swift
[35/161] Compiling CryptoSwift Blowfish+Foundation.swift
[36/161] Compiling CryptoSwift ChaCha20+Foundation.swift
[37/161] Compiling CryptoSwift Data+Extension.swift
[38/161] Compiling CryptoSwift HMAC+Foundation.swift
[39/161] Compiling CryptoSwift Rabbit+Foundation.swift
[40/161] Compiling CryptoSwift BlockEncryptor.swift
[41/161] Compiling CryptoSwift BlockMode.swift
[42/161] Compiling CryptoSwift BlockModeOptions.swift
[43/161] Compiling CryptoSwift CBC.swift
[44/161] Compiling CryptoSwift String+FoundationExtension.swift
[45/161] Compiling CryptoSwift Utils+Foundation.swift
[46/161] Compiling CryptoSwift XChaCha20+Foundation.swift
[47/161] Compiling CryptoSwift Generics.swift
[48/161] Compiling CryptoSwift HKDF.swift
[49/161] Compiling CryptoSwift HMAC.swift
[50/161] Compiling CryptoSwift ISO10126Padding.swift
[51/161] Compiling CryptoSwift ISO78164Padding.swift
[52/161] Compiling CryptoSwift Int+Extension.swift
[53/161] Compiling CryptoSwift MD5.swift
[54/161] Compiling CryptoSwift NoPadding.swift
[55/161] Compiling CryptoSwift Operators.swift
[56/161] Compiling CryptoSwift DER.swift
[57/161] Compiling CryptoSwift PBKDF1.swift
[58/161] Compiling CryptoSwift PBKDF2.swift
[59/161] Compiling CryptoSwift PKCS1v15.swift
[60/161] Compiling CryptoSwift PKCS5.swift
[61/161] Compiling CryptoSwift PKCS7.swift
[62/161] Compiling CryptoSwift PKCS7Padding.swift
[63/161] Compiling CryptoSwift Padding.swift
[64/161] Compiling CryptoSwift Poly1305.swift
[65/161] Compiling CryptoSwift RSA+Cipher.swift
[66/161] Compiling CryptoSwift CCM.swift
[67/161] Compiling CryptoSwift CFB.swift
[68/161] Compiling CryptoSwift CTR.swift
[69/161] Compiling CryptoSwift ASN1Encoder.swift
[70/161] Compiling CryptoSwift ASN1Scanner.swift
[71/161] Compiling CryptoSwift Array+Extension.swift
[72/161] Compiling CryptoSwift Authenticator.swift
[73/161] Compiling CryptoSwift BatchedCollection.swift
[74/161] Compiling CryptoSwift Bit.swift
[75/161] Compiling CryptoSwift BlockCipher.swift
[76/161] Compiling CryptoSwift BlockDecryptor.swift
[77/161] Compiling CryptoSwift Codable.swift
[78/161] Compiling SQLite Schema.swift
[79/161] Compiling CryptoSwift Comparable.swift
[80/161] Compiling CryptoSwift DataConversion.swift
[81/161] Compiling SQLite Setter.swift
[82/161] Compiling CryptoSwift Division.swift
[83/161] Compiling CryptoSwift Exponentiation.swift
[84/161] Compiling SQLite WindowFunctions.swift
[85/161] Compiling CryptoSwift FloatingPointConversion.swift
[86/161] Compiling CryptoSwift GCD.swift
[87/161] Compiling CryptoSwift Hashable.swift
[88/161] Compiling CryptoSwift IntegerConversion.swift
[89/161] Compiling CryptoSwift Multiplication.swift
[90/161] Compiling CryptoSwift PrimeTest.swift
[91/161] Compiling CryptoSwift Random.swift
[92/161] Compiling CryptoSwift OFB.swift
[93/161] Compiling CryptoSwift PCBC.swift
[94/161] Compiling CryptoSwift Blowfish.swift
[95/161] Compiling CryptoSwift CBCMAC.swift
[96/161] Compiling CryptoSwift CipherModeWorker.swift
[97/161] Compiling CryptoSwift ECB.swift
[98/161] Compiling CryptoSwift GCM.swift
[99/161] Compiling CryptoSwift OCB.swift
[100/161] Compiling CryptoSwift CMAC.swift
[101/161] Compiling CryptoSwift Addition.swift
[102/161] Compiling CryptoSwift BigInt.swift
[127/174] Emitting module CryptoSwift
[128/174] Compiling BuildAnalyzerKit BuildGraphProtocol.swift
[129/174] Compiling BuildAnalyzerKit BuildManifestParser.swift
[130/174] Compiling BuildAnalyzerKit BuildGraph.swift
[131/174] Compiling BuildAnalyzerKit BuildGraphGenerator.swift
[132/174] Compiling BuildAnalyzerKit BuildGraphNode.swift
[133/174] Compiling BuildAnalyzerKit BuildGraphNodeKind.swift
[140/174] Compiling CryptoSwift String+Extension.swift
[141/174] Compiling CryptoSwift UInt128.swift
[142/174] Compiling CryptoSwift UInt16+Extension.swift
[143/174] Compiling CryptoSwift UInt32+Extension.swift
[144/174] Compiling CryptoSwift UInt64+Extension.swift
[145/174] Compiling CryptoSwift UInt8+Extension.swift
[146/174] Compiling CryptoSwift Updatable.swift
[147/174] Compiling CryptoSwift Utils.swift
[148/174] Compiling CryptoSwift XChaCha20.swift
[149/174] Compiling CryptoSwift ZeroPadding.swift
[150/174] Compiling CryptoSwift resource_bundle_accessor.swift
[151/174] Compiling BuildAnalyzerKit BuildGraphNodeTimingReader.swift
[152/175] Compiling BuildAnalyzerKit BuildGraphProtocol+Expansion.swift
[153/175] Compiling BuildAnalyzerKit BuildGraphProjectionExpansion.swift
[154/175] Emitting module BuildAnalyzerKit
/Users/admin/builder/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraph.swift:31:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |         return BuildGraph.init(nodes: [:], cycles: [], buildInterval: nil)
 33 |     }()
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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 |
/Users/admin/builder/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 {}
/Users/admin/builder/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 {
[155/175] Compiling BuildAnalyzerKit BuildGraphNodeTimingSqlReader.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 {}
/Users/admin/builder/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 {
[156/175] Compiling BuildAnalyzerKit BuildGraphNodeProjectionNode.swift
[159/175] Compiling BuildAnalyzerKit BuildGraphProjection.swift
/Users/admin/builder/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraph.swift:31:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |         return BuildGraph.init(nodes: [:], cycles: [], buildInterval: nil)
 33 |     }()
/Users/admin/builder/spi-builder-workspace/Sources/BuildAnalyzerKit/BuildGraph.swift:31:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |         return BuildGraph.init(nodes: [:], cycles: [], buildInterval: nil)
 33 |     }()
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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 {
[164/175] Compiling BuildAnalyzerKit Queue.swift
[165/175] Compiling CryptoSwift RSA+Signature.swift
[166/175] Compiling CryptoSwift RSA.swift
[167/175] Compiling CryptoSwift Rabbit.swift
[168/175] Compiling CryptoSwift SHA1.swift
[169/175] Compiling CryptoSwift SHA2.swift
[170/175] Compiling CryptoSwift SHA3.swift
[171/175] Compiling CryptoSwift Scrypt.swift
[172/175] Compiling CryptoSwift SecureBytes.swift
[173/175] Compiling CryptoSwift Signature.swift
[174/175] Compiling CryptoSwift StreamDecryptor.swift
[175/175] Compiling CryptoSwift StreamEncryptor.swift
[176/177] Compiling XcodeHasher XcodeHasher.swift
[177/177] Emitting module XcodeHasher
Build complete! (9.55s)
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
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" : "/Users/admin/builder/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.