The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CareKit, reference main (659fbb), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 01:50:30 UTC.

Build Command

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

Build Log

159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[289/933] Compiling CareKitStore OCKContactStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[290/933] Compiling CareKitStore OCKAnyEvent.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[291/933] Compiling CareKitStore OCKAnyEventStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[292/933] Compiling CareKitStore OCKEventStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[293/933] Compiling CareKitStore OCKReadOnlyEventStore+FetchPartialEvents.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[294/933] Compiling CareKitStore OCKReadOnlyEventStore+PartialEventsStream.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[295/933] Compiling CareKitStore OCKReadOnlyEventStore+Utilities.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[296/933] Compiling CareKitStore OCKReadOnlyEventStore+VersioningUtilities.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[297/933] Compiling CareKitStore PartialEvent.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[298/933] Compiling CareKitStore OCKObjectCompatible.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/CarePlans/OCKCarePlanStore.swift:169:20: warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
167 |
168 |         let plans = carePlans(matching: query)
169 |             .map { $0 as [OCKAnyCarePlan] }
    |                    `- warning: capture of non-sendable type 'Self.Plan.Type' in an isolated closure
170 |
171 |         let wrappedPlans = CareStoreQueryResults(wrapping: plans)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Contacts/OCKContactStore.swift:168:20: warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
166 |
167 |         let contacts = contacts(matching: query)
168 |             .map { $0 as [OCKAnyContact] }
    |                    `- warning: capture of non-sendable type 'Self.Contact.Type' in an isolated closure
