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

Failed to build ParseSwift, reference 5.12.3 (12b8e7), with Swift 6.0 for Linux on 15 May 2025 00:18:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/Parse-Swift.git
Reference: 5.12.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/netreconlab/Parse-Swift
 * tag               5.12.3     -> FETCH_HEAD
HEAD is now at 12b8e75 refactor: Improve async methods to remove warnings (#198)
Cloned https://github.com/netreconlab/Parse-Swift.git
Revision (git rev-parse @):
12b8e752a21d53769b39441d02ff03261edecec8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/Parse-Swift.git at 5.12.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/netreconlab/Parse-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/178] Emitting module ParseSwift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[4/203] Compiling ParseSwift ParseFileTransferable.swift
[5/203] Compiling ParseSwift ParseHookFunctionable+async.swift
[6/203] Compiling ParseSwift ParseHookFunctionable+combine.swift
[7/203] Compiling ParseSwift ParseHookFunctionable.swift
[8/203] Compiling ParseSwift ParseHookParametable.swift
[9/203] Compiling ParseSwift ParseHookRequestable+async.swift
[10/203] Compiling ParseSwift ParseHookRequestable+combine.swift
[11/203] Compiling ParseSwift ParseHookRequestable.swift
[12/203] Compiling ParseSwift ParseHookTriggerRequestable.swift
[13/203] Compiling ParseSwift ParseHookTriggerable+async.swift
[14/203] Compiling ParseSwift ParseHookTriggerable+combine.swift
[15/203] Compiling ParseSwift ParseHookTriggerable.swift
[16/203] Compiling ParseSwift ParseHookable.swift
[17/203] Compiling ParseSwift ParseOperationable.swift
[18/203] Compiling ParseSwift ParsePointerable+async.swift
[19/203] Compiling ParseSwift ParsePointerable+combine.swift
[20/203] Compiling ParseSwift ParsePointerable.swift
[21/203] Compiling ParseSwift ParsePushApplePayloadable.swift
[22/203] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[23/203] Compiling ParseSwift ParsePushPayloadable.swift
[24/203] Compiling ParseSwift ParseQueryScorable.swift
[25/203] Compiling ParseSwift ParseRelationOperationable.swift
[26/203] Compiling ParseSwift ParseTypeable.swift
[27/203] Compiling ParseSwift QueryObservable.swift
[28/203] Compiling ParseSwift Queryable.swift
[29/203] Compiling ParseSwift ParseConfigCodable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[30/203] Compiling ParseSwift ParseConfigCodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[31/203] Compiling ParseSwift ParseConfiguration.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[32/203] Compiling ParseSwift ParseError.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[33/203] Compiling ParseSwift ParseField.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[34/203] Compiling ParseSwift ParseFieldOptions.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[35/203] Compiling ParseSwift ParseFile+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[36/203] Compiling ParseSwift ParseFile+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[37/203] Compiling ParseSwift ParseFile.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[38/203] Compiling ParseSwift ParseFileDefaultTransfer.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[39/203] Compiling ParseSwift ParseGeoPoint.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[40/203] Compiling ParseSwift ParseHookFunction.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[41/203] Compiling ParseSwift ParseHookFunctionRequest.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[42/203] Compiling ParseSwift ParseHookResponse.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[43/203] Compiling ParseSwift ParseHookTrigger.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[44/203] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[45/203] Compiling ParseSwift ParseHookTriggerRequest.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[46/203] Compiling ParseSwift ParseKeychainAccessGroup.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[47/203] Compiling ParseSwift ParseOperation+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[48/203] Compiling ParseSwift ParseOperation+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[49/203] Compiling ParseSwift ParseOperation.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[50/203] Compiling ParseSwift ParsePolygon.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[51/203] Compiling ParseSwift ParsePush+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[52/203] Compiling ParseSwift ParsePush+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[53/203] Compiling ParseSwift ParsePush.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
228 |         self.isRequiringCustomObjectIds = requiringCustomObjectIds
229 |         self.isUsingTransactions = usingTransactions
230 |         self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
    |              `- warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
231 |         self.isUsingPostForQuery = usingPostForQuery
232 |         self.mountPath = "/" + serverURL.pathComponents
[54/203] Compiling ParseSwift Encodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[55/203] Compiling ParseSwift InputStream.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[56/203] Compiling ParseSwift URLCache.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[57/203] Compiling ParseSwift URLSession.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[58/203] Compiling ParseSwift BaseConfig.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[59/203] Compiling ParseSwift BaseParseInstallation.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[60/203] Compiling ParseSwift BaseParseUser.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[61/203] Compiling ParseSwift NoBody.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[62/203] Compiling ParseSwift LiveQueryConstants.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[63/203] Compiling ParseSwift LiveQuerySocket.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[64/203] Compiling ParseSwift Messages.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[65/203] Compiling ParseSwift Operations.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[66/203] Compiling ParseSwift ParseLiveQuery+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[67/203] Compiling ParseSwift ParseLiveQuery+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[68/203] Compiling ParseSwift ParseLiveQuery.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[69/203] Compiling ParseSwift LiveQuerySocketDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[70/203] Compiling ParseSwift LiveQueryable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[71/203] Compiling ParseSwift ParseLiveQueryDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[72/203] Compiling ParseSwift QuerySubscribable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[73/203] Compiling ParseSwift SocketTasks.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[74/203] Compiling ParseSwift Subscription.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[75/203] Compiling ParseSwift SubscriptionCallback.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[76/203] Compiling ParseSwift Subscriptions.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[77/203] Compiling ParseSwift ParseCloudUser.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[78/203] Compiling ParseSwift ParseInstallation+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:1: warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
   | |- warning: extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[79/203] Compiling ParseSwift Savable.swift
[80/203] Compiling ParseSwift InMemoryPrimitiveStore.swift
[81/203] Compiling ParseSwift KeychainStore.swift
[82/203] Compiling ParseSwift ParseFileManager.swift
[83/203] Compiling ParseSwift ParsePrimitiveStorable.swift
[84/203] Compiling ParseSwift ParseStorage.swift
[85/203] Compiling ParseSwift SecureStorable.swift
[86/203] Compiling ParseSwift CloudViewModel.swift
[87/203] Compiling ParseSwift ParseOperationAdd.swift
[88/203] Compiling ParseSwift ParseOperationAddRelation.swift
[89/203] Compiling ParseSwift ParseOperationAddUnique.swift
[90/203] Compiling ParseSwift ParseOperationBatch.swift
[91/203] Compiling ParseSwift ParseOperationCommand.swift
[92/203] Compiling ParseSwift ParseOperationDelete.swift
[93/203] Compiling ParseSwift ParseOperationIncrement.swift
[94/203] Compiling ParseSwift ParseOperationIncrementDouble.swift
[95/203] Compiling ParseSwift ParseOperationRemove.swift
[96/203] Compiling ParseSwift ParseOperationRemoveRelation.swift
[97/203] Compiling ParseSwift ParseACL.swift
[98/203] Compiling ParseSwift ParseAnalytics+async.swift
[99/203] Compiling ParseSwift ParseAnalytics+combine.swift
[100/203] Compiling ParseSwift ParseAnalytics.swift
[101/203] Compiling ParseSwift ParseBytes.swift
[102/203] Compiling ParseSwift ParseCLP.swift
[103/203] Compiling ParseSwift ParseConfigCodable+async.swift
[104/203] Compiling ParseSwift API+BatchCommand.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[105/203] Compiling ParseSwift API+Command+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[106/203] Compiling ParseSwift API+Command.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[107/203] Compiling ParseSwift API+NonParseBodyCommand+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[108/203] Compiling ParseSwift API+NonParseBodyCommand.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[109/203] Compiling ParseSwift API.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[110/203] Compiling ParseSwift BatchUtils.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[111/203] Compiling ParseSwift ParseURLSessionDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[112/203] Compiling ParseSwift Responses.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[113/203] Compiling ParseSwift ParseApple+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[114/203] Compiling ParseSwift ParseApple+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[115/203] Compiling ParseSwift ParseApple.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[116/203] Compiling ParseSwift ParseFacebook+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[117/203] Compiling ParseSwift ParseFacebook+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[118/203] Compiling ParseSwift ParseFacebook.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[119/203] Compiling ParseSwift ParseGitHub+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[120/203] Compiling ParseSwift ParseGitHub+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[121/203] Compiling ParseSwift ParseGitHub.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[122/203] Compiling ParseSwift ParseGoogle+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[123/203] Compiling ParseSwift ParseGoogle+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[124/203] Compiling ParseSwift ParseGoogle.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[125/203] Compiling ParseSwift ParseInstagram+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[126/203] Compiling ParseSwift ParseInstagram+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[127/203] Compiling ParseSwift ParseInstagram.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[128/203] Compiling ParseSwift ParseLDAP+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:14:7: warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
    |       `- warning: non-final class 'ParseURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 15 |     var callbackQueue: DispatchQueue
 16 |     var authentication: ((URLAuthenticationChallenge,
/host/spi-builder-workspace/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:15:9: warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 13 |
 14 | class ParseURLSessionDelegate: NSObject {
 15 |     var callbackQueue: DispatchQueue
    |         `- warning: stored property 'callbackQueue' of 'Sendable'-conforming class 'ParseURLSessionDelegate' is mutable; this is an error in the Swift 6 language mode
 16 |     var authentication: ((URLAuthenticationChallenge,
 17 |                           (URLSession.AuthChallengeDisposition,
[129/203] Compiling ParseSwift ParseLDAP+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[130/203] Compiling ParseSwift ParseLDAP.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[131/203] Compiling ParseSwift ParseLinkedIn+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[132/203] Compiling ParseSwift ParseLinkedIn+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[133/203] Compiling ParseSwift ParseLinkedIn.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[134/203] Compiling ParseSwift ParseSpotify+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[135/203] Compiling ParseSwift ParseSpotify+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[136/203] Compiling ParseSwift ParseSpotify.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[137/203] Compiling ParseSwift ParseTwitter+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[138/203] Compiling ParseSwift ParseTwitter+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[139/203] Compiling ParseSwift ParseTwitter.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[140/203] Compiling ParseSwift ParseAnonymous+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[141/203] Compiling ParseSwift ParseAnonymous+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[142/203] Compiling ParseSwift ParseAnonymous.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[143/203] Compiling ParseSwift ParseAuthentication+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[144/203] Compiling ParseSwift ParseAuthentication+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[145/203] Compiling ParseSwift ParseAuthentication.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[146/203] Compiling ParseSwift AnyCodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[147/203] Compiling ParseSwift AnyDecodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[148/203] Compiling ParseSwift AnyEncodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[149/203] Compiling ParseSwift ParseCoding.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[150/203] Compiling ParseSwift ParseEncoder.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[151/203] Compiling ParseSwift Data.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[152/203] Compiling ParseSwift Date.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[153/203] Compiling ParseSwift Dictionary.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[154/203] Compiling ParseSwift ParseInstallation+combine.swift
[155/203] Compiling ParseSwift ParseInstallation.swift
[156/203] Compiling ParseSwift ParseObject+async.swift
[157/203] Compiling ParseSwift ParseObject+combine.swift
[158/203] Compiling ParseSwift ParseObject.swift
[159/203] Compiling ParseSwift ParsePushStatusable.swift
[160/203] Compiling ParseSwift ParseRole.swift
[161/203] Compiling ParseSwift ParseSession.swift
[162/203] Compiling ParseSwift ParseUser+async.swift
[163/203] Compiling ParseSwift ParseUser+combine.swift
[164/203] Compiling ParseSwift ParseUser.swift
[165/203] Compiling ParseSwift Parse.swift
[166/203] Compiling ParseSwift ParseConstants.swift
[167/203] Compiling ParseSwift CloudObservable.swift
[168/203] Compiling ParseSwift Deletable.swift
[169/203] Compiling ParseSwift Fetchable.swift
[170/203] Compiling ParseSwift Fileable.swift
[171/203] Compiling ParseSwift Objectable.swift
[172/203] Compiling ParseSwift ParseCloudable+async.swift
[173/203] Compiling ParseSwift ParseCloudable+combine.swift
[174/203] Compiling ParseSwift ParseCloudable.swift
[175/203] Compiling ParseSwift ParseConfig+async.swift
[176/203] Compiling ParseSwift ParseConfig+combine.swift
[177/203] Compiling ParseSwift ParseConfig.swift
[178/203] Compiling ParseSwift ParseEncodable.swift
[179/203] Compiling ParseSwift ParsePushAppleAlert.swift
[180/203] Compiling ParseSwift ParsePushAppleSound.swift
[181/203] Compiling ParseSwift ParsePushPayloadApple.swift
[182/203] Compiling ParseSwift ParsePushFirebaseNotification.swift
[183/203] Compiling ParseSwift ParsePushPayloadFirebase.swift
[184/203] Compiling ParseSwift ParsePushPayloadAny.swift
[185/203] Compiling ParseSwift ParsePushStatus.swift
[186/203] Compiling ParseSwift ParseRelation.swift
[187/203] Compiling ParseSwift ParseSchema+async.swift
[188/203] Compiling ParseSwift ParseSchema+combine.swift
[189/203] Compiling ParseSwift ParseSchema.swift
[190/203] Compiling ParseSwift ParseServer+async.swift
[191/203] Compiling ParseSwift ParseServer+combine.swift
[192/203] Compiling ParseSwift ParseServer.swift
[193/203] Compiling ParseSwift ParseVersion.swift
[194/203] Compiling ParseSwift Pointer+async.swift
[195/203] Compiling ParseSwift Pointer+combine.swift
[196/203] Compiling ParseSwift Pointer.swift
[197/203] Compiling ParseSwift Query+async.swift
[198/203] Compiling ParseSwift Query+combine.swift
[199/203] Compiling ParseSwift Query.swift
[200/203] Compiling ParseSwift QueryConstraint.swift
[201/203] Compiling ParseSwift QueryViewModel.swift
[202/203] Compiling ParseSwift QueryWhere.swift
[203/203] Compiling ParseSwift Utility.swift
BUILD FAILURE 6.0 linux