The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Kinvey, reference master (deb36a), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 20:11:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

 22 | }
 23 |
 24 | internal protocol CacheType: class {
    |                              `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 |     var ttl: TimeInterval? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:103:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
101 | }
102 |
103 | internal protocol DynamicCacheType: class {
    |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
104 |
105 |     func save(entities: AnyRandomAccessCollection<JsonDictionary>, syncQuery: CacheType.SyncQuery?)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Client.swift:587:43: warning: conformance of 'EnvironmentInfo' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
585 |                     let json = try? JSONSerialization.jsonObject(with: data),
586 |                     let result = json as? [String : String],
587 |                     let environmentInfo = EnvironmentInfo(JSON: result)
    |                                           `- warning: conformance of 'EnvironmentInfo' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
588 |                 {
589 |                     resolver.fulfill(environmentInfo)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[395/470] Compiling Kinvey CollectionChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:24:30: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 | }
 23 |
 24 | internal protocol CacheType: class {
    |                              `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 |     var ttl: TimeInterval? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:103:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
101 | }
102 |
103 | internal protocol DynamicCacheType: class {
    |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
104 |
105 |     func save(entities: AnyRandomAccessCollection<JsonDictionary>, syncQuery: CacheType.SyncQuery?)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Client.swift:587:43: warning: conformance of 'EnvironmentInfo' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
585 |                     let json = try? JSONSerialization.jsonObject(with: data),
586 |                     let result = json as? [String : String],
587 |                     let environmentInfo = EnvironmentInfo(JSON: result)
    |                                           `- warning: conformance of 'EnvironmentInfo' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
588 |                 {
589 |                     resolver.fulfill(environmentInfo)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[396/470] Compiling Kinvey CountOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:24:30: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 | }
 23 |
 24 | internal protocol CacheType: class {
    |                              `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 |     var ttl: TimeInterval? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:103:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
101 | }
102 |
103 | internal protocol DynamicCacheType: class {
    |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
104 |
105 |     func save(entities: AnyRandomAccessCollection<JsonDictionary>, syncQuery: CacheType.SyncQuery?)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Client.swift:587:43: warning: conformance of 'EnvironmentInfo' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
585 |                     let json = try? JSONSerialization.jsonObject(with: data),
586 |                     let result = json as? [String : String],
587 |                     let environmentInfo = EnvironmentInfo(JSON: result)
    |                                           `- warning: conformance of 'EnvironmentInfo' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
588 |                 {
589 |                     resolver.fulfill(environmentInfo)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[397/470] Compiling Kinvey Credential.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:24:30: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 | }
 23 |
 24 | internal protocol CacheType: class {
    |                              `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 |     var ttl: TimeInterval? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:103:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
101 | }
102 |
103 | internal protocol DynamicCacheType: class {
    |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
104 |
105 |     func save(entities: AnyRandomAccessCollection<JsonDictionary>, syncQuery: CacheType.SyncQuery?)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Client.swift:587:43: warning: conformance of 'EnvironmentInfo' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
585 |                     let json = try? JSONSerialization.jsonObject(with: data),
586 |                     let result = json as? [String : String],
587 |                     let environmentInfo = EnvironmentInfo(JSON: result)
    |                                           `- warning: conformance of 'EnvironmentInfo' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
588 |                 {
589 |                     resolver.fulfill(environmentInfo)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[398/479] Compiling Kinvey RequestType.swift
[399/479] Compiling Kinvey Response.swift
[400/479] Compiling Kinvey Result.swift
[401/479] Compiling Kinvey SaveMultiOperation.swift
[402/479] Compiling Kinvey SaveOperation.swift
[403/479] Compiling Kinvey StoreType.swift
[404/479] Compiling Kinvey String.swift
[405/479] Compiling Kinvey Sync.swift
[406/479] Compiling Kinvey SyncManager.swift
[407/479] Compiling Kinvey HttpResponse.swift
[408/479] Compiling Kinvey JSONParser.swift
[409/479] Compiling Kinvey JsonObject.swift
[410/479] Compiling Kinvey Keychain.swift
[411/479] Compiling Kinvey Kinvey.swift
[412/479] Compiling Kinvey KinveyDateTransform.swift
[413/479] Compiling Kinvey LocalRequest.swift
[414/479] Compiling Kinvey LocalResponse.swift
[415/479] Compiling Kinvey MIC.swift
[416/479] Compiling Kinvey ReadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[417/479] Compiling Kinvey ReadPolicy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[418/479] Compiling Kinvey RealmCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[419/479] Compiling Kinvey RealmCascadeDeletable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[420/479] Compiling Kinvey RealmCascadeDeleteExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[421/479] Compiling Kinvey RealmDynamicCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[422/479] Compiling Kinvey RealmFileCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[423/479] Compiling Kinvey RealmMapKitSupport.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[424/479] Compiling Kinvey RealmPendingOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[425/479] Compiling Kinvey RealmPendingOperationReference.swift
[426/479] Compiling Kinvey RealmSupport.swift
[427/479] Compiling Kinvey RealmSync.swift
[428/479] Compiling Kinvey Realtime.swift
[429/479] Compiling Kinvey RemoveByIdOperation.swift
[430/479] Compiling Kinvey RemoveByQueryOperation.swift
[431/479] Compiling Kinvey RemoveOperation.swift
[432/479] Compiling Kinvey Request.swift
[433/479] Compiling Kinvey RequestFactory.swift
[434/479] Compiling Kinvey Metadata.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[435/479] Compiling Kinvey Migration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[436/479] Compiling Kinvey MultiRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[437/479] Compiling Kinvey ObjCRuntime.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[438/479] Compiling Kinvey ObjectIdKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[439/479] Compiling Kinvey ObjectMapperJSONParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[440/479] Compiling Kinvey ObjectMapperSupport.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[441/479] Compiling Kinvey Operation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[442/479] Compiling Kinvey Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[443/479] Compiling Kinvey PendingOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[444/479] Compiling Kinvey Persistable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[445/479] Compiling Kinvey PubNubRealtimeRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[446/479] Compiling Kinvey PullOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[447/479] Compiling Kinvey PurgeOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[448/479] Compiling Kinvey Push.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[449/479] Compiling Kinvey PushOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[450/479] Compiling Kinvey Query.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[451/479] Compiling Kinvey QueryCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:37:26: warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 35 |         let completionHandler = { (objectChange: RealmSwift.ObjectChange<Self>) in
 36 |             switch objectChange {
 37 |             case .change(let propertyChanges):
    |                          `- warning: enum case 'change' has 2 associated values; matching them as a tuple is deprecated [#deprecation]
 38 |                 for propertyChange in propertyChanges.1 {
 39 |                     if let newValue = propertyChange.newValue, !(newValue is NSNull) {
<unknown>:0: note: 'change' declared here
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[452/479] Emitting module Kinvey
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:24:30: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 | }
 23 |
 24 | internal protocol CacheType: class {
    |                              `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 |     var ttl: TimeInterval? { get set }
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Cache.swift:103:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
101 | }
102 |
103 | internal protocol DynamicCacheType: class {
    |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
104 |
105 |     func save(entities: AnyRandomAccessCollection<JsonDictionary>, syncQuery: CacheType.SyncQuery?)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:39:40: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 37 |
 38 |     /// Initializes object from a JSON String
 39 |     init?(JSONString: String, context: MapContext? = nil) {
    |                                        `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 40 |         if let obj: Self = Mapper(context: context).map(JSONString: JSONString) {
 41 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:48:41: warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 46 |
 47 |     /// Initializes object from a JSON Dictionary
 48 |     init?(JSON: [String: Any], context: MapContext? = nil) {
    |                                         `- warning: 'MapContext' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
 49 |         if let obj: Self = Mapper(context: context).map(JSON: JSON) {
 50 |             self = obj
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/ObjectMapperSupport.swift:296:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
294 |
295 | @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
296 | extension NSPredicate: StaticMappable {
    | |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocols 'StaticMappable', 'BaseMappable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
297 |
298 |     @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:32:7: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 30 | }
 31 |
 32 | class AsyncBlockOperation : BlockOperation {
    |       `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
 33 |
 34 |     convenience init(block: @escaping (AsyncBlockOperation) -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Operation.swift:95:7: warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 93 | }
 94 |
 95 | class CollectionBlockOperation: BlockOperation {
    |       `- warning: class 'CollectionBlockOperation' must restate inherited '@unchecked Sendable' conformance
 96 |
 97 |     let collectionName: String
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:14:46: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 12 | import RealmSwift
 13 |
 14 | public typealias KinveyOptional = RealmSwift.RealmOptional
    |                                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                                              `- note: use 'RealmProperty' instead
 15 |
 16 | infix operator <- : DefaultPrecedence
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Persistable.swift:276:22: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
274 | extension Dictionary where Key == String {
275 |
276 |     public subscript<Key: RawRepresentable>(key: Key) -> Value? where Key.RawValue == String {
    |                      `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
277 |         get {
278 |             return self[key.rawValue]
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:21:1: warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 15 |     func addListener(_ listener: PNEventsListener)
 16 |     func subscribeToChannelGroups(_ groups: [String], withPresence shouldObservePresence: Bool)
 17 |     func publish(_ message: Any, toChannel channel: String, withCompletion block: PNPublishCompletionBlock?)
    |          `- note: expected sendability to match requirement here
 18 |
 19 | }
 20 |
 21 | extension PubNub: PubNubType {
    | `- warning: sendability of function types in instance method 'publish(_:toChannel:withCompletion:)' does not match requirement in protocol 'PubNubType'; this is an error in the Swift 6 language mode
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PubNubRealtimeRouter.swift:130:33: warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
128 | }
129 |
130 | extension PubNubRealtimeRouter: PNObjectEventListener {
    |                                 `- warning: 'PNObjectEventListener' is deprecated: This protocol has been deprecated. Please use PNEventsListener instead. [#DeprecatedDeclaration]
131 |
132 |     func client(_ client: PubNub, didReceiveMessage message: PNMessageResult) {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:12:7: warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 10 | import PromiseKit
 11 |
 12 | class PendingBlockOperation: CollectionBlockOperation {
    |       `- warning: class 'PendingBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/PushOperation.swift:15:7: warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 13 | }
 14 |
 15 | class PushBlockOperation: PendingBlockOperation {
    |       `- warning: class 'PushBlockOperation' must restate inherited '@unchecked Sendable' conformance
 16 | }
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:305:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
303 |     }
304 |
305 |     private func detach<T>(_ list: List<T>) -> List<T> where T: Object {
    |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
306 |         let result = List<T>()
307 |         for item in list {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/RealmCache.swift:325:29: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 27 | }
 28 |
 29 | internal class RealmCache<T: Persistable>: Cache<T>, CacheType, RealmCascadeDeletable where T: NSObject {
    |                           `- note: 'T' previously declared here
 30 |
 31 |     typealias `Type` = T
    :
323 |     }
324 |
325 |     fileprivate func detach<T>(_ entity: T) -> T where T: Object {
    |                             `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
326 |         log.verbose("Detaching object: \(entity)")
327 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[453/479] Compiling Kinvey CustomEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[454/479] Compiling Kinvey CustomEndpointParams.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[455/479] Compiling Kinvey Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[456/479] Compiling Kinvey DataStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[457/479] Compiling Kinvey Date.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[458/479] Compiling Kinvey DeviceInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[459/479] Compiling Kinvey Endpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[460/479] Compiling Kinvey Entity.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[461/479] Compiling Kinvey Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[462/479] Compiling Kinvey Executor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[463/479] Compiling Kinvey File.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[464/479] Compiling Kinvey FileCache.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[465/479] Compiling Kinvey FileStore.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[466/479] Compiling Kinvey FindOperation.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[467/479] Compiling Kinvey Geolocation.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[468/479] Compiling Kinvey GetOperation.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[469/479] Compiling Kinvey HttpRequest.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[470/479] Compiling Kinvey HttpRequestFactory.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/.build/checkouts/objective-c/Sources/PubNub/include/PubNub.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:179:23: warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
177 |         try container.encodeIfPresent(fileName, forKey: .fileName)
178 |         try container.encodeIfPresent(mimeType, forKey: .mimeType)
179 |         try container.encodeIfPresent(size, forKey: .size)
    |                       `- warning: conformance of 'RealmOptional<Value>' to 'Encodable' is deprecated: RealmOptional has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
180 |         try container.encodeIfPresent(upload, forKey: .upload)
181 |         try container.encodeIfPresent(download, forKey: .download)
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/FileStore.swift:1310:42: warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1308 |                     let jsonArray = try? self.client.jsonParser.parseDictionaries(from: data)
1309 |                 {
1310 |                     let files = [FileType](JSONArray: jsonArray)
     |                                          `- warning: conformance of 'File' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
1311 |                     resolver.fulfill(files)
1312 |                 } else {
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/HttpRequestFactory.swift:288:36: warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
286 |             options: options
287 |         )
288 |         let bodyObject = userQuery.toJSON()
    |                                    `- warning: conformance of 'UserQuery' to 'BaseMappable' is deprecated: Deprecated in version 3.18.0. Please use Swift.Codable instead [#DeprecatedDeclaration]
289 |         request.setBody(json: bodyObject)
290 |         return request
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[471/479] Compiling Kinvey SyncOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[472/479] Compiling Kinvey TTL.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[473/479] Compiling Kinvey TaskProgressRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[474/479] Compiling Kinvey URLSessionTaskRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[475/479] Compiling Kinvey User.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[476/479] Compiling Kinvey UserQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[477/479] Compiling Kinvey ValidationStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[478/479] Compiling Kinvey WriteOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[479/479] Compiling Kinvey WritePolicy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/File.swift:25:23: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 23 |
 24 |     /// `size` property of the file.
 25 |     public let size = RealmOptional<Int64>()
    |                       |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                       `- note: use 'RealmProperty' instead
 26 |
 27 |     /// `mimeType` property of the file.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:21:29: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 19 |
 20 |     /// The `userId` of the `User` used to create the record.
 21 |     public let globalRead = RealmOptional<Bool>()
    |                             |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                             `- note: use 'RealmProperty' instead
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
/Users/admin/builder/spi-builder-workspace/Sources/Kinvey/Acl.swift:24:30: warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
 22 |
 23 |     /// The `userId` of the `User` used to create the record.
 24 |     public let globalWrite = RealmOptional<Bool>()
    |                              |- warning: 'RealmOptional' is deprecated: RealmOptional<T> has been deprecated, use RealmProperty<T?> instead. [#DeprecatedDeclaration]
    |                              `- note: use 'RealmProperty' instead
 25 |
 26 |     @objc
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (30.22s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "realm-cocoa",
      "requirement" : {
        "exact" : [
          "10.15.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/realm-cocoa.git"
    },
    {
      "identity" : "promisekit",
      "requirement" : {
        "exact" : [
          "6.15.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/PromiseKit.git"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "exact" : [
          "4.2.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    },
    {
      "identity" : "swiftybeaver",
      "requirement" : {
        "exact" : [
          "1.9.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
    },
    {
      "identity" : "objectmapper",
      "requirement" : {
        "exact" : [
          "4.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tristanhimmelman/ObjectMapper.git"
    },
    {
      "identity" : "objective-c",
      "requirement" : {
        "exact" : [
          "4.16.2-with-spm-v0.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kinvey/objective-c.git"
    },
    {
      "identity" : "nspredicate-mongodb-adaptor",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tjboneman/NSPredicate-MongoDB-Adaptor.git"
    }
  ],
  "manifest_display_name" : "Kinvey",
  "name" : "Kinvey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Kinvey",
      "targets" : [
        "Kinvey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Kinvey",
      "module_type" : "SwiftTarget",
      "name" : "Kinvey",
      "path" : "Sources/Kinvey",
      "product_dependencies" : [
        "Realm",
        "RealmSwift",
        "PromiseKit",
        "KeychainAccess",
        "SwiftyBeaver",
        "ObjectMapper",
        "PubNub",
        "MongoDBPredicateAdaptor"
      ],
      "product_memberships" : [
        "Kinvey"
      ],
      "sources" : [
        "Acl.swift",
        "AggregateOperation.swift",
        "AuthSource.swift",
        "BuilderType.swift",
        "Cache.swift",
        "CacheManager.swift",
        "Client.swift",
        "CollectionChange.swift",
        "CountOperation.swift",
        "Credential.swift",
        "CustomEndpoint.swift",
        "CustomEndpointParams.swift",
        "Data.swift",
        "DataStore.swift",
        "Date.swift",
        "DeviceInfo.swift",
        "Endpoint.swift",
        "Entity.swift",
        "Error.swift",
        "Executor.swift",
        "File.swift",
        "FileCache.swift",
        "FileStore.swift",
        "FindOperation.swift",
        "Geolocation.swift",
        "GetOperation.swift",
        "HttpRequest.swift",
        "HttpRequestFactory.swift",
        "HttpResponse.swift",
        "JSONParser.swift",
        "JsonObject.swift",
        "Keychain.swift",
        "Kinvey.swift",
        "KinveyDateTransform.swift",
        "LocalRequest.swift",
        "LocalResponse.swift",
        "MIC.swift",
        "Metadata.swift",
        "Migration.swift",
        "MultiRequest.swift",
        "ObjCRuntime.swift",
        "ObjectIdKind.swift",
        "ObjectMapperJSONParser.swift",
        "ObjectMapperSupport.swift",
        "Operation.swift",
        "Options.swift",
        "PendingOperation.swift",
        "Persistable.swift",
        "PubNubRealtimeRouter.swift",
        "PullOperation.swift",
        "PurgeOperation.swift",
        "Push.swift",
        "PushOperation.swift",
        "Query.swift",
        "QueryCache.swift",
        "ReadOperation.swift",
        "ReadPolicy.swift",
        "RealmCache.swift",
        "RealmCascadeDeletable.swift",
        "RealmCascadeDeleteExecutor.swift",
        "RealmDynamicCache.swift",
        "RealmFileCache.swift",
        "RealmMapKitSupport.swift",
        "RealmPendingOperation.swift",
        "RealmPendingOperationReference.swift",
        "RealmSupport.swift",
        "RealmSync.swift",
        "Realtime.swift",
        "RemoveByIdOperation.swift",
        "RemoveByQueryOperation.swift",
        "RemoveOperation.swift",
        "Request.swift",
        "RequestFactory.swift",
        "RequestType.swift",
        "Response.swift",
        "Result.swift",
        "SaveMultiOperation.swift",
        "SaveOperation.swift",
        "StoreType.swift",
        "String.swift",
        "Sync.swift",
        "SyncManager.swift",
        "SyncOperation.swift",
        "TTL.swift",
        "TaskProgressRequest.swift",
        "URLSessionTaskRequest.swift",
        "User.swift",
        "UserQuery.swift",
        "ValidationStrategy.swift",
        "WriteOperation.swift",
        "WritePolicy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.