Build Information
Successful build of ParseSwift, reference 5.12.2 (c9d8c9
), with Swift 5.9 for Linux on 18 Apr 2025 00:46:08 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
#elseif os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/ParseHookFunctionable.swift:42:9: warning: stored property 'url' of 'Sendable'-conforming struct 'FunctionRequest' has non-sendable type 'URL?'
let url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/ParseHookFunctionable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/ParseHookTriggerable.swift:237:9: warning: stored property 'url' of 'Sendable'-conforming struct 'TriggerRequest' has non-sendable type 'URL?'
let url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/ParseHookTriggerable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[77/201] Compiling ParseSwift Encodable.swift
[78/201] Compiling ParseSwift InputStream.swift
[79/201] Compiling ParseSwift URLCache.swift
[80/201] Compiling ParseSwift URLSession.swift
[81/201] Compiling ParseSwift BaseConfig.swift
[82/201] Compiling ParseSwift BaseParseInstallation.swift
[83/201] Compiling ParseSwift BaseParseUser.swift
[84/201] Compiling ParseSwift NoBody.swift
[85/201] Compiling ParseSwift LiveQueryConstants.swift
[86/201] Compiling ParseSwift LiveQuerySocket.swift
[87/201] Compiling ParseSwift Messages.swift
[88/201] Compiling ParseSwift Operations.swift
[89/201] Compiling ParseSwift ParseLiveQuery+async.swift
[90/201] Compiling ParseSwift ParseLiveQuery+combine.swift
[91/201] Compiling ParseSwift ParseLiveQuery.swift
[92/201] Compiling ParseSwift LiveQuerySocketDelegate.swift
[93/201] Compiling ParseSwift LiveQueryable.swift
[94/201] Compiling ParseSwift ParseLiveQueryDelegate.swift
[95/201] Compiling ParseSwift QuerySubscribable.swift
[96/201] Compiling ParseSwift SocketTasks.swift
[97/201] Compiling ParseSwift Subscription.swift
[98/201] Compiling ParseSwift SubscriptionCallback.swift
[99/201] Compiling ParseSwift Subscriptions.swift
[100/201] Compiling ParseSwift ParseCloudUser.swift
[101/201] Compiling ParseSwift ParseInstallation+async.swift
[102/201] Compiling ParseSwift API+BatchCommand.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[103/201] Compiling ParseSwift API+Command+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[104/201] Compiling ParseSwift API+Command.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[105/201] Compiling ParseSwift API+NonParseBodyCommand+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[106/201] Compiling ParseSwift API+NonParseBodyCommand.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[107/201] Compiling ParseSwift API.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[108/201] Compiling ParseSwift BatchUtils.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[109/201] Compiling ParseSwift ParseURLSessionDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[110/201] Compiling ParseSwift Responses.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[111/201] Compiling ParseSwift ParseApple+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[112/201] Compiling ParseSwift ParseApple+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[113/201] Compiling ParseSwift ParseApple.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[114/201] Compiling ParseSwift ParseFacebook+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[115/201] Compiling ParseSwift ParseFacebook+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[116/201] Compiling ParseSwift ParseFacebook.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[117/201] Compiling ParseSwift ParseGitHub+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[118/201] Compiling ParseSwift ParseGitHub+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[119/201] Compiling ParseSwift ParseGitHub.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[120/201] Compiling ParseSwift ParseGoogle+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[121/201] Compiling ParseSwift ParseGoogle+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[122/201] Compiling ParseSwift ParseGoogle.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[123/201] Compiling ParseSwift ParseInstagram+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[124/201] Compiling ParseSwift ParseInstagram+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[125/201] Compiling ParseSwift ParseInstagram.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[126/201] Compiling ParseSwift ParseLDAP+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:174:14: warning: associated value 'cachePolicy' of 'Sendable'-conforming enum 'Option' has non-sendable type 'URLRequest.CachePolicy' (aka 'NSURLRequest.CachePolicy')
case cachePolicy(URLRequest.CachePolicy)
^
FoundationNetworking.NSURLRequest:2:17: note: enum 'CachePolicy' does not conform to the 'Sendable' protocol
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[127/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[128/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[129/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[130/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[131/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[132/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[133/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[134/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[135/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[136/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[137/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[138/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[139/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[140/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[141/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[142/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[143/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[144/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[145/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[146/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[147/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[148/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[149/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[150/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[151/201] 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
self.isUsingEqualQueryConstraint = usingEqualQueryConstraint
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[152/201] Compiling ParseSwift ParseInstallation+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[153/201] Compiling ParseSwift ParseInstallation.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[154/201] Compiling ParseSwift ParseObject+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[155/201] Compiling ParseSwift ParseObject+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[156/201] Compiling ParseSwift ParseObject.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[157/201] Compiling ParseSwift ParsePushStatusable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[158/201] Compiling ParseSwift ParseRole.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[159/201] Compiling ParseSwift ParseSession.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[160/201] Compiling ParseSwift ParseUser+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[161/201] Compiling ParseSwift ParseUser+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[162/201] Compiling ParseSwift ParseUser.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[163/201] Compiling ParseSwift Parse.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[164/201] Compiling ParseSwift ParseConstants.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[165/201] Compiling ParseSwift CloudObservable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[166/201] Compiling ParseSwift Deletable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[167/201] Compiling ParseSwift Fetchable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[168/201] Compiling ParseSwift Fileable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[169/201] Compiling ParseSwift Objectable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[170/201] Compiling ParseSwift ParseCloudable+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[171/201] Compiling ParseSwift ParseCloudable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[172/201] Compiling ParseSwift ParseCloudable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[173/201] Compiling ParseSwift ParseConfig+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[174/201] Compiling ParseSwift ParseConfig+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[175/201] Compiling ParseSwift ParseConfig.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[176/201] Compiling ParseSwift ParseEncodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[177/201] Compiling ParseSwift ParsePushAppleAlert.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[178/201] Compiling ParseSwift ParsePushAppleSound.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[179/201] Compiling ParseSwift ParsePushPayloadApple.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[180/201] Compiling ParseSwift ParsePushFirebaseNotification.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[181/201] Compiling ParseSwift ParsePushPayloadFirebase.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[182/201] Compiling ParseSwift ParsePushPayloadAny.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[183/201] Compiling ParseSwift ParsePushStatus.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[184/201] Compiling ParseSwift ParseRelation.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[185/201] Compiling ParseSwift ParseSchema+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[186/201] Compiling ParseSwift ParseSchema+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[187/201] Compiling ParseSwift ParseSchema.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[188/201] Compiling ParseSwift ParseServer+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[189/201] Compiling ParseSwift ParseServer+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[190/201] Compiling ParseSwift ParseServer.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[191/201] Compiling ParseSwift ParseVersion.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[192/201] Compiling ParseSwift Pointer+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[193/201] Compiling ParseSwift Pointer+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[194/201] Compiling ParseSwift Pointer.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[195/201] Compiling ParseSwift Query+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[196/201] Compiling ParseSwift Query+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[197/201] Compiling ParseSwift Query.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[198/201] Compiling ParseSwift QueryConstraint.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[199/201] Compiling ParseSwift QueryViewModel.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[200/201] Compiling ParseSwift QueryWhere.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[201/201] Compiling ParseSwift Utility.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
Build complete! (18.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ParseSwift",
"name" : "ParseSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ParseSwift",
"targets" : [
"ParseSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ParseSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ParseSwiftTests",
"path" : "Tests/ParseSwiftTests",
"sources" : [
"APICommandMultipleAttemptsTests.swift",
"APICommandTests.swift",
"AnyCodableTests/AnyCodableTests.swift",
"AnyCodableTests/AnyDecodableTests.swift",
"AnyCodableTests/AnyEncodableTests.swift",
"BatchUtilsTests.swift",
"ExtensionsTests.swift",
"IOS13Tests.swift",
"InitializeSDKTests.swift",
"KeychainStoreTests.swift",
"MigrateObjCSDKCombineTests.swift",
"MigrateObjCSDKTests.swift",
"NetworkMocking/MockURLProtocol.swift",
"NetworkMocking/MockURLResponse.swift",
"ObjectEndpointTests.swift",
"ParseACLTests.swift",
"ParseAnalyticsAsyncTests.swift",
"ParseAnalyticsCombineTests.swift",
"ParseAnalyticsTests.swift",
"ParseAnonymousAsyncTests.swift",
"ParseAnonymousCombineTests.swift",
"ParseAnonymousTests.swift",
"ParseAppleCombineTests.swift",
"ParseAppleTests.swift",
"ParseAuthenticationAsyncTests.swift",
"ParseAuthenticationCombineTests.swift",
"ParseAuthenticationTests.swift",
"ParseBytesTests.swift",
"ParseCLPTests.swift",
"ParseCloudViewModelTests.swift",
"ParseCloudableAsyncTests.swift",
"ParseCloudableCombineTests.swift",
"ParseCloudableTests.swift",
"ParseConfigAsyncTests.swift",
"ParseConfigCodableCombineTests.swift",
"ParseConfigCodableTests.swift",
"ParseConfigCombineTests.swift",
"ParseConfigTests.swift",
"ParseEncoderTests/ParseEncoderExtraTests.swift",
"ParseEncoderTests/TestParseEncoder.swift",
"ParseErrorTests.swift",
"ParseFacebookCombineTests.swift",
"ParseFacebookTests.swift",
"ParseFileAsyncTests.swift",
"ParseFileCombineTests.swift",
"ParseFileManagerTests.swift",
"ParseFileTests.swift",
"ParseFileTransferableTests.swift",
"ParseGeoPointTests.swift",
"ParseGitHubCombineTests.swift",
"ParseGitHubTests.swift",
"ParseGoogleCombineTests.swift",
"ParseGoogleTests.swift",
"ParseHookFunctionCombineTests.swift",
"ParseHookFunctionRequestCombineTests.swift",
"ParseHookFunctionRequestTests.swift",
"ParseHookFunctionTests.swift",
"ParseHookResponseTests.swift",
"ParseHookTriggerCombineTests.swift",
"ParseHookTriggerRequestCombineTests.swift",
"ParseHookTriggerRequestTests.swift",
"ParseHookTriggerTests.swift",
"ParseInstagramCombineTests.swift",
"ParseInstagramTests.swift",
"ParseInstallationCombineTests.swift",
"ParseInstallationTests.swift",
"ParseKeychainAccessGroupTests.swift",
"ParseLDAPCombineTests.swift",
"ParseLDAPTests.swift",
"ParseLinkedInCombineTests.swift",
"ParseLinkedInTests.swift",
"ParseLiveQueryAsyncTests.swift",
"ParseLiveQueryCombineTests.swift",
"ParseLiveQueryTests.swift",
"ParseObjectAsyncTests.swift",
"ParseObjectBatchTests.swift",
"ParseObjectCombineTests.swift",
"ParseObjectCustomObjectIdTests.swift",
"ParseObjectTests.swift",
"ParseOperationAsyncTests.swift",
"ParseOperationCombineTests.swift",
"ParseOperationTests.swift",
"ParsePointerAsyncTests.swift",
"ParsePointerCombineTests.swift",
"ParsePointerTests.swift",
"ParsePolygonTests.swift",
"ParsePushAsyncTests.swift",
"ParsePushCombineTests.swift",
"ParsePushPayloadAnyTests.swift",
"ParsePushPayloadAppleTests.swift",
"ParsePushPayloadFirebaseTests.swift",
"ParsePushTests.swift",
"ParseQueryAsyncTests.swift",
"ParseQueryCacheTests.swift",
"ParseQueryCombineTests.swift",
"ParseQueryTests.swift",
"ParseQueryViewModelTests.swift",
"ParseRelationTests.swift",
"ParseRoleTests.swift",
"ParseSchemaAsyncTests.swift",
"ParseSchemaCombineTests.swift",
"ParseSchemaTests.swift",
"ParseServerAsyncTests.swift",
"ParseServerCombineTests.swift",
"ParseServerTests.swift",
"ParseSessionTests.swift",
"ParseSpotifyCombineTests.swift",
"ParseSpotifyTests.swift",
"ParseTwitterCombineTests.swift",
"ParseTwitterTests.swift",
"ParseUserCombineTests.swift",
"ParseUserTests.swift",
"ParseVersionTests.swift"
],
"target_dependencies" : [
"ParseSwift"
],
"type" : "test"
},
{
"c99name" : "ParseSwift",
"module_type" : "SwiftTarget",
"name" : "ParseSwift",
"path" : "Sources/ParseSwift",
"product_memberships" : [
"ParseSwift"
],
"sources" : [
"API/API+BatchCommand.swift",
"API/API+Command+async.swift",
"API/API+Command.swift",
"API/API+NonParseBodyCommand+async.swift",
"API/API+NonParseBodyCommand.swift",
"API/API.swift",
"API/BatchUtils.swift",
"API/ParseURLSessionDelegate.swift",
"API/Responses.swift",
"Authentication/3rd Party/ParseApple/ParseApple+async.swift",
"Authentication/3rd Party/ParseApple/ParseApple+combine.swift",
"Authentication/3rd Party/ParseApple/ParseApple.swift",
"Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift",
"Authentication/3rd Party/ParseFacebook/ParseFacebook+combine.swift",
"Authentication/3rd Party/ParseFacebook/ParseFacebook.swift",
"Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift",
"Authentication/3rd Party/ParseGithub/ParseGitHub+combine.swift",
"Authentication/3rd Party/ParseGithub/ParseGitHub.swift",
"Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift",
"Authentication/3rd Party/ParseGoogle/ParseGoogle+combine.swift",
"Authentication/3rd Party/ParseGoogle/ParseGoogle.swift",
"Authentication/3rd Party/ParseInstagram/ParseInstagram+async.swift",
"Authentication/3rd Party/ParseInstagram/ParseInstagram+combine.swift",
"Authentication/3rd Party/ParseInstagram/ParseInstagram.swift",
"Authentication/3rd Party/ParseLDAP/ParseLDAP+async.swift",
"Authentication/3rd Party/ParseLDAP/ParseLDAP+combine.swift",
"Authentication/3rd Party/ParseLDAP/ParseLDAP.swift",
"Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+async.swift",
"Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+combine.swift",
"Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn.swift",
"Authentication/3rd Party/ParseSpotify/ParseSpotify+async.swift",
"Authentication/3rd Party/ParseSpotify/ParseSpotify+combine.swift",
"Authentication/3rd Party/ParseSpotify/ParseSpotify.swift",
"Authentication/3rd Party/ParseTwitter/ParseTwitter+async.swift",
"Authentication/3rd Party/ParseTwitter/ParseTwitter+combine.swift",
"Authentication/3rd Party/ParseTwitter/ParseTwitter.swift",
"Authentication/Internal/ParseAnonymous+async.swift",
"Authentication/Internal/ParseAnonymous+combine.swift",
"Authentication/Internal/ParseAnonymous.swift",
"Authentication/Protocols/ParseAuthentication+async.swift",
"Authentication/Protocols/ParseAuthentication+combine.swift",
"Authentication/Protocols/ParseAuthentication.swift",
"Coding/AnyCodable.swift",
"Coding/AnyDecodable.swift",
"Coding/AnyEncodable.swift",
"Coding/ParseCoding.swift",
"Coding/ParseEncoder.swift",
"Extensions/Data.swift",
"Extensions/Date.swift",
"Extensions/Dictionary.swift",
"Extensions/Encodable.swift",
"Extensions/InputStream.swift",
"Extensions/URLCache.swift",
"Extensions/URLSession.swift",
"InternalObjects/BaseConfig.swift",
"InternalObjects/BaseParseInstallation.swift",
"InternalObjects/BaseParseUser.swift",
"InternalObjects/NoBody.swift",
"LiveQuery/LiveQueryConstants.swift",
"LiveQuery/LiveQuerySocket.swift",
"LiveQuery/Messages.swift",
"LiveQuery/Operations.swift",
"LiveQuery/ParseLiveQuery+async.swift",
"LiveQuery/ParseLiveQuery+combine.swift",
"LiveQuery/ParseLiveQuery.swift",
"LiveQuery/Protocols/LiveQuerySocketDelegate.swift",
"LiveQuery/Protocols/LiveQueryable.swift",
"LiveQuery/Protocols/ParseLiveQueryDelegate.swift",
"LiveQuery/Protocols/QuerySubscribable.swift",
"LiveQuery/SocketTasks.swift",
"LiveQuery/Subscription.swift",
"LiveQuery/SubscriptionCallback.swift",
"LiveQuery/Subscriptions.swift",
"Objects/ParseCloudUser.swift",
"Objects/ParseInstallation+async.swift",
"Objects/ParseInstallation+combine.swift",
"Objects/ParseInstallation.swift",
"Objects/ParseObject+async.swift",
"Objects/ParseObject+combine.swift",
"Objects/ParseObject.swift",
"Objects/ParsePushStatusable.swift",
"Objects/ParseRole.swift",
"Objects/ParseSession.swift",
"Objects/ParseUser+async.swift",
"Objects/ParseUser+combine.swift",
"Objects/ParseUser.swift",
"Parse.swift",
"ParseConstants.swift",
"Protocols/CloudObservable.swift",
"Protocols/Deletable.swift",
"Protocols/Fetchable.swift",
"Protocols/Fileable.swift",
"Protocols/Objectable.swift",
"Protocols/ParseCloudable+async.swift",
"Protocols/ParseCloudable+combine.swift",
"Protocols/ParseCloudable.swift",
"Protocols/ParseConfig+async.swift",
"Protocols/ParseConfig+combine.swift",
"Protocols/ParseConfig.swift",
"Protocols/ParseEncodable.swift",
"Protocols/ParseFileTransferable.swift",
"Protocols/ParseHookFunctionable+async.swift",
"Protocols/ParseHookFunctionable+combine.swift",
"Protocols/ParseHookFunctionable.swift",
"Protocols/ParseHookParametable.swift",
"Protocols/ParseHookRequestable+async.swift",
"Protocols/ParseHookRequestable+combine.swift",
"Protocols/ParseHookRequestable.swift",
"Protocols/ParseHookTriggerRequestable.swift",
"Protocols/ParseHookTriggerable+async.swift",
"Protocols/ParseHookTriggerable+combine.swift",
"Protocols/ParseHookTriggerable.swift",
"Protocols/ParseHookable.swift",
"Protocols/ParseOperationable.swift",
"Protocols/ParsePointerable+async.swift",
"Protocols/ParsePointerable+combine.swift",
"Protocols/ParsePointerable.swift",
"Protocols/ParsePushApplePayloadable.swift",
"Protocols/ParsePushFirebasePayloadable.swift",
"Protocols/ParsePushPayloadable.swift",
"Protocols/ParseQueryScorable.swift",
"Protocols/ParseRelationOperationable.swift",
"Protocols/ParseTypeable.swift",
"Protocols/QueryObservable.swift",
"Protocols/Queryable.swift",
"Protocols/Savable.swift",
"Storage/InMemoryPrimitiveStore.swift",
"Storage/KeychainStore.swift",
"Storage/ParseFileManager.swift",
"Storage/ParsePrimitiveStorable.swift",
"Storage/ParseStorage.swift",
"Storage/SecureStorable.swift",
"Types/CloudViewModel.swift",
"Types/Operations/ParseOperationAdd.swift",
"Types/Operations/ParseOperationAddRelation.swift",
"Types/Operations/ParseOperationAddUnique.swift",
"Types/Operations/ParseOperationBatch.swift",
"Types/Operations/ParseOperationCommand.swift",
"Types/Operations/ParseOperationDelete.swift",
"Types/Operations/ParseOperationIncrement.swift",
"Types/Operations/ParseOperationIncrementDouble.swift",
"Types/Operations/ParseOperationRemove.swift",
"Types/Operations/ParseOperationRemoveRelation.swift",
"Types/ParseACL.swift",
"Types/ParseAnalytics+async.swift",
"Types/ParseAnalytics+combine.swift",
"Types/ParseAnalytics.swift",
"Types/ParseBytes.swift",
"Types/ParseCLP.swift",
"Types/ParseConfigCodable+async.swift",
"Types/ParseConfigCodable+combine.swift",
"Types/ParseConfigCodable.swift",
"Types/ParseConfiguration.swift",
"Types/ParseError.swift",
"Types/ParseField.swift",
"Types/ParseFieldOptions.swift",
"Types/ParseFile+async.swift",
"Types/ParseFile+combine.swift",
"Types/ParseFile.swift",
"Types/ParseFileDefaultTransfer.swift",
"Types/ParseGeoPoint.swift",
"Types/ParseHookFunction.swift",
"Types/ParseHookFunctionRequest.swift",
"Types/ParseHookResponse.swift",
"Types/ParseHookTrigger.swift",
"Types/ParseHookTriggerObjectRequest.swift",
"Types/ParseHookTriggerRequest.swift",
"Types/ParseKeychainAccessGroup.swift",
"Types/ParseOperation+async.swift",
"Types/ParseOperation+combine.swift",
"Types/ParseOperation.swift",
"Types/ParsePolygon.swift",
"Types/ParsePush+async.swift",
"Types/ParsePush+combine.swift",
"Types/ParsePush.swift",
"Types/ParsePushPayload/Apple/ParsePushAppleAlert.swift",
"Types/ParsePushPayload/Apple/ParsePushAppleSound.swift",
"Types/ParsePushPayload/Apple/ParsePushPayloadApple.swift",
"Types/ParsePushPayload/Firebase/ParsePushFirebaseNotification.swift",
"Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift",
"Types/ParsePushPayload/ParsePushPayloadAny.swift",
"Types/ParsePushStatus.swift",
"Types/ParseRelation.swift",
"Types/ParseSchema+async.swift",
"Types/ParseSchema+combine.swift",
"Types/ParseSchema.swift",
"Types/ParseServer+async.swift",
"Types/ParseServer+combine.swift",
"Types/ParseServer.swift",
"Types/ParseVersion.swift",
"Types/Pointer+async.swift",
"Types/Pointer+combine.swift",
"Types/Pointer.swift",
"Types/Query+async.swift",
"Types/Query+combine.swift",
"Types/Query.swift",
"Types/QueryConstraint.swift",
"Types/QueryViewModel.swift",
"Types/QueryWhere.swift",
"Utility.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.