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 AutoGraph, reference 0.18.0 (b3ee5f), with Swift 6.0 for macOS (SPM) on 30 Mar 2025 03:49:15 UTC.

Swift 6 data race errors: 7

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/remind101/AutoGraph.git
Reference: 0.18.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/remind101/AutoGraph
 * tag               0.18.0     -> FETCH_HEAD
HEAD is now at b3ee5f9 align package.swift
Cloned https://github.com/remind101/AutoGraph.git
Revision (git rev-parse @):
b3ee5f98fdd56ca2e748a1cd5709bc080865c026
SUCCESS checkout https://github.com/remind101/AutoGraph.git at 0.18.0
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
22 |     ],
23 |     targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:21:71: warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |                                                                       `- warning: 'exact' is deprecated
22 |     ],
23 |     targets: [
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/rexmas/JSONValue.git
Fetching https://github.com/Alamofire/Alamofire.git
[7/652] Fetching jsonvalue
[653/5679] Fetching jsonvalue, starscream
[1659/35809] Fetching jsonvalue, starscream, alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.94s)
Fetched https://github.com/rexmas/JSONValue.git from cache (3.94s)
Fetched https://github.com/daltoniam/Starscream.git from cache (3.94s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (2.86s)
Computing version for https://github.com/rexmas/JSONValue.git
Computed https://github.com/rexmas/JSONValue.git at 8.0.0 (0.40s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
   |                                         `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 |                                   .tvOS(.v11),
32 |                                   .watchOS(.v4)],
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
31 |                                   .tvOS(.v11),
   |                                          `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 |                                   .watchOS(.v4)],
33 |                       products: [.library(name: "Alamofire",
Computed https://github.com/Alamofire/Alamofire.git at 5.8.0 (0.41s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.8
Creating working copy for https://github.com/rexmas/JSONValue.git
Working copy of https://github.com/rexmas/JSONValue.git resolved at 8.0.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.0
warning: 'alamofire': /Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
   |                                         `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 |                                   .tvOS(.v11),
