Build Information
Failed to build CareKit, reference main (348a5e), with Swift 6.2 for macOS (SPM) on 3 Apr 2026 06:55:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[433/1060] Compiling ModelsR4 CodeSystemContractContentDerivationCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[434/1060] Compiling ModelsR4 CodeSystemContractDataMeaning.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[435/1060] Compiling ModelsR4 CodeSystemContractResourceActionStatusCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[436/1060] Compiling ModelsR4 CodeSystemContractResourceAssetAvailiabilityCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[437/1060] Compiling ModelsR4 CodeSystemContractResourceAssetContextCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[438/1060] Compiling ModelsR4 CodeSystemContractResourceAssetScopeCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[439/1060] Compiling ModelsR4 CodeSystemContractResourceAssetSubTypeCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[440/1060] Compiling ModelsR4 CodeSystemContractResourceAssetTypeCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[441/1060] Compiling ModelsR4 CodeSystemContractResourceDecisionModeCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:74:24: warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
33 |
34 | @objc(OCKCDScheduleElement)
35 | class OCKCDScheduleElement: NSManagedObject {
| `- note: class 'OCKCDScheduleElement' does not conform to the 'Sendable' protocol
36 | @NSManaged var text: String?
37 | @NSManaged var task: OCKCDTask?
:
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
74 | start: startDate,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDScheduleElement' in a '@Sendable' closure [#SendableClosureCaptures]
75 | end: endDate,
76 | interval: interval,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDScheduleElement.swift:73:13: warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
71 |
72 | self.managedObjectContext!.performAndWait {
73 | scheduleElement = OCKScheduleElement(
| `- warning: mutation of captured var 'scheduleElement' in concurrently-executing code [#SendableClosureCaptures]
74 | start: startDate,
75 | end: endDate,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:73:21: warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
43 |
44 | @objc(OCKCDTask)
45 | class OCKCDTask: OCKCDTaskBase {
| `- note: class 'OCKCDTask' does not conform to the 'Sendable' protocol
46 |
47 | convenience init(task: OCKTask, context: NSManagedObjectContext) {
:
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
73 | id: id,
| `- warning: capture of 'self' with non-Sendable type 'OCKCDTask' in a '@Sendable' closure [#SendableClosureCaptures]
74 | title: title,
75 | carePlanUUID: carePlan?.uuid,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:72:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
70 |
71 | self.managedObjectContext!.performAndWait {
72 | task = OCKTask(
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
73 | id: id,
74 | title: title,
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:79:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
77 | )
78 |
79 | task.copyVersionedValues(from: self)
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:80:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
78 |
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
81 | task.impactsAdherence = impactsAdherence
82 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDTask.swift:81:13: warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
79 | task.copyVersionedValues(from: self)
80 | task.instructions = instructions
81 | task.impactsAdherence = impactsAdherence
| `- warning: mutation of captured var 'task' in concurrently-executing code [#SendableClosureCaptures]
82 | }
83 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:71:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
69 | .filtered(dateInterval: query.dateInterval, excludeTasksWithNoEvents: query.excludesTasksWithNoEvents)
70 |
71 | result = .success(tasks)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
72 | } catch {
73 | result = .failure(error)
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+HealthKit.swift:73:17: warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
71 | result = .success(tasks)
72 | } catch {
73 | result = .failure(error)
| `- warning: mutation of captured var 'result' in concurrently-executing code [#SendableClosureCaptures]
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:54:37: warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
52 | let request = NSFetchRequest<OCKCDVersionedObject>(
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
| `- warning: capture of 'predicate' with non-Sendable type 'NSPredicate' in a '@Sendable' closure [#SendableClosureCaptures]
55 | request.sortDescriptors = sortDescriptors
56 | request.fetchLimit = limit ?? 0
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:17:12: note: class 'NSPredicate' does not conform to the 'Sendable' protocol
15 |
16 | API_AVAILABLE(macos(10.4), ios(3.0), watchos(2.0), tvos(9.0))
17 | @interface NSPredicate : NSObject <NSSecureCoding, NSCopying> {
| `- note: class 'NSPredicate' does not conform to the 'Sendable' protocol
18 | struct _predicateFlags {
19 | unsigned int _evaluationBlocked:1;
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:55:43: warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
53 | entityName: T.entity().name!)
54 | request.predicate = predicate
55 | request.sortDescriptors = sortDescriptors
| `- warning: capture of 'sortDescriptors' with non-Sendable type '[NSSortDescriptor]' in a '@Sendable' closure [#SendableClosureCaptures]
56 | request.fetchLimit = limit ?? 0
57 | request.fetchOffset = offset
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
1 | @frozen public struct Array<Element> : _DestructorSafeContainer {
| `- note: generic struct 'Array' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:82:21: warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
80 | context.perform {
81 | do {
82 | try preInsertValidate()
| |- warning: capture of 'preInsertValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
83 | var result = TransactionResult<T>()
84 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:94:21: warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
92 |
93 | // Perform updates
94 | try preUpdateValidate()
| |- warning: capture of 'preUpdateValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
95 |
96 | if !updates.isEmpty {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:113:21: warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
111 | }
112 |
113 | try preSaveValidate()
| |- warning: capture of 'preSaveValidate' with non-Sendable type '() throws -> Void' in a '@Sendable' closure [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
114 | try self.context.save()
115 | completion(.success(result))
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:180:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
178 |
179 | let existing = try context.performAndWait {
180 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
181 | }
182 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:31:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
29 | */
30 |
31 | import CoreData
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
32 | import Foundation
33 |
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKStore+Transactions.swift:206:36: warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
204 |
205 | let deletes = try context.performAndWait {
206 | try context.count(for: request)
| `- warning: capture of 'request' with non-Sendable type 'NSFetchRequest<OCKCDVersionedObject>' in a '@Sendable' closure [#SendableClosureCaptures]
207 | }
208 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:12: note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
45 |
46 | API_AVAILABLE(macosx(10.4),ios(3.0))
47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding, NSCopying> {
| `- note: generic class 'NSFetchRequest' does not conform to the 'Sendable' protocol
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[442/1060] Compiling ModelsR4 BiologicallyDerivedProduct.swift
[443/1060] Compiling ModelsR4 BodyStructure.swift
[444/1060] Compiling ModelsR4 Bundle.swift
[445/1060] Compiling ModelsR4 Canonical.swift
[446/1060] Compiling ModelsR4 CapabilityStatement.swift
[447/1060] Compiling ModelsR4 CarePlan.swift
[448/1060] Compiling ModelsR4 CareTeam.swift
[449/1060] Compiling ModelsR4 CatalogEntry.swift
[450/1060] Compiling ModelsR4 ChargeItem.swift
[451/1060] Compiling ModelsR4 ChargeItemDefinition.swift
[452/1060] Compiling ModelsR4 CodeSystemConstraintSeverity.swift
[453/1060] Compiling ModelsR4 CodeSystemContactEntityType.swift
[454/1060] Compiling ModelsR4 CodeSystemContactPointSystem.swift
[455/1060] Compiling ModelsR4 Address.swift
[456/1060] Compiling ModelsR4 AdverseEvent.swift
[457/1060] Compiling ModelsR4 Age.swift
[458/1060] Compiling ModelsR4 AllergyIntolerance.swift
[459/1060] Compiling ModelsR4 Annotation.swift
[460/1060] Compiling ModelsR4 Appointment.swift
[461/1060] Compiling ModelsR4 AppointmentResponse.swift
[462/1060] Compiling ModelsR4 Attachment.swift
[463/1060] Compiling ModelsR4 AuditEvent.swift
[464/1060] Compiling ModelsR4 BackboneElement.swift
[465/1060] Compiling ModelsR4 Base64Binary.swift
[466/1060] Compiling ModelsR4 Basic.swift
[467/1060] Compiling ModelsR4 Binary.swift
[492/1084] Compiling ModelsR4 CodeSystemContractResourceDefinitionSubtypeCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[493/1084] Compiling ModelsR4 CodeSystemContractResourceDefinitionTypeCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[494/1084] Compiling ModelsR4 CodeSystemContractResourceExpirationTypeCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[495/1084] Compiling ModelsR4 CodeSystemContractResourceLegalStateCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[496/1084] Compiling ModelsR4 CodeSystemContractResourcePartyRoleCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[497/1084] Compiling ModelsR4 CodeSystemContractResourcePublicationStatusCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[498/1084] Compiling ModelsR4 CodeSystemContractResourceSecurityControlCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[499/1084] Compiling ModelsR4 CodeSystemContractResourceStatusCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[500/1084] Compiling ModelsR4 CodeSystemContractSignerTypeCodes.swift
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:271:36: warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
269 |
270 | for (vector, values) in groupedByKnowledge {
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
| `- warning: reference to captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/Synchronization/OCKStore+Synchronization.swift:273:21: warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
271 | let existing = entitiesGroupedByKnowledge[vector] ?? []
272 | let combined = existing + values.map { $0.entity() }
273 | entitiesGroupedByKnowledge[vector] = combined
| `- warning: mutation of captured var 'entitiesGroupedByKnowledge' in concurrently-executing code [#SendableClosureCaptures]
274 | }
275 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Streaming/CoreDataQueryMonitor.swift:47:13: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
45 |
46 | private nonisolated(unsafe) let request: NSFetchRequest<Element>
47 | private nonisolated(unsafe) let context: NSManagedObjectContext
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSManagedObjectContext', consider removing it
48 |
49 | var resultHandler: @Sendable (Result<[OCKVersionedObjectCompatible], Error>) -> Void {
/Users/admin/builder/spi-builder-workspace/CareKitStore/CareKitStore/Structs/OCKHealthKitLinkage.swift:34:1: warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
32 | import HealthKit
33 |
34 | extension HKQuantityTypeIdentifier: Codable {}
| |- warning: extension declares a conformance of imported type 'HKQuantityTypeIdentifier' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'HealthKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 |
36 | /// Describes how a task outcome values should be retrieved from HealthKit.
[531/1084] Compiling CareKitStore OCKEventQuery.swift
[532/1084] Compiling CareKitStore OCKOutcomeQuery.swift
[533/1084] Compiling CareKitStore OCKPatientQuery.swift
[534/1084] Compiling CareKitStore OCKQueryProtocol.swift
[535/1084] Compiling CareKitStore OCKTaskQuery.swift
[536/1084] Compiling CareKitStore AggregatedCareTaskProgress.swift
[537/1084] Compiling CareKitStore BinaryCareTaskProgress.swift
[538/1084] Compiling CareKitStore CareTaskProgress.swift
[539/1084] Compiling CareKitStore CareTaskProgressStrategy+CheckingOutcomesExist.swift
[540/1084] Compiling CareKitStore CareTaskProgressStrategy+SummingOutcomeValues.swift
[541/1084] Compiling CareKitStore CareTaskProgressStrategy.swift
[542/1084] Compiling CareKitStore LinearCareTaskProgress.swift
[543/1084] Compiling CareKitStore resource_bundle_accessor.swift
[555/1084] Compiling ModelsR4 Account.swift
[556/1084] Compiling ModelsR4 ActivityDefinition.swift
[557/1084] Compiling ModelsR4 CodeSystemMeasurePopulationType.swift
[558/1084] Compiling ModelsR4 CodeSystemMeasureReportStatus.swift
[559/1084] Compiling ModelsR4 CodeSystemMeasureReportType.swift
[560/1084] Compiling ModelsR4 CodeSystemMeasureScoring.swift
[561/1084] Compiling ModelsR4 CodeSystemMeasureType.swift
[562/1084] Compiling ModelsR4 CodeSystemMediaModality.swift
[563/1084] Compiling ModelsR4 CodeSystemMediaType.swift
[564/1084] Compiling ModelsR4 CodeSystemMedicationAdministrationCategoryCodes.swift
[565/1084] Compiling ModelsR4 CodeSystemMedicationAdministrationPerformerFunctionCodes.swift
[566/1084] Compiling ModelsR4 CodeSystemMedicationAdministrationStatusCodes.swift
[567/1084] Compiling ModelsR4 CodeSystemMedicationDispenseCategoryCodes.swift
[568/1084] Compiling ModelsR4 CodeSystemMedicationDispensePerformerFunctionCodes.swift
[569/1084] Compiling ModelsR4 CodeSystemMedicationDispenseStatusCodes.swift
[570/1084] Compiling ModelsR4 CodeSystemMedicationDispenseStatusReasonCodes.swift
[571/1084] Compiling ModelsR4 CodeSystemMedicationKnowledgeCharacteristicCodes.swift
[572/1084] Compiling ModelsR4 CodeSystemMedicationKnowledgePackageTypeCodes.swift
[573/1084] Compiling ModelsR4 CodeSystemMedicationKnowledgeStatusCodes.swift
[574/1084] Compiling ModelsR4 CodeSystemMedicationRequestCategoryCodes.swift
[575/1084] Compiling ModelsR4 CodeSystemMedicationRequestCourseOfTherapyCodes.swift
[576/1084] Compiling ModelsR4 CodeSystemMedicationRequestIntent.swift
[577/1084] Compiling ModelsR4 CodeSystemMedicationRequestStatusReasonCodes.swift
[578/1084] Compiling ModelsR4 CodeSystemMedicationStatementCategoryCodes.swift
[579/1084] Compiling ModelsR4 CodeSystemMedicationStatementStatusCodes.swift
[580/1084] Compiling ModelsR4 CodeSystemMedicationStatusCodes.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[599/1117] Emitting module CareKitUI
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
[610/1117] Compiling ModelsR4 CodeSystemAdverseEventActuality.swift
[611/1117] Compiling ModelsR4 CodeSystemAdverseEventCategory.swift
[612/1117] Compiling ModelsR4 CodeSystemCommonTags.swift
[613/1117] Compiling ModelsR4 CodeSystemCommunicationCategory.swift
[614/1117] Compiling ModelsR4 CodeSystemCommunicationNotDoneReason.swift
[615/1117] Compiling ModelsR4 CodeSystemCommunicationTopic.swift
[616/1117] Compiling ModelsR4 CodeSystemCompartmentType.swift
[617/1117] Compiling ModelsR4 CodeSystemCompositeMeasureScoring.swift
[618/1117] Compiling ModelsR4 CodeSystemCompositionAttestationMode.swift
[619/1117] Compiling ModelsR4 CodeSystemCompositionStatus.swift
[620/1117] Compiling ModelsR4 CodeSystemConceptMapEquivalence.swift
[621/1117] Compiling ModelsR4 CodeSystemConceptMapGroupUnmappedMode.swift
[622/1117] Compiling ModelsR4 CodeSystemConceptSubsumptionOutcome.swift
[623/1117] Compiling ModelsR4 CodeSystemConditionCategoryCodes.swift
[624/1117] Compiling ModelsR4 CodeSystemConditionClinicalStatusCodes.swift
[625/1117] Compiling ModelsR4 CodeSystemConditionState.swift
[626/1117] Compiling ModelsR4 CodeSystemConditionVerificationStatus.swift
[627/1117] Compiling ModelsR4 CodeSystemConditionalDeleteStatus.swift
[628/1117] Compiling ModelsR4 CodeSystemConditionalReadStatus.swift
[629/1117] Compiling ModelsR4 CodeSystemConformanceExpectation.swift
[630/1117] Compiling ModelsR4 CodeSystemConsentActionCodes.swift
[631/1117] Compiling ModelsR4 CodeSystemConsentCategoryCodes.swift
[632/1117] Compiling ModelsR4 CodeSystemConsentDataMeaning.swift
[633/1117] Compiling ModelsR4 CodeSystemConsentPolicyRuleCodes.swift
[634/1117] Compiling ModelsR4 CodeSystemEventCapabilityMode.swift
[635/1117] Compiling ModelsR4 CodeSystemEventResourceType.swift
[636/1117] Compiling ModelsR4 Claim.swift
[637/1117] Compiling ModelsR4 ClaimResponse.swift
[638/1117] Compiling ModelsR4 ClinicalImpression.swift
[639/1117] Compiling ModelsR4 CodeSystem.swift
[640/1117] Compiling ModelsR4 CodeSystemAbstractType.swift
[641/1117] Compiling ModelsR4 CodeSystemAccountStatus.swift
[642/1117] Compiling ModelsR4 CodeSystemActionCardinalityBehavior.swift
[643/1117] Compiling ModelsR4 CodeSystemActionConditionKind.swift
[644/1117] Compiling ModelsR4 CodeSystemActionGroupingBehavior.swift
[645/1117] Compiling ModelsR4 CodeSystemActionParticipantType.swift
[646/1117] Compiling ModelsR4 CodeSystemActionPrecheckBehavior.swift
[647/1117] Compiling ModelsR4 CodeSystemActionRelationshipType.swift
[648/1117] Compiling ModelsR4 CodeSystemActionRequiredBehavior.swift
[649/1117] Compiling ModelsR4 CodeSystemActionSelectionBehavior.swift
[650/1117] Compiling ModelsR4 CodeSystemActionType.swift
[651/1117] Compiling ModelsR4 CodeSystemActivityDefinitionCategory.swift
[652/1117] Compiling ModelsR4 CodeSystemAdditionalMaterialCodes.swift
[653/1117] Compiling ModelsR4 CodeSystemAddressType.swift
[654/1117] Compiling ModelsR4 CodeSystemAddressUse.swift
[655/1117] Compiling ModelsR4 CodeSystemAdjudicationReasonCodes.swift
[656/1117] Compiling ModelsR4 CodeSystemAdjudicationValueCodes.swift
[657/1117] Compiling ModelsR4 CodeSystemAdministrativeGender.swift
[658/1117] Compiling ModelsR4 CodeSystemAdmitSource.swift
[659/1117] Emitting module ModelsDSTU2
[667/1117] Compiling ModelsR4 CodeSystemDocumentMode.swift
[668/1117] Compiling ModelsR4 CodeSystemDocumentReferenceStatus.swift
[669/1117] Compiling ModelsR4 CodeSystemDocumentRelationshipType.swift
[670/1117] Compiling ModelsR4 CodeSystemDoseAndRateType.swift
[671/1117] Compiling ModelsR4 CodeSystemEffectEstimateType.swift
[672/1117] Compiling ModelsR4 CodeSystemEligibilityRequestPurpose.swift
[673/1117] Compiling ModelsR4 CodeSystemEligibilityResponsePurpose.swift
[674/1117] Compiling ModelsR4 CodeSystemEnableWhenBehavior.swift
[675/1117] Compiling ModelsR4 CodeSystemEncounterLocationStatus.swift
[676/1117] Compiling ModelsR4 CodeSystemEncounterStatus.swift
[677/1117] Compiling ModelsR4 CodeSystemEncounterType.swift
[678/1117] Compiling ModelsR4 CodeSystemEndpointConnectionType.swift
[679/1117] Compiling ModelsR4 CodeSystemEndpointPayloadType.swift
[680/1117] Compiling ModelsR4 CodeSystemEndpointStatus.swift
[681/1117] Compiling ModelsR4 CodeSystemEnteralFormulaAdditiveTypeCode.swift
[682/1117] Compiling ModelsR4 CodeSystemEpisodeOfCareStatus.swift
[683/1117] Compiling ModelsR4 CodeSystemEpisodeOfCareType.swift
[684/1141] Compiling ModelsR4 CodeSystemMedicationrequestStatus.swift
[685/1141] Compiling ModelsR4 CodeSystemMessageSignificanceCategory.swift
[686/1141] Compiling ModelsR4 CodeSystemMessageTransport.swift
[687/1141] Compiling ModelsR4 CodeSystemMessageheaderResponseRequest.swift
[688/1141] Compiling ModelsR4 CodeSystemMissingToothReasonCodes.swift
[689/1141] Compiling ModelsR4 CodeSystemModifierTypeCodes.swift
[690/1141] Compiling ModelsR4 CodeSystemNHINPurposeOfUse.swift
[691/1141] Compiling ModelsR4 CodeSystemNameUse.swift
[692/1141] Compiling ModelsR4 CodeSystemNamingSystemIdentifierType.swift
[693/1141] Compiling ModelsR4 CodeSystemNamingSystemType.swift
[694/1141] Compiling ModelsR4 CodeSystemNarrativeStatus.swift
[695/1141] Compiling ModelsR4 CodeSystemNeed.swift
[696/1141] Compiling ModelsR4 CodeSystemNetworkTypeCodes.swift
[697/1141] Compiling ModelsR4 CodeSystemNoteType.swift
[698/1141] Compiling ModelsR4 CodeSystemObservationCategoryCodes.swift
[699/1141] Compiling ModelsR4 CodeSystemObservationDataType.swift
[700/1141] Compiling ModelsR4 CodeSystemObservationRangeCategory.swift
[701/1141] Compiling ModelsR4 CodeSystemObservationReferenceRangeMeaningCodes.swift
[702/1141] Compiling ModelsR4 CodeSystemObservationStatus.swift
[703/1141] Compiling ModelsR4 CodeSystemOperationKind.swift
[704/1141] Compiling ModelsR4 CodeSystemOperationOutcomeCodes.swift
[705/1141] Compiling ModelsR4 CodeSystemOperationParameterUse.swift
[706/1141] Compiling ModelsR4 CodeSystemOrganizationAffiliationRole.swift
[707/1141] Compiling ModelsR4 CodeSystemOrganizationType.swift
[708/1165] Compiling ModelsR4 CodeSystemOrientationType.swift
[709/1165] Compiling ModelsR4 CodeSystemParticipantRequired.swift
[710/1165] Compiling ModelsR4 CodeSystemParticipantType.swift
[711/1165] Compiling ModelsR4 CodeSystemParticipationStatus.swift
[712/1165] Compiling ModelsR4 CodeSystemPayeeResourceType.swift
[713/1165] Compiling ModelsR4 CodeSystemPaymentAdjustmentReasonCodes.swift
[714/1165] Compiling ModelsR4 CodeSystemPaymentStatusCodes.swift
[715/1165] Compiling ModelsR4 CodeSystemPaymentTypeCodes.swift
[716/1165] Compiling ModelsR4 CodeSystemPerformerRoleCodes.swift
[717/1165] Compiling ModelsR4 CodeSystemPlanDefinitionType.swift
[718/1165] Compiling ModelsR4 CodeSystemPractitionerRoleCodes.swift
[719/1165] Compiling ModelsR4 CodeSystemPractitionerSpecialty.swift
[720/1165] Compiling ModelsR4 CodeSystemPrecisionEstimateType.swift
[721/1165] Compiling ModelsR4 CodeSystemPrimarySourceType.swift
[722/1165] Compiling ModelsR4 CodeSystemProcedureDeviceActionCodes.swift
[723/1165] Compiling ModelsR4 CodeSystemProcedureProgressStatusCodes.swift
[724/1165] Compiling ModelsR4 CodeSystemProcessPriorityCodes.swift
[725/1165] Compiling ModelsR4 CodeSystemPropertyRepresentation.swift
[726/1165] Compiling ModelsR4 CodeSystemPropertyType.swift
[727/1165] Compiling ModelsR4 CodeSystemProvenanceEntityRole.swift
[728/1165] Compiling ModelsR4 CodeSystemProvenanceParticipantRole.swift
[729/1165] Compiling ModelsR4 CodeSystemProvenanceParticipantType.swift
[730/1165] Compiling ModelsR4 CodeSystemPublicationStatus.swift
[731/1165] Compiling ModelsR4 CodeSystemPushTypeAvailable.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 {
[857/1189] Compiling CareKitUI OCKInstructionsTaskView.swift
[858/1189] Compiling CareKitUI OCKLogTaskView.swift
[859/1189] Compiling CareKitUI OCKSimpleTaskView.swift
[860/1189] Compiling CareKitUI OCKTaskDisplayable.swift
[861/1189] Compiling CareKitUI OCKHeaderView.swift
[862/1189] Compiling CareKitUI OCKSeparatorView.swift
[863/1189] Compiling CareKitUI OCKStackView.swift
[864/1189] Compiling CareKitUI OCKView.swift
[865/1189] Compiling CareKitUI resource_bundle_accessor.swift
[925/1357] Compiling ModelsR4 CodeSystemQualityOfEvidenceRating.swift
[926/1357] Compiling ModelsR4 CodeSystemQualityType.swift
[927/1357] Compiling ModelsR4 CodeSystemQuantityComparator.swift
[928/1357] Compiling ModelsR4 CodeSystemQuestionnaireItemOperator.swift
[929/1357] Compiling ModelsR4 CodeSystemQuestionnaireItemType.swift
[930/1357] Compiling ModelsR4 CodeSystemQuestionnaireItemUIControlCodes.swift
[931/1357] Compiling ModelsR4 CodeSystemQuestionnaireItemUsageMode.swift
[932/1357] Compiling ModelsR4 CodeSystemQuestionnaireResponseStatus.swift
[933/1357] Compiling ModelsR4 CodeSystemQuestionnaireTextCategories.swift
[934/1357] Compiling ModelsR4 CodeSystemReasonMedicationGivenCodes.swift
[935/1357] Compiling ModelsR4 CodeSystemReferenceHandlingPolicy.swift
[936/1357] Compiling ModelsR4 CodeSystemReferenceVersionRules.swift
[937/1357] Compiling ModelsR4 CodeSystemReferralMethod.swift
[938/1357] Compiling ModelsR4 CodeSystemRejectionCriterion.swift
[939/1357] Compiling ModelsR4 CodeSystemRelatedArtifactType.swift
[940/1357] Compiling ModelsR4 CodeSystemRepositoryType.swift
[941/1357] Compiling ModelsR4 CodeSystemRequestIntent.swift
[942/1357] Compiling ModelsR4 CodeSystemRequestPriority.swift
[943/1357] Compiling ModelsR4 CodeSystemRequestResourceType.swift
[944/1357] Compiling ModelsR4 CodeSystemRequestStatus.swift
[945/1357] Compiling ModelsR4 CodeSystemResearchElementType.swift
[946/1357] Compiling ModelsR4 CodeSystemResearchStudyObjectiveType.swift
[947/1357] Compiling ModelsR4 CodeSystemResearchStudyPhase.swift
[948/1357] Compiling ModelsR4 CodeSystemResearchStudyPrimaryPurposeType.swift
[949/1381] Compiling ModelsR4 CodeSystemSpecialArrangements.swift
[950/1381] Compiling ModelsR4 CodeSystemSpecialValues.swift
[951/1381] Compiling ModelsR4 CodeSystemSpecimenContainedPreference.swift
[952/1381] Compiling ModelsR4 CodeSystemSpecimenStatus.swift
[953/1381] Compiling ModelsR4 CodeSystemStandardsStatus.swift
[954/1381] Compiling ModelsR4 CodeSystemStatus.swift
[955/1381] Compiling ModelsR4 CodeSystemStrandType.swift
[956/1381] Compiling ModelsR4 CodeSystemStrengthOfRecommendationRating.swift
[957/1381] Compiling ModelsR4 CodeSystemStructureDefinitionKind.swift
[958/1381] Compiling ModelsR4 CodeSystemStructureMapContextType.swift
[959/1381] Compiling ModelsR4 CodeSystemStructureMapGroupTypeMode.swift
[960/1381] Compiling ModelsR4 CodeSystemStructureMapInputMode.swift
[961/1381] Compiling ModelsR4 CodeSystemStructureMapModelMode.swift
[962/1381] Compiling ModelsR4 CodeSystemStructureMapSourceListMode.swift
[963/1381] Compiling ModelsR4 CodeSystemStructureMapTargetListMode.swift
[964/1381] Compiling ModelsR4 CodeSystemStructureMapTransform.swift
[965/1381] Compiling ModelsR4 CodeSystemStudyType.swift
[966/1381] Compiling ModelsR4 CodeSystemSubscriberRelationshipCodes.swift
[967/1381] Compiling ModelsR4 CodeSystemSubscriptionChannelType.swift
[968/1381] Compiling ModelsR4 CodeSystemSubscriptionStatus.swift
[969/1381] Compiling ModelsR4 CodeSystemSubscriptionTag.swift
[970/1381] Compiling ModelsR4 CodeSystemSubstanceCategoryCodes.swift
[971/1381] Compiling ModelsR4 CodeSystemSupplyDeliveryStatus.swift
[972/1381] Compiling ModelsR4 CodeSystemSupplyItemType.swift
[973/1405] Compiling ModelsR4 CodeSystemSupplyRequestReason.swift
[974/1405] Compiling ModelsR4 CodeSystemSupplyRequestStatus.swift
[975/1405] Compiling ModelsR4 CodeSystemSupplyType.swift
[976/1405] Compiling ModelsR4 CodeSystemSurfaceCodes.swift
[977/1405] Compiling ModelsR4 CodeSystemSynthesisType.swift
[978/1405] Compiling ModelsR4 CodeSystemTaskCode.swift
[979/1405] Compiling ModelsR4 CodeSystemTaskIntent.swift
[980/1405] Compiling ModelsR4 CodeSystemTaskStatus.swift
[981/1405] Compiling ModelsR4 CodeSystemTemplateStatusCodeLifeCycle.swift
[982/1405] Compiling ModelsR4 CodeSystemTestReportActionResult.swift
[983/1405] Compiling ModelsR4 CodeSystemTestReportParticipantType.swift
[984/1405] Compiling ModelsR4 CodeSystemTestReportResult.swift
[985/1405] Compiling ModelsR4 CodeSystemTestReportStatus.swift
[986/1405] Compiling ModelsR4 CodeSystemTestScriptOperationCode.swift
[987/1405] Compiling ModelsR4 CodeSystemTestScriptProfileDestinationType.swift
[988/1405] Compiling ModelsR4 CodeSystemTestScriptProfileOriginType.swift
[989/1405] Compiling ModelsR4 CodeSystemTestScriptRequestMethodCode.swift
[990/1405] Compiling ModelsR4 CodeSystemTransactionMode.swift
[991/1405] Compiling ModelsR4 CodeSystemTriggerType.swift
[992/1405] Compiling ModelsR4 CodeSystemTypeDerivationRule.swift
[993/1405] Compiling ModelsR4 CodeSystemUDICodes.swift
[994/1405] Compiling ModelsR4 CodeSystemUDIEntryType.swift
[995/1405] Compiling ModelsR4 CodeSystemUnitTypeCodes.swift
[996/1405] Compiling ModelsR4 CodeSystemUnknownContentCode.swift
[997/1429] Compiling ModelsR4 CodeSystemResearchStudyReasonStopped.swift
[998/1429] Compiling ModelsR4 CodeSystemResearchStudyStatus.swift
[999/1429] Compiling ModelsR4 CodeSystemResearchSubjectStatus.swift
[1000/1429] Compiling ModelsR4 CodeSystemResourceSecurityCategory.swift
[1001/1429] Compiling ModelsR4 CodeSystemResourceType.swift
[1002/1429] Compiling ModelsR4 CodeSystemResourceValidationMode.swift
[1003/1429] Compiling ModelsR4 CodeSystemResourceVersionPolicy.swift
[1004/1429] Compiling ModelsR4 CodeSystemResponseType.swift
[1005/1429] Compiling ModelsR4 CodeSystemRestfulCapabilityMode.swift
[1006/1429] Compiling ModelsR4 CodeSystemRestfulSecurityService.swift
[1007/1429] Compiling ModelsR4 CodeSystemRiskEstimateType.swift
[1008/1429] Compiling ModelsR4 CodeSystemRiskProbability.swift
[1009/1429] Compiling ModelsR4 CodeSystemSNOMEDCTReasonMedicationNotGivenCodes.swift
[1010/1429] Compiling ModelsR4 CodeSystemSearchComparator.swift
[1011/1429] Compiling ModelsR4 CodeSystemSearchEntryMode.swift
[1012/1429] Compiling ModelsR4 CodeSystemSearchModifierCode.swift
[1013/1429] Compiling ModelsR4 CodeSystemSearchParamType.swift
[1014/1429] Compiling ModelsR4 CodeSystemSequenceStatus.swift
[1015/1429] Compiling ModelsR4 CodeSystemSequenceType.swift
[1016/1429] Compiling ModelsR4 CodeSystemServiceProvisionConditions.swift
[1017/1429] Compiling ModelsR4 CodeSystemSlicingRules.swift
[1018/1429] Compiling ModelsR4 CodeSystemSlotStatus.swift
[1019/1429] Compiling ModelsR4 CodeSystemSmartCapabilities.swift
[1020/1429] 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 {
[1131/1453] Emitting module ModelsR4
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
/Users/admin/builder/spi-builder-workspace/CareKitUI/CareKitUI/Shared/Extensions/Number+Extensions.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | extension Double {
BUILD FAILURE 6.2 macosSpm