The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ParseSwift, reference main (c9d8c9), with Swift 5.10 for Linux on 18 Apr 2025 07:45:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

    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
[50/203] Compiling ParseSwift ParsePolygon.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
        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
[51/203] Compiling ParseSwift ParsePush+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
        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
[52/203] Compiling ParseSwift ParsePush+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
        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
[53/203] Compiling ParseSwift ParsePush.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseConfiguration.swift:230:14: warning: 'isUsingEqualQueryConstraint' is deprecated: Changing has no effect. This will be remove in ParseSwift 6.0.0
        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
[54/203] Compiling ParseSwift ParseFileTransferable.swift
/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
[55/203] Compiling ParseSwift ParseHookFunctionable+async.swift
/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
[56/203] Compiling ParseSwift ParseHookFunctionable+combine.swift
/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
[57/203] Compiling ParseSwift ParseHookFunctionable.swift
/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
[58/203] Compiling ParseSwift ParseHookParametable.swift
/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
[59/203] Compiling ParseSwift ParseHookRequestable+async.swift
/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
[60/203] Compiling ParseSwift ParseHookRequestable+combine.swift
/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
[61/203] Compiling ParseSwift ParseHookRequestable.swift
/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
[62/203] Compiling ParseSwift ParseHookTriggerRequestable.swift
/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
[63/203] Compiling ParseSwift ParseHookTriggerable+async.swift
/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
[64/203] Compiling ParseSwift ParseHookTriggerable+combine.swift
/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
[65/203] Compiling ParseSwift ParseHookTriggerable.swift
/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
[66/203] Compiling ParseSwift ParseHookable.swift
/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
[67/203] Compiling ParseSwift ParseOperationable.swift
/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
[68/203] Compiling ParseSwift ParsePointerable+async.swift
/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
[69/203] Compiling ParseSwift ParsePointerable+combine.swift
/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
[70/203] Compiling ParseSwift ParsePointerable.swift
/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
[71/203] Compiling ParseSwift ParsePushApplePayloadable.swift
/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
[72/203] Compiling ParseSwift ParsePushFirebasePayloadable.swift
/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
[73/203] Compiling ParseSwift ParsePushPayloadable.swift
/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
[74/203] Compiling ParseSwift ParseQueryScorable.swift
/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
[75/203] Compiling ParseSwift ParseRelationOperationable.swift
/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
[76/203] Compiling ParseSwift ParseTypeable.swift
/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
[77/203] Compiling ParseSwift QueryObservable.swift
/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
[78/203] Compiling ParseSwift Queryable.swift
/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
[79/203] Compiling ParseSwift ParseLDAP+combine.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[80/203] Compiling ParseSwift ParseLDAP.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[81/203] Compiling ParseSwift ParseLinkedIn+async.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[82/203] Compiling ParseSwift ParseLinkedIn+combine.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[83/203] Compiling ParseSwift ParseLinkedIn.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[84/203] Compiling ParseSwift ParseSpotify+async.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[85/203] Compiling ParseSwift ParseSpotify+combine.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[86/203] Compiling ParseSwift ParseSpotify.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[87/203] Compiling ParseSwift ParseTwitter+async.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[88/203] Compiling ParseSwift ParseTwitter+combine.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[89/203] Compiling ParseSwift ParseTwitter.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[90/203] Compiling ParseSwift ParseAnonymous+async.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[91/203] Compiling ParseSwift ParseAnonymous+combine.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[92/203] Compiling ParseSwift ParseAnonymous.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[93/203] Compiling ParseSwift ParseAuthentication+async.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[94/203] Compiling ParseSwift ParseAuthentication+combine.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[95/203] Compiling ParseSwift ParseAuthentication.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[96/203] Compiling ParseSwift AnyCodable.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[97/203] Compiling ParseSwift AnyDecodable.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[98/203] Compiling ParseSwift AnyEncodable.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[99/203] Compiling ParseSwift ParseCoding.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[100/203] Compiling ParseSwift ParseEncoder.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[101/203] Compiling ParseSwift Data.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[102/203] Compiling ParseSwift Date.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[103/203] Compiling ParseSwift Dictionary.swift
/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/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
        @unknown default:
        ^
[104/203] Compiling ParseSwift Savable.swift
[105/203] Compiling ParseSwift InMemoryPrimitiveStore.swift
[106/203] Compiling ParseSwift KeychainStore.swift
[107/203] Compiling ParseSwift ParseFileManager.swift
[108/203] Compiling ParseSwift ParsePrimitiveStorable.swift
[109/203] Compiling ParseSwift ParseStorage.swift
[110/203] Compiling ParseSwift SecureStorable.swift
[111/203] Compiling ParseSwift CloudViewModel.swift
[112/203] Compiling ParseSwift ParseOperationAdd.swift
[113/203] Compiling ParseSwift ParseOperationAddRelation.swift
[114/203] Compiling ParseSwift ParseOperationAddUnique.swift
[115/203] Compiling ParseSwift ParseOperationBatch.swift
[116/203] Compiling ParseSwift ParseOperationCommand.swift
[117/203] Compiling ParseSwift ParseOperationDelete.swift
[118/203] Compiling ParseSwift ParseOperationIncrement.swift
[119/203] Compiling ParseSwift ParseOperationIncrementDouble.swift
[120/203] Compiling ParseSwift ParseOperationRemove.swift
[121/203] Compiling ParseSwift ParseOperationRemoveRelation.swift
[122/203] Compiling ParseSwift ParseACL.swift
[123/203] Compiling ParseSwift ParseAnalytics+async.swift
[124/203] Compiling ParseSwift ParseAnalytics+combine.swift
[125/203] Compiling ParseSwift ParseAnalytics.swift
[126/203] Compiling ParseSwift ParseBytes.swift
[127/203] Compiling ParseSwift ParseCLP.swift
[128/203] Compiling ParseSwift ParseConfigCodable+async.swift
[129/203] 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
[130/203] 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
[131/203] 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
[132/203] 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
[133/203] 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
[134/203] 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
[135/203] 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
[136/203] 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
[137/203] 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
[138/203] 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
[139/203] 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
[140/203] 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
[141/203] 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
[142/203] 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
[143/203] 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
[144/203] 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
[145/203] 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
[146/203] 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
[147/203] 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
[148/203] 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
[149/203] 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
[150/203] 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
[151/203] 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
[152/203] 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
[153/203] 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
[154/203] 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
[155/203] 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
[156/203] 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
[157/203] 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
[158/203] 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
[159/203] 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
[160/203] 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
[161/203] 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
[162/203] 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
[163/203] 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
[164/203] 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
[165/203] 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
[166/203] 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
[167/203] 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
[168/203] 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
[169/203] 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
[170/203] 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
[171/203] 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
[172/203] 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
[173/203] 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
[174/203] 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
[175/203] 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
[176/203] 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
[177/203] 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
[178/203] 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
[179/203] 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
[180/203] 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
[181/203] 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
[182/203] 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
[183/203] 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
[184/203] 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
[185/203] 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
[186/203] 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
[187/203] 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
[188/203] 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
[189/203] 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
[190/203] 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
[191/203] 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
[192/203] 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
[193/203] 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
[194/203] 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
[195/203] 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
[196/203] 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
[197/203] 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
[198/203] 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
[199/203] 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
[200/203] 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
[201/203] 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
[202/203] 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
[203/203] 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! (17.51s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.