Build Information
Failed to build ParseSwift, reference main (b126e9), with Swift 6.2 for Linux on 13 Dec 2025 01:55:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 b126e91 build(deps): bump sersoft-gmbh/swift-coverage-action from 4 to 5 (#203)
Cloned https://github.com/netreconlab/Parse-Swift.git
Revision (git rev-parse @):
b126e91d51cd7061e2a91069b39ccb004275b61d
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.2
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" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e1f50347098d838026a020bb7d0f8bade3d7b84d6d497429b7cf821cdf4fc3d1
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/178] 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 |
[4/178] 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 |
[5/178] 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 |
[6/178] 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 |
[7/178] 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 |
[8/178] 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 |
[9/178] 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 |
[10/178] 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 |
[11/178] 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 |
[12/178] 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 |
[13/178] 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 |
[14/178] 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 |
[15/178] 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 |
[16/178] 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 |
[17/178] 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 |
[18/178] 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 |
[19/178] 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 |
[20/178] 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 |
[21/178] 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 |
[22/178] 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 |
[23/178] 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 |
[24/178] 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 |
[25/178] 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 |
[26/178] 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 |
[27/178] 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 |
[28/178] Compiling ParseSwift ParseFileTransferable.swift
[29/178] Compiling ParseSwift ParseHookFunctionable+async.swift
[30/178] Compiling ParseSwift ParseHookFunctionable+combine.swift
[31/178] Compiling ParseSwift ParseHookFunctionable.swift
[32/178] Compiling ParseSwift ParseHookParametable.swift
[33/178] Compiling ParseSwift ParseHookRequestable+async.swift
[34/178] Compiling ParseSwift ParseHookRequestable+combine.swift
[35/178] Compiling ParseSwift ParseHookRequestable.swift
[36/178] Compiling ParseSwift ParseHookTriggerRequestable.swift
[37/178] Compiling ParseSwift ParseHookTriggerable+async.swift
[38/178] Compiling ParseSwift ParseHookTriggerable+combine.swift
[39/178] Compiling ParseSwift ParseHookTriggerable.swift
[40/178] Compiling ParseSwift ParseHookable.swift
[41/178] Compiling ParseSwift ParseOperationable.swift
[42/178] Compiling ParseSwift ParsePointerable+async.swift
[43/178] Compiling ParseSwift ParsePointerable+combine.swift
[44/178] Compiling ParseSwift ParsePointerable.swift
[45/178] Compiling ParseSwift ParsePushApplePayloadable.swift
[46/178] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[47/178] Compiling ParseSwift ParsePushPayloadable.swift
[48/178] Compiling ParseSwift ParseQueryScorable.swift
[49/178] Compiling ParseSwift ParseRelationOperationable.swift
[50/178] Compiling ParseSwift ParseTypeable.swift
[51/178] Compiling ParseSwift QueryObservable.swift
[52/178] Compiling ParseSwift Queryable.swift
[53/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,
[54/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,
[55/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,
[56/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,
[57/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,
[58/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,
[59/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,
[60/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,
[61/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,
[62/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,
[63/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,
[64/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,
[65/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,
[66/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,
[67/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,
[68/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,
[69/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,
[70/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,
[71/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,
[72/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,
[73/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,
[74/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,
[75/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,
[76/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,
[77/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,
[78/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[79/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[80/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[81/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[82/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[83/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[84/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[85/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[86/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[87/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[88/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[89/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[90/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[91/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[92/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[93/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[94/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[95/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[96/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[97/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[98/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[99/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[100/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[102/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
231 | self.isUsingPostForQuery = usingPostForQuery
232 | self.mountPath = "/" + serverURL.pathComponents
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[103/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[104/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[105/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[106/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[107/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[108/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[109/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[110/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[111/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[112/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[113/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[114/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[115/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[116/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[117/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[118/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[119/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[120/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[121/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[122/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[123/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[124/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[125/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[126/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[127/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[128/203] Compiling ParseSwift Savable.swift
[129/203] Compiling ParseSwift InMemoryPrimitiveStore.swift
[130/203] Compiling ParseSwift KeychainStore.swift
[131/203] Compiling ParseSwift ParseFileManager.swift
[132/203] Compiling ParseSwift ParsePrimitiveStorable.swift
[133/203] Compiling ParseSwift ParseStorage.swift
[134/203] Compiling ParseSwift SecureStorable.swift
[135/203] Compiling ParseSwift CloudViewModel.swift
[136/203] Compiling ParseSwift ParseOperationAdd.swift
[137/203] Compiling ParseSwift ParseOperationAddRelation.swift
[138/203] Compiling ParseSwift ParseOperationAddUnique.swift
[139/203] Compiling ParseSwift ParseOperationBatch.swift
[140/203] Compiling ParseSwift ParseOperationCommand.swift
[141/203] Compiling ParseSwift ParseOperationDelete.swift
[142/203] Compiling ParseSwift ParseOperationIncrement.swift
[143/203] Compiling ParseSwift ParseOperationIncrementDouble.swift
[144/203] Compiling ParseSwift ParseOperationRemove.swift
[145/203] Compiling ParseSwift ParseOperationRemoveRelation.swift
[146/203] Compiling ParseSwift ParseACL.swift
[147/203] Compiling ParseSwift ParseAnalytics+async.swift
[148/203] Compiling ParseSwift ParseAnalytics+combine.swift
[149/203] Compiling ParseSwift ParseAnalytics.swift
[150/203] Compiling ParseSwift ParseBytes.swift
[151/203] Compiling ParseSwift ParseCLP.swift
[152/203] Compiling ParseSwift ParseConfigCodable+async.swift
[153/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 |
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:11:35: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
9 | import Foundation
10 |
11 | extension InputStream: @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 |
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[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.2 linux