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 (3f02f5), with Swift 5.10 for Linux on 2 Sep 2024 03:52:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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

            ^
Foundation.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:172: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
[55/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:172: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
[56/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:172: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
[57/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:172: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
[58/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:172: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
[59/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:172: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
[60/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:172: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
[61/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:172: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
[62/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:172: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
[63/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:172: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
[64/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:172: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
[65/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:172: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
[66/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:172: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
[67/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:172: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
[68/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:172: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
[69/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:172: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
[70/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:172: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
[71/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:172: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
[72/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:172: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
[73/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:172: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
[74/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:172: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
[75/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:172: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
[76/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:172: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
[77/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:172: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
[78/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:172: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
[79/203] Compiling ParseSwift ParseConfigCodable+combine.swift
/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
[80/203] Compiling ParseSwift ParseConfigCodable.swift
/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
[81/203] Compiling ParseSwift ParseConfiguration.swift
/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
[82/203] Compiling ParseSwift ParseError.swift
/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
[83/203] Compiling ParseSwift ParseField.swift
/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
[84/203] Compiling ParseSwift ParseFieldOptions.swift
/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
[85/203] Compiling ParseSwift ParseFile+async.swift
/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
[86/203] Compiling ParseSwift ParseFile+combine.swift
/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
[87/203] Compiling ParseSwift ParseFile.swift
/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
[88/203] Compiling ParseSwift ParseFileDefaultTransfer.swift
/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
[89/203] Compiling ParseSwift ParseGeoPoint.swift
/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
[90/203] Compiling ParseSwift ParseHookFunction.swift
/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
[91/203] Compiling ParseSwift ParseHookFunctionRequest.swift
/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
[92/203] Compiling ParseSwift ParseHookResponse.swift
/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
[93/203] Compiling ParseSwift ParseHookTrigger.swift
/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
[94/203] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
/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
[95/203] Compiling ParseSwift ParseHookTriggerRequest.swift
/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
[96/203] Compiling ParseSwift ParseKeychainAccessGroup.swift
/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
[97/203] Compiling ParseSwift ParseOperation+async.swift
/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
[98/203] Compiling ParseSwift ParseOperation+combine.swift
/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
[99/203] Compiling ParseSwift ParseOperation.swift
/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
[100/203] Compiling ParseSwift ParsePolygon.swift
/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
[101/203] Compiling ParseSwift ParsePush+async.swift
/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
[102/203] Compiling ParseSwift ParsePush+combine.swift
/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
[103/203] Compiling ParseSwift ParsePush.swift
/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
[104/203] Compiling ParseSwift Encodable.swift
[105/203] Compiling ParseSwift InputStream.swift
[106/203] Compiling ParseSwift URLCache.swift
[107/203] Compiling ParseSwift URLSession.swift
[108/203] Compiling ParseSwift BaseConfig.swift
[109/203] Compiling ParseSwift BaseParseInstallation.swift
[110/203] Compiling ParseSwift BaseParseUser.swift
[111/203] Compiling ParseSwift NoBody.swift
[112/203] Compiling ParseSwift LiveQueryConstants.swift
[113/203] Compiling ParseSwift LiveQuerySocket.swift
[114/203] Compiling ParseSwift Messages.swift
[115/203] Compiling ParseSwift Operations.swift
[116/203] Compiling ParseSwift ParseLiveQuery+async.swift
[117/203] Compiling ParseSwift ParseLiveQuery+combine.swift
[118/203] Compiling ParseSwift ParseLiveQuery.swift
[119/203] Compiling ParseSwift LiveQuerySocketDelegate.swift
[120/203] Compiling ParseSwift LiveQueryable.swift
[121/203] Compiling ParseSwift ParseLiveQueryDelegate.swift
[122/203] Compiling ParseSwift QuerySubscribable.swift
[123/203] Compiling ParseSwift SocketTasks.swift
[124/203] Compiling ParseSwift Subscription.swift
[125/203] Compiling ParseSwift SubscriptionCallback.swift
[126/203] Compiling ParseSwift Subscriptions.swift
[127/203] Compiling ParseSwift ParseCloudUser.swift
[128/203] Compiling ParseSwift ParseInstallation+async.swift
[129/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
[130/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
[131/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
[132/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
[133/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
[134/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
[135/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
[136/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
[137/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
[138/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
[139/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
[140/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
[141/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
[142/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
[143/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
[144/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
[145/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
[146/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
[147/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
[148/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
[149/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
[150/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
[151/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
[152/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
[153/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
[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! (21.70s)
Build complete.
Done.