Build Information
Successful build of Harmony, reference master (a00a49
), with Swift 5.10 for macOS (SPM) on 10 Oct 2024 10:20:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mobilejazz/harmony-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mobilejazz/harmony-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a00a498 IOS-1320 :: Feature :: Missing Async DataSource and Repository Wrapper (#53)
Cloned https://github.com/mobilejazz/harmony-swift.git
Revision (git rev-parse @):
a00a498c7432d25c43f84a0736d3f7d4f40809ae
SUCCESS checkout https://github.com/mobilejazz/harmony-swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/mobilejazz/harmony-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/103] Emitting module Harmony
[5/113] Compiling Harmony Observable+Functional.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[6/113] Compiling Harmony Observable+Optionals.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[7/113] Compiling Harmony Observable+Time.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[8/113] Compiling Harmony Observable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[9/113] Compiling Harmony ObservableHub.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[10/113] Compiling Harmony KeychainDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[11/113] Compiling Harmony KeychainGetInteractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[12/113] Compiling Harmony KeychainService.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[13/113] Compiling Harmony KeychainSetInteractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[14/113] Compiling Harmony SecureKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:159:46: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let value = NSKeyedUnarchiver.unarchiveObject(with: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Security/KeychainService.swift:177:36: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: value)
^
[15/113] Compiling Harmony Mapper.swift
[16/113] Compiling Harmony Operation.swift
[17/113] Compiling Harmony NetworkQuery.swift
[18/113] Compiling Harmony Query.swift
[19/113] Compiling Harmony AsyncAnyGetRepository.swift
[20/113] Compiling Harmony AsyncAnyPutRepository.swift
[21/113] Compiling Harmony AsyncRepository.swift
[22/113] Compiling Harmony AsyncRepositoryAssembler.swift
[23/113] Compiling Harmony AsyncRepositoryMapper.swift
[24/113] Compiling Harmony AsyncRepositoryWrapper.swift
[25/113] Compiling Harmony AsyncSingleDataSourceRepository.swift
[26/113] Compiling Harmony DeviceConsoleLogger.swift
[27/113] Compiling Harmony Logger.swift
[28/113] Compiling Harmony URL+URLRequest.swift
[29/113] Compiling Harmony URLSession+ResponseValidation.swift
[30/113] Compiling Harmony ScopeLock.swift
[31/113] Compiling Harmony ScopeLockFuture.swift
[32/113] Compiling Harmony AsyncAnyGetDataSource.swift
[33/113] Compiling Harmony AsyncAnyPutDataSource.swift
[34/113] Compiling Harmony AsyncDataSource.swift
[35/113] Compiling Harmony AsyncDataSourceAssembler.swift
[36/113] Compiling Harmony AsyncDataSourceMapper.swift
[37/113] Compiling Harmony Executor+Future.swift
[38/113] Compiling Harmony Future+Async.swift
[39/113] Compiling Harmony Future+Batch.swift
[40/113] Compiling Harmony Future+Extensions.swift
[41/113] Compiling Harmony Future+Functional.swift
[42/113] Compiling Harmony Future+Operators.swift
[43/113] Compiling Harmony Future+Optionals.swift
[44/113] Compiling Harmony Future+Time.swift
[45/113] Compiling Harmony Future.swift
[46/113] Compiling Harmony Observable+Batch.swift
[47/113] Compiling Harmony Observable+Extensions.swift
[48/113] Compiling Harmony AsyncVoidRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[49/113] Compiling Harmony AnyGetRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[50/113] Compiling Harmony AnyPutRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[51/113] Compiling Harmony AnyRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[52/113] Compiling Harmony CacheRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[53/113] Compiling Harmony Repository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[54/113] Compiling Harmony RepositoryAssembler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[55/113] Compiling Harmony RepositoryMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[56/113] Compiling Harmony RetryRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[57/113] Compiling Harmony SingleDataSourceRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[58/113] Compiling Harmony VoidRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/AnyRepository.swift:119:21: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:264:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:266:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:268:25: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return main.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:269:35: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.cache.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:272:26: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return cache.deleteAll(query).flatMap {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/CacheRepository.swift:273:34: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return self.main.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryAssembler.swift:64:33: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteRepository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RepositoryMapper.swift:167:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:185:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: retryOp.operation).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/RetryRepository.swift:193:31: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: RetryOperation(operation, retryRule))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:112:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Repository/Future/SingleDataSourceRepository.swift:166:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[59/113] Compiling Harmony ClassError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[60/113] Compiling Harmony CoreError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[61/113] Compiling Harmony ErrorHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[62/113] Compiling Harmony Data+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[63/113] Compiling Harmony JSONDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[64/113] Compiling Harmony Number+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[65/113] Compiling Harmony String+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[66/113] Compiling Harmony CodingKeyStrategies.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[67/113] Compiling Harmony MutableCodingKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[68/113] Compiling Harmony KeyValueObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[69/113] Compiling Harmony LinkRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/Extensions/String+Extensions.swift:95:13: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
CC_MD5(bytes.baseAddress, CC_LONG(data.count), &digest)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:52:84: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
self.target.addObserver(self, forKeyPath: keyPath, options: .new, context: &context)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Common/KeyValueObserver.swift:60:23: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
if context == &self.context, let path = keyPath, path == self.keyPath {
^
[70/113] Compiling Harmony AsyncPutInteractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[71/113] Compiling Harmony Interactor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[72/113] Compiling Harmony InteractorDelete.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[73/113] Compiling Harmony InteractorGet.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[74/113] Compiling Harmony InteractorPut.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[75/113] Compiling Harmony Collections+Executor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[76/113] Compiling Harmony DirectExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[77/113] Compiling Harmony DispatchQueueExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[78/113] Compiling Harmony Executor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[79/113] Compiling Harmony ExecutorFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[80/113] Compiling Harmony OperationQueueExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:92:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(query, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:100:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete instead
resolver.set(self.repository.deleteAll(id, operation: operation))
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Domain/Future/InteractorDelete.swift:127:46: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
resolver.set(self.repository.deleteAll(self.query, operation: operation))
^
[81/113] Compiling Harmony ObjectValidation.swift
[82/113] Compiling Harmony VastraInvalidationStrategy.swift
[83/113] Compiling Harmony VastraReachabilityStrategy.swift
[84/113] Compiling Harmony VastraService.swift
[85/113] Compiling Harmony VastraStrategy.swift
[86/113] Compiling Harmony VastraTimestampStrategy.swift
[87/113] Compiling Harmony VastraValidationStrategy.swift
[88/113] Compiling Harmony AsyncDeleteInteractor.swift
[89/113] Compiling Harmony AsyncExecutor.swift
[90/113] Compiling Harmony AsyncGetInteractor.swift
[91/113] Compiling Harmony AsyncInteractor.swift
[92/113] Compiling Harmony DeleteNetworkDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[93/113] Compiling Harmony DeviceStorageDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[94/113] Compiling Harmony FileSystemStorageDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[95/113] Compiling Harmony GetNetworkDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[96/113] Compiling Harmony InMemoryDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[97/113] Compiling Harmony PutNetworkDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[98/113] Compiling Harmony RetryDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[99/113] Compiling Harmony TimedCacheDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[100/113] Compiling Harmony VoidDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[101/113] Compiling Harmony Mapper+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[102/113] Compiling Harmony Mapper+NSCoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:123:58: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
if let datas = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:139:49: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
guard let array = NSKeyedUnarchiver.unarchiveObject(with: data) as? [Data] else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/FileSystemStorageDataSource.swift:191:44: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
let data = NSKeyedArchiver.archivedData(withRootObject: array)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/RetryDataSource.swift:124:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query).recover { error in
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:22:32: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
return NSKeyedArchiver.archivedData(withRootObject: from)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/Mapper/Mapper+NSCoding.swift:29:34: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
return NSKeyedUnarchiver.unarchiveObject(with: from) as! T
^
[103/113] Compiling Harmony AsyncDataSourceWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[104/113] Compiling Harmony AsyncInMemoryDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[105/113] Compiling Harmony AsyncVoidDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[106/113] Compiling Harmony AnyDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[107/113] Compiling Harmony AnyGetDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[108/113] Compiling Harmony AnyPutDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[109/113] Compiling Harmony DataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[110/113] Compiling Harmony DataSourceAssembler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[111/113] Compiling Harmony DataSourceMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[112/113] Compiling Harmony DataSourceValidator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[113/113] Compiling Harmony DebugDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/AnyDataSource.swift:121:21: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return base.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceAssembler.swift:65:33: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return deleteDataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceMapper.swift:163:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DataSourceValidator.swift:72:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/Harmony/Data/DataSource/Future/DebugDataSource.swift:156:39: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return postprocess(dataSource.deleteAll(query), .deleteAll, token)
^
[114/130] Compiling HarmonyTesting URLObjectMother.swift
[115/130] Compiling HarmonyTesting IntegerObjectModel.swift
[116/130] Compiling HarmonyTesting StringObjectMother.swift
[117/131] Compiling HarmonyTesting EntityObjectMother.swift
[118/131] Compiling HarmonyTesting ErrorObjectMother.swift
[119/131] Compiling HarmonyTesting UUIDObjectMother.swift
[120/131] Compiling HarmonyTesting CodableEntity.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/DataSourceSpy.swift:82:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/DataSourceSpy.swift:130:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[121/131] Compiling HarmonyTesting DataSourceSpy.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/DataSourceSpy.swift:82:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/DataSourceSpy.swift:130:27: warning: 'deleteAll' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return dataSource.deleteAll(query)
^
[122/131] Compiling HarmonyTesting BoolObjectMother.swift
[123/131] Compiling HarmonyTesting DoubleObjectMother.swift
[124/131] Compiling HarmonyTesting RepositorySpy.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/RepositorySpy.swift:82:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/RepositorySpy.swift:130:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
[125/131] Compiling HarmonyTesting MockInteractorDelete.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/RepositorySpy.swift:82:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/RepositorySpy.swift:130:27: warning: 'deleteAll(_:operation:)' is deprecated: Use delete with AllObjectsQuery to remove all entries or with any other Query to remove one or more entries
return repository.deleteAll(query, operation: operation)
^
[126/131] Emitting module HarmonyTesting
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:25:31: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func isObjectValid<T>(_ object: T) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:12:36: note: 'T' previously declared here
public struct MockObjectValidation<T>: ObjectValidation {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:29:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func isArrayValid<T>(_ objects: [T]) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:12:36: note: 'T' previously declared here
public struct MockObjectValidation<T>: ObjectValidation {
^
[127/131] Compiling HarmonyTesting MockObjectValidation.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:25:31: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func isObjectValid<T>(_ object: T) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:12:36: note: 'T' previously declared here
public struct MockObjectValidation<T>: ObjectValidation {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:29:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func isArrayValid<T>(_ objects: [T]) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:12:36: note: 'T' previously declared here
public struct MockObjectValidation<T>: ObjectValidation {
^
[128/131] Compiling HarmonyTesting MockUrlProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:25:31: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func isObjectValid<T>(_ object: T) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:12:36: note: 'T' previously declared here
public struct MockObjectValidation<T>: ObjectValidation {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:29:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func isArrayValid<T>(_ objects: [T]) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/MockObjectValidation.swift:12:36: note: 'T' previously declared here
public struct MockObjectValidation<T>: ObjectValidation {
^
[129/131] Compiling HarmonyTesting MockInteractorGet.swift
[130/131] Compiling HarmonyTesting MockInteractorPut.swift
[131/131] Compiling HarmonyTesting TestUtils.swift
Build complete! (9.75s)
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/EntityList.json
/Users/admin/builder/spi-builder-workspace/Sources/HarmonyTesting/Data/Entity.json
Build complete.
Done.