Build Information
Successful build of ParseSwift, reference main (3f02f5
), with Swift 5.8 for Linux on 2 Sep 2024 03:55:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
public enum CachePolicy : UInt {
^
/host/spi-builder-workspace/Sources/ParseSwift/API/API.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[113/201] Compiling ParseSwift ParseApple.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[114/201] Compiling ParseSwift ParseFacebook+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[115/201] Compiling ParseSwift ParseFacebook+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[116/201] Compiling ParseSwift ParseFacebook.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[117/201] Compiling ParseSwift ParseGitHub+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[118/201] Compiling ParseSwift ParseGitHub+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[119/201] Compiling ParseSwift ParseGitHub.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[120/201] Compiling ParseSwift ParseGoogle+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[121/201] Compiling ParseSwift ParseGoogle+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[122/201] Compiling ParseSwift ParseGoogle.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[123/201] Compiling ParseSwift ParseInstagram+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[124/201] Compiling ParseSwift ParseInstagram+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[125/201] Compiling ParseSwift ParseInstagram.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[126/201] Compiling ParseSwift ParseLDAP+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:24:13: warning: stored property 'uploadData' of 'Sendable'-conforming generic struct 'Command' has non-sendable type 'Data?'
let uploadData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/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: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: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
[127/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[128/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[129/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[130/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[131/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[132/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[133/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[134/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[135/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[136/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[137/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[138/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[139/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[140/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[141/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[142/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[143/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[144/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[145/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[146/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[147/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[148/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[149/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[150/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[151/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
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:130:9: warning: stored property 'createdAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Protocols/Objectable.swift:132:9: warning: stored property 'updatedAt' of 'Sendable'-conforming struct 'BaseObjectable' has non-sendable type 'Date?'
var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[152/201] Compiling ParseSwift ParseLDAP+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[153/201] Compiling ParseSwift ParseLDAP.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[154/201] Compiling ParseSwift ParseLinkedIn+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[155/201] Compiling ParseSwift ParseLinkedIn+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[156/201] Compiling ParseSwift ParseLinkedIn.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[157/201] Compiling ParseSwift ParseSpotify+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[158/201] Compiling ParseSwift ParseSpotify+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[159/201] Compiling ParseSwift ParseSpotify.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[160/201] Compiling ParseSwift ParseTwitter+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[161/201] Compiling ParseSwift ParseTwitter+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[162/201] Compiling ParseSwift ParseTwitter.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[163/201] Compiling ParseSwift ParseAnonymous+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[164/201] Compiling ParseSwift ParseAnonymous+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[165/201] Compiling ParseSwift ParseAnonymous.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[166/201] Compiling ParseSwift ParseAuthentication+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[167/201] Compiling ParseSwift ParseAuthentication+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[168/201] Compiling ParseSwift ParseAuthentication.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[169/201] Compiling ParseSwift AnyCodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[170/201] Compiling ParseSwift AnyDecodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[171/201] Compiling ParseSwift AnyEncodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[172/201] Compiling ParseSwift ParseCoding.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[173/201] Compiling ParseSwift ParseEncoder.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[174/201] Compiling ParseSwift Data.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[175/201] Compiling ParseSwift Date.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[176/201] Compiling ParseSwift Dictionary.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:60:9: warning: stored property 'dateEncodingStrategy' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.DateEncodingStrategy?'
let dateEncodingStrategy: JSONEncoder.DateEncodingStrategy?
^
Foundation.JSONEncoder:13:17: note: enum 'DateEncodingStrategy' does not conform to the 'Sendable' protocol
public enum DateEncodingStrategy {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:21:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:61:9: warning: stored property 'outputFormatting' of 'Sendable'-conforming struct 'ParseEncoder' has non-sendable type 'JSONEncoder.OutputFormatting?'
let outputFormatting: JSONEncoder.OutputFormatting?
^
Foundation.JSONEncoder:2:19: note: struct 'OutputFormatting' does not conform to the 'Sendable' protocol
public struct OutputFormatting : OptionSet {
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:910:9: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:957:9: warning: default will never be executed
@unknown default:
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
[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
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:21:16: warning: stored property 'originalData' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Data?'
public var originalData: Data?
^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:25:16: warning: stored property 'createdAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var createdAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:27:16: warning: stored property 'updatedAt' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var updatedAt: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
/host/spi-builder-workspace/Sources/ParseSwift/Types/ParsePushStatus.swift:33:16: warning: stored property 'pushTime' of 'Sendable'-conforming generic struct 'ParsePushStatus' has non-sendable type 'Date?'
public var pushTime: Date?
^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
^
Build complete! (13.09s)
Build complete.
Done.