169 |
170 |         let wrappedContacts = CareStoreQueryResults(wrapping: contacts)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:141:24: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
139 |         let events = events(matching: query)
140 |             .map { events in
141 |                 events.map { $0.anyEvent }
    |                        `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
142 |             }
143 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:166:48: warning: capture of non-sendable type 'Self.Type' in an isolated closure
164 |         guard let typedTask = task as? Self.Task else {
165 |             callbackQueue.async {
166 |                 let message = "Store of type \(type(of: self)) cannot fetch event with task type \(type(of: task))."
    |                                                `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
167 |                 completion(.failure(.fetchFailed(reason: message)))
168 |             }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:158:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
156 |     }
157 |
158 |     func fetchAnyEvent(
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
159 |         forTask task: OCKAnyTask,
160 |         occurrence: Int,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:22: warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                      `- warning: capture of non-sendable type 'Self.Outcome.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:196:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
194 |         let events = combineLatest(partialEvents, outcomes)
195 |             .map { partialEvents, outcomes in
196 |                 self.join(partialEvents: partialEvents, outcomes: outcomes)
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
197 |             }
198 |             .removeDuplicates()
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKEventStore.swift:186:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
184 | public extension OCKReadOnlyEventStore where Task: OCKAnyVersionableTask {
185 |
186 |     func events(matching query: OCKEventQuery) -> CareStoreQueryResults<Event> {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
187 |
188 |         let taskQuery = query.taskQuery
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:24: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                        `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:60:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 58 |         let taskVersionChains = latestTaskVersions.map { tasks in
 59 |
 60 |             return try await self.taskVersionChains(
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 61 |                 backwardsFrom: tasks,
 62 |                 effectiveAfter: dateInterval.start
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:78:18: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 76 |                 }
 77 |                 // Guarantee a stable sort order in UIs with lists of events
 78 |                 .sorted { $0.isOrderedBefore(other: $1) }
    |                  `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure
 79 |         }
 80 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:41:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 39 |
 40 |     // Returns `some AsyncSequence where Element == [PartialEvent<Task>]`
 41 |     func partialEvents(matching query: OCKTaskQuery) -> PartialEvents {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 42 |
 43 |         let latestTaskVersionsQuery = makeLatestTaskVersionsQuery(from: query)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:44: warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                            `- warning: capture of non-sendable type 'Self.Task.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:102:50: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
100 |                     // fetching *previous* versions of a task. If a task is updated, a
101 |                     // new version is created and the previous versions are unaffected.
102 |                     let versionChain = try await self.taskVersionChain(
    |                                                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |                         backwardsFrom: careTask,
104 |                         effectiveAfter: startDate
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Protocols/Events/OCKReadOnlyEventStore+PartialEventsStream.swift:84:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     }
 83 |
 84 |     private func taskVersionChains(
    |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 85 |         backwardsFrom tasks: [Task],
 86 |         effectiveAfter startDate: Date
[299/933] Emitting module CareKitStore
[325/933] Compiling CareKitStore OCKAnyCarePlanStore.swift
[326/933] Compiling ModelsR4 CodeSystemGoalPriority.swift
[327/933] Compiling ModelsR4 CodeSystemGoalRelationshipType.swift
[328/933] Compiling ModelsR4 CodeSystemGoalStatusReason.swift
[329/933] Compiling ModelsR4 CodeSystemGraphCompartmentRule.swift
[330/933] Compiling ModelsR4 CodeSystemGraphCompartmentUse.swift
[331/933] Compiling ModelsR4 CodeSystemGroupMeasure.swift
[332/933] Compiling ModelsR4 CodeSystemGroupType.swift
[333/933] Compiling ModelsR4 CodeSystemGuidanceResponseStatus.swift
[334/933] Compiling ModelsR4 CodeSystemGuidePageGeneration.swift
[335/933] Compiling ModelsR4 CodeSystemGuideParameterCode.swift
[336/933] Compiling ModelsR4 CodeSystemHL7Workgroup.swift
[337/933] Compiling ModelsR4 CodeSystemHTTPVerb.swift
[338/933] Compiling ModelsR4 CodeSystemHandlingConditionSet.swift
[339/933] Compiling ModelsR4 CodeSystemHumanNameAssemblyOrder.swift
[340/933] Compiling ModelsR4 CodeSystemISO210892017HealthRecordLifecycleEvents.swift
[341/933] Compiling ModelsR4 CodeSystemIdentifierUse.swift
[342/933] Compiling ModelsR4 CodeSystemIdentityAssuranceLevel.swift
[343/933] Compiling ModelsR4 CodeSystemImagingStudyStatus.swift
[344/933] Compiling ModelsR4 CodeSystemImmunizationEvaluationDoseStatusCodes.swift
[345/933] Compiling ModelsR4 CodeSystemImmunizationEvaluationDoseStatusReasonCodes.swift
[346/933] Compiling ModelsR4 CodeSystemImmunizationFundingSource.swift
[347/933] Compiling ModelsR4 CodeSystemImmunizationOriginCodes.swift
[348/933] Compiling ModelsR4 CodeSystemImmunizationProgramEligibility.swift
[349/933] Compiling ModelsR4 CodeSystemImmunizationRecommendationStatusCodes.swift
[350/957] Compiling CareKitStore OCKEventQuery.swift
[351/957] Compiling CareKitStore OCKOutcomeQuery.swift
[352/957] Compiling CareKitStore OCKPatientQuery.swift
[353/957] Compiling CareKitStore OCKQueryProtocol.swift
[354/957] Compiling CareKitStore OCKTaskQuery.swift
[355/957] Compiling CareKitStore AggregatedCareTaskProgress.swift
[356/957] Compiling CareKitStore BinaryCareTaskProgress.swift
[357/957] Compiling CareKitStore CareTaskProgress.swift
[358/957] Compiling CareKitStore CareTaskProgressStrategy+CheckingOutcomesExist.swift
[359/957] Compiling CareKitStore CareTaskProgressStrategy+SummingOutcomeValues.swift
[360/957] Compiling CareKitStore CareTaskProgressStrategy.swift
[361/957] Compiling CareKitStore LinearCareTaskProgress.swift
[362/957] Compiling CareKitStore resource_bundle_accessor.swift
[373/957] Compiling CareKitStore OCKStore+Tasks.swift
[374/957] Compiling CareKitStore OCKStore+Transactions.swift
[375/957] Compiling CareKitStore OCKStore.swift
[376/957] Compiling CareKitStore OCKCarePlanStoreDelegate.swift
[377/957] Compiling CareKitStore OCKContactStoreDelegate.swift
[378/957] Compiling CareKitStore OCKEventAggregator.swift
[379/957] Compiling CareKitStore OCKOutcomeStoreDelegate.swift
[380/957] Compiling CareKitStore OCKPatientStoreDelegate.swift
[381/957] Compiling CareKitStore OCKTaskStoreDelegate.swift
[382/957] Compiling CareKitStore OCKPersistentStoreCoordinator+CarePlans.swift
[383/957] Compiling CareKitStore OCKPersistentStoreCoordinator+Contacts.swift
[384/957] Compiling CareKitStore OCKPersistentStoreCoordinator+Events.swift
[385/957] Compiling CareKitStore OCKPersistentStoreCoordinator+Outcomes.swift
[386/957] Compiling CareKitStore OCKPersistentStoreCoordinator+Patients.swift
[389/957] Compiling CareKitStore OCKNote.swift
[390/957] Compiling CareKitStore OCKOutcome.swift
[391/957] Compiling CareKitStore OCKOutcomeValue.swift
[392/957] Compiling CareKitStore OCKPatient.swift
[393/957] Compiling CareKitStore OCKPostalAddress.swift
[394/957] Compiling CareKitStore OCKSchedule.swift
[395/957] Compiling CareKitStore OCKScheduleElement.swift
[396/957] Compiling CareKitStore OCKScheduleEvent.swift
[397/957] Compiling CareKitStore OCKSemanticVersion.swift
[398/957] Compiling CareKitStore OCKTask.swift
[399/957] Compiling CareKitStore OCKAdherenceQuery.swift
[400/957] Compiling CareKitStore OCKCarePlanQuery.swift
[401/957] Compiling CareKitStore OCKContactQuery.swift
[402/957] Compiling CareKitStore OCKRemoteSynchronizable.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[403/957] Compiling CareKitStore OCKRevisionRecord.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[404/957] Compiling CareKitStore OCKStore+Synchronization.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[405/957] Compiling CareKitStore OCKWatchConnectivityPeer.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[406/957] Compiling CareKitStore OCKHealthKitOutcome.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[407/957] Compiling CareKitStore OCKHealthKitPassthroughStore+EventUtilities.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[408/957] Compiling CareKitStore OCKHealthKitPassthroughStore+EventsStream.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[409/957] Compiling CareKitStore OCKHealthKitPassthroughStore+FetchEvents.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[410/957] Compiling CareKitStore OCKHealthKitPassthroughStore+FetchOutcomes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[411/957] Compiling CareKitStore OCKHealthKitPassthroughStore+OutcomesStream.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[412/957] Compiling CareKitStore OCKHealthKitPassthroughStore.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[413/957] Compiling CareKitStore OCKHealthKitProxy.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
[414/957] Compiling CareKitStore OCKHealthKitStore+Outcomes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:87:33: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 85 |
 86 |             let initialChanges = [SampleChange()].async
 87 |             let seededChanges = chain(initialChanges, changes(events))
    |                                 `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 88 |
 89 |             // Continuously update the outcomes for the events when new HealthKit
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/HealthKit/OCKHealthKitPassthroughStore+EventsStream.swift:68:25: warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 66 |     func events<SampleChanges: AsyncSequence>(
 67 |         matching query: OCKTaskQuery,
 68 |         applyingChanges changes: @escaping ([Event]) -> SampleChanges,
    |                         `- warning: capture of non-sendable type 'SampleChanges.Type' in an isolated closure
 69 |         updateCumulativeSumOfSamples: @escaping UpdateCumulativeSumOfSamples
 70 |     ) -> AsyncFlatMapSequence<AsyncMapSequence<AsyncMapSequence<
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             }
61 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 | extension QueryMonitor {
44 |
45 |     func results() -> AsyncThrowingStream<QueryResult, Error> {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |
47 |         // The stream needs to hold a strong reference to the monitor, or else
[428/957] Compiling ModelsR4 CodeSystemImmunizationSubpotentReason.swift
[429/957] Compiling ModelsR4 CodeSystemImplantStatus.swift
[430/957] Compiling ModelsR4 CodeSystemIndicator.swift
[431/957] Compiling ModelsR4 CodeSystemInterventionCodes.swift
[432/957] Compiling ModelsR4 CodeSystemInvoicePriceComponentType.swift
[433/957] Compiling ModelsR4 CodeSystemInvoiceStatus.swift
[434/957] Compiling ModelsR4 CodeSystemIssueSeverity.swift
[435/957] Compiling ModelsR4 CodeSystemIssueType.swift
[436/957] Compiling ModelsR4 CodeSystemKnowledgeResourceType.swift
[437/957] Compiling ModelsR4 CodeSystemLanguagePreferenceType.swift
[438/957] Compiling ModelsR4 CodeSystemLibraryType.swift
[439/957] Compiling ModelsR4 CodeSystemLinkType.swift
[440/957] Compiling ModelsR4 CodeSystemLinkageType.swift
[441/957] Compiling ModelsR4 CodeSystemListEmptyReasons.swift
[442/957] Compiling ModelsR4 CodeSystemListMode.swift
[443/957] Compiling ModelsR4 CodeSystemListOrderCodes.swift
[444/957] Compiling ModelsR4 CodeSystemListStatus.swift
[445/957] Compiling ModelsR4 CodeSystemLocationMode.swift
[446/957] Compiling ModelsR4 CodeSystemLocationStatus.swift
[447/957] Compiling ModelsR4 CodeSystemLocationType.swift
[448/957] Compiling ModelsR4 CodeSystemMatchGrade.swift
[449/957] Compiling ModelsR4 CodeSystemMaxOccurs.swift
[450/957] Compiling ModelsR4 CodeSystemMeasureDataUsage.swift
[451/957] Compiling ModelsR4 CodeSystemMeasureImprovementNotation.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[488/990] Emitting module CareKitUI
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
[508/990] Compiling ModelsR4 CodeSystemMeasurePopulationType.swift
[509/990] Compiling ModelsR4 CodeSystemMeasureReportStatus.swift
[510/990] Compiling ModelsR4 CodeSystemMeasureReportType.swift
[511/990] Compiling ModelsR4 CodeSystemMeasureScoring.swift
[512/990] Compiling ModelsR4 CodeSystemMeasureType.swift
[513/990] Compiling ModelsR4 CodeSystemMediaModality.swift
[514/990] Compiling ModelsR4 CodeSystemMediaType.swift
[515/990] Compiling ModelsR4 CodeSystemMedicationAdministrationCategoryCodes.swift
[516/990] Compiling ModelsR4 CodeSystemMedicationAdministrationPerformerFunctionCodes.swift
[517/990] Compiling ModelsR4 CodeSystemMedicationAdministrationStatusCodes.swift
[518/990] Compiling ModelsR4 CodeSystemMedicationDispenseCategoryCodes.swift
[519/990] Compiling ModelsR4 CodeSystemMedicationDispensePerformerFunctionCodes.swift
[520/990] Compiling ModelsR4 CodeSystemMedicationDispenseStatusCodes.swift
[521/990] Compiling ModelsR4 CodeSystemMedicationDispenseStatusReasonCodes.swift
[522/990] Compiling ModelsR4 CodeSystemMedicationKnowledgeCharacteristicCodes.swift
[523/990] Compiling ModelsR4 CodeSystemMedicationKnowledgePackageTypeCodes.swift
[524/990] Compiling ModelsR4 CodeSystemMedicationKnowledgeStatusCodes.swift
[525/990] Compiling ModelsR4 CodeSystemMedicationRequestCategoryCodes.swift
[526/990] Compiling ModelsR4 CodeSystemMedicationRequestCourseOfTherapyCodes.swift
[527/990] Compiling ModelsR4 CodeSystemMedicationRequestIntent.swift
[528/990] Compiling ModelsR4 CodeSystemMedicationRequestStatusReasonCodes.swift
[529/990] Compiling ModelsR4 CodeSystemMedicationStatementCategoryCodes.swift
[530/990] Compiling ModelsR4 CodeSystemMedicationStatementStatusCodes.swift
[531/990] Compiling ModelsR4 CodeSystemMedicationStatusCodes.swift
[556/1038] Compiling ModelsR4 CodeSystemMedicationrequestStatus.swift
[557/1038] Compiling ModelsR4 CodeSystemMessageSignificanceCategory.swift
[558/1038] Compiling ModelsR4 CodeSystemMessageTransport.swift
[559/1038] Compiling ModelsR4 CodeSystemMessageheaderResponseRequest.swift
[560/1038] Compiling ModelsR4 CodeSystemMissingToothReasonCodes.swift
[561/1038] Compiling ModelsR4 CodeSystemModifierTypeCodes.swift
[562/1038] Compiling ModelsR4 CodeSystemNHINPurposeOfUse.swift
[563/1038] Compiling ModelsR4 CodeSystemNameUse.swift
[564/1038] Compiling ModelsR4 CodeSystemNamingSystemIdentifierType.swift
[565/1038] Compiling ModelsR4 CodeSystemNamingSystemType.swift
[566/1038] Compiling ModelsR4 CodeSystemNarrativeStatus.swift
[567/1038] Compiling ModelsR4 CodeSystemNeed.swift
[568/1038] Compiling ModelsR4 CodeSystemNetworkTypeCodes.swift
[569/1038] Compiling ModelsR4 CodeSystemNoteType.swift
[570/1038] Compiling ModelsR4 CodeSystemObservationCategoryCodes.swift
[571/1038] Compiling ModelsR4 CodeSystemObservationDataType.swift
[572/1038] Compiling ModelsR4 CodeSystemObservationRangeCategory.swift
[573/1038] Compiling ModelsR4 CodeSystemObservationReferenceRangeMeaningCodes.swift
[574/1038] Compiling ModelsR4 CodeSystemObservationStatus.swift
[575/1038] Compiling ModelsR4 CodeSystemOperationKind.swift
[576/1038] Compiling ModelsR4 CodeSystemOperationOutcomeCodes.swift
[577/1038] Compiling ModelsR4 CodeSystemOperationParameterUse.swift
[578/1038] Compiling ModelsR4 CodeSystemOrganizationAffiliationRole.swift
[579/1038] Compiling ModelsR4 CodeSystemOrganizationType.swift
[580/1062] Compiling ModelsR4 CodeSystemCodeSearchSupport.swift
[581/1062] Compiling ModelsR4 CodeSystemCodeSystemContentMode.swift
[582/1062] Compiling ModelsR4 CodeSystemCodeSystemHierarchyMeaning.swift
[583/1062] Compiling ModelsR4 CodeSystemConstraintSeverity.swift
[584/1062] Compiling ModelsR4 CodeSystemContactEntityType.swift
[585/1062] Compiling ModelsR4 CodeSystemContactPointSystem.swift
[586/1062] Compiling ModelsR4 CodeSystemContactPointUse.swift
[587/1062] Compiling ModelsR4 CodeSystemContainerCap.swift
[588/1062] Compiling ModelsR4 CodeSystemContractActionCodes.swift
[589/1062] Compiling ModelsR4 CodeSystemContractActorRoleCodes.swift
[590/1062] Compiling ModelsR4 CodeSystemContractContentDerivationCodes.swift
[591/1062] Compiling ModelsR4 CodeSystemContractDataMeaning.swift
[592/1062] Compiling ModelsR4 CodeSystemContractResourceActionStatusCodes.swift
[593/1062] Compiling ModelsR4 CodeSystemContractResourceAssetAvailiabilityCodes.swift
[594/1062] Compiling ModelsR4 CodeSystemContractResourceAssetContextCodes.swift
[595/1062] Compiling ModelsR4 CodeSystemContractResourceAssetScopeCodes.swift
[596/1062] Compiling ModelsR4 CodeSystemContractResourceAssetSubTypeCodes.swift
[597/1062] Compiling ModelsR4 CodeSystemContractResourceAssetTypeCodes.swift
[598/1062] Compiling ModelsR4 CodeSystemContractResourceDecisionModeCodes.swift
[599/1062] Compiling ModelsR4 CodeSystemContractResourceDefinitionSubtypeCodes.swift
[600/1062] Compiling ModelsR4 CodeSystemContractResourceDefinitionTypeCodes.swift
[601/1062] Compiling ModelsR4 CodeSystemContractResourceExpirationTypeCodes.swift
[602/1062] Compiling ModelsR4 CodeSystemContractResourceLegalStateCodes.swift
[603/1062] Compiling ModelsR4 CodeSystemContractResourcePartyRoleCodes.swift
[604/1062] Compiling ModelsR4 CodeSystemContractResourcePublicationStatusCodes.swift
[605/1062] Compiling ModelsR4 CodeSystemEpisodeOfCareType.swift
[606/1062] Compiling ModelsR4 CodeSystemEventCapabilityMode.swift
[607/1062] Compiling ModelsR4 CodeSystemEventResourceType.swift
[608/1062] Compiling ModelsR4 CodeSystemBindingStrength.swift
[609/1062] Compiling ModelsR4 CodeSystemBiologicallyDerivedProductCategory.swift
[610/1062] Compiling ModelsR4 CodeSystemBiologicallyDerivedProductStatus.swift
[611/1062] Compiling ModelsR4 CodeSystemBiologicallyDerivedProductStorageScale.swift
[612/1062] Compiling ModelsR4 CodeSystemBundleType.swift
[613/1062] Compiling ModelsR4 CodeSystemCanPushUpdates.swift
[614/1062] Compiling ModelsR4 CodeSystemCanonicalStatusCodesForFHIRResources.swift
[615/1062] Compiling ModelsR4 CodeSystemCapabilityStatementKind.swift
[616/1062] Compiling ModelsR4 CodeSystemCarePlanActivityStatus.swift
[617/1062] Compiling ModelsR4 CodeSystemCareTeamStatus.swift
[618/1062] Compiling ModelsR4 CodeSystemCatalogEntryRelationType.swift
[619/1062] Compiling ModelsR4 CodeSystemCatalogType.swift
[620/1062] Compiling ModelsR4 CodeSystemCertaintySubcomponentRating.swift
[621/1062] Compiling ModelsR4 CodeSystemCertaintySubcomponentType.swift
[622/1062] Compiling ModelsR4 CodeSystemChargeItemStatus.swift
[623/1062] Compiling ModelsR4 CodeSystemChoiceListOrientation.swift
[624/1062] Compiling ModelsR4 CodeSystemClaimCareTeamRoleCodes.swift
[625/1062] Compiling ModelsR4 CodeSystemClaimInformationCategoryCodes.swift
[626/1062] Compiling ModelsR4 CodeSystemClaimItemTypeCodes.swift
[627/1062] Compiling ModelsR4 CodeSystemClaimPayeeResourceType.swift
[628/1062] Compiling ModelsR4 CodeSystemClaimProcessingCodes.swift
[629/1062] Compiling ModelsR4 CodeSystemClaimTypeCodes.swift
[630/1062] Emitting module ModelsDSTU2
[638/1062] Compiling ModelsR4 CodeSystemCopyNumberEvent.swift
[639/1062] Compiling ModelsR4 CodeSystemCoverageClassCodes.swift
[640/1062] Compiling ModelsR4 CodeSystemCoverageCopayTypeCodes.swift
[641/1062] Compiling ModelsR4 CodeSystemCoverageEligibilityResponseAuthSupportCodes.swift
[642/1062] Compiling ModelsR4 CodeSystemCoverageSelfPayCodes.swift
[643/1062] Compiling ModelsR4 CodeSystemDataAbsentReason.swift
[644/1062] Compiling ModelsR4 CodeSystemDataType.swift
[645/1062] Compiling ModelsR4 CodeSystemDaysOfWeek.swift
[646/1062] Compiling ModelsR4 CodeSystemDefinitionResourceType.swift
[647/1062] Compiling ModelsR4 CodeSystemDefinitionStatus.swift
[648/1062] Compiling ModelsR4 CodeSystemDefinitionTopic.swift
[649/1062] Compiling ModelsR4 CodeSystemDefinitionUseCodes.swift
[650/1062] Compiling ModelsR4 CodeSystemDetectedIssueSeverity.swift
[651/1062] Compiling ModelsR4 CodeSystemDeviceDefinitionParameterGroup.swift
[652/1062] Compiling ModelsR4 CodeSystemDeviceMetricCalibrationState.swift
[653/1062] Compiling ModelsR4 CodeSystemDeviceMetricCalibrationType.swift
[654/1062] Compiling ModelsR4 CodeSystemDeviceMetricCategory.swift
[655/1062] Compiling ModelsR4 CodeSystemDeviceMetricColor.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
[665/1158] Compiling ModelsDSTU2 NutritionOrder.swift
[666/1158] Compiling ModelsDSTU2 Observation.swift
[667/1158] Compiling ModelsDSTU2 OperationDefinition.swift
[668/1158] Compiling ModelsDSTU2 OperationOutcome.swift
[669/1158] Compiling ModelsDSTU2 Order.swift
[670/1158] Compiling ModelsDSTU2 OrderResponse.swift
[671/1158] Compiling ModelsDSTU2 Organization.swift
[672/1158] Compiling ModelsDSTU2 Parameters.swift
[673/1158] Compiling ModelsDSTU2 Patient.swift
[674/1158] Compiling ModelsDSTU2 PaymentNotice.swift
[675/1158] Compiling ModelsDSTU2 PaymentReconciliation.swift
[676/1158] Compiling ModelsDSTU2 Period.swift
[677/1158] Compiling ModelsDSTU2 Person.swift
[678/1158] Compiling ModelsDSTU2 Practitioner.swift
[679/1158] Compiling ModelsDSTU2 Procedure.swift
[680/1158] Compiling ModelsDSTU2 ProcedureRequest.swift
[681/1158] Compiling ModelsDSTU2 ProcessRequest.swift
[682/1158] Compiling ModelsDSTU2 ProcessResponse.swift
[683/1158] Compiling ModelsDSTU2 Provenance.swift
[684/1158] Compiling ModelsDSTU2 Quantity.swift
[685/1158] Compiling ModelsDSTU2 Questionnaire.swift
[686/1158] Compiling ModelsDSTU2 QuestionnaireResponse.swift
[687/1158] Compiling ModelsDSTU2 Range.swift
[688/1158] Compiling ModelsDSTU2 Ratio.swift
[689/1182] Compiling ModelsR4 CodeSystemQualityOfEvidenceRating.swift
[690/1182] Compiling ModelsR4 CodeSystemQualityType.swift
[691/1182] Compiling ModelsR4 CodeSystemQuantityComparator.swift
[692/1182] Compiling ModelsR4 CodeSystemQuestionnaireItemOperator.swift
[693/1182] Compiling ModelsR4 CodeSystemQuestionnaireItemType.swift
[694/1182] Compiling ModelsR4 CodeSystemQuestionnaireItemUIControlCodes.swift
[695/1182] Compiling ModelsR4 CodeSystemQuestionnaireItemUsageMode.swift
[696/1182] Compiling ModelsR4 CodeSystemQuestionnaireResponseStatus.swift
[697/1182] Compiling ModelsR4 CodeSystemQuestionnaireTextCategories.swift
[698/1182] Compiling ModelsR4 CodeSystemReasonMedicationGivenCodes.swift
[699/1182] Compiling ModelsR4 CodeSystemReferenceHandlingPolicy.swift
[700/1182] Compiling ModelsR4 CodeSystemReferenceVersionRules.swift
[701/1182] Compiling ModelsR4 CodeSystemReferralMethod.swift
[702/1182] Compiling ModelsR4 CodeSystemRejectionCriterion.swift
[703/1182] Compiling ModelsR4 CodeSystemRelatedArtifactType.swift
[704/1182] Compiling ModelsR4 CodeSystemRepositoryType.swift
[705/1182] Compiling ModelsR4 CodeSystemRequestIntent.swift
[706/1182] Compiling ModelsR4 CodeSystemRequestPriority.swift
[707/1182] Compiling ModelsR4 CodeSystemRequestResourceType.swift
[708/1182] Compiling ModelsR4 CodeSystemRequestStatus.swift
[709/1182] Compiling ModelsR4 CodeSystemResearchElementType.swift
[710/1182] Compiling ModelsR4 CodeSystemResearchStudyObjectiveType.swift
[711/1182] Compiling ModelsR4 CodeSystemResearchStudyPhase.swift
[712/1182] Compiling ModelsR4 CodeSystemResearchStudyPrimaryPurposeType.swift
[738/1230] Compiling ModelsR4 CodeSystemSpecialArrangements.swift
[739/1230] Compiling ModelsR4 CodeSystemSpecialValues.swift
[740/1230] Compiling ModelsR4 CodeSystemSpecimenContainedPreference.swift
[741/1230] Compiling ModelsR4 CodeSystemSpecimenStatus.swift
[742/1230] Compiling ModelsR4 CodeSystemStandardsStatus.swift
[743/1230] Compiling ModelsR4 CodeSystemStatus.swift
[744/1230] Compiling ModelsR4 CodeSystemStrandType.swift
[745/1230] Compiling ModelsR4 CodeSystemStrengthOfRecommendationRating.swift
[746/1230] Compiling ModelsR4 CodeSystemStructureDefinitionKind.swift
[747/1230] Compiling ModelsR4 CodeSystemStructureMapContextType.swift
[748/1230] Compiling ModelsR4 CodeSystemStructureMapGroupTypeMode.swift
[749/1230] Compiling ModelsR4 CodeSystemStructureMapInputMode.swift
[750/1230] Compiling ModelsR4 CodeSystemStructureMapModelMode.swift
[751/1230] Compiling ModelsR4 CodeSystemStructureMapSourceListMode.swift
[752/1230] Compiling ModelsR4 CodeSystemStructureMapTargetListMode.swift
[753/1230] Compiling ModelsR4 CodeSystemStructureMapTransform.swift
[754/1230] Compiling ModelsR4 CodeSystemStudyType.swift
[755/1230] Compiling ModelsR4 CodeSystemSubscriberRelationshipCodes.swift
[756/1230] Compiling ModelsR4 CodeSystemSubscriptionChannelType.swift
[757/1230] Compiling ModelsR4 CodeSystemSubscriptionStatus.swift
[758/1230] Compiling ModelsR4 CodeSystemSubscriptionTag.swift
[759/1230] Compiling ModelsR4 CodeSystemSubstanceCategoryCodes.swift
[760/1230] Compiling ModelsR4 CodeSystemSupplyDeliveryStatus.swift
[761/1230] Compiling ModelsR4 CodeSystemSupplyItemType.swift
[762/1254] Compiling ModelsR4 CodeSystemResearchStudyReasonStopped.swift
[763/1254] Compiling ModelsR4 CodeSystemResearchStudyStatus.swift
[764/1254] Compiling ModelsR4 CodeSystemResearchSubjectStatus.swift
[765/1254] Compiling ModelsR4 CodeSystemResourceSecurityCategory.swift
[766/1254] Compiling ModelsR4 CodeSystemResourceType.swift
[767/1254] Compiling ModelsR4 CodeSystemResourceValidationMode.swift
[768/1254] Compiling ModelsR4 CodeSystemResourceVersionPolicy.swift
[769/1254] Compiling ModelsR4 CodeSystemResponseType.swift
[770/1254] Compiling ModelsR4 CodeSystemRestfulCapabilityMode.swift
[771/1254] Compiling ModelsR4 CodeSystemRestfulSecurityService.swift
[772/1254] Compiling ModelsR4 CodeSystemRiskEstimateType.swift
[773/1254] Compiling ModelsR4 CodeSystemRiskProbability.swift
[774/1254] Compiling ModelsR4 CodeSystemSNOMEDCTReasonMedicationNotGivenCodes.swift
[775/1254] Compiling ModelsR4 CodeSystemSearchComparator.swift
[776/1254] Compiling ModelsR4 CodeSystemSearchEntryMode.swift
[777/1254] Compiling ModelsR4 CodeSystemSearchModifierCode.swift
[778/1254] Compiling ModelsR4 CodeSystemSearchParamType.swift
[779/1254] Compiling ModelsR4 CodeSystemSequenceStatus.swift
[780/1254] Compiling ModelsR4 CodeSystemSequenceType.swift
[781/1254] Compiling ModelsR4 CodeSystemServiceProvisionConditions.swift
[782/1254] Compiling ModelsR4 CodeSystemSlicingRules.swift
[783/1254] Compiling ModelsR4 CodeSystemSlotStatus.swift
[784/1254] Compiling ModelsR4 CodeSystemSmartCapabilities.swift
[785/1254] Compiling ModelsR4 CodeSystemSortDirection.swift
[786/1278] Compiling ModelsR4 CodeSystemSupplyRequestReason.swift
[787/1278] Compiling ModelsR4 CodeSystemSupplyRequestStatus.swift
[788/1278] Compiling ModelsR4 CodeSystemSupplyType.swift
[789/1278] Compiling ModelsR4 CodeSystemSurfaceCodes.swift
[790/1278] Compiling ModelsR4 CodeSystemSynthesisType.swift
[791/1278] Compiling ModelsR4 CodeSystemTaskCode.swift
[792/1278] Compiling ModelsR4 CodeSystemTaskIntent.swift
[793/1278] Compiling ModelsR4 CodeSystemTaskStatus.swift
[794/1278] Compiling ModelsR4 CodeSystemTemplateStatusCodeLifeCycle.swift
[795/1278] Compiling ModelsR4 CodeSystemTestReportActionResult.swift
[796/1278] Compiling ModelsR4 CodeSystemTestReportParticipantType.swift
[797/1278] Compiling ModelsR4 CodeSystemTestReportResult.swift
[798/1278] Compiling ModelsR4 CodeSystemTestReportStatus.swift
[799/1278] Compiling ModelsR4 CodeSystemTestScriptOperationCode.swift
[800/1278] Compiling ModelsR4 CodeSystemTestScriptProfileDestinationType.swift
[801/1278] Compiling ModelsR4 CodeSystemTestScriptProfileOriginType.swift
[802/1278] Compiling ModelsR4 CodeSystemTestScriptRequestMethodCode.swift
[803/1278] Compiling ModelsR4 CodeSystemTransactionMode.swift
[804/1278] Compiling ModelsR4 CodeSystemTriggerType.swift
[805/1278] Compiling ModelsR4 CodeSystemTypeDerivationRule.swift
[806/1278] Compiling ModelsR4 CodeSystemUDICodes.swift
[807/1278] Compiling ModelsR4 CodeSystemUDIEntryType.swift
[808/1278] Compiling ModelsR4 CodeSystemUnitTypeCodes.swift
[809/1278] Compiling ModelsR4 CodeSystemUnknownContentCode.swift
[810/1302] Compiling ModelsR4 CodeSystemDeviceMetricOperationalStatus.swift
[811/1302] Compiling ModelsR4 CodeSystemDeviceNameType.swift
[812/1302] Compiling ModelsR4 CodeSystemDeviceUseStatementStatus.swift
[813/1302] Compiling ModelsR4 CodeSystemDiagnosisRole.swift
[814/1302] Compiling ModelsR4 CodeSystemDiagnosticReportStatus.swift
[815/1302] Compiling ModelsR4 CodeSystemDiet.swift
[816/1302] Compiling ModelsR4 CodeSystemDischargeDisposition.swift
[817/1302] Compiling ModelsR4 CodeSystemDiscriminatorType.swift
[818/1302] Compiling ModelsR4 CodeSystemDocumentMode.swift
[819/1302] Compiling ModelsR4 CodeSystemDocumentReferenceStatus.swift
[820/1302] Compiling ModelsR4 CodeSystemDocumentRelationshipType.swift
[821/1302] Compiling ModelsR4 CodeSystemDoseAndRateType.swift
[822/1302] Compiling ModelsR4 CodeSystemEffectEstimateType.swift
[823/1302] Compiling ModelsR4 CodeSystemEligibilityRequestPurpose.swift
[824/1302] Compiling ModelsR4 CodeSystemEligibilityResponsePurpose.swift
[825/1302] Compiling ModelsR4 CodeSystemEnableWhenBehavior.swift
[826/1302] Compiling ModelsR4 CodeSystemEncounterLocationStatus.swift
[827/1302] Compiling ModelsR4 CodeSystemEncounterStatus.swift
[828/1302] Compiling ModelsR4 CodeSystemEncounterType.swift
[829/1302] Compiling ModelsR4 CodeSystemEndpointConnectionType.swift
[830/1302] Compiling ModelsR4 CodeSystemEndpointPayloadType.swift
[831/1302] Compiling ModelsR4 CodeSystemEndpointStatus.swift
[832/1302] Compiling ModelsR4 CodeSystemEnteralFormulaAdditiveTypeCode.swift
[833/1302] Compiling ModelsR4 CodeSystemEpisodeOfCareStatus.swift
[843/1302] Compiling CareKitUI OCKInstructionsTaskView.swift
[844/1302] Compiling CareKitUI OCKLogTaskView.swift
[845/1302] Compiling CareKitUI OCKSimpleTaskView.swift
[846/1302] Compiling CareKitUI OCKTaskDisplayable.swift
[847/1302] Compiling CareKitUI OCKHeaderView.swift
[848/1302] Compiling CareKitUI OCKSeparatorView.swift
[849/1302] Compiling CareKitUI OCKStackView.swift
[850/1302] Compiling CareKitUI OCKView.swift
[851/1302] Compiling CareKitUI resource_bundle_accessor.swift
[1007/1302] Emitting module ModelsR4
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
[1117/1446] Compiling ModelsDSTU2 Condition.swift
[1118/1446] Compiling ModelsDSTU2 Conformance.swift
[1119/1446] Compiling ModelsDSTU2 ContactPoint.swift
[1120/1446] Compiling ModelsDSTU2 Contract.swift
[1121/1446] Compiling ModelsDSTU2 Count.swift
[1122/1446] Compiling ModelsDSTU2 Coverage.swift
[1123/1446] Compiling ModelsDSTU2 DataElement.swift
[1124/1446] Compiling ModelsDSTU2 DateTime+NSDate.swift
[1125/1446] Compiling ModelsDSTU2 DateTime.swift
[1126/1446] Compiling ModelsDSTU2 DetectedIssue.swift
[1127/1446] Compiling ModelsDSTU2 Device.swift
[1128/1446] Compiling ModelsDSTU2 DeviceComponent.swift
[1129/1446] Compiling ModelsDSTU2 DeviceMetric.swift
[1130/1446] Compiling ModelsDSTU2 DeviceUseRequest.swift
[1131/1446] Compiling ModelsDSTU2 DeviceUseStatement.swift
[1132/1446] Compiling ModelsDSTU2 DiagnosticOrder.swift
[1133/1446] Compiling ModelsDSTU2 DiagnosticReport.swift
[1134/1446] Compiling ModelsDSTU2 Distance.swift
[1135/1446] Compiling ModelsDSTU2 DocumentManifest.swift
[1136/1446] Compiling ModelsDSTU2 DocumentReference.swift
[1137/1446] Compiling ModelsDSTU2 DomainResource+Extensions.swift
[1138/1446] Compiling ModelsDSTU2 DomainResource.swift
[1139/1446] Compiling ModelsDSTU2 Duration.swift
[1140/1446] Compiling ModelsDSTU2 Element+Extensions.swift
[1141/1446] Compiling ModelsDSTU2 Element.swift
[1142/1446] Compiling ModelsDSTU2 ElementDefinition.swift
[1143/1446] Compiling ModelsDSTU2 EligibilityRequest.swift
[1144/1446] Compiling ModelsDSTU2 EligibilityResponse.swift
[1145/1446] Compiling ModelsDSTU2 Encounter.swift
[1146/1446] Compiling ModelsDSTU2 EnrollmentRequest.swift
[1147/1446] Compiling ModelsDSTU2 EnrollmentResponse.swift
[1148/1446] Compiling ModelsDSTU2 EpisodeOfCare.swift
[1149/1446] Compiling ModelsDSTU2 ExplanationOfBenefit.swift
[1150/1446] Compiling ModelsDSTU2 Extension.swift
[1151/1446] Compiling ModelsDSTU2 FHIRAbstractResource.swift
[1152/1446] Compiling ModelsDSTU2 FHIRBool.swift
[1153/1446] Compiling ModelsDSTU2 FHIRDate+NSDate.swift
[1154/1446] Compiling ModelsDSTU2 FHIRDate.swift
[1155/1446] Compiling ModelsDSTU2 FHIRDecimal.swift
[1156/1446] Compiling ModelsDSTU2 FHIRInteger.swift
[1157/1446] Compiling ModelsDSTU2 FHIRPositiveInteger.swift
[1158/1446] Compiling ModelsDSTU2 FHIRPrimitive.swift
[1159/1446] Compiling ModelsDSTU2 FHIRString.swift
[1160/1446] Compiling ModelsDSTU2 FHIRTime+NSDate.swift
[1161/1446] Compiling ModelsDSTU2 FHIRTime.swift
[1162/1446] Compiling ModelsDSTU2 FHIRURI.swift
[1163/1446] Compiling ModelsDSTU2 FHIRUnsignedInteger.swift
[1164/1446] Compiling ModelsDSTU2 FamilyMemberHistory.swift
[1165/1446] Compiling ModelsDSTU2 Flag.swift
[1166/1446] Compiling ModelsDSTU2 Goal.swift
[1167/1446] Compiling ModelsDSTU2 Group.swift
[1168/1446] Compiling ModelsDSTU2 HealthcareService.swift
[1169/1446] Compiling ModelsDSTU2 HumanName.swift
[1170/1446] Compiling ModelsDSTU2 Identifier.swift
[1171/1446] Compiling ModelsDSTU2 ImagingObjectSelection.swift
[1172/1446] Compiling ModelsDSTU2 ImagingStudy.swift
[1173/1446] Compiling ModelsDSTU2 Immunization.swift
[1174/1446] Compiling ModelsDSTU2 ImmunizationRecommendation.swift
[1175/1446] Compiling ModelsDSTU2 ImplementationGuide.swift
[1176/1446] Compiling ModelsDSTU2 Instant+NSDate.swift
[1177/1446] Compiling ModelsDSTU2 Instant.swift
[1178/1446] Compiling ModelsDSTU2 InstantDate.swift
[1179/1446] Compiling ModelsDSTU2 List.swift
[1180/1446] Compiling ModelsDSTU2 Location.swift
[1181/1446] Compiling ModelsDSTU2 Media.swift
[1182/1446] Compiling ModelsDSTU2 Medication.swift
[1183/1446] Compiling ModelsDSTU2 MedicationAdministration.swift
[1184/1446] Compiling ModelsDSTU2 MedicationDispense.swift
[1185/1446] Compiling ModelsDSTU2 MedicationOrder.swift
[1186/1446] Compiling ModelsDSTU2 MedicationStatement.swift
[1187/1446] Compiling ModelsDSTU2 MessageHeader.swift
[1188/1446] Compiling ModelsDSTU2 Meta.swift
[1189/1446] Compiling ModelsDSTU2 Money.swift
[1190/1446] Compiling ModelsDSTU2 NamingSystem.swift
[1191/1446] Compiling ModelsDSTU2 Narrative.swift
[1237/1446] Compiling ModelsR4 CodeSystemUsageContextType.swift
[1238/1446] Compiling ModelsR4 CodeSystemUse.swift
[1239/1446] Compiling ModelsR4 CodeSystemValidationProcess.swift
[1240/1446] Compiling ModelsR4 CodeSystemValidationStatus.swift
[1241/1446] Compiling ModelsR4 CodeSystemValidationType.swift
[1242/1446] Compiling ModelsR4 CodeSystemVerificationresultCommunicationMethod.swift
[1243/1446] Compiling ModelsR4 CodeSystemVisionBase.swift
[1244/1446] Compiling ModelsR4 CodeSystemVisionEyes.swift
[1245/1446] Compiling ModelsR4 CodeSystemXPathUsageType.swift
[1246/1446] Compiling ModelsR4 CodeableConcept.swift
[1247/1446] Compiling ModelsR4 Coding.swift
[1248/1446] Compiling ModelsR4 Communication.swift
[1249/1446] Compiling ModelsR4 CommunicationRequest.swift
[1250/1446] Compiling ModelsR4 CompartmentDefinition.swift
[1251/1446] Compiling ModelsR4 Composition.swift
[1252/1446] Compiling ModelsR4 ConceptMap.swift
[1253/1446] Compiling ModelsR4 Condition.swift
[1254/1446] Compiling ModelsR4 Consent.swift
[1255/1446] Compiling ModelsR4 ContactDetail.swift
[1256/1446] Compiling ModelsR4 ContactPoint.swift
[1257/1446] Compiling ModelsR4 Contract.swift
[1258/1446] Compiling ModelsR4 Contributor.swift
[1259/1446] Compiling ModelsR4 Count.swift
[1260/1446] Compiling ModelsR4 Coverage.swift
[1261/1446] Compiling ModelsR4 Endpoint.swift
[1262/1446] Compiling ModelsR4 EnrollmentRequest.swift
[1263/1446] Compiling ModelsR4 EnrollmentResponse.swift
[1264/1446] Compiling ModelsR4 EpisodeOfCare.swift
[1265/1446] Compiling ModelsR4 EventDefinition.swift
[1266/1446] Compiling ModelsR4 Evidence.swift
[1267/1446] Compiling ModelsR4 EvidenceVariable.swift
[1268/1446] Compiling ModelsR4 ExampleScenario.swift
[1269/1446] Compiling ModelsR4 ExplanationOfBenefit.swift
[1270/1446] Compiling ModelsR4 Expression.swift
[1271/1446] Compiling ModelsR4 Extension.swift
[1272/1446] Compiling ModelsR4 FHIRAbstractResource.swift
[1273/1446] Compiling ModelsR4 FHIRBool.swift
[1274/1446] Compiling ModelsR4 FHIRDate+NSDate.swift
[1275/1446] Compiling ModelsR4 FHIRDate.swift
[1276/1446] Compiling ModelsR4 FHIRDecimal.swift
[1277/1446] Compiling ModelsR4 FHIRInteger.swift
[1278/1446] Compiling ModelsR4 FHIRPositiveInteger.swift
[1279/1446] Compiling ModelsR4 FHIRPrimitive.swift
[1280/1446] Compiling ModelsR4 FHIRString.swift
[1281/1446] Compiling ModelsR4 FHIRTime+NSDate.swift
[1282/1446] Compiling ModelsR4 FHIRTime.swift
[1283/1446] Compiling ModelsR4 FHIRURI.swift
[1284/1446] Compiling ModelsR4 FHIRUnsignedInteger.swift
[1285/1446] Compiling ModelsR4 FamilyMemberHistory.swift
[1286/1446] Compiling ModelsR4 Flag.swift
[1287/1446] Compiling ModelsR4 Goal.swift
[1288/1446] Compiling ModelsR4 GraphDefinition.swift
[1289/1446] Compiling ModelsR4 Group.swift
[1290/1446] Compiling ModelsR4 GuidanceResponse.swift
[1291/1446] Compiling ModelsR4 HealthcareService.swift
[1292/1446] Compiling ModelsR4 HumanName.swift
[1293/1446] Compiling ModelsR4 Identifier.swift
[1294/1446] Compiling ModelsR4 ImagingStudy.swift
[1295/1446] Compiling ModelsR4 Immunization.swift
[1296/1446] Compiling ModelsR4 ImmunizationEvaluation.swift
[1297/1446] Compiling ModelsR4 ImmunizationRecommendation.swift
[1298/1446] Compiling ModelsR4 ImplementationGuide.swift
[1299/1446] Compiling ModelsR4 Instant+NSDate.swift
[1300/1446] Compiling ModelsR4 Instant.swift
[1301/1446] Compiling ModelsR4 InstantDate.swift
[1302/1446] Compiling ModelsR4 InsurancePlan.swift
[1303/1446] Compiling ModelsR4 Invoice.swift
[1304/1446] Compiling ModelsR4 Library.swift
[1305/1446] Compiling ModelsR4 Linkage.swift
[1306/1446] Compiling ModelsR4 List.swift
[1307/1446] Compiling ModelsR4 Location.swift
[1308/1446] Compiling ModelsR4 MarketingStatus.swift
[1309/1446] Compiling ModelsR4 CoverageEligibilityRequest.swift
[1310/1446] Compiling ModelsR4 CoverageEligibilityResponse.swift
[1311/1446] Compiling ModelsR4 DataRequirement.swift
[1312/1446] Compiling ModelsR4 DateTime+NSDate.swift
[1313/1446] Compiling ModelsR4 DateTime.swift
[1314/1446] Compiling ModelsR4 DetectedIssue.swift
[1315/1446] Compiling ModelsR4 Device.swift
[1316/1446] Compiling ModelsR4 DeviceDefinition.swift
[1317/1446] Compiling ModelsR4 DeviceMetric.swift
[1318/1446] Compiling ModelsR4 DeviceRequest.swift
[1319/1446] Compiling ModelsR4 DeviceUseStatement.swift
[1320/1446] Compiling ModelsR4 DiagnosticReport.swift
[1321/1446] Compiling ModelsR4 Distance.swift
[1322/1446] Compiling ModelsR4 DocumentManifest.swift
[1323/1446] Compiling ModelsR4 DocumentReference.swift
[1324/1446] Compiling ModelsR4 DomainResource+Extensions.swift
[1325/1446] Compiling ModelsR4 DomainResource.swift
[1326/1446] Compiling ModelsR4 Dosage.swift
[1327/1446] Compiling ModelsR4 Duration.swift
[1328/1446] Compiling ModelsR4 EffectEvidenceSynthesis.swift
[1329/1446] Compiling ModelsR4 Element+Extensions.swift
[1330/1446] Compiling ModelsR4 Element.swift
[1331/1446] Compiling ModelsR4 ElementDefinition.swift
[1332/1446] Compiling ModelsR4 Encounter.swift
[1333/1446] Compiling ModelsR4 Quantity.swift
[1334/1446] Compiling ModelsR4 Questionnaire.swift
[1335/1446] Compiling ModelsR4 QuestionnaireResponse.swift
[1336/1446] Compiling ModelsR4 Range.swift
[1337/1446] Compiling ModelsR4 Ratio.swift
[1338/1446] Compiling ModelsR4 Reference.swift
[1339/1446] Compiling ModelsR4 RelatedArtifact.swift
[1340/1446] Compiling ModelsR4 RelatedPerson.swift
[1341/1446] Compiling ModelsR4 RequestGroup.swift
[1342/1446] Compiling ModelsR4 ResearchDefinition.swift
[1343/1446] Compiling ModelsR4 ResearchElementDefinition.swift
[1344/1446] Compiling ModelsR4 ResearchStudy.swift
[1345/1446] Compiling ModelsR4 ResearchSubject.swift
[1346/1446] Compiling ModelsR4 Resource.swift
[1347/1446] Compiling ModelsR4 ResourceProxy.swift
[1348/1446] Compiling ModelsR4 RiskAssessment.swift
[1349/1446] Compiling ModelsR4 RiskEvidenceSynthesis.swift
[1350/1446] Compiling ModelsR4 SampledData.swift
[1351/1446] Compiling ModelsR4 Schedule.swift
[1352/1446] Compiling ModelsR4 SearchParameter.swift
[1353/1446] Compiling ModelsR4 ServiceRequest.swift
[1354/1446] Compiling ModelsR4 Signature.swift
[1355/1446] Compiling ModelsR4 Slot.swift
[1356/1446] Compiling ModelsR4 Specimen.swift
[1357/1446] Compiling ModelsR4 NamingSystem.swift
[1358/1446] Compiling ModelsR4 Narrative.swift
[1359/1446] Compiling ModelsR4 NutritionOrder.swift
[1360/1446] Compiling ModelsR4 Observation.swift
[1361/1446] Compiling ModelsR4 ObservationDefinition.swift
[1362/1446] Compiling ModelsR4 OperationDefinition.swift
[1363/1446] Compiling ModelsR4 OperationOutcome.swift
[1364/1446] Compiling ModelsR4 Organization.swift
[1365/1446] Compiling ModelsR4 OrganizationAffiliation.swift
[1366/1446] Compiling ModelsR4 ParameterDefinition.swift
[1367/1446] Compiling ModelsR4 Parameters.swift
[1368/1446] Compiling ModelsR4 Patient.swift
[1369/1446] Compiling ModelsR4 PaymentNotice.swift
[1370/1446] Compiling ModelsR4 PaymentReconciliation.swift
[1371/1446] Compiling ModelsR4 Period.swift
[1372/1446] Compiling ModelsR4 Person.swift
[1373/1446] Compiling ModelsR4 PlanDefinition.swift
[1374/1446] Compiling ModelsR4 Population.swift
[1375/1446] Compiling ModelsR4 Practitioner.swift
[1376/1446] Compiling ModelsR4 PractitionerRole.swift
[1377/1446] Compiling ModelsR4 Procedure.swift
[1378/1446] Compiling ModelsR4 ProdCharacteristic.swift
[1379/1446] Compiling ModelsR4 ProductShelfLife.swift
[1380/1446] Compiling ModelsR4 Provenance.swift
[1381/1446] Compiling ModelsR4 Measure.swift
[1382/1446] Compiling ModelsR4 MeasureReport.swift
[1383/1446] Compiling ModelsR4 Media.swift
[1384/1446] Compiling ModelsR4 Medication.swift
[1385/1446] Compiling ModelsR4 MedicationAdministration.swift
[1386/1446] Compiling ModelsR4 MedicationDispense.swift
[1387/1446] Compiling ModelsR4 MedicationKnowledge.swift
[1388/1446] Compiling ModelsR4 MedicationRequest.swift
[1389/1446] Compiling ModelsR4 MedicationStatement.swift
[1390/1446] Compiling ModelsR4 MedicinalProduct.swift
[1391/1446] Compiling ModelsR4 MedicinalProductAuthorization.swift
[1392/1446] Compiling ModelsR4 MedicinalProductContraindication.swift
[1393/1446] Compiling ModelsR4 MedicinalProductIndication.swift
[1394/1446] Compiling ModelsR4 MedicinalProductIngredient.swift
[1395/1446] Compiling ModelsR4 MedicinalProductInteraction.swift
[1396/1446] Compiling ModelsR4 MedicinalProductManufactured.swift
[1397/1446] Compiling ModelsR4 MedicinalProductPackaged.swift
[1398/1446] Compiling ModelsR4 MedicinalProductPharmaceutical.swift
[1399/1446] Compiling ModelsR4 MedicinalProductUndesirableEffect.swift
[1400/1446] Compiling ModelsR4 MessageDefinition.swift
[1401/1446] Compiling ModelsR4 MessageHeader.swift
[1402/1446] Compiling ModelsR4 Meta.swift
[1403/1446] Compiling ModelsR4 MolecularSequence.swift
[1404/1446] Compiling ModelsR4 Money.swift
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 |  */
30 |
31 | import UIKit
   |        `- error: no such module 'UIKit'
32 |
33 | extension Double {
Fetching https://github.com/apple/FHIRModels.git
Fetching https://github.com/apple/swift-async-algorithms
[1/4985] Fetching swift-async-algorithms
[151/11062] Fetching swift-async-algorithms, fhirmodels
Fetched https://github.com/apple/FHIRModels.git from cache (1.31s)
Fetched https://github.com/apple/swift-async-algorithms from cache (1.31s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.1 (1.74s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.77s)
Computing version for https://github.com/apple/FHIRModels.git
Computed https://github.com/apple/FHIRModels.git at 0.5.0 (2.28s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.48s)
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.1
Creating working copy for https://github.com/apple/FHIRModels.git
Working copy of https://github.com/apple/FHIRModels.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/CareKitStore.xcdatamodeld
BUILD FAILURE 6.2 macosSpm