Build Information
Successful build of ParseSwift, reference main (3f02f5
), with Swift 5.9 for Linux on 2 Sep 2024 03:53:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
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
[80/201] Compiling ParseSwift API+NonParseBodyCommand.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[81/201] Compiling ParseSwift API.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[82/201] Compiling ParseSwift BatchUtils.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[83/201] Compiling ParseSwift ParseURLSessionDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[84/201] Compiling ParseSwift Responses.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[85/201] Compiling ParseSwift ParseApple+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[86/201] Compiling ParseSwift ParseApple+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[87/201] Compiling ParseSwift ParseApple.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[88/201] Compiling ParseSwift ParseFacebook+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[89/201] Compiling ParseSwift ParseFacebook+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[90/201] Compiling ParseSwift ParseFacebook.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[91/201] Compiling ParseSwift ParseGitHub+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[92/201] Compiling ParseSwift ParseGitHub+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[93/201] Compiling ParseSwift ParseGitHub.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[94/201] Compiling ParseSwift ParseGoogle+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[95/201] Compiling ParseSwift ParseGoogle+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[96/201] Compiling ParseSwift ParseGoogle.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[97/201] Compiling ParseSwift ParseInstagram+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[98/201] Compiling ParseSwift ParseInstagram+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[99/201] Compiling ParseSwift ParseInstagram.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[100/201] Compiling ParseSwift ParseLDAP+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:25:13: warning: stored property 'uploadFile' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let uploadFile: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:26:13: warning: stored property 'parseURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let parseURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:27:13: warning: stored property 'otherURL' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'URL?'
let otherURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift: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
[101/201] 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
[102/201] 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
[103/201] 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
[104/201] 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
[105/201] 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
[106/201] 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
[107/201] 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
[108/201] 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
[109/201] 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
[110/201] 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
[111/201] 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
[112/201] 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
[113/201] 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
[114/201] 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
[115/201] 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
[116/201] 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
[117/201] 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
[118/201] 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
[119/201] 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
[120/201] 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
[121/201] 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
[122/201] 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
[123/201] 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
[124/201] 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
[125/201] 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
[126/201] Emitting module ParseSwift
/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
/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
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/ParseHookFunctionable.swift:42:9: warning: stored property 'url' of 'Sendable'-conforming struct 'FunctionRequest' has non-sendable type 'URL?'
let url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/ParseHookFunctionable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/ParseHookTriggerable.swift:237:9: warning: stored property 'url' of 'Sendable'-conforming struct 'TriggerRequest' has non-sendable type 'URL?'
let url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/ParseHookTriggerable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:35:30: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public internal(set) var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:40:16: warning: stored property 'localURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var localURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseFile.swift:45:16: warning: stored property 'cloudURL' of 'Sendable'-conforming struct 'ParseFile' has non-sendable type 'URL?'
public var cloudURL: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookFunction' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookFunction.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:17:16: warning: stored property 'url' of 'Sendable'-conforming struct 'ParseHookTrigger' has non-sendable type 'URL?'
public var url: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParseHookTrigger.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[127/201] 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
[128/201] 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
[129/201] 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
[130/201] 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
[131/201] 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
[132/201] 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
[133/201] 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
[134/201] 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
[135/201] 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
[136/201] 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
[137/201] 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
[138/201] 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
[139/201] 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
[140/201] 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
[141/201] 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
[142/201] 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
[143/201] 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
[144/201] 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
[145/201] 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
[146/201] 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
[147/201] 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
[148/201] 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
[149/201] 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
[150/201] 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
[151/201] 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
[152/201] Compiling ParseSwift ParseInstallation+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[153/201] Compiling ParseSwift ParseInstallation.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[154/201] Compiling ParseSwift ParseObject+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[155/201] Compiling ParseSwift ParseObject+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[156/201] Compiling ParseSwift ParseObject.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[157/201] Compiling ParseSwift ParsePushStatusable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[158/201] Compiling ParseSwift ParseRole.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[159/201] Compiling ParseSwift ParseSession.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[160/201] Compiling ParseSwift ParseUser+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[161/201] Compiling ParseSwift ParseUser+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[162/201] Compiling ParseSwift ParseUser.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[163/201] Compiling ParseSwift Parse.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[164/201] Compiling ParseSwift ParseConstants.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[165/201] Compiling ParseSwift CloudObservable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[166/201] Compiling ParseSwift Deletable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[167/201] Compiling ParseSwift Fetchable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[168/201] Compiling ParseSwift Fileable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[169/201] Compiling ParseSwift Objectable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[170/201] Compiling ParseSwift ParseCloudable+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[171/201] Compiling ParseSwift ParseCloudable+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[172/201] Compiling ParseSwift ParseCloudable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[173/201] Compiling ParseSwift ParseConfig+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[174/201] Compiling ParseSwift ParseConfig+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[175/201] Compiling ParseSwift ParseConfig.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[176/201] Compiling ParseSwift ParseEncodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: warning: unknown operating system for build configuration 'os'
#elseif os(visionOS)
^
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'iOS'?
#elseif os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/ParseSwift/ParseConstants.swift:29:16: note: did you mean 'Windows'?
#elseif os(visionOS)
^~~~~~~~
Windows
[177/201] Compiling ParseSwift ParsePushAppleAlert.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[178/201] Compiling ParseSwift ParsePushAppleSound.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[179/201] Compiling ParseSwift ParsePushPayloadApple.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[180/201] Compiling ParseSwift ParsePushFirebaseNotification.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[181/201] Compiling ParseSwift ParsePushPayloadFirebase.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[182/201] Compiling ParseSwift ParsePushPayloadAny.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[183/201] Compiling ParseSwift ParsePushStatus.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[184/201] Compiling ParseSwift ParseRelation.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[185/201] Compiling ParseSwift ParseSchema+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[186/201] Compiling ParseSwift ParseSchema+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[187/201] Compiling ParseSwift ParseSchema.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[188/201] Compiling ParseSwift ParseServer+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[189/201] Compiling ParseSwift ParseServer+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[190/201] Compiling ParseSwift ParseServer.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[191/201] Compiling ParseSwift ParseVersion.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[192/201] Compiling ParseSwift Pointer+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[193/201] Compiling ParseSwift Pointer+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[194/201] Compiling ParseSwift Pointer.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[195/201] Compiling ParseSwift Query+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[196/201] Compiling ParseSwift Query+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[197/201] Compiling ParseSwift Query.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[198/201] Compiling ParseSwift QueryConstraint.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[199/201] Compiling ParseSwift QueryViewModel.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[200/201] Compiling ParseSwift QueryWhere.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[201/201] Compiling ParseSwift Utility.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:39:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadFirebase' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:26:16: warning: stored property 'uri' of 'Sendable'-conforming struct 'ParsePushPayloadAny' has non-sendable type 'URL?'
public var uri: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushPayload/ParsePushPayloadAny.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
Build complete! (30.40s)
Build complete.
Done.