Build Information
Failed to build ParseSwift, reference main (12b8e7
), with Swift 6.0 for Linux on 15 May 2025 00:16:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-1":/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] Compiling ParseSwift Savable.swift
[4/178] Compiling ParseSwift InMemoryPrimitiveStore.swift
[5/178] Compiling ParseSwift KeychainStore.swift
[6/178] Compiling ParseSwift ParseFileManager.swift
[7/178] Compiling ParseSwift ParsePrimitiveStorable.swift
[8/178] Compiling ParseSwift ParseStorage.swift
[9/178] Compiling ParseSwift SecureStorable.swift
[10/178] Compiling ParseSwift CloudViewModel.swift
[11/178] Compiling ParseSwift ParseOperationAdd.swift
[12/178] Compiling ParseSwift ParseOperationAddRelation.swift
[13/178] Compiling ParseSwift ParseOperationAddUnique.swift
[14/178] Compiling ParseSwift ParseOperationBatch.swift
[15/178] Compiling ParseSwift ParseOperationCommand.swift
[16/178] Compiling ParseSwift ParseOperationDelete.swift
[17/178] Compiling ParseSwift ParseOperationIncrement.swift
[18/178] Compiling ParseSwift ParseOperationIncrementDouble.swift
[19/178] Compiling ParseSwift ParseOperationRemove.swift
[20/178] Compiling ParseSwift ParseOperationRemoveRelation.swift
[21/178] Compiling ParseSwift ParseACL.swift
[22/178] Compiling ParseSwift ParseAnalytics+async.swift
[23/178] Compiling ParseSwift ParseAnalytics+combine.swift
[24/178] Compiling ParseSwift ParseAnalytics.swift
[25/178] Compiling ParseSwift ParseBytes.swift
[26/178] Compiling ParseSwift ParseCLP.swift
[27/178] Compiling ParseSwift ParseConfigCodable+async.swift
[28/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,
[29/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,
[30/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,
[31/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,
[32/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,
[33/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,
[34/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,
[35/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,
[36/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,
[37/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,
[38/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,
[39/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,
[40/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,
[41/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,
[42/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,
[43/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,
[44/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,
[45/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,
[46/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,
[47/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,
[48/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,
[49/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,
[50/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,
[51/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,
[52/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,
[53/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 |
[54/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 |
[55/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 |
[56/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 |
[57/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 |
[58/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 |
[59/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 |
[60/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 |
[61/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 |
[62/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 |
[63/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 |
[64/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 |
[65/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 |
[66/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 |
[67/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 |
[68/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 |
[69/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 |
[70/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 |
[71/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 |
[72/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 |
[73/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 |
[74/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 |
[75/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 |
[76/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 |
[77/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 |
[78/203] Compiling ParseSwift ParseFileTransferable.swift
[79/203] Compiling ParseSwift ParseHookFunctionable+async.swift
[80/203] Compiling ParseSwift ParseHookFunctionable+combine.swift
[81/203] Compiling ParseSwift ParseHookFunctionable.swift
[82/203] Compiling ParseSwift ParseHookParametable.swift
[83/203] Compiling ParseSwift ParseHookRequestable+async.swift
[84/203] Compiling ParseSwift ParseHookRequestable+combine.swift
[85/203] Compiling ParseSwift ParseHookRequestable.swift
[86/203] Compiling ParseSwift ParseHookTriggerRequestable.swift
[87/203] Compiling ParseSwift ParseHookTriggerable+async.swift
[88/203] Compiling ParseSwift ParseHookTriggerable+combine.swift
[89/203] Compiling ParseSwift ParseHookTriggerable.swift
[90/203] Compiling ParseSwift ParseHookable.swift
[91/203] Compiling ParseSwift ParseOperationable.swift
[92/203] Compiling ParseSwift ParsePointerable+async.swift
[93/203] Compiling ParseSwift ParsePointerable+combine.swift
[94/203] Compiling ParseSwift ParsePointerable.swift
[95/203] Compiling ParseSwift ParsePushApplePayloadable.swift
[96/203] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[97/203] Compiling ParseSwift ParsePushPayloadable.swift
[98/203] Compiling ParseSwift ParseQueryScorable.swift
[99/203] Compiling ParseSwift ParseRelationOperationable.swift
[100/203] Compiling ParseSwift ParseTypeable.swift
[101/203] Compiling ParseSwift QueryObservable.swift
[102/203] Compiling ParseSwift Queryable.swift
[103/203] 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 |
[104/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
[105/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
[106/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
[107/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
[108/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
[109/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
[110/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
[111/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
[112/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
[113/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
[114/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
[115/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
[116/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
[117/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
[118/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
[119/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
[120/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
[121/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
[122/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
[123/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
[124/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
[125/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
[126/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
[127/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
[128/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
[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