The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AutoGraph, reference master (7621db), with Swift 6.1 for macOS (SPM) on 5 Dec 2025 03:56:05 UTC.

Swift 6 data race errors: 9

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/autograph-hq/AutoGraph.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/autograph-hq/AutoGraph
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7621dbd Merge pull request #137 from autograph-hq/spm-only
Cloned https://github.com/autograph-hq/AutoGraph.git
Revision (git rev-parse @):
7621dbd575f20b94bcc045c95771a3ac105b1337
SUCCESS checkout https://github.com/autograph-hq/AutoGraph.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/autograph-hq/AutoGraph.git
https://github.com/autograph-hq/AutoGraph.git
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.8.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "jsonvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.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",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AutoGraphTests/Data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AlamofireClientTests.swift",
        "AuthHandlerTests.swift",
        "AutoGraphTests.swift",
        "DispatcherTests.swift",
        "ErrorTests.swift",
        "Models/Film.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.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[3/7] Copying PrivacyInfo.xcprivacy
[5/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/71] Emitting module Starscream
[9/73] Compiling JSONValueRX JSONable.swift
[10/73] Compiling JSONValueRX Utilities.swift
[11/73] Compiling Alamofire SessionDelegate.swift
[12/73] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[13/73] Compiling Alamofire UploadRequest.swift
[14/73] Compiling Alamofire WebSocketRequest.swift
[15/77] Compiling Starscream Transport.swift
[16/77] Compiling Starscream resource_bundle_accessor.swift
[17/77] Compiling JSONValueRX JSON.swift
[18/77] Emitting module JSONValueRX
[19/77] Emitting module Alamofire
[20/77] Compiling Alamofire RequestCompression.swift
[21/77] Compiling Alamofire RequestInterceptor.swift
[22/77] Compiling Alamofire ResponseSerialization.swift
[23/77] Compiling Alamofire RetryPolicy.swift
[24/77] Compiling Alamofire CachedResponseHandler.swift
[25/77] Compiling Alamofire Combine.swift
[26/77] Compiling Alamofire Concurrency.swift
[27/77] Compiling Alamofire EventMonitor.swift
[28/77] Compiling Alamofire URLRequest+Alamofire.swift
[29/77] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[30/77] Compiling Alamofire AlamofireExtended.swift
[31/77] Compiling Alamofire AuthenticationInterceptor.swift
[34/77] Compiling Alamofire Result+Alamofire.swift
[35/77] Compiling Alamofire StringEncoding+Alamofire.swift
[36/77] Compiling Alamofire Protected.swift
[37/77] Compiling Alamofire Request.swift
[38/77] Compiling Alamofire RequestTaskMap.swift
[39/77] Compiling Alamofire Response.swift
[40/77] Compiling Alamofire Session.swift
[43/77] Compiling Alamofire Alamofire.swift
[44/77] Compiling Alamofire AFError.swift
[45/77] Compiling Alamofire DataRequest.swift
[46/77] Compiling Alamofire DataStreamRequest.swift
[47/77] Compiling Alamofire DownloadRequest.swift
[48/77] Compiling Alamofire HTTPHeaders.swift
[49/77] Compiling Alamofire HTTPMethod.swift
[50/77] Compiling Alamofire Notifications.swift
[51/77] Compiling Alamofire ParameterEncoder.swift
[52/77] Compiling Alamofire ParameterEncoding.swift
[53/77] Compiling Alamofire MultipartFormData.swift
[54/77] Compiling Alamofire MultipartUpload.swift
[55/77] Compiling Alamofire NetworkReachabilityManager.swift
[56/77] Compiling Alamofire RedirectHandler.swift
[74/77] Compiling Alamofire ServerTrustEvaluation.swift
[75/77] Compiling Alamofire URLEncodedFormEncoder.swift
[76/77] Compiling Alamofire Validation.swift
[77/77] Compiling Alamofire resource_bundle_accessor.swift
[78/92] 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 |         }
[79/92] Compiling AutoGraphQL Utilities.swift
[80/92] 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 {
[81/92] 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
[82/92] Compiling AutoGraphQL ResponseHandler.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:28:41: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
26 |                                              preMappingHook: (HTTPURLResponse?, JSONValue) throws -> ()) {
27 |             do {
28 |                 let json = try response.extractJSON(networkErrorParser: self.networkErrorParser ?? { _ in return nil })
   |                                         `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 |                 try preMappingHook(response.response, json)
30 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:29:45: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 |             do {
28 |                 let json = try response.extractJSON(networkErrorParser: self.networkErrorParser ?? { _ in return nil })
29 |                 try preMappingHook(response.response, json)
   |                                             `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
30 |
31 |                 self.queue.addOperation { [weak self] in
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:62: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                                                              `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |                 }
34 |             }
/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/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 |     }
[83/92] Compiling AutoGraphQL SubscriptionRequest.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:28:41: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
26 |                                              preMappingHook: (HTTPURLResponse?, JSONValue) throws -> ()) {
27 |             do {
28 |                 let json = try response.extractJSON(networkErrorParser: self.networkErrorParser ?? { _ in return nil })
   |                                         `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 |                 try preMappingHook(response.response, json)
30 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:29:45: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 |             do {
28 |                 let json = try response.extractJSON(networkErrorParser: self.networkErrorParser ?? { _ in return nil })
29 |                 try preMappingHook(response.response, json)
   |                                             `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
30 |
31 |                 self.queue.addOperation { [weak self] in
/Users/admin/builder/spi-builder-workspace/AutoGraph/ResponseHandler.swift:32:62: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
30 |
31 |                 self.queue.addOperation { [weak self] in
32 |                     self?.map(json: json, response: response.response, objectBinding: objectBinding)
   |                                                              `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |                 }
34 |             }
/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/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 |     }
[84/93] 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 |             }
[85/93] 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 |             }
[86/93] Emitting module AutoGraphQL
/Users/admin/builder/spi-builder-workspace/AutoGraph/AuthHandler.swift:20:14: warning: non-final class 'AuthHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 18 | // move some of this into AlamofireClient eventually.
 19 |
 20 | public class AuthHandler: RequestInterceptor {
    |              `- warning: non-final class 'AuthHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 21 |     private typealias RequestRetryCompletion = (RetryResult) -> Void
 22 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/AuthHandler.swift:23:23: warning: stored property 'delegate' of 'Sendable'-conforming class 'AuthHandler' is mutable; this is an error in the Swift 6 language mode
 21 |     private typealias RequestRetryCompletion = (RetryResult) -> Void
 22 |
 23 |     internal weak var delegate: AuthHandlerDelegate?
    |                       `- warning: stored property 'delegate' of 'Sendable'-conforming class 'AuthHandler' is mutable; this is an error in the Swift 6 language mode
 24 |     public weak var reauthenticationDelegate: ReauthenticationDelegate?
 25 |
/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
[87/93] Compiling AutoGraphQL AutoGraph.swift
[88/93] Compiling AutoGraphQL Dispatcher.swift
[89/93] 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 | /*
[90/93] 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 | /*
[91/93] Compiling AutoGraphQL AlamofireClient.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/AlamofireClient.swift:56:46: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
47 |     }
48 |
49 |     public func sendRequest(parameters: [String : Any], completion: @escaping (AFDataResponse<Any>) -> ()) {
   |                                                         `- note: parameter 'completion' is implicitly non-sendable
50 |         self.session.request(
51 |             self.url,
   :
54 |             encoding: JSONEncoding.default,
55 |             headers: HTTPHeaders(self.httpHeaders))
56 |             .responseJSON(completionHandler: completion)
   |                                              `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
57 |     }
58 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/AlamofireClient.swift:53:25: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
51 |             self.url,
52 |             method: .post,
53 |             parameters: parameters,
   |                         `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
54 |             encoding: JSONEncoding.default,
55 |             headers: HTTPHeaders(self.httpHeaders))
/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:20:14: warning: non-final class 'AuthHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 18 | // move some of this into AlamofireClient eventually.
 19 |
 20 | public class AuthHandler: RequestInterceptor {
    |              `- warning: non-final class 'AuthHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 21 |     private typealias RequestRetryCompletion = (RetryResult) -> Void
 22 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/AuthHandler.swift:23:23: warning: stored property 'delegate' of 'Sendable'-conforming class 'AuthHandler' is mutable; this is an error in the Swift 6 language mode
 21 |     private typealias RequestRetryCompletion = (RetryResult) -> Void
 22 |
 23 |     internal weak var delegate: AuthHandlerDelegate?
    |                       `- warning: stored property 'delegate' of 'Sendable'-conforming class 'AuthHandler' is mutable; this is an error in the Swift 6 language mode
 24 |     public weak var reauthenticationDelegate: ReauthenticationDelegate?
 25 |
[92/93] Compiling AutoGraphQL AuthHandler.swift
/Users/admin/builder/spi-builder-workspace/AutoGraph/AlamofireClient.swift:56:46: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
47 |     }
48 |
49 |     public func sendRequest(parameters: [String : Any], completion: @escaping (AFDataResponse<Any>) -> ()) {
   |                                                         `- note: parameter 'completion' is implicitly non-sendable
50 |         self.session.request(
51 |             self.url,
   :
54 |             encoding: JSONEncoding.default,
55 |             headers: HTTPHeaders(self.httpHeaders))
56 |             .responseJSON(completionHandler: completion)
   |                                              `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
57 |     }
58 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/AlamofireClient.swift:53:25: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
51 |             self.url,
52 |             method: .post,
53 |             parameters: parameters,
   |                         `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
54 |             encoding: JSONEncoding.default,
55 |             headers: HTTPHeaders(self.httpHeaders))
/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:20:14: warning: non-final class 'AuthHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 18 | // move some of this into AlamofireClient eventually.
 19 |
 20 | public class AuthHandler: RequestInterceptor {
    |              `- warning: non-final class 'AuthHandler' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 21 |     private typealias RequestRetryCompletion = (RetryResult) -> Void
 22 |
/Users/admin/builder/spi-builder-workspace/AutoGraph/AuthHandler.swift:23:23: warning: stored property 'delegate' of 'Sendable'-conforming class 'AuthHandler' is mutable; this is an error in the Swift 6 language mode
 21 |     private typealias RequestRetryCompletion = (RetryResult) -> Void
 22 |
 23 |     internal weak var delegate: AuthHandlerDelegate?
    |                       `- warning: stored property 'delegate' of 'Sendable'-conforming class 'AuthHandler' is mutable; this is an error in the Swift 6 language mode
 24 |     public weak var reauthenticationDelegate: ReauthenticationDelegate?
 25 |
[93/93] Compiling AutoGraphQL QueryDSL.swift
Build complete! (19.06s)
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/rexmas/JSONValue.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/652] Fetching jsonvalue
[171/5722] Fetching jsonvalue, starscream
[1718/36241] Fetching jsonvalue, starscream, alamofire
Fetched https://github.com/daltoniam/Starscream.git from cache (2.85s)
Fetched https://github.com/rexmas/JSONValue.git from cache (2.85s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.85s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (6.31s)
Computing version for https://github.com/rexmas/JSONValue.git
Computed https://github.com/rexmas/JSONValue.git at 8.0.0 (0.48s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.56s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
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: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/codecov.yml
    /Users/admin/builder/spi-builder-workspace/LICENSE
    /Users/admin/builder/spi-builder-workspace/README.md
    /Users/admin/builder/spi-builder-workspace/autograph.png
    /Users/admin/builder/spi-builder-workspace/LinuxMain.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" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "jsonvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.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",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AutoGraphTests/Data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AlamofireClientTests.swift",
        "AuthHandlerTests.swift",
        "AutoGraphTests.swift",
        "DispatcherTests.swift",
        "ErrorTests.swift",
        "Models/Film.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"
}
Done.