01Validates operator chains to prevent accidental stream termination during errors
02Enforces type-erasure best practices using eraseToAnyPublisher()
0314 GitHub stars
04Detects potential retain cycles and missing [weak self] references in subscriptions
05Ensures thread safety by verifying main-thread delivery for UI updates
06Audits PassthroughSubject and CurrentValueSubject usage for state and event logic