fix(macos): disambiguate AnyCodable usage

This commit is contained in:
Peter Steinberger
2026-01-20 16:02:44 +00:00
parent 404470853a
commit 2394703593
6 changed files with 14 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ private let onboardingWizardLogger = Logger(subsystem: "com.clawdbot", category:
// Bridge between ClawdbotProtocol.AnyCodable and the local module to avoid
// Swift 6 strict concurrency type conflicts.
private typealias AnyCodable = ClawdbotKit.AnyCodable
private typealias ProtocolAnyCodable = ClawdbotProtocol.AnyCodable
private func bridgeToLocal(_ value: ProtocolAnyCodable) -> AnyCodable {