Files
oai-swift/oAI/Services
rune 92e393ab03 Fix Swift 6 actor-isolation warnings in model inits and services
- Message, Conversation, EmailLog: add nonisolated to inits — plain value
  types have no actor isolation, but the macOS 27 SDK was inferring it
- EncryptionService: replace lazy var encryptionKey (which mutates self and
  gets inferred as @MainActor) with an eagerly-initialized let in init()
- FileLogger: add nonisolated to shared, write, and minimumLevel so they
  are callable from nonisolated AppLogger methods without warnings
- LogLevel.<: add nonisolated to the Comparable conformance method

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 14:59:07 +02:00
..
2026-03-05 13:17:53 +01:00
2026-02-25 08:24:05 +01:00
2026-03-04 10:19:16 +01:00
2026-05-12 11:05:47 +02:00
2026-02-25 08:24:05 +01:00
2026-02-20 14:49:56 +01:00
2026-03-04 10:19:16 +01:00