You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Source compatibility suite] Procedurekit failing to build on macOS - error: type 'CKFetchNotificationChangesOperation' does not conform to protocol 'CKFetchNotificationChangesOperationProtocol' #79797
ProecdureKit is failing to build on macOS with the following error:
ProcedureKit/Sources/ProcedureKitCloud/Notification Operations/CKFetchNotificationChangesOperation.swift:29:1: error: type 'CKFetchNotificationChangesOperation' does not conform to protocol 'CKFetchNotificationChangesOperationProtocol'
extension CKFetchNotificationChangesOperation: CKFetchNotificationChangesOperationProtocol, AssociatedErrorProtocol {
^