fix(concurrency): 三个 enum 标 nonisolated
工程开了 SWIFT_DEFAULT_ACTOR_ISOLATION=MainActor,这三个纯值类型 enum 会被推成 MainActor 隔离,跨 actor 使用时报错: - CustomMetricNameConflict (CustomMetricEditor) - SeriesKind (SeriesBucket) - ExportTrendBuilder.Direction 已随 v1.1 (build 6) 一同编译上传。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import Foundation
|
||||
/// 从根上杜绝小模型编造趋势数字(§10#5 失败回退 / §12#6 禁止编造)。
|
||||
struct ExportTrend: Sendable {
|
||||
|
||||
enum Direction: Sendable {
|
||||
nonisolated enum Direction: Sendable {
|
||||
case up, down, flat
|
||||
var arrow: String {
|
||||
switch self {
|
||||
|
||||
Reference in New Issue
Block a user