Build Information
Failed to build CareKit, reference 2.0.2 (9d4233
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 17:58:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[98/154] Compiling CareKitStore OCKCDOutcomeValue.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[99/154] Compiling CareKitStore OCKCDPatient.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[100/154] Compiling CareKitStore OCKCDPersonName.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[101/154] Compiling CareKitStore OCKEvent.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[102/154] Compiling CareKitStore OCKHealthKitLinkage.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[103/154] Compiling CareKitStore OCKLabeledValue.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[104/154] Compiling CareKitStore OCKLocalVersionID.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[105/154] Compiling CareKitStore OCKNote.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[106/154] Compiling CareKitStore OCKOutcome.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[107/154] Compiling CareKitStore OCKOutcomeValue.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[109/154] Compiling CareKitStore OCKCarePlanQuery.swift
[110/154] Compiling CareKitStore OCKContactQuery.swift
[111/154] Compiling CareKitStore OCKEntityQuery.swift
[112/154] Compiling CareKitStore OCKEventQuery.swift
[113/154] Compiling CareKitStore OCKInsightQuery.swift
[114/154] Compiling CareKitStore OCKOutcomeQuery.swift
[115/154] Compiling CareKitStore OCKPatientQuery.swift
[116/154] Compiling CareKitStore OCKTaskQuery.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/137] Compiling CareKitStore OCKTaskStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[3/137] Compiling CareKitStore OCKTaskStoreDelegate.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[4/137] Compiling CareKitStore OCKAdherence.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[5/137] Compiling CareKitStore OCKBiologicalSex.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[6/137] Compiling CareKitStore OCKCarePlan.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[7/137] Compiling CareKitStore OCKContact.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[8/143] Compiling CareKitStore OCKAnyCarePlanStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[9/143] Compiling CareKitStore OCKAnyOutcomeStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[10/143] Compiling CareKitStore OCKOutcomeStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[11/143] Compiling CareKitStore OCKOutcomeStoreDelegate.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[12/143] Compiling CareKitStore OCKAnyPatient.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[13/143] Compiling CareKitStore OCKAnyPatientStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[14/143] Compiling CareKitStore OCKPatientStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[15/143] Compiling CareKitStore OCKStoreProtocol+Synchronous.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[16/143] Compiling CareKitStore OCKStoreProtocol.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[17/143] Compiling CareKitStore OCKAnyOutcome.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[18/143] Compiling CareKitStore OCKCarePlanStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[19/143] Compiling CareKitStore OCKCarePlanStoreDelegate.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[20/143] Compiling CareKitStore OCKAnyContact.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[21/143] Compiling CareKitStore OCKPatientStoreDelegate.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[22/143] Compiling CareKitStore OCKAnyTask.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[23/143] Compiling CareKitStore OCKAnyEvent.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[24/143] Compiling CareKitStore OCKAnyEventStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[25/143] Compiling CareKitStore OCKEventStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[26/143] Compiling CareKitStore OCKCDManageable.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[27/143] Compiling CareKitStore OCKObjectCompatible.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/143] Emitting module CareKitStore
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/150] Emitting module CareKitUI
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[30/151] Compiling CareKitStore OCKCDCarePlan.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[31/151] Compiling CareKitStore OCKCDContact.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[32/151] Compiling CareKitStore OCKCDHealthKitLinkage.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[33/151] Compiling CareKitStore OCKCDNote.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[34/151] Compiling CareKitStore OCKCDObject.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[35/151] Compiling CareKitStore OCKCDOutcome.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[36/151] Compiling CareKitStore OCKCDOutcomeValue.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[37/151] Compiling CareKitStore OCKCDPatient.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[38/151] Compiling CareKitStore OCKCDPersonName.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[39/151] Compiling CareKitStore OCKCDPostalAddress.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[40/151] Compiling CareKitStore OCKCDScheduleElement.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[41/151] Compiling CareKitStore OCKCDTask.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[42/151] Compiling CareKitStore OCKCDVersionedObject.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[43/151] Compiling CareKitStore OCKManagedObjectModel.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[52/151] Compiling CareKitStore OCKEvent.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[53/151] Compiling CareKitStore OCKHealthKitLinkage.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[54/151] Compiling CareKitStore OCKLabeledValue.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[55/151] Compiling CareKitStore OCKLocalVersionID.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[56/151] Compiling CareKitStore OCKNote.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[57/151] Compiling CareKitStore OCKOutcome.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[58/151] Compiling CareKitStore OCKOutcomeValue.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
[59/151] Compiling CareKitStore OCKPatient.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:61:99: error: 'HKUnit' is only available in macOS 13.0 or newer
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
37 | internal struct OCKHealthKitLinkage: Equatable, Codable {
| `- note: add @available attribute to enclosing struct
38 |
39 | internal enum QuantityType: String, Codable {
:
59 | /// - Parameter quantityType: Determines what kind of query will be used to fetch data from HealthKit.
60 | /// - Parameter unit: A HealthKit unit that will be associated with outcomes saved to and fetched from HealthKit.
61 | internal init(quantityIdentifier: HKQuantityTypeIdentifier, quantityType: QuantityType, unit: HKUnit) {
| | `- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add @available attribute to enclosing initializer
62 | self.quantityIdentifier = quantityIdentifier
63 | self.quantityType = quantityType
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataStoreProtocol.swift:82:79: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
80 | descriptor.type = storeType.stringValue
81 | descriptor.shouldAddStoreAsynchronously = false
82 | descriptor.setOption(FileProtectionType.complete as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
83 | container.persistentStoreDescriptions = [descriptor]
84 | container.loadPersistentStores(completionHandler: { _, error in
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataTaskStore.swift:265:20: error: 'HKUnit' is only available in macOS 13.0 or newer
51 | // MARK: Conformance to OCKTasStore
52 |
53 | extension OCKCoreDataTaskStoreProtocol {
| `- note: add @available attribute to enclosing extension
54 | public func fetchTasks(query: OCKTaskQuery = OCKTaskQuery(), callbackQueue: DispatchQueue = .main,
55 | completion: @escaping (Result<[Task], OCKStoreError>) -> Void) {
:
259 | }
260 |
261 | func makeHealthKitLinkage(from linkage: OCKCDHealthKitLinkage?) -> OCKHealthKitLinkage? {
| `- note: add @available attribute to enclosing instance method
262 | guard let linkage = linkage else { return nil }
263 | guard let quantity = OCKHealthKitLinkage.QuantityType(rawValue: linkage.quantityType) else { fatalError("Invlaid quantity type!") }
264 | let identifier = HKQuantityTypeIdentifier(rawValue: linkage.quantityIdentifier)
265 | let unit = HKUnit(from: linkage.unitString)
| |- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
266 | return OCKHealthKitLinkage(quantityIdentifier: identifier, quantityType: quantity, unit: unit)
267 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataStoreProtocol.swift:82:79: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
80 | descriptor.type = storeType.stringValue
81 | descriptor.shouldAddStoreAsynchronously = false
82 | descriptor.setOption(FileProtectionType.complete as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
83 | container.persistentStoreDescriptions = [descriptor]
84 | container.loadPersistentStores(completionHandler: { _, error in
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataTaskStore.swift:265:20: error: 'HKUnit' is only available in macOS 13.0 or newer
51 | // MARK: Conformance to OCKTasStore
52 |
53 | extension OCKCoreDataTaskStoreProtocol {
| `- note: add @available attribute to enclosing extension
54 | public func fetchTasks(query: OCKTaskQuery = OCKTaskQuery(), callbackQueue: DispatchQueue = .main,
55 | completion: @escaping (Result<[Task], OCKStoreError>) -> Void) {
:
259 | }
260 |
261 | func makeHealthKitLinkage(from linkage: OCKCDHealthKitLinkage?) -> OCKHealthKitLinkage? {
| `- note: add @available attribute to enclosing instance method
262 | guard let linkage = linkage else { return nil }
263 | guard let quantity = OCKHealthKitLinkage.QuantityType(rawValue: linkage.quantityType) else { fatalError("Invlaid quantity type!") }
264 | let identifier = HKQuantityTypeIdentifier(rawValue: linkage.quantityIdentifier)
265 | let unit = HKUnit(from: linkage.unitString)
| |- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
266 | return OCKHealthKitLinkage(quantityIdentifier: identifier, quantityType: quantity, unit: unit)
267 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataStoreProtocol.swift:82:79: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
80 | descriptor.type = storeType.stringValue
81 | descriptor.shouldAddStoreAsynchronously = false
82 | descriptor.setOption(FileProtectionType.complete as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
83 | container.persistentStoreDescriptions = [descriptor]
84 | container.loadPersistentStores(completionHandler: { _, error in
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataTaskStore.swift:265:20: error: 'HKUnit' is only available in macOS 13.0 or newer
51 | // MARK: Conformance to OCKTasStore
52 |
53 | extension OCKCoreDataTaskStoreProtocol {
| `- note: add @available attribute to enclosing extension
54 | public func fetchTasks(query: OCKTaskQuery = OCKTaskQuery(), callbackQueue: DispatchQueue = .main,
55 | completion: @escaping (Result<[Task], OCKStoreError>) -> Void) {
:
259 | }
260 |
261 | func makeHealthKitLinkage(from linkage: OCKCDHealthKitLinkage?) -> OCKHealthKitLinkage? {
| `- note: add @available attribute to enclosing instance method
262 | guard let linkage = linkage else { return nil }
263 | guard let quantity = OCKHealthKitLinkage.QuantityType(rawValue: linkage.quantityType) else { fatalError("Invlaid quantity type!") }
264 | let identifier = HKQuantityTypeIdentifier(rawValue: linkage.quantityIdentifier)
265 | let unit = HKUnit(from: linkage.unitString)
| |- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
266 | return OCKHealthKitLinkage(quantityIdentifier: identifier, quantityType: quantity, unit: unit)
267 | }
[71/151] Compiling CareKitStore OCKAnyContactStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataStoreProtocol.swift:82:79: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
80 | descriptor.type = storeType.stringValue
81 | descriptor.shouldAddStoreAsynchronously = false
82 | descriptor.setOption(FileProtectionType.complete as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
83 | container.persistentStoreDescriptions = [descriptor]
84 | container.loadPersistentStores(completionHandler: { _, error in
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataTaskStore.swift:265:20: error: 'HKUnit' is only available in macOS 13.0 or newer
51 | // MARK: Conformance to OCKTasStore
52 |
53 | extension OCKCoreDataTaskStoreProtocol {
| `- note: add @available attribute to enclosing extension
54 | public func fetchTasks(query: OCKTaskQuery = OCKTaskQuery(), callbackQueue: DispatchQueue = .main,
55 | completion: @escaping (Result<[Task], OCKStoreError>) -> Void) {
:
259 | }
260 |
261 | func makeHealthKitLinkage(from linkage: OCKCDHealthKitLinkage?) -> OCKHealthKitLinkage? {
| `- note: add @available attribute to enclosing instance method
262 | guard let linkage = linkage else { return nil }
263 | guard let quantity = OCKHealthKitLinkage.QuantityType(rawValue: linkage.quantityType) else { fatalError("Invlaid quantity type!") }
264 | let identifier = HKQuantityTypeIdentifier(rawValue: linkage.quantityIdentifier)
265 | let unit = HKUnit(from: linkage.unitString)
| |- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
266 | return OCKHealthKitLinkage(quantityIdentifier: identifier, quantityType: quantity, unit: unit)
267 | }
[72/151] Compiling CareKitStore OCKContactStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataStoreProtocol.swift:82:79: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
80 | descriptor.type = storeType.stringValue
81 | descriptor.shouldAddStoreAsynchronously = false
82 | descriptor.setOption(FileProtectionType.complete as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
83 | container.persistentStoreDescriptions = [descriptor]
84 | container.loadPersistentStores(completionHandler: { _, error in
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataTaskStore.swift:265:20: error: 'HKUnit' is only available in macOS 13.0 or newer
51 | // MARK: Conformance to OCKTasStore
52 |
53 | extension OCKCoreDataTaskStoreProtocol {
| `- note: add @available attribute to enclosing extension
54 | public func fetchTasks(query: OCKTaskQuery = OCKTaskQuery(), callbackQueue: DispatchQueue = .main,
55 | completion: @escaping (Result<[Task], OCKStoreError>) -> Void) {
:
259 | }
260 |
261 | func makeHealthKitLinkage(from linkage: OCKCDHealthKitLinkage?) -> OCKHealthKitLinkage? {
| `- note: add @available attribute to enclosing instance method
262 | guard let linkage = linkage else { return nil }
263 | guard let quantity = OCKHealthKitLinkage.QuantityType(rawValue: linkage.quantityType) else { fatalError("Invlaid quantity type!") }
264 | let identifier = HKQuantityTypeIdentifier(rawValue: linkage.quantityIdentifier)
265 | let unit = HKUnit(from: linkage.unitString)
| |- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
266 | return OCKHealthKitLinkage(quantityIdentifier: identifier, quantityType: quantity, unit: unit)
267 | }
[73/151] Compiling CareKitStore OCKContactStoreDelegate.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataStoreProtocol.swift:82:79: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
80 | descriptor.type = storeType.stringValue
81 | descriptor.shouldAddStoreAsynchronously = false
82 | descriptor.setOption(FileProtectionType.complete as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
83 | container.persistentStoreDescriptions = [descriptor]
84 | container.loadPersistentStores(completionHandler: { _, error in
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataTaskStore.swift:265:20: error: 'HKUnit' is only available in macOS 13.0 or newer
51 | // MARK: Conformance to OCKTasStore
52 |
53 | extension OCKCoreDataTaskStoreProtocol {
| `- note: add @available attribute to enclosing extension
54 | public func fetchTasks(query: OCKTaskQuery = OCKTaskQuery(), callbackQueue: DispatchQueue = .main,
55 | completion: @escaping (Result<[Task], OCKStoreError>) -> Void) {
:
259 | }
260 |
261 | func makeHealthKitLinkage(from linkage: OCKCDHealthKitLinkage?) -> OCKHealthKitLinkage? {
| `- note: add @available attribute to enclosing instance method
262 | guard let linkage = linkage else { return nil }
263 | guard let quantity = OCKHealthKitLinkage.QuantityType(rawValue: linkage.quantityType) else { fatalError("Invlaid quantity type!") }
264 | let identifier = HKQuantityTypeIdentifier(rawValue: linkage.quantityIdentifier)
265 | let unit = HKUnit(from: linkage.unitString)
| |- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
266 | return OCKHealthKitLinkage(quantityIdentifier: identifier, quantityType: quantity, unit: unit)
267 | }
[74/151] Compiling CareKitStore OCKCoreDataStoreProtocol.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataStoreProtocol.swift:82:79: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
80 | descriptor.type = storeType.stringValue
81 | descriptor.shouldAddStoreAsynchronously = false
82 | descriptor.setOption(FileProtectionType.complete as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
83 | container.persistentStoreDescriptions = [descriptor]
84 | container.loadPersistentStores(completionHandler: { _, error in
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataTaskStore.swift:265:20: error: 'HKUnit' is only available in macOS 13.0 or newer
51 | // MARK: Conformance to OCKTasStore
52 |
53 | extension OCKCoreDataTaskStoreProtocol {
| `- note: add @available attribute to enclosing extension
54 | public func fetchTasks(query: OCKTaskQuery = OCKTaskQuery(), callbackQueue: DispatchQueue = .main,
55 | completion: @escaping (Result<[Task], OCKStoreError>) -> Void) {
:
259 | }
260 |
261 | func makeHealthKitLinkage(from linkage: OCKCDHealthKitLinkage?) -> OCKHealthKitLinkage? {
| `- note: add @available attribute to enclosing instance method
262 | guard let linkage = linkage else { return nil }
263 | guard let quantity = OCKHealthKitLinkage.QuantityType(rawValue: linkage.quantityType) else { fatalError("Invlaid quantity type!") }
264 | let identifier = HKQuantityTypeIdentifier(rawValue: linkage.quantityIdentifier)
265 | let unit = HKUnit(from: linkage.unitString)
| |- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
266 | return OCKHealthKitLinkage(quantityIdentifier: identifier, quantityType: quantity, unit: unit)
267 | }
[75/151] Compiling CareKitStore OCKCoreDataTaskStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataStoreProtocol.swift:82:79: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
80 | descriptor.type = storeType.stringValue
81 | descriptor.shouldAddStoreAsynchronously = false
82 | descriptor.setOption(FileProtectionType.complete as NSObject, forKey: NSPersistentStoreFileProtectionKey)
| `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
83 | container.persistentStoreDescriptions = [descriptor]
84 | container.loadPersistentStores(completionHandler: { _, error in
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:166:34: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
164 |
165 | /* Key to represent the protection class for the persistent store. Backward compatibility may preclude some features. The acceptable values are those defined in Foundation for the NSFileProtectionKey. The default value of NSPersistentStoreFileProtectionKey is NSFileProtectionCompleteUntilFirstUserAuthentication for all applications built on or after iOS5. The default value for all older applications is NSFileProtectionNone. */
166 | COREDATA_EXTERN NSString * const NSPersistentStoreFileProtectionKey API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(macosx);
| `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
167 |
168 | /* Dictionary key for enabling persistent history - default is NO */
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CoreData/OCKCoreDataTaskStore.swift:265:20: error: 'HKUnit' is only available in macOS 13.0 or newer
51 | // MARK: Conformance to OCKTasStore
52 |
53 | extension OCKCoreDataTaskStoreProtocol {
| `- note: add @available attribute to enclosing extension
54 | public func fetchTasks(query: OCKTaskQuery = OCKTaskQuery(), callbackQueue: DispatchQueue = .main,
55 | completion: @escaping (Result<[Task], OCKStoreError>) -> Void) {
:
259 | }
260 |
261 | func makeHealthKitLinkage(from linkage: OCKCDHealthKitLinkage?) -> OCKHealthKitLinkage? {
| `- note: add @available attribute to enclosing instance method
262 | guard let linkage = linkage else { return nil }
263 | guard let quantity = OCKHealthKitLinkage.QuantityType(rawValue: linkage.quantityType) else { fatalError("Invlaid quantity type!") }
264 | let identifier = HKQuantityTypeIdentifier(rawValue: linkage.quantityIdentifier)
265 | let unit = HKUnit(from: linkage.unitString)
| |- error: 'HKUnit' is only available in macOS 13.0 or newer
| `- note: add 'if #available' version check
266 | return OCKHealthKitLinkage(quantityIdentifier: identifier, quantityType: quantity, unit: unit)
267 | }
[76/151] Compiling CareKitStore OCKStore+Tasks.swift
[77/151] Compiling CareKitStore OCKStore.swift
[78/151] Compiling CareKitStore OCKAdherenceAggregator.swift
[79/151] Compiling CareKitStore OCKEventAggregator.swift
[80/151] Compiling CareKitStore OCKResultClosure.swift
[81/151] Compiling CareKitStore OCKStoreError.swift
[82/151] Compiling CareKitStore OCKUtilities.swift
[83/151] Compiling CareKitStore OCKAnyCarePlan.swift
[85/151] Compiling CareKitStore OCKCarePlanQuery.swift
[86/151] Compiling CareKitStore OCKContactQuery.swift
[87/151] Compiling CareKitStore OCKEntityQuery.swift
[88/151] Compiling CareKitStore OCKEventQuery.swift
[89/151] Compiling CareKitStore OCKInsightQuery.swift
[90/151] Compiling CareKitStore OCKOutcomeQuery.swift
[91/151] Compiling CareKitStore OCKPatientQuery.swift
[92/151] Compiling CareKitStore OCKTaskQuery.swift
[93/151] Compiling CareKitStore OCKAnyTaskStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[94/151] Compiling CareKitStore OCKAnyVersionableTask.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[101/151] Compiling CareKitUI OCKInstructionsTaskView.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[102/151] Compiling CareKitUI OCKLogTaskView.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[103/151] Compiling CareKitUI OCKSimpleTaskView.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[104/151] Compiling CareKitUI OCKTaskDisplayable.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[105/151] Compiling CareKitUI OCKDetailView.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[106/151] Compiling CareKitUI OCKLocalization.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[107/151] Compiling CareKitStore OCKTask.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
[108/151] Compiling CareKitStore OCKAdherenceQuery.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKNote.swift:50:20: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
48 | public internal(set) var updatedDate: Date?
49 | public internal(set) var schemaVersion: OCKSemanticVersion?
50 | public internal (set) var localDatabaseID: OCKLocalVersionID?
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
51 | public var groupIdentifier: String?
52 | public var tags: [String]?
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
[123/151] Compiling CareKitStore OCKStore+CarePlans.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
[124/151] Compiling CareKitStore OCKStore+Contacts.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
[125/151] Compiling CareKitStore OCKStore+Outcomes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
[126/151] Compiling CareKitStore OCKStore+Patients.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:39:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
37 | /// - Parameter plan: The care plan that is about to be modified.
38 | /// - Note: `OCKStore` returns true for all care plans.
39 | open func shouldHandleCarePlan(_ plan: OCKAnyCarePlan) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
40 |
41 | /// Determines whether or not this store is intended to handle fetching for a certain query.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:44:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
42 | /// - Parameter query: The query that will be performed.
43 | /// - Note: `OCKStore` returns true for all cases.
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
44 | open func shouldHandleCarePlanQuery(query: OCKAnyCarePlanQuery) -> Bool { true }
45 |
46 | open func fetchCarePlans(query: OCKCarePlanQuery = OCKCarePlanQuery(),
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
47 | callbackQueue: DispatchQueue = .main, completion: @escaping (Result<[OCKCarePlan], OCKStoreError>) -> Void) {
48 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:69:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
67 | }
68 |
69 | open func addCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
70 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
71 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:90:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
88 | }
89 |
90 | open func updateCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
91 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
92 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+CarePlans.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | }
111 |
112 | open func deleteCarePlans(_ plans: [OCKCarePlan], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
113 | completion: ((Result<[OCKCarePlan], OCKStoreError>) -> Void)? = nil) {
114 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchContacts(query: OCKContactQuery = OCKContactQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKContact], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:57:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
55 | }
56 |
57 | open func addContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
58 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
59 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:78:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
76 | }
77 |
78 | open func updateContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main, completion: OCKResultClosure<[OCKContact]>? = nil) {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | context.perform {
80 | do {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Contacts.swift:98:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
96 | }
97 |
98 | open func deleteContacts(_ contacts: [OCKContact], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
99 | completion: ((Result<[OCKContact], OCKStoreError>) -> Void)? = nil) {
100 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchOutcomes(query: OCKOutcomeQuery = OCKOutcomeQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKOutcome], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:80:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
78 | }
79 |
80 | open func updateOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
81 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
82 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Outcomes.swift:109:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
107 | }
108 |
109 | open func deleteOutcomes(_ outcomes: [OCKOutcome], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
110 | completion: ((Result<[OCKOutcome], OCKStoreError>) -> Void)? = nil) {
111 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:35:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
33 | extension OCKStore {
34 |
35 | open func fetchPatients(query: OCKPatientQuery = OCKPatientQuery(), callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
36 | completion: @escaping (Result<[OCKPatient], OCKStoreError>) -> Void) {
37 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:59:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
57 | }
58 |
59 | open func addPatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
60 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
61 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:81:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
79 | }
80 |
81 | open func updatePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
82 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
83 | context.perform {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:103:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
101 | }
102 |
103 | open func deletePatients(_ patients: [OCKPatient], callbackQueue: DispatchQueue = .main,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
104 | completion: ((Result<[OCKPatient], OCKStoreError>) -> Void)? = nil) {
105 | context.perform {
BUILD FAILURE 6.1 macosSpm