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 v0.0.2 (c9f4be), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 16:55:46 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/polac24/XCBuildAnalyzer.git
Reference: v0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/polac24/XCBuildAnalyzer
 * tag               v0.0.2     -> FETCH_HEAD
HEAD is now at c9f4be2 Version 0.0.2
Cloned https://github.com/polac24/XCBuildAnalyzer.git
Revision (git rev-parse @):
c9f4be2d2ed352f67b3ff5251a7483470f25636d
SUCCESS checkout https://github.com/polac24/XCBuildAnalyzer.git at v0.0.2
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9583] Fetching sqlite.swift
[481/22286] Fetching sqlite.swift, cryptoswift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (13.66s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (13.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 (0.51s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3 (3.12s)
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.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.3",
          "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 (1.23s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.56s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.57s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.03s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3 (0.03s)
Creating working copy for https://github.com/polac24/XCBuildAnalyzer.git
Working copy of https://github.com/polac24/XCBuildAnalyzer.git resolved at v0.0.2 (c9f4be2)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.3
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.0
Building package at path:  $PWD
https://github.com/polac24/XCBuildAnalyzer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[4/7] Copying PrivacyInfo.xcprivacy
[5/7] Write sources
[6/7] Write swift-version--7754E27361AE5C74.txt
[8/147] Emitting module SQLite
[9/150] Emitting module CryptoSwift
[10/161] Emitting module GraphKit
[11/161] Compiling GraphKit D3Projector.swift
[12/161] Compiling SQLite Schema.swift
[13/161] Compiling SQLite Setter.swift
[14/161] Compiling SQLite WindowFunctions.swift
[15/161] Compiling CryptoSwift Cryptor.swift
[16/161] Compiling CryptoSwift Cryptors.swift
[17/161] Compiling CryptoSwift Digest.swift
[18/161] Compiling CryptoSwift DigestType.swift
[19/161] Compiling CryptoSwift AES+Foundation.swift
[20/161] Compiling CryptoSwift Array+Foundation.swift
[21/161] Compiling CryptoSwift Blowfish+Foundation.swift
[22/161] Compiling CryptoSwift ChaCha20+Foundation.swift
[23/161] Compiling CryptoSwift Data+Extension.swift
[24/161] Compiling CryptoSwift HMAC+Foundation.swift
[25/161] Compiling CryptoSwift Rabbit+Foundation.swift
[26/161] Compiling CryptoSwift RSA+Signature.swift
[27/161] Compiling CryptoSwift RSA.swift
[28/161] Compiling CryptoSwift Rabbit.swift
[29/161] Compiling CryptoSwift SHA1.swift
[30/161] Compiling CryptoSwift OFB.swift
[31/161] Compiling CryptoSwift PCBC.swift
[32/161] Compiling CryptoSwift Blowfish.swift
[33/161] Compiling CryptoSwift CBCMAC.swift
[34/161] Compiling CryptoSwift CMAC.swift
[35/161] Compiling CryptoSwift Addition.swift
[36/161] Compiling CryptoSwift BigInt.swift
[37/161] Compiling CryptoSwift BigUInt.swift
[38/161] Compiling CryptoSwift AEAD.swift
[39/161] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[40/161] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[41/161] Compiling CryptoSwift AES.Cryptors.swift
[42/161] Compiling CryptoSwift AES.swift
[43/161] Compiling CryptoSwift ASN1.swift
[44/161] Compiling CryptoSwift ASN1Decoder.swift
[45/161] Compiling CryptoSwift ASN1Encoder.swift
[46/161] Compiling CryptoSwift ASN1Scanner.swift
[47/161] Compiling CryptoSwift Array+Extension.swift
[48/161] Compiling CryptoSwift Authenticator.swift
[49/161] Compiling CryptoSwift BatchedCollection.swift
[50/161] Compiling CryptoSwift GCM.swift
[51/161] Compiling CryptoSwift OCB.swift
[66/161] Compiling CryptoSwift SHA2.swift
[67/161] Compiling CryptoSwift SHA3.swift
[68/161] Compiling CryptoSwift Scrypt.swift
[69/161] Compiling CryptoSwift SecureBytes.swift
[70/161] Compiling CryptoSwift Signature.swift
[71/161] Compiling CryptoSwift StreamDecryptor.swift
[72/161] Compiling CryptoSwift StreamEncryptor.swift
[81/161] Compiling CryptoSwift BlockCipher.swift
[82/161] Compiling CryptoSwift BlockDecryptor.swift
[83/161] Compiling CryptoSwift BlockEncryptor.swift
[84/161] Compiling CryptoSwift BlockMode.swift
[85/161] Compiling CryptoSwift BlockModeOptions.swift
[86/161] Compiling CryptoSwift CBC.swift
[87/161] Compiling CryptoSwift CCM.swift
[88/161] Compiling CryptoSwift CFB.swift
[89/161] Compiling CryptoSwift CTR.swift
[90/161] Compiling CryptoSwift CipherModeWorker.swift
[91/161] Compiling CryptoSwift ECB.swift
[92/161] Compiling CryptoSwift Shifts.swift
[93/161] Compiling CryptoSwift SquareRoot.swift
[94/161] Compiling CryptoSwift Strideable.swift
[95/161] Compiling CryptoSwift StringConversion.swift
[96/161] Compiling CryptoSwift Subtraction.swift
[97/161] Compiling CryptoSwift WordsAndBits.swift
[98/161] Compiling CryptoSwift ChaCha20.swift
[99/161] Compiling CryptoSwift Checksum.swift
[100/161] Compiling CryptoSwift Cipher.swift
[101/161] Compiling CryptoSwift Collection+Extension.swift
[102/161] Compiling CryptoSwift CompactMap.swift
[107/161] Compiling CryptoSwift Codable.swift
[111/161] Compiling CryptoSwift Comparable.swift
[112/161] Compiling CryptoSwift DataConversion.swift
[113/161] Compiling CryptoSwift Division.swift
[114/161] Compiling CryptoSwift Exponentiation.swift
[115/161] Compiling CryptoSwift FloatingPointConversion.swift
[116/161] Compiling CryptoSwift GCD.swift
[118/161] Compiling CryptoSwift Hashable.swift
[119/161] Compiling CryptoSwift IntegerConversion.swift
[123/161] Compiling CryptoSwift Multiplication.swift
[124/161] Compiling CryptoSwift PrimeTest.swift
[125/161] Compiling CryptoSwift Random.swift
[129/161] Compiling CryptoSwift String+FoundationExtension.swift
[130/161] Compiling CryptoSwift Utils+Foundation.swift
[131/161] Compiling CryptoSwift XChaCha20+Foundation.swift
[132/161] Compiling CryptoSwift Generics.swift
[133/161] Compiling CryptoSwift HKDF.swift
[134/161] Compiling CryptoSwift HMAC.swift
[135/161] Compiling CryptoSwift ISO10126Padding.swift
[136/161] Compiling CryptoSwift ISO78164Padding.swift
[137/161] Compiling CryptoSwift Int+Extension.swift
[138/161] Compiling CryptoSwift MD5.swift
[139/161] Compiling CryptoSwift NoPadding.swift
[140/161] Compiling CryptoSwift Operators.swift
[141/161] Compiling CryptoSwift DER.swift
[142/161] Compiling CryptoSwift PBKDF1.swift
[143/161] Compiling CryptoSwift PBKDF2.swift
[144/161] Compiling CryptoSwift PKCS1v15.swift
[145/161] Compiling CryptoSwift PKCS5.swift
[146/161] Compiling CryptoSwift PKCS7.swift
[147/161] Compiling CryptoSwift PKCS7Padding.swift
[148/161] Compiling CryptoSwift Padding.swift
[149/161] Compiling CryptoSwift Poly1305.swift
[150/161] Compiling CryptoSwift RSA+Cipher.swift
[151/161] Compiling CryptoSwift String+Extension.swift
[152/161] Compiling CryptoSwift UInt128.swift
[153/161] Compiling CryptoSwift UInt16+Extension.swift
[154/161] Compiling CryptoSwift UInt32+Extension.swift
[155/161] Compiling CryptoSwift UInt64+Extension.swift
[156/161] Compiling CryptoSwift UInt8+Extension.swift
[157/161] Compiling CryptoSwift Updatable.swift
[158/161] Compiling CryptoSwift Utils.swift
[159/161] Compiling CryptoSwift XChaCha20.swift
[160/161] Compiling CryptoSwift ZeroPadding.swift
[161/161] Compiling CryptoSwift resource_bundle_accessor.swift
[162/176] Compiling BuildAnalyzerKit BuildGraphProjection.swift
[163/177] Compiling XcodeHasher XcodeHasher.swift
[164/177] Emitting module XcodeHasher
[165/177] Compiling BuildAnalyzerKit Queue.swift
[166/177] Compiling BuildAnalyzerKit BuildGraphNodeTimingReader.swift
[167/177] Compiling BuildAnalyzerKit BuildGraph.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: 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 |     }()
[168/177] Compiling BuildAnalyzerKit BuildGraphGenerator.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: 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 |     }()
[169/177] Compiling BuildAnalyzerKit BuildGraphProjectionExpansion.swift
[170/177] Compiling BuildAnalyzerKit BuildGraphNodeProjectionNode.swift
[171/177] Compiling BuildAnalyzerKit BuildGraphProtocol+Expansion.swift
[172/177] 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 {
[173/177] Compiling BuildAnalyzerKit BuildGraphProtocol.swift
[174/177] Compiling BuildAnalyzerKit BuildManifestParser.swift
[175/177] 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: 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 |     }()
/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 {
[176/177] Compiling BuildAnalyzerKit BuildGraphNode.swift
/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 {
[177/177] Compiling BuildAnalyzerKit BuildGraphNodeKind.swift
/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 {
Build complete! (26.30s)
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.