32 |                                   .watchOS(.v4)],
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
31 |                                   .tvOS(.v11),
   |                                          `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 |                                   .watchOS(.v4)],
33 |                       products: [.library(name: "Alamofire",
========================================
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": "autograph",
      "name": "AutoGraph",
      "url": "https://github.com/remind101/AutoGraph.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoGraph",
      "dependencies": [
        {
          "identity": "alamofire",
          "name": "Alamofire",
          "url": "https://github.com/Alamofire/Alamofire.git",
          "version": "5.8.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Alamofire",
          "dependencies": [
          ]
        },
        {
          "identity": "jsonvalue",
          "name": "JSONValue",
          "url": "https://github.com/rexmas/JSONValue.git",
          "version": "8.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONValue",
          "dependencies": [
          ]
        },
        {
          "identity": "starscream",
          "name": "Starscream",
          "url": "https://github.com/daltoniam/Starscream.git",
          "version": "4.0.8",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Starscream",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/remind101/AutoGraph.git
[1/6359] Fetching autograph
Fetched https://github.com/remind101/AutoGraph.git from cache (5.84s)
warning: 'autograph': /Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
22 |     ],
23 |     targets: [
/Package.swift:21:71: warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |                                                                       `- warning: 'exact' is deprecated
22 |     ],
23 |     targets: [
Fetching https://github.com/daltoniam/Starscream.git from cache
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetching https://github.com/rexmas/JSONValue.git from cache
Fetched https://github.com/daltoniam/Starscream.git from cache (0.57s)
Fetched https://github.com/rexmas/JSONValue.git from cache (0.60s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (0.60s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.02s)
Computing version for https://github.com/rexmas/JSONValue.git
Computed https://github.com/rexmas/JSONValue.git at 8.0.0 (0.02s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.03s)
Creating working copy for https://github.com/remind101/AutoGraph.git
Working copy of https://github.com/remind101/AutoGraph.git resolved at 0.18.0 (b3ee5f9)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.1
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.8
Creating working copy for https://github.com/rexmas/JSONValue.git
Working copy of https://github.com/rexmas/JSONValue.git resolved at 8.0.0
warning: 'autograph': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoGraph/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
22 |     ],
23 |     targets: [
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoGraph/Package.swift:21:71: warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |                                                                       `- warning: 'exact' is deprecated
22 |     ],
23 |     targets: [
warning: '.resolve-product-dependencies': dependency 'autograph' is not used by any target
Found 3 product dependencies
  - Alamofire
  - JSONValue
  - Starscream
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/remind101/AutoGraph.git
https://github.com/remind101/AutoGraph.git
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.8.0",
            "upper_bound" : "5.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "jsonvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "8.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rexmas/JSONValue.git"
    },
    {
      "identity" : "starscream",
      "requirement" : {
        "exact" : [
          "4.0.8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    }
  ],
  "manifest_display_name" : "AutoGraph",
  "name" : "AutoGraph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AutoGraphQL",
      "targets" : [
        "AutoGraphQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueryBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "QueryBuilderTests",
      "path" : "QueryBuilderTests",
      "sources" : [
        "FoundationExtensionsTests.swift",
        "QueryBuilderTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AutoGraphQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoGraphTests",
      "path" : "AutoGraphTests",
      "sources" : [
        "AlamofireClientTests.swift",
        "AuthHandlerTests.swift",
        "AutoGraphTests.swift",
        "Data/Film.swift",
        "DispatcherTests.swift",
        "ErrorTests.swift",
        "Requests/AllFilmsRequest.swift",
        "Requests/FilmRequest.swift",
        "Requests/FilmSubscriptionRequest.swift",
        "ResponseHandlerTests.swift",
        "Stub.swift",
        "WebSocketClientTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AutoGraphQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoGraphQL",
      "module_type" : "SwiftTarget",
      "name" : "AutoGraphQL",
      "path" : ".",
      "product_dependencies" : [
        "Alamofire",
        "JSONValueRX",
        "Starscream"
      ],
      "product_memberships" : [
        "AutoGraphQL"
      ],
      "sources" : [
        "AutoGraph/AlamofireClient.swift",
        "AutoGraph/AuthHandler.swift",
        "AutoGraph/AutoGraph.swift",
        "AutoGraph/Dispatcher.swift",
        "AutoGraph/Errors.swift",
        "AutoGraph/Request.swift",
        "AutoGraph/ResponseHandler.swift",
        "AutoGraph/SubscriptionRequest.swift",
        "AutoGraph/SubscriptionResponseHandler.swift",
        "AutoGraph/SubscriptionResponseSerializer.swift",
        "AutoGraph/Utilities.swift",
        "AutoGraph/WebSocketClient.swift",
        "AutoGraph/WebSocketError.swift",
        "QueryBuilder/FoundationExtensions.swift",
        "QueryBuilder/QueryDSL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/6] Write sources
[4/6] Copying PrivacyInfo.xcprivacy
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/65] Emitting module Starscream
[8/67] Emitting module Alamofire
[9/70] Compiling Alamofire ParameterEncoding.swift
[10/70] Compiling Alamofire Protected.swift
[11/70] Compiling Alamofire URLRequest+Alamofire.swift
[12/70] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[13/70] Compiling Alamofire Validation.swift
[14/70] Compiling Starscream Transport.swift
[15/70] Compiling Starscream resource_bundle_accessor.swift
[16/70] Compiling JSONValueRX JSON.swift
[17/70] Compiling JSONValueRX JSONable.swift
[18/70] Emitting module JSONValueRX
[19/70] Compiling JSONValueRX Utilities.swift
[20/70] Compiling Alamofire MultipartUpload.swift
[21/70] Compiling Alamofire NetworkReachabilityManager.swift
[22/70] Compiling Alamofire Notifications.swift
[23/70] Compiling Alamofire OperationQueue+Alamofire.swift
[24/70] Compiling Alamofire StringEncoding+Alamofire.swift
[25/70] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[26/70] Compiling Alamofire URLEncodedFormEncoder.swift
[27/70] Compiling Alamofire Response.swift
[28/70] Compiling Alamofire ResponseSerialization.swift
[29/70] Compiling Alamofire Result+Alamofire.swift
[30/70] Compiling Alamofire RetryPolicy.swift
[31/70] Compiling Alamofire ServerTrustEvaluation.swift
[32/70] Compiling Alamofire Session.swift
[33/70] Compiling Alamofire SessionDelegate.swift
[34/70] Compiling Alamofire MultipartFormData.swift
[36/70] Compiling Alamofire Alamofire.swift
[37/70] Compiling Alamofire AlamofireExtended.swift
[38/70] Compiling Alamofire AuthenticationInterceptor.swift
[39/70] Compiling Alamofire EventMonitor.swift
[40/70] Compiling Alamofire HTTPHeaders.swift
[41/70] Compiling Alamofire HTTPMethod.swift
[44/70] Compiling Alamofire DispatchQueue+Alamofire.swift
[45/70] Compiling Alamofire AFError.swift
[46/70] Compiling Alamofire CachedResponseHandler.swift
[47/70] Compiling Alamofire Combine.swift
[48/70] Compiling Alamofire Concurrency.swift
[50/70] Compiling Alamofire ParameterEncoder.swift
[68/70] Compiling Alamofire RequestCompression.swift
[69/70] Compiling Alamofire RequestInterceptor.swift
[70/70] Compiling Alamofire RequestTaskMap.swift
[71/85] Compiling AutoGraphQL FoundationExtensions.swift
/Users/admin/builder/spi-builder-workspace/QueryBuilder/FoundationExtensions.swift:5:10: warning: associated value 'incorrectArgumentKey(key:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  3 |
  4 | enum QueryBuilderError: LocalizedError {
  5 |     case incorrectArgumentKey(key: Any)
    |          `- warning: associated value 'incorrectArgumentKey(key:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  6 |     case incorrectArgumentValue(value: Any)
  7 |     case incorrectInputType(message: String)
/Users/admin/builder/spi-builder-workspace/QueryBuilder/FoundationExtensions.swift:6:10: warning: associated value 'incorrectArgumentValue(value:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  4 | enum QueryBuilderError: LocalizedError {
  5 |     case incorrectArgumentKey(key: Any)
  6 |     case incorrectArgumentValue(value: Any)
    |          `- warning: associated value 'incorrectArgumentValue(value:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  7 |     case incorrectInputType(message: String)
  8 |     case missingFields(selectionSetName: String)
/Users/admin/builder/spi-builder-workspace/QueryBuilder/FoundationExtensions.swift:9:10: warning: associated value 'selectionMergeFailure(selection1:selection2:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Selection'; this is an error in the Swift 6 language mode
  7 |     case incorrectInputType(message: String)
  8 |     case missingFields(selectionSetName: String)
  9 |     case selectionMergeFailure(selection1: Selection, selection2: Selection)
    |          `- warning: associated value 'selectionMergeFailure(selection1:selection2:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Selection'; this is an error in the Swift 6 language mode
 10 |
 11 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/QueryBuilder/QueryDSL.swift:258:13: note: consider making enum 'Selection' conform to the 'Sendable' protocol
256 |
257 | /// Concretely represents a _Selection_ from the GraphQL Language.
258 | public enum Selection: ObjectSerializable, InlineFragmentSerializable, SelectionType {
    |             `- note: consider making enum 'Selection' conform to the 'Sendable' protocol
259 |     public enum FieldType {
260 |         case scalar
/Users/admin/builder/spi-builder-workspace/QueryBuilder/FoundationExtensions.swift:9:10: warning: associated value 'selectionMergeFailure(selection1:selection2:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Selection'; this is an error in the Swift 6 language mode
  7 |     case incorrectInputType(message: String)
  8 |     case missingFields(selectionSetName: String)
  9 |     case selectionMergeFailure(selection1: Selection, selection2: Selection)
    |          `- warning: associated value 'selectionMergeFailure(selection1:selection2:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Selection'; this is an error in the Swift 6 language mode
 10 |
 11 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/QueryBuilder/QueryDSL.swift:258:13: note: consider making enum 'Selection' conform to the 'Sendable' protocol
256 |
257 | /// Concretely represents a _Selection_ from the GraphQL Language.
258 | public enum Selection: ObjectSerializable, InlineFragmentSerializable, SelectionType {
    |             `- note: consider making enum 'Selection' conform to the 'Sendable' protocol
259 |     public enum FieldType {
260 |         case scalar
[72/85] Compiling AutoGraphQL ResponseHandler.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:21: warning: capture of 'self' with non-sendable type 'ResponseHandler?' in a `@Sendable` closure
 3 | import JSONValueRX
 4 |
 5 | open class ResponseHandler {
   |            `- note: class 'ResponseHandler' does not conform to the 'Sendable' protocol
 6 |
 7 |     public struct ObjectKeyPathError: LocalizedError {
   :
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                     `- warning: capture of 'self' with non-sendable type 'ResponseHandler?' in a `@Sendable` closure
33 |                 }
34 |             }
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:37: warning: capture of 'json' with non-sendable type 'JSONValue' in a `@Sendable` closure
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                                     `- warning: capture of 'json' with non-sendable type 'JSONValue' in a `@Sendable` closure
33 |                 }
34 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSON.swift:36:13: note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 34 | }
 35 |
 36 | public enum JSONValue: CustomStringConvertible, Hashable {
    |             `- note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 37 |     case array([JSONValue])
 38 |     case object([String: JSONValue])
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
 1 | import Alamofire
 2 | import Foundation
 3 | import JSONValueRX
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
 4 |
 5 | open class ResponseHandler {
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:53: warning: capture of 'response' with non-sendable type 'AFDataResponse<Any>' (aka 'DataResponse<Any, AFError>') in a `@Sendable` closure
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                                                     `- warning: capture of 'response' with non-sendable type 'AFDataResponse<Any>' (aka 'DataResponse<Any, AFError>') in a `@Sendable` closure
33 |                 }
34 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:15: note: generic struct 'DataResponse' does not conform to the 'Sendable' protocol
 31 |
 32 | /// Type used to store all values associated with a serialized response of a `DataRequest` or `UploadRequest`.
 33 | public struct DataResponse<Success, Failure: Error> {
    |               `- note: generic struct 'DataResponse' does not conform to the 'Sendable' protocol
 34 |     /// The URL request sent to the server.
 35 |     public let request: URLRequest?
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Alamofire'
 1 | import Alamofire
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Alamofire'
 2 | import Foundation
 3 | import JSONValueRX
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:87: warning: capture of 'objectBinding' with non-sendable type 'ObjectBinding<SerializedObject>' in a `@Sendable` closure
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                                                                                       `- warning: capture of 'objectBinding' with non-sendable type 'ObjectBinding<SerializedObject>' in a `@Sendable` closure
33 |                 }
34 |             }
/Users/admin/builder/spi-builder-workspace/AutoGraph/Request.swift:41:13: note: consider making generic enum 'ObjectBinding' conform to the 'Sendable' protocol
 39 |
 40 | /// A weird enum that collects info for a request.
 41 | public enum ObjectBinding<SerializedObject: Decodable> {
    |             `- note: consider making generic enum 'ObjectBinding' conform to the 'Sendable' protocol
 42 |     case object(keyPath: String, isRequestIncludingNetworkResponse: Bool, completion: RequestCompletion<SerializedObject>)
 43 | }
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:74:25: warning: capture of 'completion' with non-sendable type 'RequestCompletion<SerializedObject>' (aka '(Result<SerializedObject, any Error>) -> ()') in a `@Sendable` closure
72 |
73 |                     self.callbackQueue.addOperation {
74 |                         completion(.success(object))
   |                         |- warning: capture of 'completion' with non-sendable type 'RequestCompletion<SerializedObject>' (aka '(Result<SerializedObject, any Error>) -> ()') in a `@Sendable` closure
   |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
75 |                     }
76 |                 }
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:74:45: warning: capture of 'object' with non-sendable type 'SerializedObject' in a `@Sendable` closure
38 |     }
39 |
40 |     private func map<SerializedObject: Decodable>(json: JSONValue, response: HTTPURLResponse?, objectBinding: ObjectBinding<SerializedObject>) {
   |                      `- note: consider making generic parameter 'SerializedObject' conform to the 'Sendable' protocol
41 |             do {
42 |                 switch objectBinding {
   :
72 |
73 |                     self.callbackQueue.addOperation {
74 |                         completion(.success(object))
   |                                             `- warning: capture of 'object' with non-sendable type 'SerializedObject' in a `@Sendable` closure
75 |                     }
76 |                 }
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:87:13: warning: capture of 'completion' with non-sendable type 'RequestCompletion<R>' (aka '(Result<R, any Error>) -> ()') in a `@Sendable` closure
85 |     func fail<R>(error: Error, completion: @escaping RequestCompletion<R>) {
86 |         self.callbackQueue.addOperation {
87 |             completion(.failure(error))
   |             |- warning: capture of 'completion' with non-sendable type 'RequestCompletion<R>' (aka '(Result<R, any Error>) -> ()') in a `@Sendable` closure
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
88 |         }
89 |     }
[73/85] Compiling AutoGraphQL SubscriptionRequest.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:21: warning: capture of 'self' with non-sendable type 'ResponseHandler?' in a `@Sendable` closure
 3 | import JSONValueRX
 4 |
 5 | open class ResponseHandler {
   |            `- note: class 'ResponseHandler' does not conform to the 'Sendable' protocol
 6 |
 7 |     public struct ObjectKeyPathError: LocalizedError {
   :
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                     `- warning: capture of 'self' with non-sendable type 'ResponseHandler?' in a `@Sendable` closure
33 |                 }
34 |             }
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:37: warning: capture of 'json' with non-sendable type 'JSONValue' in a `@Sendable` closure
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                                     `- warning: capture of 'json' with non-sendable type 'JSONValue' in a `@Sendable` closure
33 |                 }
34 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSON.swift:36:13: note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 34 | }
 35 |
 36 | public enum JSONValue: CustomStringConvertible, Hashable {
    |             `- note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 37 |     case array([JSONValue])
 38 |     case object([String: JSONValue])
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
 1 | import Alamofire
 2 | import Foundation
 3 | import JSONValueRX
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
 4 |
 5 | open class ResponseHandler {
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:53: warning: capture of 'response' with non-sendable type 'AFDataResponse<Any>' (aka 'DataResponse<Any, AFError>') in a `@Sendable` closure
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                                                     `- warning: capture of 'response' with non-sendable type 'AFDataResponse<Any>' (aka 'DataResponse<Any, AFError>') in a `@Sendable` closure
33 |                 }
34 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:15: note: generic struct 'DataResponse' does not conform to the 'Sendable' protocol
 31 |
 32 | /// Type used to store all values associated with a serialized response of a `DataRequest` or `UploadRequest`.
 33 | public struct DataResponse<Success, Failure: Error> {
    |               `- note: generic struct 'DataResponse' does not conform to the 'Sendable' protocol
 34 |     /// The URL request sent to the server.
 35 |     public let request: URLRequest?
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Alamofire'
 1 | import Alamofire
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Alamofire'
 2 | import Foundation
 3 | import JSONValueRX
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:87: warning: capture of 'objectBinding' with non-sendable type 'ObjectBinding<SerializedObject>' in a `@Sendable` closure
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                                                                                       `- warning: capture of 'objectBinding' with non-sendable type 'ObjectBinding<SerializedObject>' in a `@Sendable` closure
33 |                 }
34 |             }
/Users/admin/builder/spi-builder-workspace/AutoGraph/Request.swift:41:13: note: consider making generic enum 'ObjectBinding' conform to the 'Sendable' protocol
 39 |
 40 | /// A weird enum that collects info for a request.
 41 | public enum ObjectBinding<SerializedObject: Decodable> {
    |             `- note: consider making generic enum 'ObjectBinding' conform to the 'Sendable' protocol
 42 |     case object(keyPath: String, isRequestIncludingNetworkResponse: Bool, completion: RequestCompletion<SerializedObject>)
 43 | }
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:74:25: warning: capture of 'completion' with non-sendable type 'RequestCompletion<SerializedObject>' (aka '(Result<SerializedObject, any Error>) -> ()') in a `@Sendable` closure
72 |
73 |                     self.callbackQueue.addOperation {
74 |                         completion(.success(object))
   |                         |- warning: capture of 'completion' with non-sendable type 'RequestCompletion<SerializedObject>' (aka '(Result<SerializedObject, any Error>) -> ()') in a `@Sendable` closure
   |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
75 |                     }
76 |                 }
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:74:45: warning: capture of 'object' with non-sendable type 'SerializedObject' in a `@Sendable` closure
38 |     }
39 |
40 |     private func map<SerializedObject: Decodable>(json: JSONValue, response: HTTPURLResponse?, objectBinding: ObjectBinding<SerializedObject>) {
   |                      `- note: consider making generic parameter 'SerializedObject' conform to the 'Sendable' protocol
41 |             do {
42 |                 switch objectBinding {
   :
72 |
73 |                     self.callbackQueue.addOperation {
74 |                         completion(.success(object))
   |                                             `- warning: capture of 'object' with non-sendable type 'SerializedObject' in a `@Sendable` closure
75 |                     }
76 |                 }
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:87:13: warning: capture of 'completion' with non-sendable type 'RequestCompletion<R>' (aka '(Result<R, any Error>) -> ()') in a `@Sendable` closure
85 |     func fail<R>(error: Error, completion: @escaping RequestCompletion<R>) {
86 |         self.callbackQueue.addOperation {
87 |             completion(.failure(error))
   |             |- warning: capture of 'completion' with non-sendable type 'RequestCompletion<R>' (aka '(Result<R, any Error>) -> ()') in a `@Sendable` closure
   |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
88 |         }
89 |     }
[74/85] Compiling AutoGraphQL WebSocketError.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/WebSocketError.swift:6:10: warning: associated value 'subscriptionPayloadFailedSerialization(_:underlyingError:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |     case webSocketNotConnected(subscriptionPayload: String)
 5 |     case subscriptionRequestBodyFailed(operationName: String)
 6 |     case subscriptionPayloadFailedSerialization([String : Any], underlyingError: Error?)
   |          `- warning: associated value 'subscriptionPayloadFailedSerialization(_:underlyingError:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |
 8 |     public var localizedDescription: String {
[75/85] Compiling AutoGraphQL WebSocketClient.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/WebSocketClient.swift:211:30: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
209 |         let delayInSeconds = DispatchTimeInterval.seconds(min(abs(kAttemptReconnectCount - self.attemptReconnectCount) * 10, 30))
210 |         DispatchQueue.main.asyncAfter(deadline: .now() + delayInSeconds) { [weak self] in
211 |             guard let self = self else { return }
    |                              |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                              `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
212 |             self.performReconnect()
213 |         }
[76/85] Compiling AutoGraphQL SubscriptionResponseHandler.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/SubscriptionResponseSerializer.swift:38:21: warning: capture of 'completion' with non-sendable type '(Result<SerializedObject, any Error>) -> Void' in a `@Sendable` closure
36 |                 let serializedObject = try JSONDecoder().decode(SerializedObject.self, from: data)
37 |                 DispatchQueue.main.async {
38 |                     completion(.success(serializedObject))
   |                     |- warning: capture of 'completion' with non-sendable type '(Result<SerializedObject, any Error>) -> Void' in a `@Sendable` closure
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
39 |                 }
40 |             }
[77/85] Compiling AutoGraphQL SubscriptionResponseSerializer.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/SubscriptionResponseSerializer.swift:38:21: warning: capture of 'completion' with non-sendable type '(Result<SerializedObject, any Error>) -> Void' in a `@Sendable` closure
36 |                 let serializedObject = try JSONDecoder().decode(SerializedObject.self, from: data)
37 |                 DispatchQueue.main.async {
38 |                     completion(.success(serializedObject))
   |                     |- warning: capture of 'completion' with non-sendable type '(Result<SerializedObject, any Error>) -> Void' in a `@Sendable` closure
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
39 |                 }
40 |             }
[78/85] Compiling AutoGraphQL Errors.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:120:16: warning: stored property 'locations' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type '[GraphQLError.Location]'; this is an error in the Swift 6 language mode
 95 | public struct GraphQLError: LocalizedError, Equatable {
 96 |
 97 |     public struct Location: CustomStringConvertible, Equatable {
    |                   `- note: consider making struct 'Location' conform to the 'Sendable' protocol
 98 |         public let line: Int
 99 |         public let column: Int
    :
118 |
119 |     public let message: String
120 |     public let locations: [Location]
    |                `- warning: stored property 'locations' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type '[GraphQLError.Location]'; this is an error in the Swift 6 language mode
121 |     public let jsonPayload: JSONValue
122 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:121:16: warning: stored property 'jsonPayload' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONValue'; this is an error in the Swift 6 language mode
119 |     public let message: String
120 |     public let locations: [Location]
121 |     public let jsonPayload: JSONValue
    |                `- warning: stored property 'jsonPayload' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONValue'; this is an error in the Swift 6 language mode
122 |
123 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSON.swift:36:13: note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 34 | }
 35 |
 36 | public enum JSONValue: CustomStringConvertible, Hashable {
    |             `- note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 37 |     case array([JSONValue])
 38 |     case object([String: JSONValue])
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
  1 | import Foundation
  2 | import JSONValueRX
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
  3 |
  4 | /*
[79/85] Compiling AutoGraphQL Request.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:120:16: warning: stored property 'locations' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type '[GraphQLError.Location]'; this is an error in the Swift 6 language mode
 95 | public struct GraphQLError: LocalizedError, Equatable {
 96 |
 97 |     public struct Location: CustomStringConvertible, Equatable {
    |                   `- note: consider making struct 'Location' conform to the 'Sendable' protocol
 98 |         public let line: Int
 99 |         public let column: Int
    :
118 |
119 |     public let message: String
120 |     public let locations: [Location]
    |                `- warning: stored property 'locations' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type '[GraphQLError.Location]'; this is an error in the Swift 6 language mode
121 |     public let jsonPayload: JSONValue
122 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:121:16: warning: stored property 'jsonPayload' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONValue'; this is an error in the Swift 6 language mode
119 |     public let message: String
120 |     public let locations: [Location]
121 |     public let jsonPayload: JSONValue
    |                `- warning: stored property 'jsonPayload' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONValue'; this is an error in the Swift 6 language mode
122 |
123 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSON.swift:36:13: note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 34 | }
 35 |
 36 | public enum JSONValue: CustomStringConvertible, Hashable {
    |             `- note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 37 |     case array([JSONValue])
 38 |     case object([String: JSONValue])
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
  1 | import Foundation
  2 | import JSONValueRX
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
  3 |
  4 | /*
[80/85] Compiling AutoGraphQL Utilities.swift
[81/85] Compiling AutoGraphQL AutoGraph.swift
[82/85] Compiling AutoGraphQL Dispatcher.swift
[83/86] Emitting module AutoGraphQL
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:120:16: warning: stored property 'locations' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type '[GraphQLError.Location]'; this is an error in the Swift 6 language mode
 95 | public struct GraphQLError: LocalizedError, Equatable {
 96 |
 97 |     public struct Location: CustomStringConvertible, Equatable {
    |                   `- note: consider making struct 'Location' conform to the 'Sendable' protocol
 98 |         public let line: Int
 99 |         public let column: Int
    :
118 |
119 |     public let message: String
120 |     public let locations: [Location]
    |                `- warning: stored property 'locations' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type '[GraphQLError.Location]'; this is an error in the Swift 6 language mode
121 |     public let jsonPayload: JSONValue
122 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:121:16: warning: stored property 'jsonPayload' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONValue'; this is an error in the Swift 6 language mode
119 |     public let message: String
120 |     public let locations: [Location]
121 |     public let jsonPayload: JSONValue
    |                `- warning: stored property 'jsonPayload' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONValue'; this is an error in the Swift 6 language mode
122 |
123 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JSONValue/Sources/JSON.swift:36:13: note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 34 | }
 35 |
 36 | public enum JSONValue: CustomStringConvertible, Hashable {
    |             `- note: enum 'JSONValue' does not conform to the 'Sendable' protocol
 37 |     case array([JSONValue])
 38 |     case object([String: JSONValue])
/Users/admin/builder/spi-builder-workspace/AutoGraph/Errors.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
  1 | import Foundation
  2 | import JSONValueRX
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSONValueRX'
  3 |
  4 | /*
/Users/admin/builder/spi-builder-workspace/AutoGraph/WebSocketError.swift:6:10: warning: associated value 'subscriptionPayloadFailedSerialization(_:underlyingError:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |     case webSocketNotConnected(subscriptionPayload: String)
 5 |     case subscriptionRequestBodyFailed(operationName: String)
 6 |     case subscriptionPayloadFailedSerialization([String : Any], underlyingError: Error?)
   |          `- warning: associated value 'subscriptionPayloadFailedSerialization(_:underlyingError:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |
 8 |     public var localizedDescription: String {
/Users/admin/builder/spi-builder-workspace/QueryBuilder/FoundationExtensions.swift:5:10: warning: associated value 'incorrectArgumentKey(key:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  3 |
  4 | enum QueryBuilderError: LocalizedError {
  5 |     case incorrectArgumentKey(key: Any)
    |          `- warning: associated value 'incorrectArgumentKey(key:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  6 |     case incorrectArgumentValue(value: Any)
  7 |     case incorrectInputType(message: String)
/Users/admin/builder/spi-builder-workspace/QueryBuilder/FoundationExtensions.swift:6:10: warning: associated value 'incorrectArgumentValue(value:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  4 | enum QueryBuilderError: LocalizedError {
  5 |     case incorrectArgumentKey(key: Any)
  6 |     case incorrectArgumentValue(value: Any)
    |          `- warning: associated value 'incorrectArgumentValue(value:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  7 |     case incorrectInputType(message: String)
  8 |     case missingFields(selectionSetName: String)
/Users/admin/builder/spi-builder-workspace/QueryBuilder/FoundationExtensions.swift:9:10: warning: associated value 'selectionMergeFailure(selection1:selection2:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Selection'; this is an error in the Swift 6 language mode
  7 |     case incorrectInputType(message: String)
  8 |     case missingFields(selectionSetName: String)
  9 |     case selectionMergeFailure(selection1: Selection, selection2: Selection)
    |          `- warning: associated value 'selectionMergeFailure(selection1:selection2:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Selection'; this is an error in the Swift 6 language mode
 10 |
 11 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/QueryBuilder/QueryDSL.swift:258:13: note: consider making enum 'Selection' conform to the 'Sendable' protocol
256 |
257 | /// Concretely represents a _Selection_ from the GraphQL Language.
258 | public enum Selection: ObjectSerializable, InlineFragmentSerializable, SelectionType {
    |             `- note: consider making enum 'Selection' conform to the 'Sendable' protocol
259 |     public enum FieldType {
260 |         case scalar
/Users/admin/builder/spi-builder-workspace/QueryBuilder/FoundationExtensions.swift:9:10: warning: associated value 'selectionMergeFailure(selection1:selection2:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Selection'; this is an error in the Swift 6 language mode
  7 |     case incorrectInputType(message: String)
  8 |     case missingFields(selectionSetName: String)
  9 |     case selectionMergeFailure(selection1: Selection, selection2: Selection)
    |          `- warning: associated value 'selectionMergeFailure(selection1:selection2:)' of 'Sendable'-conforming enum 'QueryBuilderError' has non-sendable type 'Selection'; this is an error in the Swift 6 language mode
 10 |
 11 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/QueryBuilder/QueryDSL.swift:258:13: note: consider making enum 'Selection' conform to the 'Sendable' protocol
256 |
257 | /// Concretely represents a _Selection_ from the GraphQL Language.
258 | public enum Selection: ObjectSerializable, InlineFragmentSerializable, SelectionType {
    |             `- note: consider making enum 'Selection' conform to the 'Sendable' protocol
259 |     public enum FieldType {
260 |         case scalar
[84/86] Compiling AutoGraphQL AlamofireClient.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/AlamofireClient.swift:56:14: warning: 'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)' is deprecated: responseJSON deprecated and will be removed in Alamofire 6. Use responseDecodable instead.
54 |             encoding: JSONEncoding.default,
55 |             headers: HTTPHeaders(self.httpHeaders))
56 |             .responseJSON(completionHandler: completion)
   |              `- warning: 'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)' is deprecated: responseJSON deprecated and will be removed in Alamofire 6. Use responseDecodable instead.
57 |     }
58 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/AuthHandler.swift:105:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
103 |
104 |         DispatchQueue.main.async { [weak self] in
105 |             guard let strongSelf = self else { return }
    |                                    |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
106 |
107 |             strongSelf.delegate?.authHandlerBeganReauthentication(strongSelf)
[85/86] Compiling AutoGraphQL AuthHandler.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/AlamofireClient.swift:56:14: warning: 'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)' is deprecated: responseJSON deprecated and will be removed in Alamofire 6. Use responseDecodable instead.
54 |             encoding: JSONEncoding.default,
55 |             headers: HTTPHeaders(self.httpHeaders))
56 |             .responseJSON(completionHandler: completion)
   |              `- warning: 'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)' is deprecated: responseJSON deprecated and will be removed in Alamofire 6. Use responseDecodable instead.
57 |     }
58 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/AuthHandler.swift:105:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
103 |
104 |         DispatchQueue.main.async { [weak self] in
105 |             guard let strongSelf = self else { return }
    |                                    |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
106 |
107 |             strongSelf.delegate?.authHandlerBeganReauthentication(strongSelf)
[86/86] Compiling AutoGraphQL QueryDSL.swift
Build complete! (35.61s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
22 |     ],
23 |     targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:21:71: warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |                                                                       `- warning: 'exact' is deprecated
22 |     ],
23 |     targets: [
warning: 'alamofire': /Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
   |                                         `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 |                                   .tvOS(.v11),
32 |                                   .watchOS(.v4)],
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
31 |                                   .tvOS(.v11),
   |                                          `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 |                                   .watchOS(.v4)],
33 |                       products: [.library(name: "Alamofire",
warning: 'spi-builder-workspace': found 158 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/RequestCompression.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/LICENSE
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Alamofire/Info.plist
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/AuthHandlerTests.swift
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Stub.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL/Pods-AutoGraphQL-resources.sh
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Pods-AutoGraphQL-QueryBuilderTests.debug.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphTests-dummy.m
    /Users/admin/builder/spi-builder-workspace/AutoGraph.podspec
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/XCTestManifests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/JSONValueRX/Sources/JSONable.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/Pods-QueryBuilder-acknowledgements.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Request.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Framer/FrameCollector.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Alamofire/Alamofire.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Pods-AutoGraphQL-QueryBuilderTests-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/ServerTrustEvaluation.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/AFError.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Manifest.lock
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Engine/NativeEngine.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Starscream/Starscream.release.xcconfig
    /Users/admin/builder/spi-builder-workspace/codecov.yml
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/AutoGraphTests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/README.md
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphTests-frameworks.sh
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Server/WebSocketServer.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/OperationQueue+Alamofire.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/URLConvertible+URLRequestConvertible.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphTests-acknowledgements.markdown
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphTests.debug.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/JSONValueRX/Crust-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/RequestInterceptor.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Alamofire/Crust-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Pods-AutoGraphQL-QueryBuilderTests-acknowledgements.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Pods-AutoGraphQL-QueryBuilderTests-resources.sh
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL/Pods-AutoGraphQL-acknowledgements.markdown
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Transport/FoundationTransport.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/URLSessionConfiguration+Alamofire.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Starscream/Starscream-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/PrivacyInfo.xcprivacy
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Framer/FoundationHTTPHandler.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/LICENSE
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Result+Alamofire.swift
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Data/Film.swift
    /Users/admin/builder/spi-builder-workspace/Pods/JSONValueRX/README.md
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Framer/HTTPHandler.swift
    /Users/admin/builder/spi-builder-workspace/QueryBuilderTests/Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/StringEncoding+Alamofire.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphTests-resources.sh
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Alamofire/Alamofire.debug.xcconfig
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Data/Film401.json
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Alamofire/Alamofire-dummy.m
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Response.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/RetryPolicy.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphRealmTests-Info.plist
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/AlamofireClientTests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/JSONValueRX/JSONValueRX-prefix.pch
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Alamofire/Alamofire-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/Pods-QueryBuilder-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/Pods-QueryBuilder-dummy.m
    /Users/admin/builder/spi-builder-workspace/LICENSE
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/URLRequest+Alamofire.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Engine/WSEngine.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/JSONValueRX/JSONValueRX.release.xcconfig
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/ErrorTests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL/Info.plist
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/ResponseHandlerTests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL/Pods-AutoGraphQL.release.xcconfig
    /Users/admin/builder/spi-builder-workspace/QueryBuilderTests/FoundationExtensionsTests.swift
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Data/Film.json
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/ParameterEncoding.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/Pods-QueryBuilder.release.xcconfig
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/WebSocketClientTests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL/Pods-AutoGraphQL-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL/Pods-AutoGraphQL-dummy.m
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Session.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Protected.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Security/FoundationSecurity.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Pods-AutoGraphQL-QueryBuilderTests-frameworks.sh
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/Pods-QueryBuilder-acknowledgements.markdown
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Requests/AllFilmsRequest.swift
    /Users/admin/builder/spi-builder-workspace/Podfile.lock
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/ResponseSerialization.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/SessionDelegate.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Starscream/Starscream.debug.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/JSONValueRX/Sources/JSON.swift
    /Users/admin/builder/spi-builder-workspace/LinuxMain.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/JSONValueRX/JSONValueRX.debug.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL/Pods-AutoGraphQL-acknowledgements.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/AlamofireExtended.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Starscream/WebSocket.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/ParameterEncoder.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Transport/TCPTransport.swift
    /Users/admin/builder/spi-builder-workspace/QueryBuilderTests/XCTestManifests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/EventMonitor.swift
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Data/AllFilms.json
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Compression/Compression.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/JSONValueRX/JSONValueRX-dummy.m
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL/Pods-AutoGraphQL.debug.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/Pods-QueryBuilder.debug.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Starscream/ResourceBundle-Starscream_Privacy-Starscream-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/README.md
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/HTTPMethod.swift
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Data/VariableFilm.json
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphTests-Info.plist
    /Users/admin/builder/spi-builder-workspace/autograph.png
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/HTTPHeaders.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Alamofire/Alamofire.release.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Security/Security.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/AuthenticationInterceptor.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Starscream/Starscream-prefix.pch
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Info.plist
    /Users/admin/builder/spi-builder-workspace/README.md
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/MultipartUpload.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Pods-AutoGraphQL-QueryBuilderTests-dummy.m
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/OHHTTPStubs-Info.plist
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Requests/FilmRequest.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/JSONValueRX/JSONValueRX.xcconfig
    /Users/admin/builder/spi-builder-workspace/Podfile
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Notifications.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/DataBytes/Data+Extensions.swift
    /Users/admin/builder/spi-builder-workspace/QueryBuilderTests/QueryBuilderTests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/Pods-QueryBuilder-resources.sh
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Realm-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Framer/StringHTTPHandler.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/MultipartFormData.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Pods-AutoGraphQL-QueryBuilderTests-acknowledgements.markdown
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/DispatcherTests.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/CachedResponseHandler.swift
    /Users/admin/builder/spi-builder-workspace/Pods/JSONValueRX/Sources/Utilities.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Compression/WSCompression.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Engine/Engine.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Framer/Framer.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphTests.release.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/JSONValueRX/LICENSE
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/RedirectHandler.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Framer/FoundationHTTPServerHandler.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/JSONValueRX/Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/OHHTTPStubs-Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-AutoGraphTests/Pods-AutoGraphQL-AutoGraphTests-acknowledgements.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/JSONValueRX/JSONValueRX-Info.plist
    /Users/admin/builder/spi-builder-workspace/AutoGraphTests/Requests/FilmSubscriptionRequest.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Combine.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-QueryBuilder/Info.plist
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Alamofire.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Server/Server.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-AutoGraphQL-QueryBuilderTests/Pods-AutoGraphQL-QueryBuilderTests.release.xcconfig
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/URLEncodedFormEncoder.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/NetworkReachabilityManager.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/RequestTaskMap.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Concurrency.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Alamofire/Source/Validation.swift
    /Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Starscream/Starscream-dummy.m
    /Users/admin/builder/spi-builder-workspace/Pods/Starscream/Sources/Transport/Transport.swift
warning: 'starscream': 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/Starscream/Sources/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.8.0",
            "upper_bound" : "5.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "jsonvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "8.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rexmas/JSONValue.git"
    },
    {
      "identity" : "starscream",
      "requirement" : {
        "exact" : [
          "4.0.8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    }
  ],
  "manifest_display_name" : "AutoGraph",
  "name" : "AutoGraph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AutoGraphQL",
      "targets" : [
        "AutoGraphQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueryBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "QueryBuilderTests",
      "path" : "QueryBuilderTests",
      "sources" : [
        "FoundationExtensionsTests.swift",
        "QueryBuilderTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AutoGraphQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoGraphTests",
      "path" : "AutoGraphTests",
      "sources" : [
        "AlamofireClientTests.swift",
        "AuthHandlerTests.swift",
        "AutoGraphTests.swift",
        "Data/Film.swift",
        "DispatcherTests.swift",
        "ErrorTests.swift",
        "Requests/AllFilmsRequest.swift",
        "Requests/FilmRequest.swift",
        "Requests/FilmSubscriptionRequest.swift",
        "ResponseHandlerTests.swift",
        "Stub.swift",
        "WebSocketClientTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AutoGraphQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoGraphQL",
      "module_type" : "SwiftTarget",
      "name" : "AutoGraphQL",
      "path" : ".",
      "product_dependencies" : [
        "Alamofire",
        "JSONValueRX",
        "Starscream"
      ],
      "product_memberships" : [
        "AutoGraphQL"
      ],
      "sources" : [
        "AutoGraph/AlamofireClient.swift",
        "AutoGraph/AuthHandler.swift",
        "AutoGraph/AutoGraph.swift",
        "AutoGraph/Dispatcher.swift",
        "AutoGraph/Errors.swift",
        "AutoGraph/Request.swift",
        "AutoGraph/ResponseHandler.swift",
        "AutoGraph/SubscriptionRequest.swift",
        "AutoGraph/SubscriptionResponseHandler.swift",
        "AutoGraph/SubscriptionResponseSerializer.swift",
        "AutoGraph/Utilities.swift",
        "AutoGraph/WebSocketClient.swift",
        "AutoGraph/WebSocketError.swift",
        "QueryBuilder/FoundationExtensions.swift",
        "QueryBuilder/QueryDSL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
22 |     ],
23 |     targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:21:71: warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMinor(from: "5.8.0")),
20 |         .package(url: "https://github.com/rexmas/JSONValue.git", .upToNextMinor(from: "8.0.0")),
21 |         .package(url: "https://github.com/daltoniam/Starscream.git", .exact("4.0.8"))
   |                                                                       `- warning: 'exact' is deprecated
22 |     ],
23 |     targets: [
Done.