Build Information
Failed to build CareKitEssentials, reference main (30419a
), with Swift 6.0 for macOS (SPM) on 5 May 2025 19:50:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKBiologicalSex+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKBiologicalSex' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKBiologicalSex: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKBiologicalSex' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKCarePlan+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKCarePlan' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKCarePlan: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKCarePlan' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKContact+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKLabeledValue' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKLabeledValue: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKLabeledValue' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(label)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKContact+Hashable.swift:19:1: warning: extension declares a conformance of imported type 'OCKContact' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
17 | }
18 |
19 | extension OCKContact: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKContact' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | public func hash(into hasher: inout Hasher) {
21 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitLinkage+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKHealthKitLinkage' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKHealthKitLinkage: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitLinkage' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(quantityIdentifier)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitOutcome+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKHealthKitOutcome' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKHealthKitOutcome: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitOutcome' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitTask+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKHealthKitTask: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKNote+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKNote' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKNote: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKNote' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(author)
[545/612] Compiling CareKitEssentials OCKHealthKitPassthroughStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEventStore.swift:16:71: warning: converting a value of type '(__shared sending Result<any OCKAnyOutcome, OCKStoreError>) -> ()' to type '(Result<any OCKAnyOutcome, OCKStoreError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
14 | func toggleBooleanOutcome(for event: OCKAnyEvent) async throws -> OCKAnyOutcome {
15 | try await withCheckedThrowingContinuation { continuation in
16 | toggleBooleanOutcome(for: event, completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<any OCKAnyOutcome, OCKStoreError>) -> ()' to type '(Result<any OCKAnyOutcome, OCKStoreError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKBiologicalSex+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKBiologicalSex' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKBiologicalSex: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKBiologicalSex' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKCarePlan+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKCarePlan' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKCarePlan: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKCarePlan' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKContact+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKLabeledValue' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKLabeledValue: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKLabeledValue' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(label)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKContact+Hashable.swift:19:1: warning: extension declares a conformance of imported type 'OCKContact' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
17 | }
18 |
19 | extension OCKContact: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKContact' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | public func hash(into hasher: inout Hasher) {
21 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitLinkage+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKHealthKitLinkage' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKHealthKitLinkage: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitLinkage' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(quantityIdentifier)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitOutcome+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKHealthKitOutcome' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKHealthKitOutcome: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitOutcome' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitTask+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKHealthKitTask: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKNote+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKNote' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKNote: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKNote' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(author)
[546/612] Compiling CareKitEssentials OCKHealthKitTask+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEventStore.swift:16:71: warning: converting a value of type '(__shared sending Result<any OCKAnyOutcome, OCKStoreError>) -> ()' to type '(Result<any OCKAnyOutcome, OCKStoreError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
14 | func toggleBooleanOutcome(for event: OCKAnyEvent) async throws -> OCKAnyOutcome {
15 | try await withCheckedThrowingContinuation { continuation in
16 | toggleBooleanOutcome(for: event, completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<any OCKAnyOutcome, OCKStoreError>) -> ()' to type '(Result<any OCKAnyOutcome, OCKStoreError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKBiologicalSex+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKBiologicalSex' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKBiologicalSex: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKBiologicalSex' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKCarePlan+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKCarePlan' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKCarePlan: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKCarePlan' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKContact+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKLabeledValue' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKLabeledValue: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKLabeledValue' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(label)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKContact+Hashable.swift:19:1: warning: extension declares a conformance of imported type 'OCKContact' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
17 | }
18 |
19 | extension OCKContact: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKContact' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | public func hash(into hasher: inout Hasher) {
21 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitLinkage+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKHealthKitLinkage' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKHealthKitLinkage: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitLinkage' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(quantityIdentifier)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitOutcome+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKHealthKitOutcome' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKHealthKitOutcome: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitOutcome' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitTask+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKHealthKitTask: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKNote+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKNote' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKNote: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKNote' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(author)
[547/612] Compiling CareKitEssentials OCKNote+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEventStore.swift:16:71: warning: converting a value of type '(__shared sending Result<any OCKAnyOutcome, OCKStoreError>) -> ()' to type '(Result<any OCKAnyOutcome, OCKStoreError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
14 | func toggleBooleanOutcome(for event: OCKAnyEvent) async throws -> OCKAnyOutcome {
15 | try await withCheckedThrowingContinuation { continuation in
16 | toggleBooleanOutcome(for: event, completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<any OCKAnyOutcome, OCKStoreError>) -> ()' to type '(Result<any OCKAnyOutcome, OCKStoreError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
17 | }
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKBiologicalSex+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKBiologicalSex' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKBiologicalSex: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKBiologicalSex' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKCarePlan+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKCarePlan' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKCarePlan: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKCarePlan' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKContact+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKLabeledValue' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKLabeledValue: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKLabeledValue' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(label)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKContact+Hashable.swift:19:1: warning: extension declares a conformance of imported type 'OCKContact' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
17 | }
18 |
19 | extension OCKContact: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKContact' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 | public func hash(into hasher: inout Hasher) {
21 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitLinkage+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKHealthKitLinkage' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKHealthKitLinkage: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitLinkage' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(quantityIdentifier)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitOutcome+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKHealthKitOutcome' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKHealthKitOutcome: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitOutcome' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKHealthKitTask+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKHealthKitTask: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKNote+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'OCKNote' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKNote: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKNote' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public func hash(into hasher: inout Hasher) {
13 | hasher.combine(author)
[548/612] Compiling CareKitEssentials DigitalCrownViewFooter.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[549/612] Compiling CareKitEssentials DigitalCrownViewHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[550/612] Compiling CareKitEssentials DigitalCrownViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[551/612] Compiling CareKitEssentials CardEnabledEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[552/612] Compiling CareKitEssentials BinaryCareTaskProgress+Math.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[553/612] Compiling CareKitEssentials CGFloat.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[554/612] Compiling CareKitEssentials Calendar+Dates.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[555/612] Compiling CareKitEssentials CareStoreFetchedResult+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[556/612] Compiling CareKitEssentials CareStoreFetchedResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[557/612] Compiling CareKitEssentials CareStoreFetchedResults+Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[558/612] Compiling CareKitEssentials CareTaskProgressStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/CareStoreFetchedResult+Hashable.swift:13:35: warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
11 | import Foundation
12 |
13 | extension CareStoreFetchedResult: Hashable where Result: CareKitEssentialVersionable {}
| `- warning: conformance of 'CareStoreFetchedResult<Result>' to protocol 'Hashable' conflicts with that stated in the type's module 'CareKit' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKit/CareKit/Shared/Synchronization/CareStoreFetchedResult.swift:63:1: note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
61 | }
62 |
63 | extension CareStoreFetchedResult: Hashable where Result: Hashable {
| `- note: 'CareStoreFetchedResult<Result>' declares conformance to protocol 'Hashable' here
64 |
65 | public func hash(into hasher: inout Hasher) {
[559/612] Compiling CareKitEssentials ChartContent+Default.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[560/612] Compiling CareKitEssentials Double.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[561/612] Compiling CareKitEssentials Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[562/612] Compiling CareKitEssentials LinearCareTaskProgress+Math.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[563/612] Compiling CareKitEssentials Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[564/612] Compiling CareKitEssentials NSImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[565/612] Compiling CareKitEssentials OCKAnyEvent+Comparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[566/612] Compiling CareKitEssentials OCKAnyEvent+CustomStringConvertable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[567/612] Compiling CareKitEssentials OCKAnyEvent+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[568/612] Compiling CareKitEssentials OCKAnyEvent+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[569/612] Compiling CareKitEssentials OCKAnyEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:11:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKEvent: Comparable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func < (lhs: OCKEvent, rhs: OCKEvent) -> Bool {
13 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Comparable.swift:17:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
15 | }
16 |
17 | extension OCKAnyEvent: Comparable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: OCKAnyEvent, rhs: OCKAnyEvent) -> Bool {
19 | lhs.scheduleEvent < rhs.scheduleEvent
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+CustomStringConvertable.swift:12:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import CareKitStore
11 |
12 | extension OCKAnyEvent: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 |
14 | public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Equatable.swift:11:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
9 | import CareKitStore
10 |
11 | extension OCKAnyEvent: Equatable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static func == (
13 | lhs: OCKAnyEvent,
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:12:1: warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension OCKEvent: Hashable where Task: CareKitEssentialVersionable, Outcome: CareKitEssentialVersionable {
| |- warning: extension declares a conformance of imported type 'OCKEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | public func hash(into hasher: inout Hasher) {
14 | hasher.combine(id)
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Extensions/OCKAnyEvent+Hashable.swift:21:1: warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
19 | }
20 |
21 | extension OCKAnyEvent: Hashable {
| |- warning: extension declares a conformance of imported type 'OCKAnyEvent' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 | public func hash(into hasher: inout Hasher) {
23 | hasher.combine(id)
[570/612] Compiling CareKitEssentials InstructionsTaskView.swift
[571/612] Compiling CareKitEssentials LabeledValueTaskView+EventViewable.swift
[572/612] Compiling CareKitEssentials LabeledValueTaskView.swift
[573/612] Compiling CareKitEssentials NumericProgressTaskView+EventViewable.swift
[574/612] Compiling CareKitEssentials NumericProgressTaskView.swift
[575/612] Compiling CareKitEssentials SimpleTaskView+EventViewable.swift
[576/612] Compiling CareKitEssentials SimpleTaskView.swift
[577/612] Compiling CareKitEssentials InformationHeaderView.swift
[578/612] Compiling CareKitEssentials CareKitEssentialView.swift
[579/612] Compiling CareKitEssentials EventViewable.swift
[580/612] Compiling CareKitEssentials EventWithContentViewable.swift
[581/612] Compiling CareKitEssentials CareKitEssentialsUserInfoKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[582/612] Compiling CareKitEssentials DateComponentsForProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[583/612] Compiling CareKitEssentials OSValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[584/612] Compiling CareKitEssentials PeriodComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[585/612] Compiling CareKitEssentials ScheduleUtility.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[586/612] Compiling CareKitEssentials SurveyQuestion.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[587/612] Compiling CareKitEssentials SurveyStep.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[588/612] Compiling CareKitEssentials CareKitEssentialVersionable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[589/612] Compiling CareKitEssentials Utility.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[590/612] Compiling CareKitEssentials resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:15:1: warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
13 | extension OCKCarePlan: CareKitEssentialVersionable {}
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKHealthKitTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | extension OCKTask: CareKitEssentialVersionable {}
17 | extension OCKOutcome: CareKitEssentialVersionable {}
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Protocols/CareKitEssentialVersionable.swift:16:1: warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
14 | extension OCKContact: CareKitEssentialVersionable {}
15 | extension OCKHealthKitTask: CareKitEssentialVersionable {}
16 | extension OCKTask: CareKitEssentialVersionable {}
| |- warning: extension declares a conformance of imported type 'OCKTask' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'CareKitStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | extension OCKOutcome: CareKitEssentialVersionable {}
18 |
[591/612] Compiling CareKitEssentials TemporalTaskProgress.swift
[592/612] Compiling CareKitEssentials CareKitEssentialChartable.swift
[593/612] Compiling CareKitEssentials CustomLabelView.swift
[594/612] Compiling CareKitEssentials DetailsView.swift
[595/612] Compiling CareKitEssentials DismissableView.swift
[596/612] Compiling CareKitEssentials EventQueryContentView.swift
[597/612] Compiling CareKitEssentials EventQueryView.swift
[598/612] Compiling CareKitEssentials CKEDataSeries+AXChartDescriptorRepresentable.swift
[599/612] Compiling CareKitEssentials CareKitEssentialChartBodyView+ChartContent.swift
[600/612] Compiling CareKitEssentials CareKitEssentialSliderLogView+EventViewable.swift
[601/612] Compiling CareKitEssentials InstructionsTaskView+EventViewable.swift
[602/612] Compiling CareKitEssentials CardViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[603/612] Compiling CareKitEssentials CKEConfigurationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[604/612] Compiling CareKitEssentials CareEssentialChartView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[605/612] Compiling CareKitEssentials CareKitEssentialChartBodyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[606/612] Compiling CareKitEssentials CareKitEssentialChartDetailView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[607/612] Compiling CareKitEssentials CareKitEssentialChartHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[608/612] Compiling CareKitEssentials CareKitEssentialChartView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[609/612] Compiling CareKitEssentials CKEDataSeries.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[610/612] Compiling CareKitEssentials CKEDataSeriesConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[611/612] Compiling CareKitEssentials CKEPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
[612/612] Compiling CareKitEssentials TemporalProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:46:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
44 | }
45 | }
46 | .onChange(of: markSelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:49:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
47 | configurations[configurationId]?.mark = newValue
48 | }
49 | .onChange(of: dataStrategySelected) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:52:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
50 | configurations[configurationId]?.dataStrategy = newValue
51 | }
52 | .onChange(of: isShowingMarkHighlighted) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:55:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
53 | configurations[configurationId]?.showMarkWhenHighlighted = newValue
54 | }
55 | .onChange(of: isShowingMeanMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CKEConfigurationView.swift:58:4: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
56 | configurations[configurationId]?.showMeanMark = newValue
57 | }
58 | .onChange(of: isShowingMedianMark) { newValue in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
59 | configurations[configurationId]?.showMedianMark = newValue
60 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:149:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
147 | ScrollView {
148 | VStack {
149 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
150 | title: task.title ?? "",
151 | subtitle: "Day",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:156:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
154 | configurations: [configurationBar]
155 | )
156 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
157 | title: task.title ?? "",
158 | subtitle: "Week",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:163:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
161 | configurations: [configurationBar]
162 | )
163 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
164 | title: task.title ?? "",
165 | subtitle: "Month",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareEssentialChartView.swift:170:6: warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
168 | configurations: [configurationBar]
169 | )
170 | CareEssentialChartView(
| `- warning: 'CareEssentialChartView' is deprecated: Renamed to `CareKitEssentialChartView` and `dateInterval`, `period`, and `configurations` are now @Binding
171 | title: task.title ?? "",
172 | subtitle: "Year",
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:67:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
65 | updateQuery()
66 | }
67 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartDetailView.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
68 | updateQuery()
69 | }
70 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
71 | updateQuery()
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:92:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
90 | updateQuery()
91 | }
92 | .onChange(of: dateInterval) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
/Users/admin/builder/spi-builder-workspace/Sources/CareKitEssentials/Cards/Shared/Chart/CareKitEssentialChartView.swift:95:6: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
93 | updateQuery()
94 | }
95 | .onChange(of: configurations) { _ in
| `- warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
96 | updateQuery()
97 | }
Fetching https://github.com/cbaker6/CareKit.git
[1/15307] Fetching carekit
Fetched https://github.com/cbaker6/CareKit.git from cache (2.69s)
Computing version for https://github.com/cbaker6/CareKit.git
Computed https://github.com/cbaker6/CareKit.git at 3.0.0-beta.45 (3.11s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/FHIRModels.git
[1/6036] Fetching fhirmodels
Fetched https://github.com/apple/FHIRModels.git from cache (1.27s)
[1/4976] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (3.47s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.3 (0.50s)
Fetching https://github.com/apple/swift-collections.git
[1/16371] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.06s)
Computing version for https://github.com/apple/FHIRModels.git
Computed https://github.com/apple/FHIRModels.git at 0.6.1 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Creating working copy for https://github.com/cbaker6/CareKit.git
Working copy of https://github.com/cbaker6/CareKit.git resolved at 3.0.0-beta.45
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.3
Creating working copy for https://github.com/apple/FHIRModels.git
Working copy of https://github.com/apple/FHIRModels.git resolved at 0.6.1
warning: 'carekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKitStore/CareKitStore/CoreData/CareKitStore.xcdatamodeld
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CareKit/CareKitStore/CareKitStore/CoreData/Migrations/2_0To_3_0/2.0_3.0_Mapping.xcmappingmodel
BUILD FAILURE 6.0 macosSpm