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 3.1.7 (659fbb), with Swift 6.1 for macOS (SPM) on 13 May 2025 22:27:50 UTC.

Build Command

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

Build Log

    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 96 |             }
 97 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:95:29: warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKPatient>, OCKStoreError>' in a '@Sendable' closure
 93 |
 94 |             callbackQueue.async {
 95 |                 completion?(result.map(\.inserts))
    |                             `- warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKPatient>, OCKStoreError>' in a '@Sendable' closure
 96 |             }
 97 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:36:12: note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 34 | extension OCKStore {
 35 |
 36 |     struct TransactionResult<T> {
    |            `- note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 37 |         var inserts: [T] = []
 38 |         var updates: [T] = []
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:107:17: warning: capture of 'completion' with non-sendable type '((Result<[OCKPatient], OCKStoreError>) -> Void)?' in a '@Sendable' closure
105 |         transaction(inserts: [], updates: patients, deletes: []) { result in
106 |             callbackQueue.async {
107 |                 completion?(result.map(\.updates))
    |                 |- warning: capture of 'completion' with non-sendable type '((Result<[OCKPatient], OCKStoreError>) -> Void)?' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
108 |             }
109 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:107:29: warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKPatient>, OCKStoreError>' in a '@Sendable' closure
105 |         transaction(inserts: [], updates: patients, deletes: []) { result in
106 |             callbackQueue.async {
107 |                 completion?(result.map(\.updates))
    |                             `- warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKPatient>, OCKStoreError>' in a '@Sendable' closure
108 |             }
109 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:36:12: note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 34 | extension OCKStore {
 35 |
 36 |     struct TransactionResult<T> {
    |            `- note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 37 |         var inserts: [T] = []
 38 |         var updates: [T] = []
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:119:17: warning: capture of 'completion' with non-sendable type '((Result<[OCKPatient], OCKStoreError>) -> Void)?' in a '@Sendable' closure
117 |         transaction(inserts: [], updates: [], deletes: patients) { result in
118 |             callbackQueue.async {
119 |                 completion?(result.map(\.deletes))
    |                 |- warning: capture of 'completion' with non-sendable type '((Result<[OCKPatient], OCKStoreError>) -> Void)?' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
120 |             }
121 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Patients.swift:119:29: warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKPatient>, OCKStoreError>' in a '@Sendable' closure
117 |         transaction(inserts: [], updates: [], deletes: patients) { result in
118 |             callbackQueue.async {
119 |                 completion?(result.map(\.deletes))
    |                             `- warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKPatient>, OCKStoreError>' in a '@Sendable' closure
120 |             }
121 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:36:12: note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 34 | extension OCKStore {
 35 |
 36 |     struct TransactionResult<T> {
    |            `- note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 37 |         var inserts: [T] = []
 38 |         var updates: [T] = []
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Tasks.swift:88:17: warning: capture of 'completion' with non-sendable type '(Result<[OCKTask], OCKStoreError>) -> Void' in a '@Sendable' closure
 86 |
 87 |             callbackQueue.async {
 88 |                 completion(filtered)
    |                 |- warning: capture of 'completion' with non-sendable type '(Result<[OCKTask], OCKStoreError>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 89 |             }
 90 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Tasks.swift:88:28: warning: capture of 'filtered' with non-sendable type 'Result<[OCKTask], OCKStoreError>' in a '@Sendable' closure
 86 |
 87 |             callbackQueue.async {
 88 |                 completion(filtered)
    |                            `- warning: capture of 'filtered' with non-sendable type 'Result<[OCKTask], OCKStoreError>' in a '@Sendable' closure
 89 |             }
 90 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKTask.swift:37:15: note: consider making struct 'OCKTask' conform to the 'Sendable' protocol
 35 | /// and must have a unique id and schedule. The schedule determines when and how often the task should be performed, and the
 36 | /// `impactsAdherence` flag may be used to specify whether or not the patients adherence to this task will affect their daily completion rings.
 37 | public struct OCKTask: Codable, Equatable, OCKAnyVersionableTask, OCKAnyMutableTask {
    |               `- note: consider making struct 'OCKTask' conform to the 'Sendable' protocol
 38 |
 39 |     /// The UUID of the care plan to which this task belongs.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Tasks.swift:100:17: warning: capture of 'completion' with non-sendable type '((Result<[OCKTask], OCKStoreError>) -> Void)?' in a '@Sendable' closure
 98 |         transaction(inserts: tasks, updates: [], deletes: []) { result in
 99 |             callbackQueue.async {
100 |                 completion?(result.map(\.inserts))
    |                 |- warning: capture of 'completion' with non-sendable type '((Result<[OCKTask], OCKStoreError>) -> Void)?' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
101 |             }
102 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Tasks.swift:100:29: warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKTask>, OCKStoreError>' in a '@Sendable' closure
 98 |         transaction(inserts: tasks, updates: [], deletes: []) { result in
 99 |             callbackQueue.async {
100 |                 completion?(result.map(\.inserts))
    |                             `- warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKTask>, OCKStoreError>' in a '@Sendable' closure
101 |             }
102 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:36:12: note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 34 | extension OCKStore {
 35 |
 36 |     struct TransactionResult<T> {
    |            `- note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 37 |         var inserts: [T] = []
 38 |         var updates: [T] = []
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Tasks.swift:115:17: warning: capture of 'completion' with non-sendable type '((Result<[OCKTask], OCKStoreError>) -> Void)?' in a '@Sendable' closure
113 |
114 |             callbackQueue.async {
115 |                 completion?(result.map(\.updates))
    |                 |- warning: capture of 'completion' with non-sendable type '((Result<[OCKTask], OCKStoreError>) -> Void)?' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
116 |             }
117 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Tasks.swift:115:29: warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKTask>, OCKStoreError>' in a '@Sendable' closure
113 |
114 |             callbackQueue.async {
115 |                 completion?(result.map(\.updates))
    |                             `- warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKTask>, OCKStoreError>' in a '@Sendable' closure
116 |             }
117 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:36:12: note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 34 | extension OCKStore {
 35 |
 36 |     struct TransactionResult<T> {
    |            `- note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 37 |         var inserts: [T] = []
 38 |         var updates: [T] = []
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Tasks.swift:127:17: warning: capture of 'completion' with non-sendable type '((Result<[OCKTask], OCKStoreError>) -> Void)?' in a '@Sendable' closure
125 |         transaction(inserts: [], updates: [], deletes: tasks) { result in
126 |             callbackQueue.async {
127 |                 completion?(result.map(\.deletes))
    |                 |- warning: capture of 'completion' with non-sendable type '((Result<[OCKTask], OCKStoreError>) -> Void)?' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
128 |             }
129 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Tasks.swift:127:29: warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKTask>, OCKStoreError>' in a '@Sendable' closure
125 |         transaction(inserts: [], updates: [], deletes: tasks) { result in
126 |             callbackQueue.async {
127 |                 completion?(result.map(\.deletes))
    |                             `- warning: capture of 'result' with non-sendable type 'Result<OCKStore.TransactionResult<OCKTask>, OCKStoreError>' in a '@Sendable' closure
128 |             }
129 |         }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:36:12: note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 34 | extension OCKStore {
 35 |
 36 |     struct TransactionResult<T> {
    |            `- note: consider making generic struct 'TransactionResult' conform to the 'Sendable' protocol
 37 |         var inserts: [T] = []
 38 |         var updates: [T] = []
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore.swift:58:5: warning: let 'sharedManagedObjectModel' is not concurrency-safe because non-'Sendable' type 'NSManagedObjectModel' may have shared mutable state; this is an error in the Swift 6 language mode
 56 | // per app invocation, so we load it here and reuse
 57 | // the shared MoM each time a store is instantiated.
 58 | let sharedManagedObjectModel: NSManagedObjectModel = {
    |     `- warning: let 'sharedManagedObjectModel' is not concurrency-safe because non-'Sendable' type 'NSManagedObjectModel' may have shared mutable state; this is an error in the Swift 6 language mode
 59 |     #if SWIFT_PACKAGE
 60 |     let bundle = Bundle.module // Use the SPM package's module
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:23:12: note: class 'NSManagedObjectModel' does not conform to the 'Sendable' protocol
 21 | // Models describe object graphs to be managed. Models (and their entities/properties/fetch request templates) are editable until they are used by a persistent store coordinator, allowing developers to create/modify them dynamically. However, once a model is being used, it MUST NOT be changed. When the persistent store coordinator first fetches data using a model, it will become uneditable. Any attempt to mutate a model or any of its subobjects after that point will cause an exception to be thrown. If you need to modify a model that is in use, create a copy, modify the copy, and then discard the objects with the old model.
 22 | API_AVAILABLE(macosx(10.4),ios(3.0))
 23 | @interface NSManagedObjectModel : NSObject <NSCoding, NSCopying, NSFastEnumeration> {
    |            `- note: class 'NSManagedObjectModel' does not conform to the 'Sendable' protocol
 24 | }
 25 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore.swift:31:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreData'
 29 |  */
 30 |
 31 | import CoreData
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreData'
 32 | import Foundation
 33 | import os.log
    :
 56 | // per app invocation, so we load it here and reuse
 57 | // the shared MoM each time a store is instantiated.
 58 | let sharedManagedObjectModel: NSManagedObjectModel = {
    |     |- note: add '@MainActor' to make let 'sharedManagedObjectModel' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |     #if SWIFT_PACKAGE
 60 |     let bundle = Bundle.module // Use the SPM package's module
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:70:17: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 68 |             resultsHandler: { [weak self] _, samples, deletedObjects, anchor, error in
 69 |
 70 |                 self?.handleQueryResult(
    |                 `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure
 71 |                     samples: samples,
 72 |                     deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/HealthKitQueryMonitor.swift:82:13: warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 34 | /// A wrapper around HealthKit that allows for starting and stopping a live query of samples.
 35 | @available(iOS 15, watchOS 8, macOS 13.0, *)
 36 | final class HealthKitQueryMonitor: QueryMonitor {
    |             `- note: class 'HealthKitQueryMonitor' does not conform to the 'Sendable' protocol
 37 |
 38 |     private let store: HKHealthStore
    :
 80 |         query!.updateHandler = { [weak self] _, samples, deletedObjects, anchor, error in
 81 |
 82 |             self?.handleQueryResult(
    |             `- warning: capture of 'self' with non-sendable type 'HealthKitQueryMonitor?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 83 |                 samples: samples,
 84 |                 deletedObjects: deletedObjects,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:59:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 |
58 |             continuation.onTermination = { _ in
59 |                 self.stopQuery()
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |             }
61 |
CareKitStore.QueryMonitor.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol QueryMonitor {
2 | Self : CareKitStore.QueryMonitor}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/QueryMonitor.swift:55:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
53 |                 guard Task.isCancelled == false else { return }
54 |
55 |                 continuation.yield(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
56 |             }
57 |
[727/1259] Compiling ModelsR4 CodeSystemQualityOfEvidenceRating.swift
[728/1259] Compiling ModelsR4 CodeSystemQualityType.swift
[729/1259] Compiling ModelsR4 CodeSystemQuantityComparator.swift
[730/1259] Compiling ModelsR4 CodeSystemQuestionnaireItemOperator.swift
[731/1259] Compiling ModelsR4 CodeSystemQuestionnaireItemType.swift
[732/1259] Compiling ModelsR4 CodeSystemQuestionnaireItemUIControlCodes.swift
[733/1259] Compiling ModelsR4 CodeSystemQuestionnaireItemUsageMode.swift
[734/1259] Compiling ModelsR4 CodeSystemQuestionnaireResponseStatus.swift
[735/1259] Compiling ModelsR4 CodeSystemQuestionnaireTextCategories.swift
[736/1259] Compiling ModelsR4 CodeSystemReasonMedicationGivenCodes.swift
[737/1259] Compiling ModelsR4 CodeSystemReferenceHandlingPolicy.swift
[738/1259] Compiling ModelsR4 CodeSystemReferenceVersionRules.swift
[739/1259] Compiling ModelsR4 CodeSystemReferralMethod.swift
[740/1259] Compiling ModelsR4 CodeSystemRejectionCriterion.swift
[741/1259] Compiling ModelsR4 CodeSystemRelatedArtifactType.swift
[742/1259] Compiling ModelsR4 CodeSystemRepositoryType.swift
[743/1259] Compiling ModelsR4 CodeSystemRequestIntent.swift
[744/1259] Compiling ModelsR4 CodeSystemRequestPriority.swift
[745/1259] Compiling ModelsR4 CodeSystemRequestResourceType.swift
[746/1259] Compiling ModelsR4 CodeSystemRequestStatus.swift
[747/1259] Compiling ModelsR4 CodeSystemResearchElementType.swift
[748/1259] Compiling ModelsR4 CodeSystemResearchStudyObjectiveType.swift
[749/1259] Compiling ModelsR4 CodeSystemResearchStudyPhase.swift
[750/1259] Compiling ModelsR4 CodeSystemResearchStudyPrimaryPurposeType.swift
[751/1283] Compiling ModelsR4 CodeSystemSpecialArrangements.swift
[752/1283] Compiling ModelsR4 CodeSystemSpecialValues.swift
[753/1283] Compiling ModelsR4 CodeSystemSpecimenContainedPreference.swift
[754/1283] Compiling ModelsR4 CodeSystemSpecimenStatus.swift
[755/1283] Compiling ModelsR4 CodeSystemStandardsStatus.swift
[756/1283] Compiling ModelsR4 CodeSystemStatus.swift
[757/1283] Compiling ModelsR4 CodeSystemStrandType.swift
[758/1283] Compiling ModelsR4 CodeSystemStrengthOfRecommendationRating.swift
[759/1283] Compiling ModelsR4 CodeSystemStructureDefinitionKind.swift
[760/1283] Compiling ModelsR4 CodeSystemStructureMapContextType.swift
[761/1283] Compiling ModelsR4 CodeSystemStructureMapGroupTypeMode.swift
[762/1283] Compiling ModelsR4 CodeSystemStructureMapInputMode.swift
[763/1283] Compiling ModelsR4 CodeSystemStructureMapModelMode.swift
[764/1283] Compiling ModelsR4 CodeSystemStructureMapSourceListMode.swift
[765/1283] Compiling ModelsR4 CodeSystemStructureMapTargetListMode.swift
[766/1283] Compiling ModelsR4 CodeSystemStructureMapTransform.swift
[767/1283] Compiling ModelsR4 CodeSystemStudyType.swift
[768/1283] Compiling ModelsR4 CodeSystemSubscriberRelationshipCodes.swift
[769/1283] Compiling ModelsR4 CodeSystemSubscriptionChannelType.swift
[770/1283] Compiling ModelsR4 CodeSystemSubscriptionStatus.swift
[771/1283] Compiling ModelsR4 CodeSystemSubscriptionTag.swift
[772/1283] Compiling ModelsR4 CodeSystemSubstanceCategoryCodes.swift
[773/1283] Compiling ModelsR4 CodeSystemSupplyDeliveryStatus.swift
[774/1283] Compiling ModelsR4 CodeSystemSupplyItemType.swift
[775/1307] Compiling ModelsR4 CodeSystemSupplyRequestReason.swift
[776/1307] Compiling ModelsR4 CodeSystemSupplyRequestStatus.swift
[777/1307] Compiling ModelsR4 CodeSystemSupplyType.swift
[778/1307] Compiling ModelsR4 CodeSystemSurfaceCodes.swift
[779/1307] Compiling ModelsR4 CodeSystemSynthesisType.swift
[780/1307] Compiling ModelsR4 CodeSystemTaskCode.swift
[781/1307] Compiling ModelsR4 CodeSystemTaskIntent.swift
[782/1307] Compiling ModelsR4 CodeSystemTaskStatus.swift
[783/1307] Compiling ModelsR4 CodeSystemTemplateStatusCodeLifeCycle.swift
[784/1307] Compiling ModelsR4 CodeSystemTestReportActionResult.swift
[785/1307] Compiling ModelsR4 CodeSystemTestReportParticipantType.swift
[786/1307] Compiling ModelsR4 CodeSystemTestReportResult.swift
[787/1307] Compiling ModelsR4 CodeSystemTestReportStatus.swift
[788/1307] Compiling ModelsR4 CodeSystemTestScriptOperationCode.swift
[789/1307] Compiling ModelsR4 CodeSystemTestScriptProfileDestinationType.swift
[790/1307] Compiling ModelsR4 CodeSystemTestScriptProfileOriginType.swift
[791/1307] Compiling ModelsR4 CodeSystemTestScriptRequestMethodCode.swift
[792/1307] Compiling ModelsR4 CodeSystemTransactionMode.swift
[793/1307] Compiling ModelsR4 CodeSystemTriggerType.swift
[794/1307] Compiling ModelsR4 CodeSystemTypeDerivationRule.swift
[795/1307] Compiling ModelsR4 CodeSystemUDICodes.swift
[796/1307] Compiling ModelsR4 CodeSystemUDIEntryType.swift
[797/1307] Compiling ModelsR4 CodeSystemUnitTypeCodes.swift
[798/1307] Compiling ModelsR4 CodeSystemUnknownContentCode.swift
[799/1331] Compiling ModelsR4 CodeSystemResearchStudyReasonStopped.swift
[800/1331] Compiling ModelsR4 CodeSystemResearchStudyStatus.swift
[801/1331] Compiling ModelsR4 CodeSystemResearchSubjectStatus.swift
[802/1331] Compiling ModelsR4 CodeSystemResourceSecurityCategory.swift
[803/1331] Compiling ModelsR4 CodeSystemResourceType.swift
[804/1331] Compiling ModelsR4 CodeSystemResourceValidationMode.swift
[805/1331] Compiling ModelsR4 CodeSystemResourceVersionPolicy.swift
[806/1331] Compiling ModelsR4 CodeSystemResponseType.swift
[807/1331] Compiling ModelsR4 CodeSystemRestfulCapabilityMode.swift
[808/1331] Compiling ModelsR4 CodeSystemRestfulSecurityService.swift
[809/1331] Compiling ModelsR4 CodeSystemRiskEstimateType.swift
[810/1331] Compiling ModelsR4 CodeSystemRiskProbability.swift
[811/1331] Compiling ModelsR4 CodeSystemSNOMEDCTReasonMedicationNotGivenCodes.swift
[812/1331] Compiling ModelsR4 CodeSystemSearchComparator.swift
[813/1331] Compiling ModelsR4 CodeSystemSearchEntryMode.swift
[814/1331] Compiling ModelsR4 CodeSystemSearchModifierCode.swift
[815/1331] Compiling ModelsR4 CodeSystemSearchParamType.swift
[816/1331] Compiling ModelsR4 CodeSystemSequenceStatus.swift
[817/1331] Compiling ModelsR4 CodeSystemSequenceType.swift
[818/1331] Compiling ModelsR4 CodeSystemServiceProvisionConditions.swift
[819/1331] Compiling ModelsR4 CodeSystemSlicingRules.swift
[820/1331] Compiling ModelsR4 CodeSystemSlotStatus.swift
[821/1331] Compiling ModelsR4 CodeSystemSmartCapabilities.swift
[822/1331] Compiling ModelsR4 CodeSystemSortDirection.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 {
/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 {
[1002/1379] Emitting module ModelsDSTU2
/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 {
[1110/1427] Compiling ModelsR4 CodeSystemUsageContextType.swift
[1111/1427] Compiling ModelsR4 CodeSystemUse.swift
[1112/1427] Compiling ModelsR4 CodeSystemValidationProcess.swift
[1113/1427] Compiling ModelsR4 CodeSystemValidationStatus.swift
[1114/1427] Compiling ModelsR4 CodeSystemValidationType.swift
[1115/1427] Compiling ModelsR4 CodeSystemVerificationresultCommunicationMethod.swift
[1116/1427] Compiling ModelsR4 CodeSystemVisionBase.swift
[1117/1427] Compiling ModelsR4 CodeSystemVisionEyes.swift
[1118/1427] Compiling ModelsR4 CodeSystemXPathUsageType.swift
[1119/1427] Compiling ModelsR4 CodeableConcept.swift
[1120/1427] Compiling ModelsR4 Coding.swift
[1121/1427] Compiling ModelsR4 Communication.swift
[1122/1427] Compiling ModelsR4 CommunicationRequest.swift
[1123/1427] Compiling ModelsR4 CompartmentDefinition.swift
[1124/1427] Compiling ModelsR4 Composition.swift
[1125/1427] Compiling ModelsR4 ConceptMap.swift
[1126/1427] Compiling ModelsR4 Condition.swift
[1127/1427] Compiling ModelsR4 Consent.swift
[1128/1427] Compiling ModelsR4 ContactDetail.swift
[1129/1427] Compiling ModelsR4 ContactPoint.swift
[1130/1427] Compiling ModelsR4 Contract.swift
[1131/1427] Compiling ModelsR4 Contributor.swift
[1132/1427] Compiling ModelsR4 Count.swift
[1133/1427] Compiling ModelsR4 Coverage.swift
[1134/1451] Emitting module ModelsR4
[1209/1451] Compiling ModelsR4 Endpoint.swift
[1210/1451] Compiling ModelsR4 EnrollmentRequest.swift
[1211/1451] Compiling ModelsR4 EnrollmentResponse.swift
[1212/1451] Compiling ModelsR4 EpisodeOfCare.swift
[1213/1451] Compiling ModelsR4 EventDefinition.swift
[1214/1451] Compiling ModelsR4 Evidence.swift
[1215/1451] Compiling ModelsR4 EvidenceVariable.swift
[1216/1451] Compiling ModelsR4 ExampleScenario.swift
[1217/1451] Compiling ModelsR4 ExplanationOfBenefit.swift
[1218/1451] Compiling ModelsR4 Expression.swift
[1219/1451] Compiling ModelsR4 Extension.swift
[1220/1451] Compiling ModelsR4 FHIRAbstractResource.swift
[1221/1451] Compiling ModelsR4 FHIRBool.swift
[1222/1451] Compiling ModelsR4 FHIRDate+NSDate.swift
[1223/1451] Compiling ModelsR4 FHIRDate.swift
[1224/1451] Compiling ModelsR4 FHIRDecimal.swift
[1225/1451] Compiling ModelsR4 FHIRInteger.swift
[1226/1451] Compiling ModelsR4 FHIRPositiveInteger.swift
[1227/1451] Compiling ModelsR4 FHIRPrimitive.swift
[1228/1451] Compiling ModelsR4 FHIRString.swift
[1229/1451] Compiling ModelsR4 FHIRTime+NSDate.swift
[1230/1451] Compiling ModelsR4 FHIRTime.swift
[1231/1451] Compiling ModelsR4 FHIRURI.swift
[1232/1451] Compiling ModelsR4 FHIRUnsignedInteger.swift
[1233/1451] Compiling ModelsDSTU2 Money.swift
[1234/1451] Compiling ModelsDSTU2 NamingSystem.swift
[1235/1451] Compiling ModelsDSTU2 Narrative.swift
[1236/1451] Compiling ModelsDSTU2 NutritionOrder.swift
[1237/1451] Compiling ModelsDSTU2 Observation.swift
[1238/1451] Compiling ModelsDSTU2 OperationDefinition.swift
[1239/1451] Compiling ModelsDSTU2 OperationOutcome.swift
[1240/1451] Compiling ModelsDSTU2 Order.swift
[1241/1451] Compiling ModelsDSTU2 OrderResponse.swift
[1242/1451] Compiling ModelsDSTU2 Organization.swift
[1243/1451] Compiling ModelsDSTU2 Parameters.swift
[1244/1451] Compiling ModelsDSTU2 Patient.swift
[1245/1451] Compiling ModelsDSTU2 PaymentNotice.swift
[1246/1451] Compiling ModelsDSTU2 PaymentReconciliation.swift
[1247/1451] Compiling ModelsDSTU2 Period.swift
[1248/1451] Compiling ModelsDSTU2 Person.swift
[1249/1451] Compiling ModelsDSTU2 Practitioner.swift
[1250/1451] Compiling ModelsDSTU2 Procedure.swift
[1251/1451] Compiling ModelsDSTU2 ProcedureRequest.swift
[1252/1451] Compiling ModelsDSTU2 ProcessRequest.swift
[1253/1451] Compiling ModelsDSTU2 ProcessResponse.swift
[1254/1451] Compiling ModelsDSTU2 Provenance.swift
[1255/1451] Compiling ModelsDSTU2 Quantity.swift
[1256/1451] Compiling ModelsDSTU2 Questionnaire.swift
[1257/1451] Compiling ModelsR4 FamilyMemberHistory.swift
[1258/1451] Compiling ModelsR4 Flag.swift
[1259/1451] Compiling ModelsR4 Goal.swift
[1260/1451] Compiling ModelsR4 GraphDefinition.swift
[1261/1451] Compiling ModelsR4 Group.swift
[1262/1451] Compiling ModelsR4 GuidanceResponse.swift
[1263/1451] Compiling ModelsR4 HealthcareService.swift
[1264/1451] Compiling ModelsR4 HumanName.swift
[1265/1451] Compiling ModelsR4 Identifier.swift
[1266/1451] Compiling ModelsR4 ImagingStudy.swift
[1267/1451] Compiling ModelsR4 Immunization.swift
[1268/1451] Compiling ModelsR4 ImmunizationEvaluation.swift
[1269/1451] Compiling ModelsR4 ImmunizationRecommendation.swift
[1270/1451] Compiling ModelsR4 ImplementationGuide.swift
[1271/1451] Compiling ModelsR4 Instant+NSDate.swift
[1272/1451] Compiling ModelsR4 Instant.swift
[1273/1451] Compiling ModelsR4 InstantDate.swift
[1274/1451] Compiling ModelsR4 InsurancePlan.swift
[1275/1451] Compiling ModelsR4 Invoice.swift
[1276/1451] Compiling ModelsR4 Library.swift
[1277/1451] Compiling ModelsR4 Linkage.swift
[1278/1451] Compiling ModelsR4 List.swift
[1279/1451] Compiling ModelsR4 Location.swift
[1280/1451] Compiling ModelsR4 MarketingStatus.swift
[1281/1451] Compiling ModelsR4 NamingSystem.swift
[1282/1451] Compiling ModelsR4 Narrative.swift
[1283/1451] Compiling ModelsR4 NutritionOrder.swift
[1284/1451] Compiling ModelsR4 Observation.swift
[1285/1451] Compiling ModelsR4 ObservationDefinition.swift
[1286/1451] Compiling ModelsR4 OperationDefinition.swift
[1287/1451] Compiling ModelsR4 OperationOutcome.swift
[1288/1451] Compiling ModelsR4 Organization.swift
[1289/1451] Compiling ModelsR4 OrganizationAffiliation.swift
[1290/1451] Compiling ModelsR4 ParameterDefinition.swift
[1291/1451] Compiling ModelsR4 Parameters.swift
[1292/1451] Compiling ModelsR4 Patient.swift
[1293/1451] Compiling ModelsR4 PaymentNotice.swift
[1294/1451] Compiling ModelsR4 PaymentReconciliation.swift
[1295/1451] Compiling ModelsR4 Period.swift
[1296/1451] Compiling ModelsR4 Person.swift
[1297/1451] Compiling ModelsR4 PlanDefinition.swift
[1298/1451] Compiling ModelsR4 Population.swift
[1299/1451] Compiling ModelsR4 Practitioner.swift
[1300/1451] Compiling ModelsR4 PractitionerRole.swift
[1301/1451] Compiling ModelsR4 Procedure.swift
[1302/1451] Compiling ModelsR4 ProdCharacteristic.swift
[1303/1451] Compiling ModelsR4 ProductShelfLife.swift
[1304/1451] Compiling ModelsR4 Provenance.swift
[1305/1451] Compiling ModelsDSTU2 QuestionnaireResponse.swift
[1306/1451] Compiling ModelsDSTU2 Range.swift
[1307/1451] Compiling ModelsDSTU2 Ratio.swift
[1308/1451] Compiling ModelsDSTU2 Reference.swift
[1309/1451] Compiling ModelsDSTU2 ReferralRequest.swift
[1310/1451] Compiling ModelsDSTU2 RelatedPerson.swift
[1311/1451] Compiling ModelsDSTU2 Resource.swift
[1312/1451] Compiling ModelsDSTU2 ResourceProxy.swift
[1313/1451] Compiling ModelsDSTU2 RiskAssessment.swift
[1314/1451] Compiling ModelsDSTU2 SampledData.swift
[1315/1451] Compiling ModelsDSTU2 Schedule.swift
[1316/1451] Compiling ModelsDSTU2 SearchParameter.swift
[1317/1451] Compiling ModelsDSTU2 Signature.swift
[1318/1451] Compiling ModelsDSTU2 Slot.swift
[1319/1451] Compiling ModelsDSTU2 Specimen.swift
[1320/1451] Compiling ModelsDSTU2 StructureDefinition.swift
[1321/1451] Compiling ModelsDSTU2 Subscription.swift
[1322/1451] Compiling ModelsDSTU2 Substance.swift
[1323/1451] Compiling ModelsDSTU2 SupplyDelivery.swift
[1324/1451] Compiling ModelsDSTU2 SupplyRequest.swift
[1325/1451] Compiling ModelsDSTU2 TestScript.swift
[1326/1451] Compiling ModelsDSTU2 Timing.swift
[1327/1451] Compiling ModelsDSTU2 ValueSet.swift
[1328/1451] Compiling ModelsDSTU2 VisionPrescription.swift
[1329/1451] Compiling ModelsR4 Measure.swift
[1330/1451] Compiling ModelsR4 MeasureReport.swift
[1331/1451] Compiling ModelsR4 Media.swift
[1332/1451] Compiling ModelsR4 Medication.swift
[1333/1451] Compiling ModelsR4 MedicationAdministration.swift
[1334/1451] Compiling ModelsR4 MedicationDispense.swift
[1335/1451] Compiling ModelsR4 MedicationKnowledge.swift
[1336/1451] Compiling ModelsR4 MedicationRequest.swift
[1337/1451] Compiling ModelsR4 MedicationStatement.swift
[1338/1451] Compiling ModelsR4 MedicinalProduct.swift
[1339/1451] Compiling ModelsR4 MedicinalProductAuthorization.swift
[1340/1451] Compiling ModelsR4 MedicinalProductContraindication.swift
[1341/1451] Compiling ModelsR4 MedicinalProductIndication.swift
[1342/1451] Compiling ModelsR4 MedicinalProductIngredient.swift
[1343/1451] Compiling ModelsR4 MedicinalProductInteraction.swift
[1344/1451] Compiling ModelsR4 MedicinalProductManufactured.swift
[1345/1451] Compiling ModelsR4 MedicinalProductPackaged.swift
[1346/1451] Compiling ModelsR4 MedicinalProductPharmaceutical.swift
[1347/1451] Compiling ModelsR4 MedicinalProductUndesirableEffect.swift
[1348/1451] Compiling ModelsR4 MessageDefinition.swift
[1349/1451] Compiling ModelsR4 MessageHeader.swift
[1350/1451] Compiling ModelsR4 Meta.swift
[1351/1451] Compiling ModelsR4 MolecularSequence.swift
[1352/1451] Compiling ModelsR4 Money.swift
[1353/1451] Compiling ModelsR4 CoverageEligibilityRequest.swift
[1354/1451] Compiling ModelsR4 CoverageEligibilityResponse.swift
[1355/1451] Compiling ModelsR4 DataRequirement.swift
[1356/1451] Compiling ModelsR4 DateTime+NSDate.swift
[1357/1451] Compiling ModelsR4 DateTime.swift
[1358/1451] Compiling ModelsR4 DetectedIssue.swift
[1359/1451] Compiling ModelsR4 Device.swift
[1360/1451] Compiling ModelsR4 DeviceDefinition.swift
[1361/1451] Compiling ModelsR4 DeviceMetric.swift
[1362/1451] Compiling ModelsR4 DeviceRequest.swift
[1363/1451] Compiling ModelsR4 DeviceUseStatement.swift
[1364/1451] Compiling ModelsR4 DiagnosticReport.swift
[1365/1451] Compiling ModelsR4 Distance.swift
[1366/1451] Compiling ModelsR4 DocumentManifest.swift
[1367/1451] Compiling ModelsR4 DocumentReference.swift
[1368/1451] Compiling ModelsR4 DomainResource+Extensions.swift
[1369/1451] Compiling ModelsR4 DomainResource.swift
[1370/1451] Compiling ModelsR4 Dosage.swift
[1371/1451] Compiling ModelsR4 Duration.swift
[1372/1451] Compiling ModelsR4 EffectEvidenceSynthesis.swift
[1373/1451] Compiling ModelsR4 Element+Extensions.swift
[1374/1451] Compiling ModelsR4 Element.swift
[1375/1451] Compiling ModelsR4 ElementDefinition.swift
[1376/1451] Compiling ModelsR4 Encounter.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 {
[1386/1451] Compiling ModelsR4 Quantity.swift
[1387/1451] Compiling ModelsR4 Questionnaire.swift
[1388/1451] Compiling ModelsR4 QuestionnaireResponse.swift
[1389/1451] Compiling ModelsR4 Range.swift
[1390/1451] Compiling ModelsR4 Ratio.swift
[1391/1451] Compiling ModelsR4 Reference.swift
[1392/1451] Compiling ModelsR4 RelatedArtifact.swift
[1393/1451] Compiling ModelsR4 RelatedPerson.swift
[1394/1451] Compiling ModelsR4 RequestGroup.swift
[1395/1451] Compiling ModelsR4 ResearchDefinition.swift
[1396/1451] Compiling ModelsR4 ResearchElementDefinition.swift
[1397/1451] Compiling ModelsR4 ResearchStudy.swift
[1398/1451] Compiling ModelsR4 ResearchSubject.swift
[1399/1451] Compiling ModelsR4 Resource.swift
[1400/1451] Compiling ModelsR4 ResourceProxy.swift
[1401/1451] Compiling ModelsR4 RiskAssessment.swift
[1402/1451] Compiling ModelsR4 RiskEvidenceSynthesis.swift
[1403/1451] Compiling ModelsR4 SampledData.swift
[1404/1451] Compiling ModelsR4 Schedule.swift
[1405/1451] Compiling ModelsR4 SearchParameter.swift
[1406/1451] Compiling ModelsR4 ServiceRequest.swift
[1407/1451] Compiling ModelsR4 Signature.swift
[1408/1451] Compiling ModelsR4 Slot.swift
[1409/1451] Compiling ModelsR4 Specimen.swift
[1410/1451] Compiling ModelsR4 SpecimenDefinition.swift
[1411/1451] Compiling ModelsR4 StructureDefinition.swift
[1412/1451] Compiling ModelsR4 StructureMap.swift
[1413/1451] Compiling ModelsR4 Subscription.swift
[1414/1451] Compiling ModelsR4 Substance.swift
[1415/1451] Compiling ModelsR4 SubstanceAmount.swift
[1416/1451] Compiling ModelsR4 SubstanceNucleicAcid.swift
[1417/1451] Compiling ModelsR4 SubstancePolymer.swift
[1418/1451] Compiling ModelsR4 SubstanceProtein.swift
[1419/1451] Compiling ModelsR4 SubstanceReferenceInformation.swift
[1420/1451] Compiling ModelsR4 SubstanceSourceMaterial.swift
[1421/1451] Compiling ModelsR4 SubstanceSpecification.swift
[1422/1451] Compiling ModelsR4 SupplyDelivery.swift
[1423/1451] Compiling ModelsR4 SupplyRequest.swift
[1424/1451] Compiling ModelsR4 Task.swift
[1425/1451] Compiling ModelsR4 TerminologyCapabilities.swift
[1426/1451] Compiling ModelsR4 TestReport.swift
[1427/1451] Compiling ModelsR4 TestScript.swift
[1428/1451] Compiling ModelsR4 Timing.swift
[1429/1451] Compiling ModelsR4 TriggerDefinition.swift
[1430/1451] Compiling ModelsR4 UsageContext.swift
[1431/1451] Compiling ModelsR4 ValueSet.swift
[1432/1451] Compiling ModelsR4 VerificationResult.swift
[1433/1451] Compiling ModelsR4 VisionPrescription.swift
[1434/1466] Compiling CareKitFHIR OCKDSTU2CarePlanActivityCoder.swift
[1435/1467] Emitting module CareKitFHIR
[1436/1467] Compiling CareKitFHIR OCKFHIRRelease.swift
[1437/1467] Compiling CareKitFHIR OCKFHIRResource.swift
[1438/1467] Compiling CareKitFHIR OCKFHIRCodingError.swift
[1439/1467] Compiling CareKitFHIR OCKFHIRContentType.swift
[1440/1467] Compiling CareKitFHIR OCKFHIRResourceCoder.swift
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:122:44: warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in a '@Sendable' closure
120 |             guard success else {
121 |                 let error = OCKStoreError.addFailed(reason: "Failed to request authorization for HealthKit's clinical records.")
122 |                 DispatchQueue.main.async { completion(.failure(error)) }
    |                                            |- warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in a '@Sendable' closure
    |                                            `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
123 |                 return
124 |             }
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:159:51: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
157 |                     let rawData = clinicalSamples.compactMap { $0.fhirResource?.data }
158 |                     let resources = rawData.map { OCKFHIRResourceData<DSTU2, JSON>(data: $0) }
159 |                     let tasks = try resources.map(self.decode)
    |                                                   `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
160 |                     DispatchQueue.main.async {
161 |                         completion(.success(tasks))
CareKitFHIR.OCKFHIRResourceCoder.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol OCKFHIRResourceCoder {
2 | Self : CareKitFHIR.OCKFHIRResourceCoder}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:138:48: warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in a '@Sendable' closure
136 |                 func fail(_ message: String) {
137 |                     let error = OCKStoreError.addFailed(reason: "Failed to fetch medications from HealthKit. \(message)")
138 |                     DispatchQueue.main.async { completion(.failure(error)) }
    |                                                |- warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in a '@Sendable' closure
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
139 |                 }
140 |
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:159:51: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
157 |                     let rawData = clinicalSamples.compactMap { $0.fhirResource?.data }
158 |                     let resources = rawData.map { OCKFHIRResourceData<DSTU2, JSON>(data: $0) }
159 |                     let tasks = try resources.map(self.decode)
    |                                                   `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
160 |                     DispatchQueue.main.async {
161 |                         completion(.success(tasks))
CareKitFHIR.OCKFHIRResourceCoder.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol OCKFHIRResourceCoder {
2 | Self : CareKitFHIR.OCKFHIRResourceCoder}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:138:48: warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in an isolated local function; this is an error in the Swift 6 language mode
136 |                 func fail(_ message: String) {
137 |                     let error = OCKStoreError.addFailed(reason: "Failed to fetch medications from HealthKit. \(message)")
138 |                     DispatchQueue.main.async { completion(.failure(error)) }
    |                                                |- warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in an isolated local function; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
139 |                 }
140 |
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:138:48: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
136 |                 func fail(_ message: String) {
137 |                     let error = OCKStoreError.addFailed(reason: "Failed to fetch medications from HealthKit. \(message)")
138 |                     DispatchQueue.main.async { completion(.failure(error)) }
    |                                                |- warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
    |                                                `- note: task-isolated 'completion' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
139 |                 }
140 |
[1441/1467] Compiling CareKitFHIR OCKFHIRResourceData.swift
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:122:44: warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in a '@Sendable' closure
120 |             guard success else {
121 |                 let error = OCKStoreError.addFailed(reason: "Failed to request authorization for HealthKit's clinical records.")
122 |                 DispatchQueue.main.async { completion(.failure(error)) }
    |                                            |- warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in a '@Sendable' closure
    |                                            `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
123 |                 return
124 |             }
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:159:51: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
157 |                     let rawData = clinicalSamples.compactMap { $0.fhirResource?.data }
158 |                     let resources = rawData.map { OCKFHIRResourceData<DSTU2, JSON>(data: $0) }
159 |                     let tasks = try resources.map(self.decode)
    |                                                   `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
160 |                     DispatchQueue.main.async {
161 |                         completion(.success(tasks))
CareKitFHIR.OCKFHIRResourceCoder.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol OCKFHIRResourceCoder {
2 | Self : CareKitFHIR.OCKFHIRResourceCoder}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:138:48: warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in a '@Sendable' closure
136 |                 func fail(_ message: String) {
137 |                     let error = OCKStoreError.addFailed(reason: "Failed to fetch medications from HealthKit. \(message)")
138 |                     DispatchQueue.main.async { completion(.failure(error)) }
    |                                                |- warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in a '@Sendable' closure
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
139 |                 }
140 |
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:159:51: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
157 |                     let rawData = clinicalSamples.compactMap { $0.fhirResource?.data }
158 |                     let resources = rawData.map { OCKFHIRResourceData<DSTU2, JSON>(data: $0) }
159 |                     let tasks = try resources.map(self.decode)
    |                                                   `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
160 |                     DispatchQueue.main.async {
161 |                         completion(.success(tasks))
CareKitFHIR.OCKFHIRResourceCoder.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol OCKFHIRResourceCoder {
2 | Self : CareKitFHIR.OCKFHIRResourceCoder}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:138:48: warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in an isolated local function; this is an error in the Swift 6 language mode
136 |                 func fail(_ message: String) {
137 |                     let error = OCKStoreError.addFailed(reason: "Failed to fetch medications from HealthKit. \(message)")
138 |                     DispatchQueue.main.async { completion(.failure(error)) }
    |                                                |- warning: capture of 'completion' with non-sendable type 'OCKResultClosure<[Self.Entity]>' (aka '(Result<Array<Self.Entity>, OCKStoreError>) -> ()') in an isolated local function; this is an error in the Swift 6 language mode
    |                                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
139 |                 }
140 |
/Users/admin/builder/spi-builder-workspace/CareKitFHIR/CareKitFHIR/OCKFHIRResourceCoder.swift:138:48: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
136 |                 func fail(_ message: String) {
137 |                     let error = OCKStoreError.addFailed(reason: "Failed to fetch medications from HealthKit. \(message)")
138 |                     DispatchQueue.main.async { completion(.failure(error)) }
    |                                                |- warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
    |                                                `- note: task-isolated 'completion' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
139 |                 }
140 |
[1442/1467] Compiling CareKitFHIR FHIRModels+Extensions.swift
[1443/1467] Compiling CareKitFHIR OCK+FHIRExtensions.swift
[1444/1467] Compiling CareKitFHIR OCKR4PatientCoder.swift
[1445/1467] Compiling CareKitFHIR OCKDSTU2MedicationOrderCoder.swift
[1446/1467] Compiling CareKitFHIR OCKDSTU2PatientCoder.swift
[1447/1467] Compiling CareKitFHIR OCKPatientConverterTraits.swift
[1448/1467] Compiling CareKitFHIR OCKDSTU2ScheduleCoder.swift
[1449/1467] Compiling CareKitFHIR OCKTaskConverterTraits.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 {
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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/112] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/113] Compiling CareKitUI OSValue.swift
[4/113] Compiling CareKitUI OCKAnimationStyler.swift
[5/113] Compiling CareKitUI View+Extension.swift
[6/113] Compiling CareKitUI OCKLocalization.swift
[7/113] Compiling CareKitUI NoHighlightStyle.swift
[8/113] Compiling CareKitUI OCKLog.swift
[9/113] Compiling CareKitUI CardView.swift
[10/113] Compiling CareKitUI CircularCompletionView.swift
[11/113] Compiling CareKitUI AccessibleStack.swift
[12/113] Compiling CareKitUI BackwardsCompatibility.swift
[13/113] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/113] Compiling FMCore Scanner+FHIR.swift
[15/113] Compiling FMCore FHIRType.swift
[16/113] Compiling FMCore FHIRDateParserError.swift
[17/113] Compiling FMCore TimeZone+FHIR.swift
[18/113] Compiling FMCore FHIRIntegerRepresentable.swift
[19/113] Compiling FMCore DecodingError+Utilities.swift
[20/113] Compiling FMCore ConstructibleFromNSDate.swift
[21/113] Compiling FMCore ExpressibleAsNSDate.swift
[22/113] Emitting module FMCore
[23/113] Compiling FMCore FHIRDateComponents.swift
[24/113] Emitting module InternalCollectionsUtilities
[25/113] Compiling CareKitUI HeaderView.swift
[26/113] Compiling CareKitUI RectangularCompletionView.swift
[27/113] Compiling CareKitUI Text+Extension.swift
[28/113] Compiling CareKitUI UIColor+Extension.swift
[29/113] Compiling CareKitUI Number+Extensions.swift
[30/113] Compiling CareKitUI OCKStyler+Extension.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 {
[41/195] Compiling DequeModule _DequeBufferHeader.swift
[42/195] Compiling DequeModule _DequeSlot.swift
[43/195] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[44/195] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[45/195] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[46/195] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[47/195] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[48/195] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/196] 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 {
[50/196] Compiling DequeModule _UnsafeWrappedBuffer.swift
[51/196] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[52/196] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[53/196] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[54/196] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[55/196] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[56/196] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[57/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[58/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[59/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[60/202] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[61/202] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[62/202] Compiling OrderedCollections OrderedSet+Sendable.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 {
[67/202] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.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 {
[68/202] Compiling OrderedCollections OrderedDictionary+Sendable.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 {
[69/202] Compiling OrderedCollections OrderedDictionary+Sequence.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 {
[70/202] Compiling OrderedCollections OrderedDictionary+Values.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 {
[71/202] Compiling OrderedCollections OrderedDictionary.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 {
[72/202] Compiling OrderedCollections OrderedSet+Codable.swift
[73/202] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[74/202] Compiling OrderedCollections OrderedSet+Descriptions.swift
[75/202] Compiling OrderedCollections OrderedSet+Diffing.swift
[76/202] Compiling OrderedCollections OrderedSet+Equatable.swift
[77/202] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[78/202] Compiling OrderedCollections _Hashtable+Header.swift
[79/202] Compiling OrderedCollections OrderedDictionary+Codable.swift
[80/202] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[81/202] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[82/202] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[83/202] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[84/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[85/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[86/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[87/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[88/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[89/202] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[90/425] Compiling ModelsDSTU2 CodeSystemACMECodesForCholesterolInSerumPlasma.swift
[91/425] Compiling ModelsDSTU2 CodeSystemAHRQMedicationQ1.swift
[92/425] Compiling ModelsDSTU2 CodeSystemAccountStatus.swift
[93/425] Compiling ModelsDSTU2 CodeSystemActionList.swift
[94/425] Compiling ModelsDSTU2 CodeSystemAdditionalMaterialCodes.swift
[95/425] Compiling ModelsDSTU2 CodeSystemAddressType.swift
[96/425] Compiling ModelsDSTU2 Attachment.swift
[97/425] Compiling ModelsDSTU2 AuditEvent.swift
[98/425] Compiling ModelsDSTU2 BackboneElement.swift
[99/425] Compiling ModelsDSTU2 Base64Binary.swift
[100/425] Compiling ModelsDSTU2 Basic.swift
[101/425] Compiling ModelsDSTU2 Binary.swift
[102/425] Compiling ModelsDSTU2 BodySite.swift
[103/425] Compiling ModelsDSTU2 Bundle.swift
[104/425] Compiling ModelsDSTU2 CarePlan.swift
[105/425] Compiling ModelsDSTU2 Claim.swift
[106/425] Compiling ModelsDSTU2 ClaimResponse.swift
[107/425] Compiling ModelsDSTU2 ClinicalImpression.swift
[108/425] Compiling ModelsDSTU2 Annotation.swift
[109/425] Compiling ModelsDSTU2 Appointment.swift
[110/425] Compiling ModelsDSTU2 AppointmentResponse.swift
[112/425] Compiling ModelsDSTU2 Account.swift
[113/425] Compiling ModelsDSTU2 Address.swift
[114/425] Compiling ModelsDSTU2 Age.swift
[115/425] Compiling ModelsDSTU2 AllergyIntolerance.swift
[116/425] Emitting module DequeModule
[124/425] Compiling ModelsDSTU2 CodeSystemPropertyRepresentation.swift
[125/425] Compiling ModelsDSTU2 CodeSystemProvenanceEntityRole.swift
[126/425] Compiling ModelsDSTU2 CodeSystemProvenanceParticipantRole.swift
[127/425] Compiling ModelsDSTU2 CodeSystemProvenanceParticipantType.swift
[128/425] Compiling ModelsDSTU2 CodeSystemQICoreAdverseEventCategoryCodes.swift
[129/425] Compiling ModelsDSTU2 CodeSystemQICoreAdverseEventTypeCodes.swift
[130/465] Emitting module OrderedCollections
[131/471] Compiling ModelsDSTU2 CodeSystemFlagCategory.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 {
[132/471] Compiling ModelsDSTU2 CodeSystemFlagCategoryCodes.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 {
[133/471] Compiling ModelsDSTU2 CodeSystemFlagPriorityCodes.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 {
[134/471] Compiling ModelsDSTU2 CodeSystemFlagStatus.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 {
[135/471] Compiling ModelsDSTU2 CodeSystemProcedureRelationshipType.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 {
[136/471] Compiling ModelsDSTU2 CodeSystemProcedureRequestPriority.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 {
[137/471] Compiling ModelsDSTU2 CodeSystemProcedureRequestStatus.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 {
[138/471] Compiling ModelsDSTU2 CodeSystemProcedureStatus.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 {
[139/472] Compiling ModelsDSTU2 CodeSystemProcessOutcomeCodes.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 {
[140/697] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[141/697] Compiling AsyncAlgorithms ChannelStateMachine.swift
[142/697] Compiling AsyncAlgorithms ChannelStorage.swift
[143/697] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[144/697] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[145/697] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[146/697] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[147/697] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[148/697] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[149/697] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[150/702] Compiling AsyncAlgorithms MergeStateMachine.swift
[151/702] Compiling AsyncAlgorithms MergeStorage.swift
[152/702] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[153/702] Compiling AsyncAlgorithms Rethrow.swift
[154/702] Compiling AsyncAlgorithms SetAlgebra.swift
[155/702] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[156/702] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[157/702] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[158/702] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[159/702] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[160/702] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[161/702] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[162/702] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[163/702] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[164/702] Compiling AsyncAlgorithms AsyncChannel.swift
[165/702] Compiling AsyncAlgorithms Dictionary.swift
[166/702] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[167/702] Compiling AsyncAlgorithms Locking.swift
[168/702] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[169/702] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[170/702] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[171/702] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[172/702] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[173/702] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[174/702] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[175/702] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[176/702] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[177/702] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[178/702] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[179/702] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[180/702] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[181/702] Compiling AsyncAlgorithms CombineLatestStorage.swift
[182/702] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[183/702] Compiling AsyncAlgorithms DebounceStateMachine.swift
[184/702] Compiling AsyncAlgorithms DebounceStorage.swift
[195/726] Compiling ModelsR4 CodeSystemEventStatus.swift
[196/726] Compiling ModelsR4 CodeSystemEventTiming.swift
[197/726] Compiling ModelsR4 CodeSystemEvidenceVariableType.swift
[198/726] Compiling ModelsR4 CodeSystemEvidenceVariantState.swift
[199/726] Compiling ModelsR4 CodeSystemExampleClaimSubTypeCodes.swift
[200/726] Compiling ModelsR4 CodeSystemExampleCoverageFinancialExceptionCodes.swift
[201/726] Compiling ModelsR4 CodeSystemExampleDiagnosisOnAdmissionCodes.swift
[202/726] Compiling ModelsR4 CodeSystemExampleDiagnosisTypeCodes.swift
[203/726] Compiling ModelsR4 CodeSystemExampleMessageReasonCodes.swift
[204/726] Compiling ModelsR4 CodeSystemExampleOnsetTypeReasonCodes.swift
[205/726] Compiling ModelsR4 CodeSystemExamplePaymentTypeCodes.swift
[206/726] Compiling ModelsR4 CodeSystemExamplePharmacyServiceCodes.swift
[207/726] Compiling ModelsR4 CodeSystemExampleProcedureTypeCodes.swift
[208/726] Compiling ModelsR4 CodeSystemExampleProgramReasonCodes.swift
[209/726] Compiling ModelsR4 CodeSystemExampleRelatedClaimRelationshipCodes.swift
[210/726] Compiling ModelsR4 CodeSystemExampleScenarioActorType.swift
[211/726] Compiling ModelsR4 CodeSystemExampleServiceModifierCodes.swift
[212/726] Compiling ModelsR4 CodeSystemExampleServiceProductCodes.swift
[213/726] Compiling ModelsR4 CodeSystemExampleUseCodesForList.swift
[214/726] Compiling ModelsR4 CodeSystemExampleVisionPrescriptionProductCodes.swift
[215/726] Compiling ModelsR4 CodeSystemExceptionCodes.swift
[216/726] Compiling ModelsR4 CodeSystemExpansionParameterSource.swift
[217/726] Compiling ModelsR4 CodeSystemExpansionProcessingRule.swift
[218/726] Compiling ModelsR4 CodeSystemExplanationOfBenefitStatus.swift
[219/726] Compiling ModelsR4 CodeSystemExposureState.swift
[220/750] Compiling ModelsR4 CodeSystemDeviceUseStatementStatus.swift
[221/750] Compiling ModelsR4 CodeSystemDiagnosisRole.swift
[222/750] Compiling ModelsR4 CodeSystemDiagnosticReportStatus.swift
[223/750] Compiling ModelsR4 CodeSystemDiet.swift
[224/750] Compiling ModelsR4 CodeSystemDischargeDisposition.swift
[225/750] Compiling ModelsR4 CodeSystemDiscriminatorType.swift
[226/750] Compiling ModelsR4 CodeSystemDocumentMode.swift
[227/750] Compiling ModelsR4 CodeSystemDocumentReferenceStatus.swift
[228/750] Compiling ModelsR4 CodeSystemDocumentRelationshipType.swift
[229/750] Compiling ModelsR4 CodeSystemDoseAndRateType.swift
[230/750] Compiling ModelsR4 CodeSystemEffectEstimateType.swift
[231/750] Compiling ModelsR4 CodeSystemEligibilityRequestPurpose.swift
[232/750] Compiling ModelsR4 CodeSystemEligibilityResponsePurpose.swift
[233/750] Compiling ModelsR4 CodeSystemEnableWhenBehavior.swift
[234/750] Compiling ModelsR4 CodeSystemEncounterLocationStatus.swift
[235/750] Compiling ModelsR4 CodeSystemEncounterStatus.swift
[236/750] Compiling ModelsR4 CodeSystemEncounterType.swift
[237/750] Compiling ModelsR4 CodeSystemEndpointConnectionType.swift
[238/750] Compiling ModelsR4 CodeSystemEndpointPayloadType.swift
[239/750] Compiling ModelsR4 CodeSystemEndpointStatus.swift
[240/750] Compiling ModelsR4 CodeSystemEnteralFormulaAdditiveTypeCode.swift
[241/750] Compiling ModelsR4 CodeSystemEpisodeOfCareStatus.swift
[242/750] Compiling ModelsR4 CodeSystemEpisodeOfCareType.swift
[243/750] Compiling ModelsR4 CodeSystemEventCapabilityMode.swift
[244/750] Compiling ModelsR4 CodeSystemEventResourceType.swift
[245/774] Emitting module AsyncAlgorithms
[246/774] Compiling ModelsR4 CodeSystemConstraintSeverity.swift
[247/774] Compiling ModelsR4 CodeSystemContactEntityType.swift
[248/774] Compiling ModelsR4 CodeSystemContactPointSystem.swift
[249/774] Compiling ModelsR4 CodeSystemContactPointUse.swift
[250/774] Compiling ModelsR4 CodeSystemContainerCap.swift
[251/774] Compiling ModelsR4 CodeSystemContractActionCodes.swift
[252/774] Compiling ModelsR4 CodeSystemContractActorRoleCodes.swift
[253/774] Compiling ModelsR4 CodeSystemContractContentDerivationCodes.swift
[254/774] Compiling ModelsR4 CodeSystemContractDataMeaning.swift
[255/774] Compiling ModelsR4 CodeSystemContractResourceActionStatusCodes.swift
[256/774] Compiling ModelsR4 CodeSystemContractResourceAssetAvailiabilityCodes.swift
[257/774] Compiling ModelsR4 CodeSystemContractResourceAssetContextCodes.swift
[258/774] Compiling ModelsR4 CodeSystemContractResourceAssetScopeCodes.swift
[259/774] Compiling ModelsR4 CodeSystemContractResourceAssetSubTypeCodes.swift
[260/774] Compiling ModelsR4 CodeSystemContractResourceAssetTypeCodes.swift
[261/774] Compiling ModelsR4 CodeSystemContractResourceDecisionModeCodes.swift
[262/774] Compiling ModelsR4 CodeSystemContractResourceDefinitionSubtypeCodes.swift
[263/774] Compiling ModelsR4 CodeSystemContractResourceDefinitionTypeCodes.swift
[264/774] Compiling ModelsR4 CodeSystemContractResourceExpirationTypeCodes.swift
[265/774] Compiling ModelsR4 CodeSystemContractResourceLegalStateCodes.swift
[266/774] Compiling ModelsR4 CodeSystemContractResourcePartyRoleCodes.swift
[267/774] Compiling ModelsR4 CodeSystemContractResourcePublicationStatusCodes.swift
[268/774] Compiling ModelsR4 CodeSystemContractResourceSecurityControlCodes.swift
[269/774] Compiling ModelsR4 CodeSystemContractResourceStatusCodes.swift
[270/774] Compiling ModelsR4 CodeSystemContractSignerTypeCodes.swift
[271/798] Compiling AsyncAlgorithms UnsafeTransfer.swift
[272/798] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[273/798] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[274/798] Compiling AsyncAlgorithms ZipStateMachine.swift
[275/798] Compiling AsyncAlgorithms ZipStorage.swift
[291/798] Compiling ModelsR4 CodeSystemExpressionLanguage.swift
[292/798] Compiling ModelsR4 CodeSystemExtensionContextType.swift
[293/798] Compiling ModelsR4 CodeSystemFHIRDefinedConceptProperties.swift
[294/798] Compiling ModelsR4 CodeSystemFHIRDeviceStatus.swift
[295/798] Compiling ModelsR4 CodeSystemFHIRDeviceStatusReason.swift
[296/798] Compiling ModelsR4 CodeSystemFHIRRestfulInteractions.swift
[297/798] Compiling ModelsR4 CodeSystemFHIRSubstanceStatus.swift
[298/798] Compiling ModelsR4 CodeSystemFailureAction.swift
[299/798] Compiling ModelsR4 CodeSystemFamilyHistoryAbsentReason.swift
[300/798] Compiling ModelsR4 CodeSystemFamilyHistoryStatus.swift
[301/798] Compiling ModelsR4 CodeSystemFeedingDeviceCodes.swift
[302/798] Compiling ModelsR4 CodeSystemFilterOperator.swift
[303/798] Compiling ModelsR4 CodeSystemFinancialResourceStatusCodes.swift
[304/798] Compiling ModelsR4 CodeSystemFinancialTaskCodes.swift
[305/798] Compiling ModelsR4 CodeSystemFinancialTaskInputTypeCodes.swift
[306/798] Compiling ModelsR4 CodeSystemFlagCategory.swift
[307/798] Compiling ModelsR4 CodeSystemFlagPriorityCodes.swift
[308/798] Compiling ModelsR4 CodeSystemFlagStatus.swift
[309/798] Compiling ModelsR4 CodeSystemGenderIdentity.swift
[310/798] Compiling ModelsR4 CodeSystemGenderStatus.swift
[311/798] Compiling ModelsR4 CodeSystemGoalAcceptanceStatus.swift
[312/798] Compiling ModelsR4 CodeSystemGoalAchievementStatus.swift
[313/798] Compiling ModelsR4 CodeSystemGoalCategory.swift
[314/798] Compiling ModelsR4 CodeSystemGoalLifecycleStatus.swift
[315/822] Compiling ModelsR4 CodeSystemGoalPriority.swift
[316/822] Compiling ModelsR4 CodeSystemGoalRelationshipType.swift
[317/822] Compiling ModelsR4 CodeSystemGoalStatusReason.swift
[318/822] Compiling ModelsR4 CodeSystemGraphCompartmentRule.swift
[319/822] Compiling ModelsR4 CodeSystemGraphCompartmentUse.swift
[320/822] Compiling ModelsR4 CodeSystemGroupMeasure.swift
[321/822] Compiling ModelsR4 CodeSystemGroupType.swift
[322/822] Compiling ModelsR4 CodeSystemGuidanceResponseStatus.swift
[323/822] Compiling ModelsR4 CodeSystemGuidePageGeneration.swift
[324/822] Compiling ModelsR4 CodeSystemGuideParameterCode.swift
[325/822] Compiling ModelsR4 CodeSystemHL7Workgroup.swift
[326/822] Compiling ModelsR4 CodeSystemHTTPVerb.swift
[327/822] Compiling ModelsR4 CodeSystemHandlingConditionSet.swift
[328/822] Compiling ModelsR4 CodeSystemHumanNameAssemblyOrder.swift
[329/822] Compiling ModelsR4 CodeSystemISO210892017HealthRecordLifecycleEvents.swift
[330/822] Compiling ModelsR4 CodeSystemIdentifierUse.swift
[331/822] Compiling ModelsR4 CodeSystemIdentityAssuranceLevel.swift
[332/822] Compiling ModelsR4 CodeSystemImagingStudyStatus.swift
[333/822] Compiling ModelsR4 CodeSystemImmunizationEvaluationDoseStatusCodes.swift
[334/822] Compiling ModelsR4 CodeSystemImmunizationEvaluationDoseStatusReasonCodes.swift
[335/822] Compiling ModelsR4 CodeSystemImmunizationFundingSource.swift
[336/822] Compiling ModelsR4 CodeSystemImmunizationOriginCodes.swift
[337/822] Compiling ModelsR4 CodeSystemImmunizationProgramEligibility.swift
[338/822] Compiling ModelsR4 CodeSystemImmunizationRecommendationStatusCodes.swift
[339/822] Compiling ModelsR4 CodeSystemImmunizationSubpotentReason.swift
[340/822] Compiling ModelsR4 CodeSystemImplantStatus.swift
[341/822] Compiling ModelsR4 CodeSystemIndicator.swift
[342/822] Compiling ModelsR4 CodeSystemInterventionCodes.swift
[343/822] Compiling ModelsR4 CodeSystemInvoicePriceComponentType.swift
[344/822] Compiling ModelsR4 CodeSystemInvoiceStatus.swift
[345/822] Compiling ModelsR4 CodeSystemIssueSeverity.swift
[346/822] Compiling ModelsR4 CodeSystemIssueType.swift
[347/822] Compiling ModelsR4 CodeSystemKnowledgeResourceType.swift
[348/822] Compiling ModelsR4 CodeSystemLanguagePreferenceType.swift
[349/822] Compiling ModelsR4 CodeSystemLibraryType.swift
[350/822] Compiling ModelsR4 CodeSystemLinkType.swift
[351/822] Compiling ModelsR4 CodeSystemLinkageType.swift
[352/822] Compiling ModelsR4 CodeSystemListEmptyReasons.swift
[353/822] Compiling ModelsR4 CodeSystemListMode.swift
[354/822] Compiling ModelsR4 CodeSystemListOrderCodes.swift
[355/822] Compiling ModelsR4 CodeSystemListStatus.swift
[356/822] Compiling ModelsR4 CodeSystemLocationMode.swift
[357/822] Compiling ModelsR4 CodeSystemLocationStatus.swift
[358/822] Compiling ModelsR4 CodeSystemLocationType.swift
[359/822] Compiling ModelsR4 CodeSystemMatchGrade.swift
[360/822] Compiling ModelsR4 CodeSystemMaxOccurs.swift
[361/822] Compiling ModelsR4 CodeSystemMeasureDataUsage.swift
[362/822] Compiling ModelsR4 CodeSystemMeasureImprovementNotation.swift
[363/947] Compiling ModelsR4 CodeSystemMeasurePopulationType.swift
[364/948] Compiling ModelsR4 CodeSystemMeasureReportStatus.swift
[365/948] Compiling ModelsR4 CodeSystemMeasureReportType.swift
[366/950] Compiling ModelsR4 CodeSystemMeasureScoring.swift
[367/950] Compiling ModelsR4 CodeSystemMeasureType.swift
[368/951] Compiling ModelsR4 CodeSystemMediaModality.swift
[369/952] Compiling ModelsR4 CodeSystemMediaType.swift
[370/953] Compiling ModelsR4 CodeSystemMedicationAdministrationCategoryCodes.swift
[371/953] Compiling ModelsR4 CodeSystemMedicationAdministrationPerformerFunctionCodes.swift
[372/953] Compiling ModelsR4 CodeSystemMedicationAdministrationStatusCodes.swift
[373/954] Compiling ModelsR4 CodeSystemMedicationDispenseCategoryCodes.swift
[374/954] Compiling ModelsR4 CodeSystemMedicationDispensePerformerFunctionCodes.swift
[375/954] Compiling ModelsR4 CodeSystemMedicationDispenseStatusCodes.swift
[376/955] Compiling ModelsR4 CodeSystemMedicationDispenseStatusReasonCodes.swift
[377/955] Compiling ModelsR4 CodeSystemMedicationKnowledgeCharacteristicCodes.swift
[378/955] Compiling ModelsR4 CodeSystemMedicationKnowledgePackageTypeCodes.swift
[379/955] Compiling ModelsR4 CodeSystemMedicationKnowledgeStatusCodes.swift
[380/955] Compiling ModelsR4 CodeSystemMedicationRequestCategoryCodes.swift
[381/955] Compiling ModelsR4 CodeSystemMedicationRequestCourseOfTherapyCodes.swift
[382/956] Compiling ModelsR4 CodeSystemMedicationRequestIntent.swift
[383/956] Compiling ModelsR4 CodeSystemMedicationRequestStatusReasonCodes.swift
[384/956] Compiling ModelsR4 CodeSystemMedicationStatementCategoryCodes.swift
[385/956] Compiling ModelsR4 CodeSystemMedicationStatementStatusCodes.swift
[386/956] Compiling ModelsR4 CodeSystemMedicationStatusCodes.swift
[387/1012] Compiling ModelsR4 CodeSystemOrientationType.swift
[388/1012] Compiling ModelsR4 CodeSystemParticipantRequired.swift
[389/1012] Compiling ModelsR4 CodeSystemParticipantType.swift
[390/1012] Compiling ModelsR4 CodeSystemParticipationStatus.swift
[391/1012] Compiling ModelsR4 CodeSystemPayeeResourceType.swift
[392/1012] Compiling ModelsR4 CodeSystemPaymentAdjustmentReasonCodes.swift
[393/1012] Compiling ModelsR4 CodeSystemPaymentStatusCodes.swift
[394/1012] Compiling ModelsR4 CodeSystemPaymentTypeCodes.swift
[395/1012] Compiling ModelsR4 CodeSystemPerformerRoleCodes.swift
[396/1012] Compiling ModelsR4 CodeSystemPlanDefinitionType.swift
[397/1012] Compiling ModelsR4 CodeSystemPractitionerRoleCodes.swift
[398/1012] Compiling ModelsR4 CodeSystemPractitionerSpecialty.swift
[399/1012] Compiling ModelsR4 CodeSystemPrecisionEstimateType.swift
[400/1012] Compiling ModelsR4 CodeSystemPrimarySourceType.swift
[401/1012] Compiling ModelsR4 CodeSystemProcedureDeviceActionCodes.swift
[402/1012] Compiling ModelsR4 CodeSystemProcedureProgressStatusCodes.swift
[403/1012] Compiling ModelsR4 CodeSystemProcessPriorityCodes.swift
[404/1012] Compiling ModelsR4 CodeSystemPropertyRepresentation.swift
[405/1012] Compiling ModelsR4 CodeSystemPropertyType.swift
[406/1012] Compiling ModelsR4 CodeSystemProvenanceEntityRole.swift
[407/1012] Compiling ModelsR4 CodeSystemProvenanceParticipantRole.swift
[408/1012] Compiling ModelsR4 CodeSystemProvenanceParticipantType.swift
[409/1012] Compiling ModelsR4 CodeSystemPublicationStatus.swift
[410/1012] Compiling ModelsR4 CodeSystemPushTypeAvailable.swift
[411/1036] Compiling ModelsR4 CodeSystemQualityOfEvidenceRating.swift
[412/1036] Compiling ModelsR4 CodeSystemQualityType.swift
[413/1036] Compiling ModelsR4 CodeSystemQuantityComparator.swift
[414/1036] Compiling ModelsR4 CodeSystemQuestionnaireItemOperator.swift
[415/1036] Compiling ModelsR4 CodeSystemQuestionnaireItemType.swift
[416/1036] Compiling ModelsR4 CodeSystemQuestionnaireItemUIControlCodes.swift
[417/1036] Compiling ModelsR4 CodeSystemQuestionnaireItemUsageMode.swift
[418/1036] Compiling ModelsR4 CodeSystemQuestionnaireResponseStatus.swift
[419/1036] Compiling ModelsR4 CodeSystemQuestionnaireTextCategories.swift
[420/1036] Compiling ModelsR4 CodeSystemReasonMedicationGivenCodes.swift
[421/1036] Compiling ModelsR4 CodeSystemReferenceHandlingPolicy.swift
[422/1036] Compiling ModelsR4 CodeSystemReferenceVersionRules.swift
[423/1036] Compiling ModelsR4 CodeSystemReferralMethod.swift
[424/1036] Compiling ModelsR4 CodeSystemRejectionCriterion.swift
[425/1036] Compiling ModelsR4 CodeSystemRelatedArtifactType.swift
[426/1036] Compiling ModelsR4 CodeSystemRepositoryType.swift
[427/1036] Compiling ModelsR4 CodeSystemRequestIntent.swift
[428/1036] Compiling ModelsR4 CodeSystemRequestPriority.swift
[429/1036] Compiling ModelsR4 CodeSystemRequestResourceType.swift
[430/1036] Compiling ModelsR4 CodeSystemRequestStatus.swift
[431/1036] Compiling ModelsR4 CodeSystemResearchElementType.swift
[432/1036] Compiling ModelsR4 CodeSystemResearchStudyObjectiveType.swift
[433/1036] Compiling ModelsR4 CodeSystemResearchStudyPhase.swift
[434/1036] Compiling ModelsR4 CodeSystemResearchStudyPrimaryPurposeType.swift
[435/1060] Compiling ModelsR4 CodeSystemMedicationrequestStatus.swift
[436/1060] Compiling ModelsR4 CodeSystemMessageSignificanceCategory.swift
[437/1060] Compiling ModelsR4 CodeSystemMessageTransport.swift
[438/1060] Compiling ModelsR4 CodeSystemMessageheaderResponseRequest.swift
[439/1060] Compiling ModelsR4 CodeSystemMissingToothReasonCodes.swift
[440/1060] Compiling ModelsR4 CodeSystemModifierTypeCodes.swift
[441/1060] Compiling ModelsR4 CodeSystemNHINPurposeOfUse.swift
[442/1060] Compiling ModelsR4 CodeSystemNameUse.swift
[443/1060] Compiling ModelsR4 CodeSystemNamingSystemIdentifierType.swift
[444/1060] Compiling ModelsR4 CodeSystemNamingSystemType.swift
[445/1060] Compiling ModelsR4 CodeSystemNarrativeStatus.swift
[446/1060] Compiling ModelsR4 CodeSystemNeed.swift
[447/1060] Compiling ModelsR4 CodeSystemNetworkTypeCodes.swift
[448/1060] Compiling ModelsR4 CodeSystemNoteType.swift
[449/1060] Compiling ModelsR4 CodeSystemObservationCategoryCodes.swift
[450/1060] Compiling ModelsR4 CodeSystemObservationDataType.swift
[451/1060] Compiling ModelsR4 CodeSystemObservationRangeCategory.swift
[452/1060] Compiling ModelsR4 CodeSystemObservationReferenceRangeMeaningCodes.swift
[453/1060] Compiling ModelsR4 CodeSystemObservationStatus.swift
[454/1060] Compiling ModelsR4 CodeSystemOperationKind.swift
[455/1060] Compiling ModelsR4 CodeSystemOperationOutcomeCodes.swift
[456/1060] Compiling ModelsR4 CodeSystemOperationParameterUse.swift
[457/1060] Compiling ModelsR4 CodeSystemOrganizationAffiliationRole.swift
[458/1060] Compiling ModelsR4 CodeSystemOrganizationType.swift
[459/1084] Compiling ModelsR4 CodeSystemResearchStudyReasonStopped.swift
[460/1084] Compiling ModelsR4 CodeSystemResearchStudyStatus.swift
[461/1084] Compiling ModelsR4 CodeSystemResearchSubjectStatus.swift
[462/1084] Compiling ModelsR4 CodeSystemResourceSecurityCategory.swift
[463/1084] Compiling ModelsR4 CodeSystemResourceType.swift
[464/1084] Compiling ModelsR4 CodeSystemResourceValidationMode.swift
[465/1084] Compiling ModelsR4 CodeSystemResourceVersionPolicy.swift
[466/1084] Compiling ModelsR4 CodeSystemResponseType.swift
[467/1084] Compiling ModelsR4 CodeSystemRestfulCapabilityMode.swift
[468/1084] Compiling ModelsR4 CodeSystemRestfulSecurityService.swift
[469/1084] Compiling ModelsR4 CodeSystemRiskEstimateType.swift
[470/1084] Compiling ModelsR4 CodeSystemRiskProbability.swift
[471/1084] Compiling ModelsR4 CodeSystemSNOMEDCTReasonMedicationNotGivenCodes.swift
[472/1084] Compiling ModelsR4 CodeSystemSearchComparator.swift
[473/1084] Compiling ModelsR4 CodeSystemSearchEntryMode.swift
[474/1084] Compiling ModelsR4 CodeSystemSearchModifierCode.swift
[475/1084] Compiling ModelsR4 CodeSystemSearchParamType.swift
[476/1084] Compiling ModelsR4 CodeSystemSequenceStatus.swift
[477/1084] Compiling ModelsR4 CodeSystemSequenceType.swift
[478/1084] Compiling ModelsR4 CodeSystemServiceProvisionConditions.swift
[479/1084] Compiling ModelsR4 CodeSystemSlicingRules.swift
[480/1084] Compiling ModelsR4 CodeSystemSlotStatus.swift
[481/1084] Compiling ModelsR4 CodeSystemSmartCapabilities.swift
[482/1084] Compiling ModelsR4 CodeSystemSortDirection.swift
[483/1108] Compiling CareKitStore OCKAnyPatientStore.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 {
[484/1108] Compiling CareKitStore OCKPatientStore.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 {
[485/1108] Compiling CareKitStore OCKAnyTask.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 {
[486/1108] Compiling CareKitStore OCKAnyTaskStore.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 {
[487/1108] Compiling CareKitStore OCKAnyVersionableTask.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 {
[488/1108] Compiling CareKitStore OCKTaskStore.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 {
[489/1108] Compiling CareKitStore OCKAdherenceAggregator.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 {
[490/1108] Compiling CareKitStore OCKStoreMigration2_0To2_1Policy.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 {
[491/1108] Compiling CareKitStore OCKCDCarePlan.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 {
[492/1108] Compiling CareKitStore OCKCDPatient.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 {
[493/1108] Compiling CareKitStore OCKCDPersonName.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 {
[494/1108] Compiling CareKitStore OCKHealthKitStore+Tasks.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 {
[495/1108] Compiling CareKitStore OCKHealthKitTask.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 {
[496/1108] Compiling CareKitStore Sample.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 {
[497/1108] Compiling CareKitStore SampleChange.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 {
[498/1108] Compiling CareKitStore LogCategory.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 {
[499/1108] Compiling CareKitStore Logger+Init.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 {
[500/1108] Compiling CareKitStore OCKLog.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 {
[501/1108] Compiling CareKitStore OCKCDClock.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 {
[502/1108] Compiling CareKitStore OCKCDContact.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 {
[503/1108] Compiling CareKitStore OCKCDHealthKitLinkage.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 {
[504/1108] Compiling CareKitStore OCKCDHealthKitTask.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 {
[505/1108] Compiling CareKitStore OCKCDKnowledgeElement.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 {
[506/1108] Compiling CareKitStore OCKCDNote.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 {
[507/1108] Compiling CareKitStore OCKCDObject.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 {
[508/1108] Compiling CareKitStore OCKCDOutcome.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 {
[509/1108] Compiling CareKitStore OCKCDOutcomeValue.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 {
[510/1108] Compiling ModelsR4 CodeSystemSpecialArrangements.swift
[511/1108] Compiling ModelsR4 CodeSystemSpecialValues.swift
[512/1108] Compiling ModelsR4 CodeSystemSpecimenContainedPreference.swift
[513/1108] Compiling ModelsR4 CodeSystemSpecimenStatus.swift
[514/1108] Compiling ModelsR4 CodeSystemStandardsStatus.swift
[515/1108] Compiling ModelsR4 CodeSystemStatus.swift
[516/1108] Compiling ModelsR4 CodeSystemStrandType.swift
[517/1108] Compiling ModelsR4 CodeSystemStrengthOfRecommendationRating.swift
[518/1108] Compiling ModelsR4 CodeSystemStructureDefinitionKind.swift
[519/1108] Compiling ModelsR4 CodeSystemStructureMapContextType.swift
[520/1108] Compiling ModelsR4 CodeSystemStructureMapGroupTypeMode.swift
[521/1108] Compiling ModelsR4 CodeSystemStructureMapInputMode.swift
[522/1108] Compiling ModelsR4 CodeSystemStructureMapModelMode.swift
[523/1108] Compiling ModelsR4 CodeSystemStructureMapSourceListMode.swift
[524/1108] Compiling ModelsR4 CodeSystemStructureMapTargetListMode.swift
[525/1108] Compiling ModelsR4 CodeSystemStructureMapTransform.swift
[526/1108] Compiling ModelsR4 CodeSystemStudyType.swift
[527/1108] Compiling ModelsR4 CodeSystemSubscriberRelationshipCodes.swift
[528/1108] Compiling ModelsR4 CodeSystemSubscriptionChannelType.swift
[529/1108] Compiling ModelsR4 CodeSystemSubscriptionStatus.swift
[530/1108] Compiling ModelsR4 CodeSystemSubscriptionTag.swift
[531/1108] Compiling ModelsR4 CodeSystemSubstanceCategoryCodes.swift
[532/1108] Compiling ModelsR4 CodeSystemSupplyDeliveryStatus.swift
[533/1108] Compiling ModelsR4 CodeSystemSupplyItemType.swift
[534/1132] Compiling ModelsR4 CodeSystemSupplyRequestReason.swift
[535/1132] Compiling ModelsR4 CodeSystemSupplyRequestStatus.swift
[536/1132] Compiling ModelsR4 CodeSystemSupplyType.swift
[537/1132] Compiling ModelsR4 CodeSystemSurfaceCodes.swift
[538/1132] Compiling ModelsR4 CodeSystemSynthesisType.swift
[539/1132] Compiling ModelsR4 CodeSystemTaskCode.swift
[540/1132] Compiling ModelsR4 CodeSystemTaskIntent.swift
[541/1132] Compiling ModelsR4 CodeSystemTaskStatus.swift
[542/1132] Compiling ModelsR4 CodeSystemTemplateStatusCodeLifeCycle.swift
[543/1132] Compiling ModelsR4 CodeSystemTestReportActionResult.swift
[544/1132] Compiling ModelsR4 CodeSystemTestReportParticipantType.swift
[545/1132] Compiling ModelsR4 CodeSystemTestReportResult.swift
[546/1132] Compiling ModelsR4 CodeSystemTestReportStatus.swift
[547/1132] Compiling ModelsR4 CodeSystemTestScriptOperationCode.swift
[548/1132] Compiling ModelsR4 CodeSystemTestScriptProfileDestinationType.swift
[549/1132] Compiling ModelsR4 CodeSystemTestScriptProfileOriginType.swift
[550/1132] Compiling ModelsR4 CodeSystemTestScriptRequestMethodCode.swift
[551/1132] Compiling ModelsR4 CodeSystemTransactionMode.swift
[552/1132] Compiling ModelsR4 CodeSystemTriggerType.swift
[553/1132] Compiling ModelsR4 CodeSystemTypeDerivationRule.swift
[554/1132] Compiling ModelsR4 CodeSystemUDICodes.swift
[555/1132] Compiling ModelsR4 CodeSystemUDIEntryType.swift
[556/1132] Compiling ModelsR4 CodeSystemUnitTypeCodes.swift
[557/1132] Compiling ModelsR4 CodeSystemUnknownContentCode.swift
[558/1156] Emitting module CareKitStore
[559/1156] Compiling CareKitStore CareStoreQueryResults.swift
[560/1156] Compiling CareKitStore CoreDataQueryMonitor.swift
[561/1156] Compiling CareKitStore HealthKitQueryMonitor+QueryResult.swift
[562/1156] Compiling CareKitStore HealthKitQueryMonitor.swift
[563/1156] Compiling CareKitStore QueryMonitor.swift
[564/1156] Compiling CareKitStore OCKAdherence.swift
[565/1156] Compiling CareKitStore OCKBiologicalSex.swift
[566/1156] Compiling CareKitStore OCKCarePlan.swift
[567/1156] Compiling CareKitStore OCKContact.swift
[568/1156] Compiling CareKitStore OCKEntity.swift
[569/1156] Compiling CareKitStore OCKEvent.swift
[570/1156] Compiling CareKitStore OCKHealthKitLinkage.swift
[571/1156] Compiling CareKitStore OCKLabeledValue.swift
[572/1169] Compiling CareKitStore OCKRemoteSynchronizable.swift
[573/1169] Compiling CareKitStore OCKRevisionRecord.swift
[574/1169] Compiling CareKitStore OCKStore+Synchronization.swift
[575/1169] Compiling CareKitStore OCKWatchConnectivityPeer.swift
[576/1169] Compiling CareKitStore OCKHealthKitOutcome.swift
[577/1169] Compiling CareKitStore OCKHealthKitPassthroughStore+EventUtilities.swift
[578/1169] Compiling CareKitStore OCKHealthKitPassthroughStore+EventsStream.swift
[579/1169] Compiling CareKitStore OCKHealthKitPassthroughStore+FetchEvents.swift
[580/1169] Compiling CareKitStore OCKHealthKitPassthroughStore+FetchOutcomes.swift
[581/1169] Compiling CareKitStore OCKHealthKitPassthroughStore+OutcomesStream.swift
[582/1169] Compiling CareKitStore OCKHealthKitPassthroughStore.swift
[583/1169] Compiling CareKitStore OCKHealthKitProxy.swift
[584/1169] Compiling CareKitStore OCKHealthKitStore+Outcomes.swift
[585/1169] Compiling CareKitStore OCKCarePlanStore.swift
[586/1169] Compiling CareKitStore OCKAnyContact.swift
[587/1169] Compiling CareKitStore OCKAnyContactStore.swift
[588/1169] Compiling CareKitStore OCKContactStore.swift
[589/1169] Compiling CareKitStore OCKAnyEvent.swift
[590/1169] Compiling CareKitStore OCKAnyEventStore.swift
[591/1169] Compiling CareKitStore OCKEventStore.swift
[592/1169] Compiling CareKitStore OCKReadOnlyEventStore+FetchPartialEvents.swift
[593/1169] Compiling CareKitStore OCKReadOnlyEventStore+PartialEventsStream.swift
[594/1169] Compiling CareKitStore OCKReadOnlyEventStore+Utilities.swift
[595/1169] Compiling CareKitStore OCKReadOnlyEventStore+VersioningUtilities.swift
[596/1169] Compiling CareKitStore PartialEvent.swift
[597/1169] Compiling CareKitStore OCKObjectCompatible.swift
[605/1169] Compiling CareKitStore OSLog+Init.swift
[606/1169] Compiling CareKitStore OCKResultClosure.swift
[607/1169] Compiling CareKitStore OCKStoreError.swift
[608/1169] Compiling CareKitStore OCKUtilities.swift
[609/1169] Compiling CareKitStore OCKAnyCarePlan.swift
[610/1169] Compiling CareKitStore OCKAnyCarePlanStore.swift
[611/1169] Compiling CareKitStore OCKCDPostalAddress.swift
[612/1169] Compiling CareKitStore OCKCDScheduleElement.swift
[613/1169] Compiling CareKitStore OCKCDTag.swift
[614/1169] Compiling CareKitStore OCKCDTask.swift
[615/1169] Compiling CareKitStore OCKCDVersionedObject.swift
[616/1169] Compiling CareKitStore OCKStore+CarePlans.swift
[617/1169] Compiling CareKitStore OCKStore+Contacts.swift
[618/1169] Compiling CareKitStore OCKStore+HealthKit.swift
[619/1169] Compiling CareKitStore OCKStore+Outcomes.swift
[620/1169] Compiling CareKitStore OCKStore+Patients.swift
[621/1169] Compiling CareKitStore OCKStore+Tasks.swift
[622/1169] Compiling CareKitStore OCKStore+Transactions.swift
[623/1169] Compiling CareKitStore OCKStore.swift
[624/1169] Compiling CareKitStore OCKCarePlanStoreDelegate.swift
[625/1169] Compiling CareKitStore OCKContactStoreDelegate.swift
[626/1169] Compiling CareKitStore OCKEventAggregator.swift
[627/1169] Compiling CareKitStore OCKOutcomeStoreDelegate.swift
[628/1169] Compiling CareKitStore OCKPatientStoreDelegate.swift
[629/1169] Compiling CareKitStore OCKTaskStoreDelegate.swift
[630/1169] Compiling CareKitStore OCKPersistentStoreCoordinator+CarePlans.swift
[631/1169] Compiling CareKitStore OCKPersistentStoreCoordinator+Contacts.swift
[632/1169] Compiling CareKitStore OCKPersistentStoreCoordinator+Events.swift
[633/1169] Compiling CareKitStore OCKPersistentStoreCoordinator+Outcomes.swift
[634/1169] Compiling CareKitStore OCKPersistentStoreCoordinator+Patients.swift
[635/1169] Compiling CareKitStore OCKPersistentStoreCoordinator+Tasks.swift
[636/1169] Compiling CareKitStore OCKStoreCoordinator.swift
[650/1169] Compiling CareKitStore OCKStoreProtocol+Synchronous.swift
[651/1169] Compiling CareKitStore OCKStoreProtocol.swift
[652/1169] Compiling CareKitStore OCKAnyOutcome.swift
[653/1169] Compiling CareKitStore OCKAnyOutcomeStore.swift
[654/1169] Compiling CareKitStore OCKOutcomeStore.swift
[655/1169] Compiling CareKitStore OCKAnyPatient.swift
[663/1169] Compiling CareKitStore OCKNote.swift
[664/1169] Compiling CareKitStore OCKOutcome.swift
[665/1169] Compiling CareKitStore OCKOutcomeValue.swift
[666/1169] Compiling CareKitStore OCKPatient.swift
[667/1169] Compiling CareKitStore OCKPostalAddress.swift
[668/1169] Compiling CareKitStore OCKSchedule.swift
[669/1169] Compiling CareKitStore OCKScheduleElement.swift
[670/1169] Compiling CareKitStore OCKScheduleEvent.swift
[671/1169] Compiling CareKitStore OCKSemanticVersion.swift
[672/1169] Compiling CareKitStore OCKTask.swift
[673/1169] Compiling CareKitStore OCKAdherenceQuery.swift
[674/1169] Compiling CareKitStore OCKCarePlanQuery.swift
[675/1169] Compiling CareKitStore OCKContactQuery.swift
[676/1169] Compiling CareKitStore OCKEventQuery.swift
[677/1169] Compiling CareKitStore OCKOutcomeQuery.swift
[678/1169] Compiling CareKitStore OCKPatientQuery.swift
[679/1169] Compiling CareKitStore OCKQueryProtocol.swift
[680/1169] Compiling CareKitStore OCKTaskQuery.swift
[681/1169] Compiling CareKitStore AggregatedCareTaskProgress.swift
[682/1169] Compiling CareKitStore BinaryCareTaskProgress.swift
[683/1169] Compiling CareKitStore CareTaskProgress.swift
[684/1169] Compiling CareKitStore CareTaskProgressStrategy+CheckingOutcomesExist.swift
[685/1169] Compiling CareKitStore CareTaskProgressStrategy+SummingOutcomeValues.swift
[686/1169] Compiling CareKitStore CareTaskProgressStrategy.swift
[687/1169] Compiling CareKitStore LinearCareTaskProgress.swift
[688/1169] Compiling CareKitStore resource_bundle_accessor.swift
[689/1169] Compiling ModelsR4 CodeSystemBenefitTermCodes.swift
[690/1169] Compiling ModelsR4 CodeSystemBenefitTypeCodes.swift
[691/1169] Compiling ModelsR4 Claim.swift
[692/1169] Compiling ModelsR4 ClaimResponse.swift
[693/1169] Compiling ModelsR4 ClinicalImpression.swift
[694/1169] Compiling ModelsR4 CodeSystem.swift
[695/1169] Compiling ModelsR4 CodeSystemAbstractType.swift
[696/1169] Compiling ModelsR4 CodeSystemAccountStatus.swift
[697/1169] Compiling ModelsR4 CodeSystemActionCardinalityBehavior.swift
[698/1169] Compiling ModelsR4 CodeSystemActionConditionKind.swift
[699/1169] Compiling ModelsR4 CodeSystemActionGroupingBehavior.swift
[700/1169] Compiling ModelsR4 CodeSystemActionParticipantType.swift
[701/1169] Compiling ModelsR4 CodeSystemActionPrecheckBehavior.swift
[702/1169] Compiling ModelsR4 CodeSystemActionRelationshipType.swift
[703/1169] Compiling ModelsR4 CodeSystemActionRequiredBehavior.swift
[704/1169] Compiling ModelsR4 CodeSystemActionSelectionBehavior.swift
[705/1169] Compiling ModelsR4 CodeSystemActionType.swift
[706/1169] Compiling ModelsR4 CodeSystemActivityDefinitionCategory.swift
[707/1169] Compiling ModelsR4 CodeSystemAdditionalMaterialCodes.swift
[708/1169] Compiling ModelsR4 CodeSystemAddressType.swift
[709/1169] Compiling ModelsR4 CodeSystemAddressUse.swift
[710/1169] Compiling ModelsR4 CodeSystemAdjudicationReasonCodes.swift
[711/1169] Compiling ModelsR4 CodeSystemAdjudicationValueCodes.swift
[712/1169] Compiling ModelsR4 CodeSystemAdministrativeGender.swift
[715/1169] Compiling ModelsR4 CodeSystemAdverseEventCausalityAssessment.swift
[716/1169] Compiling ModelsR4 CodeSystemAdverseEventCausalityMethod.swift
[717/1169] Compiling ModelsR4 CodeSystemAdverseEventOutcome.swift
[718/1169] Compiling ModelsR4 CodeSystemAdverseEventSeriousness.swift
[719/1169] Compiling ModelsR4 CodeSystemAdverseEventSeverity.swift
[720/1169] Compiling ModelsR4 CodeSystemAggregationMode.swift
[721/1169] Compiling ModelsR4 CodeSystemAllergyIntoleranceCategory.swift
[722/1169] Compiling ModelsR4 CodeSystemAllergyIntoleranceCertainty.swift
[723/1169] Compiling ModelsR4 CodeSystemAllergyIntoleranceClinicalStatusCodes.swift
[724/1169] Compiling ModelsR4 CodeSystemAllergyIntoleranceCriticality.swift
[725/1169] Compiling ModelsR4 CodeSystemAllergyIntoleranceSeverity.swift
[726/1169] Compiling ModelsR4 CodeSystemAllergyIntoleranceSubstanceExposureRisk.swift
[727/1169] Compiling ModelsR4 CodeSystemAllergyIntoleranceType.swift
[728/1169] Compiling ModelsR4 CodeSystemAllergyIntoleranceVerificationStatusCodes.swift
[729/1169] Compiling ModelsR4 CodeSystemAnimalSpecies.swift
[730/1169] Compiling ModelsR4 CodeSystemAppointmentStatus.swift
[731/1169] Compiling ModelsR4 CodeSystemAssertionDirectionType.swift
[732/1169] Compiling ModelsR4 CodeSystemAssertionOperatorType.swift
[733/1169] Compiling ModelsR4 CodeSystemAssertionResponseTypes.swift
[734/1169] Compiling ModelsR4 CodeSystemAuditEventAction.swift
[735/1169] Compiling ModelsR4 CodeSystemAuditEventID.swift
[736/1169] Compiling ModelsR4 CodeSystemBasicResourceTypes.swift
[737/1169] Compiling ModelsR4 CodeSystemBenefitCostApplicability.swift
[836/1169] Emitting module ModelsDSTU2
[934/1337] Compiling ModelsDSTU2 CodeSystemResourceType.swift
[935/1337] Compiling ModelsDSTU2 CodeSystemResourceValidationMode.swift
[936/1337] Compiling ModelsDSTU2 CodeSystemResourceVersionPolicy.swift
[962/1385] Compiling ModelsDSTU2 CodeSystemSupplyRequestReason.swift
[963/1385] Compiling ModelsDSTU2 CodeSystemSupplyRequestStatus.swift
[964/1385] Compiling ModelsDSTU2 CodeSystemSupplyType.swift
[965/1385] Compiling ModelsDSTU2 CodeSystemSurfaceCodes.swift
[966/1385] Compiling ModelsDSTU2 CodeSystemTestScriptOperationCodes.swift
[967/1385] Compiling ModelsDSTU2 CodeSystemTimingAbbreviation.swift
[968/1385] Compiling ModelsDSTU2 CodeSystemTransactionMode.swift
[969/1385] Compiling ModelsDSTU2 CodeSystemUDICodes.swift
[970/1385] Compiling ModelsDSTU2 CodeSystemUSLABDiagnosticOrderEventCodes.swift
[971/1385] Compiling ModelsDSTU2 CodeSystemUnknownContentCode.swift
[972/1385] Compiling ModelsDSTU2 CodeSystemUse.swift
[973/1385] Compiling ModelsDSTU2 CodeSystemUslabObservationkind.swift
[974/1385] Compiling ModelsDSTU2 CodeSystemVaccinationProtocolDoseStatusCodes.swift
[975/1385] Compiling ModelsDSTU2 CodeSystemVaccinationProtocolDoseStatusReasonCodes.swift
[976/1385] Compiling ModelsDSTU2 CodeSystemVisionBase.swift
[977/1385] Compiling ModelsDSTU2 CodeSystemVisionEyes.swift
[978/1385] Compiling ModelsDSTU2 CodeSystemXDSRelationshipType.swift
[979/1385] Compiling ModelsDSTU2 CodeSystemXPathUsageType.swift
[980/1385] Compiling ModelsDSTU2 CodeableConcept.swift
[981/1385] Compiling ModelsDSTU2 Coding.swift
[982/1385] Compiling ModelsDSTU2 Communication.swift
[983/1385] Compiling ModelsDSTU2 CommunicationRequest.swift
[984/1385] Compiling ModelsDSTU2 Composition.swift
[985/1385] Compiling ModelsDSTU2 ConceptMap.swift
[989/1385] Compiling ModelsDSTU2 CodeSystemResponseType.swift
[990/1385] Compiling ModelsDSTU2 CodeSystemRestfulConformanceMode.swift
[991/1385] Compiling ModelsDSTU2 CodeSystemRestfulSecurityService.swift
[992/1385] Compiling ModelsDSTU2 CodeSystemRiskProbability.swift
[993/1385] Compiling ModelsDSTU2 CodeSystemRulesetCodes.swift
[994/1385] Compiling ModelsDSTU2 CodeSystemSearchEntryMode.swift
[995/1385] Compiling ModelsDSTU2 CodeSystemSearchModifierCode.swift
[996/1385] Compiling ModelsDSTU2 CodeSystemSearchParamType.swift
[997/1385] Compiling ModelsDSTU2 CodeSystemServiceProvisionConditions.swift
[998/1385] Compiling ModelsDSTU2 CodeSystemSlicingRules.swift
[999/1385] Compiling ModelsDSTU2 CodeSystemSlotStatus.swift
[1000/1385] Compiling ModelsDSTU2 CodeSystemSpecialArrangements.swift
[1001/1385] Compiling ModelsDSTU2 CodeSystemSpecialValues.swift
[1002/1385] Compiling ModelsDSTU2 CodeSystemSpecimenStatus.swift
[1003/1385] Compiling ModelsDSTU2 CodeSystemStructureDefinitionKind.swift
[1004/1385] Compiling ModelsDSTU2 CodeSystemSubscriptionChannelType.swift
[1005/1385] Compiling ModelsDSTU2 CodeSystemSubscriptionStatus.swift
[1006/1385] Compiling ModelsDSTU2 CodeSystemSubscriptionTag.swift
[1007/1385] Compiling ModelsDSTU2 CodeSystemSubstanceCategoryCodes.swift
[1008/1385] Compiling ModelsDSTU2 CodeSystemSupplyDeliveryStatus.swift
[1009/1385] Compiling ModelsDSTU2 CodeSystemSupplyItemType.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 {
[1069/1433] Compiling ModelsR4 CodeSystemUsageContextType.swift
[1070/1433] Compiling ModelsR4 CodeSystemUse.swift
[1071/1433] Compiling ModelsR4 CodeSystemValidationProcess.swift
[1072/1433] Compiling ModelsR4 CodeSystemValidationStatus.swift
[1073/1433] Compiling ModelsR4 CodeSystemValidationType.swift
[1074/1433] Compiling ModelsR4 CodeSystemVerificationresultCommunicationMethod.swift
[1075/1433] Compiling ModelsR4 CodeSystemVisionBase.swift
[1076/1433] Compiling ModelsR4 CodeSystemVisionEyes.swift
[1077/1433] Compiling ModelsR4 CodeSystemXPathUsageType.swift
[1078/1433] Compiling ModelsR4 CodeableConcept.swift
[1079/1433] Compiling ModelsR4 Coding.swift
[1080/1433] Compiling ModelsR4 Communication.swift
[1081/1433] Compiling ModelsR4 CommunicationRequest.swift
[1082/1433] Compiling ModelsR4 CompartmentDefinition.swift
[1083/1433] Compiling ModelsR4 Composition.swift
[1084/1433] Compiling ModelsR4 ConceptMap.swift
[1085/1433] Compiling ModelsR4 Condition.swift
[1086/1433] Compiling ModelsR4 Consent.swift
[1087/1433] Compiling ModelsR4 ContactDetail.swift
[1088/1433] Compiling ModelsR4 ContactPoint.swift
[1089/1433] Compiling ModelsR4 Contract.swift
[1090/1433] Compiling ModelsR4 Contributor.swift
[1091/1433] Compiling ModelsR4 Count.swift
[1092/1433] Compiling ModelsR4 Coverage.swift
[1118/1433] Emitting module ModelsR4
[1119/1433] Compiling ModelsR4 Endpoint.swift
[1120/1433] Compiling ModelsR4 EnrollmentRequest.swift
[1121/1433] Compiling ModelsR4 EnrollmentResponse.swift
[1122/1433] Compiling ModelsR4 EpisodeOfCare.swift
[1123/1433] Compiling ModelsR4 EventDefinition.swift
[1124/1433] Compiling ModelsR4 Evidence.swift
[1125/1433] Compiling ModelsR4 EvidenceVariable.swift
[1126/1433] Compiling ModelsR4 ExampleScenario.swift
[1127/1433] Compiling ModelsR4 ExplanationOfBenefit.swift
[1128/1433] Compiling ModelsR4 Expression.swift
[1129/1433] Compiling ModelsR4 Extension.swift
[1130/1433] Compiling ModelsR4 FHIRAbstractResource.swift
[1131/1433] Compiling ModelsR4 FHIRBool.swift
[1132/1433] Compiling ModelsR4 FHIRDate+NSDate.swift
[1133/1433] Compiling ModelsR4 FHIRDate.swift
[1134/1433] Compiling ModelsR4 FHIRDecimal.swift
[1135/1433] Compiling ModelsR4 FHIRInteger.swift
[1136/1433] Compiling ModelsR4 FHIRPositiveInteger.swift
[1137/1433] Compiling ModelsR4 FHIRPrimitive.swift
[1138/1433] Compiling ModelsR4 FHIRString.swift
[1139/1433] Compiling ModelsR4 FHIRTime+NSDate.swift
[1140/1433] Compiling ModelsR4 FHIRTime.swift
[1141/1433] Compiling ModelsR4 FHIRURI.swift
[1142/1433] Compiling ModelsR4 FHIRUnsignedInteger.swift
[1143/1433] Compiling ModelsR4 FamilyMemberHistory.swift
[1144/1433] Compiling ModelsR4 Flag.swift
[1145/1433] Compiling ModelsR4 Goal.swift
[1146/1433] Compiling ModelsR4 GraphDefinition.swift
[1147/1433] Compiling ModelsR4 Group.swift
[1148/1433] Compiling ModelsR4 GuidanceResponse.swift
[1149/1433] Compiling ModelsR4 HealthcareService.swift
[1150/1433] Compiling ModelsR4 HumanName.swift
[1151/1433] Compiling ModelsR4 Identifier.swift
[1152/1433] Compiling ModelsR4 ImagingStudy.swift
[1153/1433] Compiling ModelsR4 Immunization.swift
[1154/1433] Compiling ModelsR4 ImmunizationEvaluation.swift
[1155/1433] Compiling ModelsR4 ImmunizationRecommendation.swift
[1156/1433] Compiling ModelsR4 ImplementationGuide.swift
[1157/1433] Compiling ModelsR4 Instant+NSDate.swift
[1158/1433] Compiling ModelsR4 Instant.swift
[1159/1433] Compiling ModelsR4 InstantDate.swift
[1160/1433] Compiling ModelsR4 InsurancePlan.swift
[1161/1433] Compiling ModelsR4 Invoice.swift
[1162/1433] Compiling ModelsR4 Library.swift
[1163/1433] Compiling ModelsR4 Linkage.swift
[1164/1433] Compiling ModelsR4 List.swift
[1165/1433] Compiling ModelsR4 Location.swift
[1166/1433] Compiling ModelsR4 MarketingStatus.swift
[1167/1433] Compiling ModelsDSTU2 Condition.swift
[1168/1433] Compiling ModelsDSTU2 Conformance.swift
[1169/1433] Compiling ModelsDSTU2 ContactPoint.swift
[1170/1433] Compiling ModelsDSTU2 Contract.swift
[1171/1433] Compiling ModelsDSTU2 Count.swift
[1172/1433] Compiling ModelsDSTU2 Coverage.swift
[1173/1433] Compiling ModelsDSTU2 DataElement.swift
[1174/1433] Compiling ModelsDSTU2 DateTime+NSDate.swift
[1175/1433] Compiling ModelsDSTU2 DateTime.swift
[1176/1433] Compiling ModelsDSTU2 DetectedIssue.swift
[1177/1433] Compiling ModelsDSTU2 Device.swift
[1178/1433] Compiling ModelsDSTU2 DeviceComponent.swift
[1179/1433] Compiling ModelsDSTU2 DeviceMetric.swift
[1180/1433] Compiling ModelsDSTU2 DeviceUseRequest.swift
[1181/1433] Compiling ModelsDSTU2 DeviceUseStatement.swift
[1182/1433] Compiling ModelsDSTU2 DiagnosticOrder.swift
[1183/1433] Compiling ModelsDSTU2 DiagnosticReport.swift
[1184/1433] Compiling ModelsDSTU2 Distance.swift
[1185/1433] Compiling ModelsDSTU2 DocumentManifest.swift
[1186/1433] Compiling ModelsDSTU2 DocumentReference.swift
[1187/1433] Compiling ModelsDSTU2 DomainResource+Extensions.swift
[1188/1433] Compiling ModelsDSTU2 DomainResource.swift
[1189/1433] Compiling ModelsDSTU2 Duration.swift
[1190/1433] Compiling ModelsDSTU2 Element+Extensions.swift
[1191/1433] Compiling ModelsDSTU2 Money.swift
[1192/1433] Compiling ModelsDSTU2 NamingSystem.swift
[1193/1433] Compiling ModelsDSTU2 Narrative.swift
[1194/1433] Compiling ModelsDSTU2 NutritionOrder.swift
[1195/1433] Compiling ModelsDSTU2 Observation.swift
[1196/1433] Compiling ModelsDSTU2 OperationDefinition.swift
[1197/1433] Compiling ModelsDSTU2 OperationOutcome.swift
[1198/1433] Compiling ModelsDSTU2 Order.swift
[1199/1433] Compiling ModelsDSTU2 OrderResponse.swift
[1200/1433] Compiling ModelsDSTU2 Organization.swift
[1201/1433] Compiling ModelsDSTU2 Parameters.swift
[1202/1433] Compiling ModelsDSTU2 Patient.swift
[1203/1433] Compiling ModelsDSTU2 PaymentNotice.swift
[1204/1433] Compiling ModelsDSTU2 PaymentReconciliation.swift
[1205/1433] Compiling ModelsDSTU2 Period.swift
[1206/1433] Compiling ModelsDSTU2 Person.swift
[1207/1433] Compiling ModelsDSTU2 Practitioner.swift
[1208/1433] Compiling ModelsDSTU2 Procedure.swift
[1209/1433] Compiling ModelsDSTU2 ProcedureRequest.swift
[1210/1433] Compiling ModelsDSTU2 ProcessRequest.swift
[1211/1433] Compiling ModelsDSTU2 ProcessResponse.swift
[1212/1433] Compiling ModelsDSTU2 Provenance.swift
[1213/1433] Compiling ModelsDSTU2 Quantity.swift
[1214/1433] Compiling ModelsDSTU2 Questionnaire.swift
[1215/1433] Compiling ModelsDSTU2 QuestionnaireResponse.swift
[1216/1433] Compiling ModelsDSTU2 Range.swift
[1217/1433] Compiling ModelsDSTU2 Ratio.swift
[1218/1433] Compiling ModelsDSTU2 Reference.swift
[1219/1433] Compiling ModelsDSTU2 ReferralRequest.swift
[1220/1433] Compiling ModelsDSTU2 RelatedPerson.swift
[1221/1433] Compiling ModelsDSTU2 Resource.swift
[1222/1433] Compiling ModelsDSTU2 ResourceProxy.swift
[1223/1433] Compiling ModelsDSTU2 RiskAssessment.swift
[1224/1433] Compiling ModelsDSTU2 SampledData.swift
[1225/1433] Compiling ModelsDSTU2 Schedule.swift
[1226/1433] Compiling ModelsDSTU2 SearchParameter.swift
[1227/1433] Compiling ModelsDSTU2 Signature.swift
[1228/1433] Compiling ModelsDSTU2 Slot.swift
[1229/1433] Compiling ModelsDSTU2 Specimen.swift
[1230/1433] Compiling ModelsDSTU2 StructureDefinition.swift
[1231/1433] Compiling ModelsDSTU2 Subscription.swift
[1232/1433] Compiling ModelsDSTU2 Substance.swift
[1233/1433] Compiling ModelsDSTU2 SupplyDelivery.swift
[1234/1433] Compiling ModelsDSTU2 SupplyRequest.swift
[1235/1433] Compiling ModelsDSTU2 TestScript.swift
[1236/1433] Compiling ModelsDSTU2 Timing.swift
[1237/1433] Compiling ModelsDSTU2 ValueSet.swift
[1238/1433] Compiling ModelsDSTU2 VisionPrescription.swift
[1239/1433] Compiling ModelsR4 CoverageEligibilityRequest.swift
[1240/1433] Compiling ModelsR4 CoverageEligibilityResponse.swift
[1241/1433] Compiling ModelsR4 DataRequirement.swift
[1242/1433] Compiling ModelsR4 DateTime+NSDate.swift
[1243/1433] Compiling ModelsR4 DateTime.swift
[1244/1433] Compiling ModelsR4 DetectedIssue.swift
[1245/1433] Compiling ModelsR4 Device.swift
[1246/1433] Compiling ModelsR4 DeviceDefinition.swift
[1247/1433] Compiling ModelsR4 DeviceMetric.swift
[1248/1433] Compiling ModelsR4 DeviceRequest.swift
[1249/1433] Compiling ModelsR4 DeviceUseStatement.swift
[1250/1433] Compiling ModelsR4 DiagnosticReport.swift
[1251/1433] Compiling ModelsR4 Distance.swift
[1252/1433] Compiling ModelsR4 DocumentManifest.swift
[1253/1433] Compiling ModelsR4 DocumentReference.swift
[1254/1433] Compiling ModelsR4 DomainResource+Extensions.swift
[1255/1433] Compiling ModelsR4 DomainResource.swift
[1256/1433] Compiling ModelsR4 Dosage.swift
[1257/1433] Compiling ModelsR4 Duration.swift
[1258/1433] Compiling ModelsR4 EffectEvidenceSynthesis.swift
[1259/1433] Compiling ModelsR4 Element+Extensions.swift
[1260/1433] Compiling ModelsR4 Element.swift
[1261/1433] Compiling ModelsR4 ElementDefinition.swift
[1262/1433] Compiling ModelsR4 Encounter.swift
[1263/1433] Compiling ModelsDSTU2 Flag.swift
[1264/1433] Compiling ModelsDSTU2 Goal.swift
[1265/1433] Compiling ModelsDSTU2 Group.swift
[1266/1433] Compiling ModelsDSTU2 HealthcareService.swift
[1267/1433] Compiling ModelsDSTU2 HumanName.swift
[1268/1433] Compiling ModelsDSTU2 Identifier.swift
[1269/1433] Compiling ModelsDSTU2 ImagingObjectSelection.swift
[1270/1433] Compiling ModelsDSTU2 ImagingStudy.swift
[1271/1433] Compiling ModelsDSTU2 Immunization.swift
[1272/1433] Compiling ModelsDSTU2 ImmunizationRecommendation.swift
[1273/1433] Compiling ModelsDSTU2 ImplementationGuide.swift
[1274/1433] Compiling ModelsDSTU2 Instant+NSDate.swift
[1275/1433] Compiling ModelsDSTU2 Instant.swift
[1276/1433] Compiling ModelsDSTU2 InstantDate.swift
[1277/1433] Compiling ModelsDSTU2 List.swift
[1278/1433] Compiling ModelsDSTU2 Location.swift
[1279/1433] Compiling ModelsDSTU2 Media.swift
[1280/1433] Compiling ModelsDSTU2 Medication.swift
[1281/1433] Compiling ModelsDSTU2 MedicationAdministration.swift
[1282/1433] Compiling ModelsDSTU2 MedicationDispense.swift
[1283/1433] Compiling ModelsDSTU2 MedicationOrder.swift
[1284/1433] Compiling ModelsDSTU2 MedicationStatement.swift
[1285/1433] Compiling ModelsDSTU2 MessageHeader.swift
[1286/1433] Compiling ModelsDSTU2 Meta.swift
[1287/1433] Compiling ModelsDSTU2 Element.swift
[1288/1433] Compiling ModelsDSTU2 ElementDefinition.swift
[1289/1433] Compiling ModelsDSTU2 EligibilityRequest.swift
[1290/1433] Compiling ModelsDSTU2 EligibilityResponse.swift
[1291/1433] Compiling ModelsDSTU2 Encounter.swift
[1292/1433] Compiling ModelsDSTU2 EnrollmentRequest.swift
[1293/1433] Compiling ModelsDSTU2 EnrollmentResponse.swift
[1294/1433] Compiling ModelsDSTU2 EpisodeOfCare.swift
[1295/1433] Compiling ModelsDSTU2 ExplanationOfBenefit.swift
[1296/1433] Compiling ModelsDSTU2 Extension.swift
[1297/1433] Compiling ModelsDSTU2 FHIRAbstractResource.swift
[1298/1433] Compiling ModelsDSTU2 FHIRBool.swift
[1299/1433] Compiling ModelsDSTU2 FHIRDate+NSDate.swift
[1300/1433] Compiling ModelsDSTU2 FHIRDate.swift
[1301/1433] Compiling ModelsDSTU2 FHIRDecimal.swift
[1302/1433] Compiling ModelsDSTU2 FHIRInteger.swift
[1303/1433] Compiling ModelsDSTU2 FHIRPositiveInteger.swift
[1304/1433] Compiling ModelsDSTU2 FHIRPrimitive.swift
[1305/1433] Compiling ModelsDSTU2 FHIRString.swift
[1306/1433] Compiling ModelsDSTU2 FHIRTime+NSDate.swift
[1307/1433] Compiling ModelsDSTU2 FHIRTime.swift
[1308/1433] Compiling ModelsDSTU2 FHIRURI.swift
[1309/1433] Compiling ModelsDSTU2 FHIRUnsignedInteger.swift
[1310/1433] Compiling ModelsDSTU2 FamilyMemberHistory.swift
[1311/1433] Compiling ModelsR4 NamingSystem.swift
[1312/1433] Compiling ModelsR4 Narrative.swift
[1313/1433] Compiling ModelsR4 NutritionOrder.swift
[1314/1433] Compiling ModelsR4 Observation.swift
[1315/1433] Compiling ModelsR4 ObservationDefinition.swift
[1316/1433] Compiling ModelsR4 OperationDefinition.swift
[1317/1433] Compiling ModelsR4 OperationOutcome.swift
[1318/1433] Compiling ModelsR4 Organization.swift
[1319/1433] Compiling ModelsR4 OrganizationAffiliation.swift
[1320/1433] Compiling ModelsR4 ParameterDefinition.swift
[1321/1433] Compiling ModelsR4 Parameters.swift
[1322/1433] Compiling ModelsR4 Patient.swift
[1323/1433] Compiling ModelsR4 PaymentNotice.swift
[1324/1433] Compiling ModelsR4 PaymentReconciliation.swift
[1325/1433] Compiling ModelsR4 Period.swift
[1326/1433] Compiling ModelsR4 Person.swift
[1327/1433] Compiling ModelsR4 PlanDefinition.swift
[1328/1433] Compiling ModelsR4 Population.swift
[1329/1433] Compiling ModelsR4 Practitioner.swift
[1330/1433] Compiling ModelsR4 PractitionerRole.swift
[1331/1433] Compiling ModelsR4 Procedure.swift
[1332/1433] Compiling ModelsR4 ProdCharacteristic.swift
[1333/1433] Compiling ModelsR4 ProductShelfLife.swift
[1334/1433] Compiling ModelsR4 Provenance.swift
[1335/1433] Compiling ModelsR4 Measure.swift
[1336/1433] Compiling ModelsR4 MeasureReport.swift
[1337/1433] Compiling ModelsR4 Media.swift
[1338/1433] Compiling ModelsR4 Medication.swift
[1339/1433] Compiling ModelsR4 MedicationAdministration.swift
[1340/1433] Compiling ModelsR4 MedicationDispense.swift
[1341/1433] Compiling ModelsR4 MedicationKnowledge.swift
[1342/1433] Compiling ModelsR4 MedicationRequest.swift
[1343/1433] Compiling ModelsR4 MedicationStatement.swift
[1344/1433] Compiling ModelsR4 MedicinalProduct.swift
[1345/1433] Compiling ModelsR4 MedicinalProductAuthorization.swift
[1346/1433] Compiling ModelsR4 MedicinalProductContraindication.swift
[1347/1433] Compiling ModelsR4 MedicinalProductIndication.swift
[1348/1433] Compiling ModelsR4 MedicinalProductIngredient.swift
[1349/1433] Compiling ModelsR4 MedicinalProductInteraction.swift
[1350/1433] Compiling ModelsR4 MedicinalProductManufactured.swift
[1351/1433] Compiling ModelsR4 MedicinalProductPackaged.swift
[1352/1433] Compiling ModelsR4 MedicinalProductPharmaceutical.swift
[1353/1433] Compiling ModelsR4 MedicinalProductUndesirableEffect.swift
[1354/1433] Compiling ModelsR4 MessageDefinition.swift
[1355/1433] Compiling ModelsR4 MessageHeader.swift
[1356/1433] Compiling ModelsR4 Meta.swift
[1357/1433] Compiling ModelsR4 MolecularSequence.swift
[1358/1433] 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 {
[1368/1433] Compiling ModelsR4 Quantity.swift
[1369/1433] Compiling ModelsR4 Questionnaire.swift
[1370/1433] Compiling ModelsR4 QuestionnaireResponse.swift
[1371/1433] Compiling ModelsR4 Range.swift
[1372/1433] Compiling ModelsR4 Ratio.swift
[1373/1433] Compiling ModelsR4 Reference.swift
[1374/1433] Compiling ModelsR4 RelatedArtifact.swift
[1375/1433] Compiling ModelsR4 RelatedPerson.swift
[1376/1433] Compiling ModelsR4 RequestGroup.swift
[1377/1433] Compiling ModelsR4 ResearchDefinition.swift
[1378/1433] Compiling ModelsR4 ResearchElementDefinition.swift
[1379/1433] Compiling ModelsR4 ResearchStudy.swift
[1380/1433] Compiling ModelsR4 ResearchSubject.swift
[1381/1433] Compiling ModelsR4 Resource.swift
[1382/1433] Compiling ModelsR4 ResourceProxy.swift
[1383/1433] Compiling ModelsR4 RiskAssessment.swift
[1384/1433] Compiling ModelsR4 RiskEvidenceSynthesis.swift
[1385/1433] Compiling ModelsR4 SampledData.swift
[1386/1433] Compiling ModelsR4 Schedule.swift
[1387/1433] Compiling ModelsR4 SearchParameter.swift
[1388/1433] Compiling ModelsR4 ServiceRequest.swift
[1389/1433] Compiling ModelsR4 Signature.swift
[1390/1433] Compiling ModelsR4 Slot.swift
[1391/1433] Compiling ModelsR4 Specimen.swift
[1392/1433] Compiling ModelsR4 SpecimenDefinition.swift
[1393/1433] Compiling ModelsR4 StructureDefinition.swift
[1394/1433] Compiling ModelsR4 StructureMap.swift
[1395/1433] Compiling ModelsR4 Subscription.swift
[1396/1433] Compiling ModelsR4 Substance.swift
[1397/1433] Compiling ModelsR4 SubstanceAmount.swift
[1398/1433] Compiling ModelsR4 SubstanceNucleicAcid.swift
[1399/1433] Compiling ModelsR4 SubstancePolymer.swift
[1400/1433] Compiling ModelsR4 SubstanceProtein.swift
[1401/1433] Compiling ModelsR4 SubstanceReferenceInformation.swift
[1402/1433] Compiling ModelsR4 SubstanceSourceMaterial.swift
[1403/1433] Compiling ModelsR4 SubstanceSpecification.swift
[1404/1433] Compiling ModelsR4 SupplyDelivery.swift
[1405/1433] Compiling ModelsR4 SupplyRequest.swift
[1406/1433] Compiling ModelsR4 Task.swift
[1407/1433] Compiling ModelsR4 TerminologyCapabilities.swift
[1408/1433] Compiling ModelsR4 TestReport.swift
[1409/1433] Compiling ModelsR4 TestScript.swift
[1410/1433] Compiling ModelsR4 Timing.swift
[1411/1433] Compiling ModelsR4 TriggerDefinition.swift
[1412/1433] Compiling ModelsR4 UsageContext.swift
[1413/1433] Compiling ModelsR4 ValueSet.swift
[1414/1433] Compiling ModelsR4 VerificationResult.swift
[1415/1433] Compiling ModelsR4 VisionPrescription.swift
[1416/1448] Compiling CareKitFHIR OCKFHIRCodingError.swift
[1417/1448] Compiling CareKitFHIR OCKFHIRContentType.swift
[1418/1449] Compiling CareKitFHIR FHIRModels+Extensions.swift
[1419/1449] Compiling CareKitFHIR OCK+FHIRExtensions.swift
[1420/1449] Emitting module CareKitFHIR
[1421/1449] Compiling CareKitFHIR OCKDSTU2CarePlanActivityCoder.swift
[1422/1449] Compiling CareKitFHIR OCKDSTU2MedicationOrderCoder.swift
[1423/1449] Compiling CareKitFHIR OCKFHIRResourceCoder.swift
[1424/1449] Compiling CareKitFHIR OCKFHIRResourceData.swift
[1425/1449] Compiling CareKitFHIR OCKDSTU2PatientCoder.swift
[1426/1449] Compiling CareKitFHIR OCKPatientConverterTraits.swift
[1427/1449] Compiling CareKitFHIR OCKR4PatientCoder.swift
[1428/1449] Compiling CareKitFHIR OCKFHIRRelease.swift
[1429/1449] Compiling CareKitFHIR OCKFHIRResource.swift
[1430/1449] Compiling CareKitFHIR OCKDSTU2ScheduleCoder.swift
[1431/1449] Compiling CareKitFHIR OCKTaskConverterTraits.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 {
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.1 macosSpm