This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of reactiveswift-composable-architecture with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 25

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

 850 |         content.value.5
 851 |         content.value.6
 852 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 853 |       }
 854 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:915:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 913 |       let content = content().value
 914 |       self.init(store: store) {
 915 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 916 |           if content.0.toCaseState(viewStore.state) != nil {
 917 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:916:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 914 |       self.init(store: store) {
 915 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 916 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 917 |             content.0
 918 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:918:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 916 |           if content.0.toCaseState(viewStore.state) != nil {
 917 |             content.0
 918 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 919 |             content.1
 920 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:920:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 918 |           } else if content.1.toCaseState(viewStore.state) != nil {
 919 |             content.1
 920 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 921 |             content.2
 922 |           } else if content.3.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:922:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 920 |           } else if content.2.toCaseState(viewStore.state) != nil {
 921 |             content.2
 922 |           } else if content.3.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 923 |             content.3
 924 |           } else if content.4.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:924:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 922 |           } else if content.3.toCaseState(viewStore.state) != nil {
 923 |             content.3
 924 |           } else if content.4.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 925 |             content.4
 926 |           } else if content.5.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:926:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 924 |           } else if content.4.toCaseState(viewStore.state) != nil {
 925 |             content.4
 926 |           } else if content.5.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 927 |             content.5
 928 |           } else if content.6.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:928:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 926 |           } else if content.5.toCaseState(viewStore.state) != nil {
 927 |             content.5
 928 |           } else if content.6.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 929 |             content.6
 930 |           } else if content.7.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:930:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 928 |           } else if content.6.toCaseState(viewStore.state) != nil {
 929 |             content.6
 930 |           } else if content.7.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 931 |             content.7
 932 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1007:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1005 |         content.value.6
1006 |         content.value.7
1007 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1008 |       }
1009 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1075:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1073 |       let content = content().value
1074 |       self.init(store: store) {
1075 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1076 |           if content.0.toCaseState(viewStore.state) != nil {
1077 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1076:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1074 |       self.init(store: store) {
1075 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
1076 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1077 |             content.0
1078 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1078:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1076 |           if content.0.toCaseState(viewStore.state) != nil {
1077 |             content.0
1078 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1079 |             content.1
1080 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1080:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1078 |           } else if content.1.toCaseState(viewStore.state) != nil {
1079 |             content.1
1080 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1081 |             content.2
1082 |           } else if content.3.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1082:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1080 |           } else if content.2.toCaseState(viewStore.state) != nil {
1081 |             content.2
1082 |           } else if content.3.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1083 |             content.3
1084 |           } else if content.4.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1084:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1082 |           } else if content.3.toCaseState(viewStore.state) != nil {
1083 |             content.3
1084 |           } else if content.4.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1085 |             content.4
1086 |           } else if content.5.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1086:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1084 |           } else if content.4.toCaseState(viewStore.state) != nil {
1085 |             content.4
1086 |           } else if content.5.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1087 |             content.5
1088 |           } else if content.6.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1088:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1086 |           } else if content.5.toCaseState(viewStore.state) != nil {
1087 |             content.5
1088 |           } else if content.6.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1089 |             content.6
1090 |           } else if content.7.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1090:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1088 |           } else if content.6.toCaseState(viewStore.state) != nil {
1089 |             content.6
1090 |           } else if content.7.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1091 |             content.7
1092 |           } else if content.8.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1092:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1090 |           } else if content.7.toCaseState(viewStore.state) != nil {
1091 |             content.7
1092 |           } else if content.8.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1093 |             content.8
1094 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1175:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1173 |         content.value.7
1174 |         content.value.8
1175 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1176 |       }
1177 |     }
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:731:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
722 |   }
723 |
724 |   extension WithViewStore: DynamicViewContent
    |                            `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
725 |   where
726 |     ViewState: Collection,
    :
729 |     public typealias Data = ViewState
730 |
731 |     public var data: ViewState {
    |                `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
732 |       self.viewStore.state
733 |     }
SwiftUI.DynamicViewContent:4:9: note: 'data' declared here
2 | public protocol DynamicViewContent : View {
3 |     associatedtype Data : Collection
4 |     var data: Self.Data { get }
  |         `- note: 'data' declared here
5 | }
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2406:21: warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'Exhaustivity' may have shared mutable state; this is an error in the Swift 6 language mode
2374 |
2375 | /// The exhaustivity of assertions made by the test store.
2376 | public enum Exhaustivity: Equatable {
     |             `- note: consider making enum 'Exhaustivity' conform to the 'Sendable' protocol
2377 |   /// Exhaustive assertions.
2378 |   ///
     :
2404 |
2405 |   /// Non-exhaustive assertions.
2406 |   public static let off = Self.off(showSkippedAssertions: false)
     |                     |- warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'Exhaustivity' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'off' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2407 | }
2408 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Diff.swift:599:21: warning: static property 'proportional' is not concurrency-safe because non-'Sendable' type 'DiffFormat' may have shared mutable state; this is an error in the Swift 6 language mode
561 | /// This type comes with two pre-configured formats that you will probably want to use for most
562 | /// situations: ``DiffFormat/default`` and ``DiffFormat/proportional``.
563 | public struct DiffFormat {
    |               `- note: consider making struct 'DiffFormat' conform to the 'Sendable' protocol
564 |   /// A string prepended to lines that only appear in the string representation of the first value,
565 |   /// e.g. a "removal."
    :
597 |   /// figure space (" ") for unchanged. These three characters are more likely to render with equal
598 |   /// widths in proportional fonts.
599 |   public static let proportional = Self(first: "\u{2212}", second: "+", both: "\u{2007}")
    |                     |- warning: static property 'proportional' is not concurrency-safe because non-'Sendable' type 'DiffFormat' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'proportional' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
600 | }
601 |
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:177:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 175 |       let content = content().value
 176 |       self.init(store: store) {
 177 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 178 |           if content.0.toCaseState(viewStore.state) != nil {
 179 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:177:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 175 |       let content = content().value
 176 |       self.init(store: store) {
 177 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 178 |           if content.0.toCaseState(viewStore.state) != nil {
 179 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:235:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 233 |       let content = content().value
 234 |       self.init(store: store) {
 235 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 236 |           if content.0.toCaseState(viewStore.state) != nil {
 237 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:235:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 233 |       let content = content().value
 234 |       self.init(store: store) {
 235 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 236 |           if content.0.toCaseState(viewStore.state) != nil {
 237 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:314:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 312 |       let content = content().value
 313 |       self.init(store: store) {
 314 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 315 |           if content.0.toCaseState(viewStore.state) != nil {
 316 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:314:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 312 |       let content = content().value
 313 |       self.init(store: store) {
 314 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 315 |           if content.0.toCaseState(viewStore.state) != nil {
 316 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:405:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 403 |       let content = content().value
 404 |       self.init(store: store) {
 405 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 406 |           if content.0.toCaseState(viewStore.state) != nil {
 407 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:405:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 403 |       let content = content().value
 404 |       self.init(store: store) {
 405 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 406 |           if content.0.toCaseState(viewStore.state) != nil {
 407 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:513:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 511 |       let content = content().value
 512 |       self.init(store: store) {
 513 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 514 |           if content.0.toCaseState(viewStore.state) != nil {
 515 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:513:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 511 |       let content = content().value
 512 |       self.init(store: store) {
 513 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 514 |           if content.0.toCaseState(viewStore.state) != nil {
 515 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:634:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 632 |       let content = content().value
 633 |       self.init(store: store) {
 634 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 635 |           if content.0.toCaseState(viewStore.state) != nil {
 636 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:634:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 632 |       let content = content().value
 633 |       self.init(store: store) {
 634 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 635 |           if content.0.toCaseState(viewStore.state) != nil {
 636 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:768:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 766 |       let content = content().value
 767 |       self.init(store: store) {
 768 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 769 |           if content.0.toCaseState(viewStore.state) != nil {
 770 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:768:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, Default<DefaultContent>>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 766 |       let content = content().value
 767 |       self.init(store: store) {
 768 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, Default<DefaultContent>>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 769 |           if content.0.toCaseState(viewStore.state) != nil {
 770 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:915:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 913 |       let content = content().value
 914 |       self.init(store: store) {
 915 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 916 |           if content.0.toCaseState(viewStore.state) != nil {
 917 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:915:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, CaseLet<State, Action, State8, Action8, Content8>>>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 913 |       let content = content().value
 914 |       self.init(store: store) {
 915 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, CaseLet<State, Action, State8, Action8, Content8>>>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 916 |           if content.0.toCaseState(viewStore.state) != nil {
 917 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1075:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
1073 |       let content = content().value
1074 |       self.init(store: store) {
1075 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
1076 |           if content.0.toCaseState(viewStore.state) != nil {
1077 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1075:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, CaseLet<State, Action, State8, Action8, Content8>>>>, _ConditionalContent<CaseLet<State, Action, State9, Action9, Content9>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
1073 |       let content = content().value
1074 |       self.init(store: store) {
1075 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, CaseLet<State, Action, State8, Action8, Content8>>>>, _ConditionalContent<CaseLet<State, Action, State9, Action9, Content9>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
1076 |           if content.0.toCaseState(viewStore.state) != nil {
1077 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1049:50: warning: sending main actor-isolated value of type '(Void) async -> Bool' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
1047 |     let task = self.store
1048 |       .send(.init(origin: .send(self.fromScopedAction(action)), file: file, line: line))
1049 |     await self.reducer.effectDidSubscribe.stream.first(where: { _ in true })
     |                                                  `- warning: sending main actor-isolated value of type '(Void) async -> Bool' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
1050 |     do {
1051 |       let currentState = self.state
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1436:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
1434 |       return
1435 |     }
1436 |     await self.receiveAction(timeout: nanoseconds, file: file, line: line)
     |                |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
1437 |     _ = {
1438 |       self.receive(expectedAction, assert: updateStateToExpectedResult, file: file, line: line)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1620:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
1618 |       return
1619 |     }
1620 |     await self.receiveAction(timeout: nanoseconds, file: file, line: line)
     |                |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
1621 |     _ = {
1622 |       self.receive(isMatching, assert: updateStateToExpectedResult, file: file, line: line)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1674:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
1672 |       return
1673 |     }
1674 |     await self.receiveAction(timeout: nanoseconds, file: file, line: line)
     |                |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
1675 |     _ = {
1676 |       self.receive(actionCase, assert: updateStateToExpectedResult, file: file, line: line)
[363/366] Compiling ComposableArchitecture TestStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:177:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 175 |       let content = content().value
 176 |       self.init(store: store) {
 177 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 178 |           if content.0.toCaseState(viewStore.state) != nil {
 179 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:178:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 176 |       self.init(store: store) {
 177 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 178 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 179 |             content.0
 180 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:206:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 204 |       self.init(store) {
 205 |         content()
 206 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 207 |       }
 208 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:235:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 233 |       let content = content().value
 234 |       self.init(store: store) {
 235 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 236 |           if content.0.toCaseState(viewStore.state) != nil {
 237 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:236:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 234 |       self.init(store: store) {
 235 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 236 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 237 |             content.0
 238 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:238:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 236 |           if content.0.toCaseState(viewStore.state) != nil {
 237 |             content.0
 238 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 239 |             content.1
 240 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:276:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 274 |         content.value.0
 275 |         content.value.1
 276 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 277 |       }
 278 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:314:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 312 |       let content = content().value
 313 |       self.init(store: store) {
 314 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 315 |           if content.0.toCaseState(viewStore.state) != nil {
 316 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:315:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 313 |       self.init(store: store) {
 314 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 315 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 316 |             content.0
 317 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:317:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 315 |           if content.0.toCaseState(viewStore.state) != nil {
 316 |             content.0
 317 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 318 |             content.1
 319 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:319:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 317 |           } else if content.1.toCaseState(viewStore.state) != nil {
 318 |             content.1
 319 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 320 |             content.2
 321 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:362:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 360 |         content.value.1
 361 |         content.value.2
 362 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 363 |       }
 364 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:405:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 403 |       let content = content().value
 404 |       self.init(store: store) {
 405 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 406 |           if content.0.toCaseState(viewStore.state) != nil {
 407 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:406:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 404 |       self.init(store: store) {
 405 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 406 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 407 |             content.0
 408 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:408:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 406 |           if content.0.toCaseState(viewStore.state) != nil {
 407 |             content.0
 408 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 409 |             content.1
 410 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:410:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 408 |           } else if content.1.toCaseState(viewStore.state) != nil {
 409 |             content.1
 410 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 411 |             content.2
 412 |           } else if content.3.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:412:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 410 |           } else if content.2.toCaseState(viewStore.state) != nil {
 411 |             content.2
 412 |           } else if content.3.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 413 |             content.3
 414 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:465:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 463 |         content.value.2
 464 |         content.value.3
 465 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 466 |       }
 467 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:513:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 511 |       let content = content().value
 512 |       self.init(store: store) {
 513 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 514 |           if content.0.toCaseState(viewStore.state) != nil {
 515 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:514:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 512 |       self.init(store: store) {
 513 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 514 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 515 |             content.0
 516 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:516:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 514 |           if content.0.toCaseState(viewStore.state) != nil {
 515 |             content.0
 516 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 517 |             content.1
 518 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:518:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 516 |           } else if content.1.toCaseState(viewStore.state) != nil {
 517 |             content.1
 518 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 519 |             content.2
 520 |           } else if content.3.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:520:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 518 |           } else if content.2.toCaseState(viewStore.state) != nil {
 519 |             content.2
 520 |           } else if content.3.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 521 |             content.3
 522 |           } else if content.4.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:522:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 520 |           } else if content.3.toCaseState(viewStore.state) != nil {
 521 |             content.3
 522 |           } else if content.4.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 523 |             content.4
 524 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:581:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 579 |         content.value.3
 580 |         content.value.4
 581 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 582 |       }
 583 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:634:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 632 |       let content = content().value
 633 |       self.init(store: store) {
 634 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 635 |           if content.0.toCaseState(viewStore.state) != nil {
 636 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:635:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 633 |       self.init(store: store) {
 634 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 635 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 636 |             content.0
 637 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:637:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 635 |           if content.0.toCaseState(viewStore.state) != nil {
 636 |             content.0
 637 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 638 |             content.1
 639 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:639:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 637 |           } else if content.1.toCaseState(viewStore.state) != nil {
 638 |             content.1
 639 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 640 |             content.2
 641 |           } else if content.3.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:641:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 639 |           } else if content.2.toCaseState(viewStore.state) != nil {
 640 |             content.2
 641 |           } else if content.3.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 642 |             content.3
 643 |           } else if content.4.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:643:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 641 |           } else if content.3.toCaseState(viewStore.state) != nil {
 642 |             content.3
 643 |           } else if content.4.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 644 |             content.4
 645 |           } else if content.5.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:645:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 643 |           } else if content.4.toCaseState(viewStore.state) != nil {
 644 |             content.4
 645 |           } else if content.5.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 646 |             content.5
 647 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:710:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 708 |         content.value.4
 709 |         content.value.5
 710 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 711 |       }
 712 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:768:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 766 |       let content = content().value
 767 |       self.init(store: store) {
 768 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 769 |           if content.0.toCaseState(viewStore.state) != nil {
 770 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:769:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 767 |       self.init(store: store) {
 768 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 769 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 770 |             content.0
 771 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:771:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 769 |           if content.0.toCaseState(viewStore.state) != nil {
 770 |             content.0
 771 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 772 |             content.1
 773 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:773:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 771 |           } else if content.1.toCaseState(viewStore.state) != nil {
 772 |             content.1
 773 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 774 |             content.2
 775 |           } else if content.3.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:775:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 773 |           } else if content.2.toCaseState(viewStore.state) != nil {
 774 |             content.2
 775 |           } else if content.3.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 776 |             content.3
 777 |           } else if content.4.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:777:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 775 |           } else if content.3.toCaseState(viewStore.state) != nil {
 776 |             content.3
 777 |           } else if content.4.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 778 |             content.4
 779 |           } else if content.5.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:779:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 777 |           } else if content.4.toCaseState(viewStore.state) != nil {
 778 |             content.4
 779 |           } else if content.5.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 780 |             content.5
 781 |           } else if content.6.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:781:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 779 |           } else if content.5.toCaseState(viewStore.state) != nil {
 780 |             content.5
 781 |           } else if content.6.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 782 |             content.6
 783 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:852:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 850 |         content.value.5
 851 |         content.value.6
 852 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 853 |       }
 854 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:915:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 913 |       let content = content().value
 914 |       self.init(store: store) {
 915 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 916 |           if content.0.toCaseState(viewStore.state) != nil {
 917 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:916:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 914 |       self.init(store: store) {
 915 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
 916 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 917 |             content.0
 918 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:918:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 916 |           if content.0.toCaseState(viewStore.state) != nil {
 917 |             content.0
 918 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 919 |             content.1
 920 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:920:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 918 |           } else if content.1.toCaseState(viewStore.state) != nil {
 919 |             content.1
 920 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 921 |             content.2
 922 |           } else if content.3.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:922:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 920 |           } else if content.2.toCaseState(viewStore.state) != nil {
 921 |             content.2
 922 |           } else if content.3.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 923 |             content.3
 924 |           } else if content.4.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:924:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 922 |           } else if content.3.toCaseState(viewStore.state) != nil {
 923 |             content.3
 924 |           } else if content.4.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 925 |             content.4
 926 |           } else if content.5.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:926:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 924 |           } else if content.4.toCaseState(viewStore.state) != nil {
 925 |             content.4
 926 |           } else if content.5.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 927 |             content.5
 928 |           } else if content.6.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:928:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 926 |           } else if content.5.toCaseState(viewStore.state) != nil {
 927 |             content.5
 928 |           } else if content.6.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 929 |             content.6
 930 |           } else if content.7.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:930:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
 928 |           } else if content.6.toCaseState(viewStore.state) != nil {
 929 |             content.6
 930 |           } else if content.7.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
 931 |             content.7
 932 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1007:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1005 |         content.value.6
1006 |         content.value.7
1007 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1008 |       }
1009 |     }
     :
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1075:16: warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1073 |       let content = content().value
1074 |       self.init(store: store) {
1075 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: call to main actor-isolated initializer 'init(_:removeDuplicates:content:file:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1076 |           if content.0.toCaseState(viewStore.state) != nil {
1077 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:427:12: note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
425 |       """
426 |     )
427 |     public init(
    |            `- note: calls to initializer 'init(_:removeDuplicates:content:file:line:)' from outside of its actor context are implicitly asynchronous
428 |       _ store: Store<ViewState, ViewAction>,
429 |       removeDuplicates isDuplicate: @escaping (ViewState, ViewState) -> Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1076:24: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1074 |       self.init(store: store) {
1075 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
1076 |           if content.0.toCaseState(viewStore.state) != nil {
     |                        `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1077 |             content.0
1078 |           } else if content.1.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1078:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1076 |           if content.0.toCaseState(viewStore.state) != nil {
1077 |             content.0
1078 |           } else if content.1.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1079 |             content.1
1080 |           } else if content.2.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1080:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1078 |           } else if content.1.toCaseState(viewStore.state) != nil {
1079 |             content.1
1080 |           } else if content.2.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1081 |             content.2
1082 |           } else if content.3.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1082:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1080 |           } else if content.2.toCaseState(viewStore.state) != nil {
1081 |             content.2
1082 |           } else if content.3.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1083 |             content.3
1084 |           } else if content.4.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1084:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1082 |           } else if content.3.toCaseState(viewStore.state) != nil {
1083 |             content.3
1084 |           } else if content.4.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1085 |             content.4
1086 |           } else if content.5.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1086:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1084 |           } else if content.4.toCaseState(viewStore.state) != nil {
1085 |             content.4
1086 |           } else if content.5.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1087 |             content.5
1088 |           } else if content.6.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1088:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1086 |           } else if content.5.toCaseState(viewStore.state) != nil {
1087 |             content.5
1088 |           } else if content.6.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1089 |             content.6
1090 |           } else if content.7.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1090:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1088 |           } else if content.6.toCaseState(viewStore.state) != nil {
1089 |             content.6
1090 |           } else if content.7.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1091 |             content.7
1092 |           } else if content.8.toCaseState(viewStore.state) != nil {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1092:31: warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
  76 |   public struct CaseLet<EnumState, EnumAction, CaseState, CaseAction, Content: View>: View {
  77 |     @EnvironmentObject private var store: StoreObservableObject<EnumState, EnumAction>
  78 |     public let toCaseState: (EnumState) -> CaseState?
     |                `- note: property declared here
  79 |     public let fromCaseAction: (CaseAction) -> EnumAction
  80 |     public let content: (Store<CaseState, CaseAction>) -> Content
     :
1090 |           } else if content.7.toCaseState(viewStore.state) != nil {
1091 |             content.7
1092 |           } else if content.8.toCaseState(viewStore.state) != nil {
     |                               `- warning: main actor-isolated property 'toCaseState' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
1093 |             content.8
1094 |           } else {
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1175:55: warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1173 |         content.value.7
1174 |         content.value.8
1175 |         Default { _ExhaustivityCheckView<State, Action>(file: file, fileID: fileID, line: line) }
     |                                                       `- warning: call to main actor-isolated initializer 'init(file:fileID:line:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
1176 |       }
1177 |     }
1178 |   }
1179 |
1180 |   public struct _ExhaustivityCheckView<State, Action>: View {
     |                 `- note: calls to initializer 'init(file:fileID:line:)' from outside of its actor context are implicitly asynchronous
1181 |     @EnvironmentObject private var store: StoreObservableObject<State, Action>
1182 |     let file: StaticString
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:731:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
722 |   }
723 |
724 |   extension WithViewStore: DynamicViewContent
    |                            `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
725 |   where
726 |     ViewState: Collection,
    :
729 |     public typealias Data = ViewState
730 |
731 |     public var data: ViewState {
    |                `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
732 |       self.viewStore.state
733 |     }
SwiftUI.DynamicViewContent:4:9: note: 'data' declared here
2 | public protocol DynamicViewContent : View {
3 |     associatedtype Data : Collection
4 |     var data: Self.Data { get }
  |         `- note: 'data' declared here
5 | }
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2406:21: warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'Exhaustivity' may have shared mutable state; this is an error in the Swift 6 language mode
2374 |
2375 | /// The exhaustivity of assertions made by the test store.
2376 | public enum Exhaustivity: Equatable {
     |             `- note: consider making enum 'Exhaustivity' conform to the 'Sendable' protocol
2377 |   /// Exhaustive assertions.
2378 |   ///
     :
2404 |
2405 |   /// Non-exhaustive assertions.
2406 |   public static let off = Self.off(showSkippedAssertions: false)
     |                     |- warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'Exhaustivity' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: annotate 'off' with '@MainActor' if property should only be accessed from the main actor
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2407 | }
2408 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-custom-dump/Sources/CustomDump/Diff.swift:599:21: warning: static property 'proportional' is not concurrency-safe because non-'Sendable' type 'DiffFormat' may have shared mutable state; this is an error in the Swift 6 language mode
561 | /// This type comes with two pre-configured formats that you will probably want to use for most
562 | /// situations: ``DiffFormat/default`` and ``DiffFormat/proportional``.
563 | public struct DiffFormat {
    |               `- note: consider making struct 'DiffFormat' conform to the 'Sendable' protocol
564 |   /// A string prepended to lines that only appear in the string representation of the first value,
565 |   /// e.g. a "removal."
    :
597 |   /// figure space (" ") for unchanged. These three characters are more likely to render with equal
598 |   /// widths in proportional fonts.
599 |   public static let proportional = Self(first: "\u{2212}", second: "+", both: "\u{2007}")
    |                     |- warning: static property 'proportional' is not concurrency-safe because non-'Sendable' type 'DiffFormat' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: annotate 'proportional' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
600 | }
601 |
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:177:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 175 |       let content = content().value
 176 |       self.init(store: store) {
 177 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 178 |           if content.0.toCaseState(viewStore.state) != nil {
 179 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:177:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 175 |       let content = content().value
 176 |       self.init(store: store) {
 177 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 178 |           if content.0.toCaseState(viewStore.state) != nil {
 179 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:235:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 233 |       let content = content().value
 234 |       self.init(store: store) {
 235 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 236 |           if content.0.toCaseState(viewStore.state) != nil {
 237 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:235:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 233 |       let content = content().value
 234 |       self.init(store: store) {
 235 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 236 |           if content.0.toCaseState(viewStore.state) != nil {
 237 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:314:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 312 |       let content = content().value
 313 |       self.init(store: store) {
 314 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 315 |           if content.0.toCaseState(viewStore.state) != nil {
 316 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:314:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 312 |       let content = content().value
 313 |       self.init(store: store) {
 314 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 315 |           if content.0.toCaseState(viewStore.state) != nil {
 316 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:405:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 403 |       let content = content().value
 404 |       self.init(store: store) {
 405 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 406 |           if content.0.toCaseState(viewStore.state) != nil {
 407 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:405:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 403 |       let content = content().value
 404 |       self.init(store: store) {
 405 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 406 |           if content.0.toCaseState(viewStore.state) != nil {
 407 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:513:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 511 |       let content = content().value
 512 |       self.init(store: store) {
 513 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 514 |           if content.0.toCaseState(viewStore.state) != nil {
 515 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:513:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 511 |       let content = content().value
 512 |       self.init(store: store) {
 513 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 514 |           if content.0.toCaseState(viewStore.state) != nil {
 515 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:634:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 632 |       let content = content().value
 633 |       self.init(store: store) {
 634 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 635 |           if content.0.toCaseState(viewStore.state) != nil {
 636 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:634:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 632 |       let content = content().value
 633 |       self.init(store: store) {
 634 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 635 |           if content.0.toCaseState(viewStore.state) != nil {
 636 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:768:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 766 |       let content = content().value
 767 |       self.init(store: store) {
 768 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 769 |           if content.0.toCaseState(viewStore.state) != nil {
 770 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:768:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, Default<DefaultContent>>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 766 |       let content = content().value
 767 |       self.init(store: store) {
 768 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, Default<DefaultContent>>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 769 |           if content.0.toCaseState(viewStore.state) != nil {
 770 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:915:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
 913 |       let content = content().value
 914 |       self.init(store: store) {
 915 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
 916 |           if content.0.toCaseState(viewStore.state) != nil {
 917 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:915:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, CaseLet<State, Action, State8, Action8, Content8>>>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 913 |       let content = content().value
 914 |       self.init(store: store) {
 915 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, CaseLet<State, Action, State8, Action8, Content8>>>>, Default<DefaultContent>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
 916 |           if content.0.toCaseState(viewStore.state) != nil {
 917 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1075:16: warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
1073 |       let content = content().value
1074 |       self.init(store: store) {
1075 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                |- warning: sending 'store' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending task-isolated 'store' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
1076 |           if content.0.toCaseState(viewStore.state) != nil {
1077 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift:1075:16: warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, CaseLet<State, Action, State8, Action8, Content8>>>>, _ConditionalContent<CaseLet<State, Action, State9, Action9, Content9>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
1073 |       let content = content().value
1074 |       self.init(store: store) {
1075 |         return WithViewStore(store, removeDuplicates: { enumTag($0) == enumTag($1) }) { viewStore in
     |                `- warning: sending task-isolated value of type '(ViewStore<State, Action>) -> _ConditionalContent<_ConditionalContent<_ConditionalContent<_ConditionalContent<CaseLet<State, Action, State1, Action1, Content1>, CaseLet<State, Action, State2, Action2, Content2>>, _ConditionalContent<CaseLet<State, Action, State3, Action3, Content3>, CaseLet<State, Action, State4, Action4, Content4>>>, _ConditionalContent<_ConditionalContent<CaseLet<State, Action, State5, Action5, Content5>, CaseLet<State, Action, State6, Action6, Content6>>, _ConditionalContent<CaseLet<State, Action, State7, Action7, Content7>, CaseLet<State, Action, State8, Action8, Content8>>>>, _ConditionalContent<CaseLet<State, Action, State9, Action9, Content9>, Default<DefaultContent>>>' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
1076 |           if content.0.toCaseState(viewStore.state) != nil {
1077 |             content.0
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1049:50: warning: sending main actor-isolated value of type '(Void) async -> Bool' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
1047 |     let task = self.store
1048 |       .send(.init(origin: .send(self.fromScopedAction(action)), file: file, line: line))
1049 |     await self.reducer.effectDidSubscribe.stream.first(where: { _ in true })
     |                                                  `- warning: sending main actor-isolated value of type '(Void) async -> Bool' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
1050 |     do {
1051 |       let currentState = self.state
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1436:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
1434 |       return
1435 |     }
1436 |     await self.receiveAction(timeout: nanoseconds, file: file, line: line)
     |                |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
1437 |     _ = {
1438 |       self.receive(expectedAction, assert: updateStateToExpectedResult, file: file, line: line)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1620:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
1618 |       return
1619 |     }
1620 |     await self.receiveAction(timeout: nanoseconds, file: file, line: line)
     |                |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
1621 |     _ = {
1622 |       self.receive(isMatching, assert: updateStateToExpectedResult, file: file, line: line)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1674:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
1672 |       return
1673 |     }
1674 |     await self.receiveAction(timeout: nanoseconds, file: file, line: line)
     |                |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
     |                `- note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
1675 |     _ = {
1676 |       self.receive(actionCase, assert: updateStateToExpectedResult, file: file, line: line)
[364/373] Compiling swift_composable_architecture_benchmark ViewStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/ViewStore.swift:9:5: warning: let 'viewStoreSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | #endif
 8 |
 9 | let viewStoreSuite = BenchmarkSuite(name: "ViewStore") {
   |     `- warning: let 'viewStoreSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   let store = Store(
11 |     initialState: 0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/ViewStore.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Foundation
   :
 7 | #endif
 8 |
 9 | let viewStoreSuite = BenchmarkSuite(name: "ViewStore") {
   |     |- note: annotate 'viewStoreSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |   let store = Store(
11 |     initialState: 0,
[365/373] Compiling swift_composable_architecture_benchmark StoreScope.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/StoreScope.swift:18:5: warning: let 'storeScopeSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
16 | }
17 |
18 | let storeScopeSuite = BenchmarkSuite(name: "Store scoping") { suite in
   |     `- warning: let 'storeScopeSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
19 |   var store = Store(initialState: 0, reducer: Counter())
20 |   var viewStores: [ViewStore<Int, Bool>] = [ViewStore(store)]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/StoreScope.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 |
   :
16 | }
17 |
18 | let storeScopeSuite = BenchmarkSuite(name: "Store scoping") { suite in
   |     |- note: annotate 'storeScopeSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |   var store = Store(initialState: 0, reducer: Counter())
20 |   var viewStores: [ViewStore<Int, Bool>] = [ViewStore(store)]
[366/373] Compiling swift_composable_architecture_benchmark Effects.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Effects.swift:6:5: warning: let 'effectSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 | import ReactiveSwift
 5 |
 6 | let effectSuite = BenchmarkSuite(name: "Effects") {
   |     `- warning: let 'effectSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   $0.benchmark("Merged Effect.none (create, flat)") {
 8 |     doNotOptimizeAway(EffectTask<Int>.merge((1...100).map { _ in .none }))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Effects.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Foundation
 4 | import ReactiveSwift
 5 |
 6 | let effectSuite = BenchmarkSuite(name: "Effects") {
   |     |- note: annotate 'effectSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   $0.benchmark("Merged Effect.none (create, flat)") {
 8 |     doNotOptimizeAway(EffectTask<Int>.merge((1...100).map { _ in .none }))
[367/373] Compiling swift_composable_architecture_benchmark main.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:90:12: warning: let 'defaultBenchmarkSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
   :
88 | }
89 |
90 | public let defaultBenchmarkSuite = BenchmarkSuite(name: "")
   |            |- warning: let 'defaultBenchmarkSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: annotate 'defaultBenchmarkSuite' with '@MainActor' if property should only be accessed from the main actor
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
91 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Dependencies.swift:7:5: warning: let 'dependenciesSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | import ReactiveSwift
 6 |
 7 | let dependenciesSuite = BenchmarkSuite(name: "Dependencies") { suite in
   |     `- warning: let 'dependenciesSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |   #if swift(>=5.7)
 9 |     let reducer: some ReducerProtocol<Int, Void> = BenchmarkReducer()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Dependencies.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Dependencies
   :
 5 | import ReactiveSwift
 6 |
 7 | let dependenciesSuite = BenchmarkSuite(name: "Dependencies") { suite in
   |     |- note: annotate 'dependenciesSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |   #if swift(>=5.7)
 9 |     let reducer: some ReducerProtocol<Int, Void> = BenchmarkReducer()
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Effects.swift:6:5: warning: let 'effectSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 | import ReactiveSwift
 5 |
 6 | let effectSuite = BenchmarkSuite(name: "Effects") {
   |     `- warning: let 'effectSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   $0.benchmark("Merged Effect.none (create, flat)") {
 8 |     doNotOptimizeAway(EffectTask<Int>.merge((1...100).map { _ in .none }))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Effects.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Foundation
 4 | import ReactiveSwift
 5 |
 6 | let effectSuite = BenchmarkSuite(name: "Effects") {
   |     |- note: annotate 'effectSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   $0.benchmark("Merged Effect.none (create, flat)") {
 8 |     doNotOptimizeAway(EffectTask<Int>.merge((1...100).map { _ in .none }))
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/StoreScope.swift:18:5: warning: let 'storeScopeSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
16 | }
17 |
18 | let storeScopeSuite = BenchmarkSuite(name: "Store scoping") { suite in
   |     `- warning: let 'storeScopeSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
19 |   var store = Store(initialState: 0, reducer: Counter())
20 |   var viewStores: [ViewStore<Int, Bool>] = [ViewStore(store)]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/StoreScope.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 |
   :
16 | }
17 |
18 | let storeScopeSuite = BenchmarkSuite(name: "Store scoping") { suite in
   |     |- note: annotate 'storeScopeSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |   var store = Store(initialState: 0, reducer: Counter())
20 |   var viewStores: [ViewStore<Int, Bool>] = [ViewStore(store)]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/ViewStore.swift:9:5: warning: let 'viewStoreSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | #endif
 8 |
 9 | let viewStoreSuite = BenchmarkSuite(name: "ViewStore") {
   |     `- warning: let 'viewStoreSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   let store = Store(
11 |     initialState: 0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/ViewStore.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Foundation
   :
 7 | #endif
 8 |
 9 | let viewStoreSuite = BenchmarkSuite(name: "ViewStore") {
   |     |- note: annotate 'viewStoreSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |   let store = Store(
11 |     initialState: 0,
[368/373] Compiling swift_composable_architecture_benchmark Dependencies.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Dependencies.swift:7:5: warning: let 'dependenciesSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | import ReactiveSwift
 6 |
 7 | let dependenciesSuite = BenchmarkSuite(name: "Dependencies") { suite in
   |     `- warning: let 'dependenciesSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |   #if swift(>=5.7)
 9 |     let reducer: some ReducerProtocol<Int, Void> = BenchmarkReducer()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Dependencies.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Dependencies
   :
 5 | import ReactiveSwift
 6 |
 7 | let dependenciesSuite = BenchmarkSuite(name: "Dependencies") { suite in
   |     |- note: annotate 'dependenciesSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |   #if swift(>=5.7)
 9 |     let reducer: some ReducerProtocol<Int, Void> = BenchmarkReducer()
[369/373] Compiling swift_composable_architecture_benchmark Common.swift
[370/373] Emitting module swift_composable_architecture_benchmark
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:90:12: warning: let 'defaultBenchmarkSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
   :
88 | }
89 |
90 | public let defaultBenchmarkSuite = BenchmarkSuite(name: "")
   |            |- warning: let 'defaultBenchmarkSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: annotate 'defaultBenchmarkSuite' with '@MainActor' if property should only be accessed from the main actor
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
91 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Dependencies.swift:7:5: warning: let 'dependenciesSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | import ReactiveSwift
 6 |
 7 | let dependenciesSuite = BenchmarkSuite(name: "Dependencies") { suite in
   |     `- warning: let 'dependenciesSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |   #if swift(>=5.7)
 9 |     let reducer: some ReducerProtocol<Int, Void> = BenchmarkReducer()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Dependencies.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Dependencies
   :
 5 | import ReactiveSwift
 6 |
 7 | let dependenciesSuite = BenchmarkSuite(name: "Dependencies") { suite in
   |     |- note: annotate 'dependenciesSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |   #if swift(>=5.7)
 9 |     let reducer: some ReducerProtocol<Int, Void> = BenchmarkReducer()
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Effects.swift:6:5: warning: let 'effectSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 4 | import ReactiveSwift
 5 |
 6 | let effectSuite = BenchmarkSuite(name: "Effects") {
   |     `- warning: let 'effectSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |   $0.benchmark("Merged Effect.none (create, flat)") {
 8 |     doNotOptimizeAway(EffectTask<Int>.merge((1...100).map { _ in .none }))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/Effects.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Foundation
 4 | import ReactiveSwift
 5 |
 6 | let effectSuite = BenchmarkSuite(name: "Effects") {
   |     |- note: annotate 'effectSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |   $0.benchmark("Merged Effect.none (create, flat)") {
 8 |     doNotOptimizeAway(EffectTask<Int>.merge((1...100).map { _ in .none }))
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/StoreScope.swift:18:5: warning: let 'storeScopeSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
16 | }
17 |
18 | let storeScopeSuite = BenchmarkSuite(name: "Store scoping") { suite in
   |     `- warning: let 'storeScopeSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
19 |   var store = Store(initialState: 0, reducer: Counter())
20 |   var viewStores: [ViewStore<Int, Bool>] = [ViewStore(store)]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/StoreScope.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 |
   :
16 | }
17 |
18 | let storeScopeSuite = BenchmarkSuite(name: "Store scoping") { suite in
   |     |- note: annotate 'storeScopeSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |   var store = Store(initialState: 0, reducer: Counter())
20 |   var viewStores: [ViewStore<Int, Bool>] = [ViewStore(store)]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/ViewStore.swift:9:5: warning: let 'viewStoreSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
 7 | #endif
 8 |
 9 | let viewStoreSuite = BenchmarkSuite(name: "ViewStore") {
   |     `- warning: let 'viewStoreSuite' is not concurrency-safe because non-'Sendable' type 'BenchmarkSuite' may have shared mutable state; this is an error in the Swift 6 language mode
10 |   let store = Store(
11 |     initialState: 0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-benchmark/Sources/Benchmark/BenchmarkSuite.swift:15:14: note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
13 | // limitations under the License.
14 |
15 | public class BenchmarkSuite {
   |              `- note: class 'BenchmarkSuite' does not conform to the 'Sendable' protocol
16 |     public let name: String
17 |     public let settings: [BenchmarkSetting]
/Users/admin/builder/spi-builder-workspace/Sources/swift-composable-architecture-benchmark/ViewStore.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 1 | import Benchmark
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Benchmark'
 2 | import ComposableArchitecture
 3 | import Foundation
   :
 7 | #endif
 8 |
 9 | let viewStoreSuite = BenchmarkSuite(name: "ViewStore") {
   |     |- note: annotate 'viewStoreSuite' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |   let store = Store(
11 |     initialState: 0,
[370/373] Write Objects.LinkFileList
[371/373] Linking swift-composable-architecture-benchmark
[372/373] Applying swift-composable-architecture-benchmark
Build complete! (97.13s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/apple/swift-collections
[1/1275] Fetching swift-clocks
[52/4989] Fetching swift-clocks, swift-case-paths
[53/9221] Fetching swift-clocks, swift-case-paths, swift-custom-dump
[1555/10787] Fetching swift-clocks, swift-case-paths, swift-custom-dump, swift-identified-collections
[1693/13143] Fetching swift-clocks, swift-case-paths, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay
[3095/27004] Fetching swift-clocks, swift-case-paths, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay, swift-collections
[27005/61801] Fetching swift-clocks, swift-case-paths, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay, swift-collections, swiftui-navigation
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (4.86s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (4.86s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/swift-collections from cache (4.86s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.86s)
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (4.86s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.86s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (4.86s)
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/google/swift-benchmark
[1/2244] Fetching combine-schedulers
[114/3702] Fetching combine-schedulers, swift-docc-plugin
[173/5188] Fetching combine-schedulers, swift-docc-plugin, swift-benchmark
[562/9177] Fetching combine-schedulers, swift-docc-plugin, swift-benchmark, swift-dependencies
[2743/20856] Fetching combine-schedulers, swift-docc-plugin, swift-benchmark, swift-dependencies, swift-argument-parser
[4429/73294] Fetching combine-schedulers, swift-docc-plugin, swift-benchmark, swift-dependencies, swift-argument-parser, reactiveswift
Fetched https://github.com/apple/swift-argument-parser from cache (1.65s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.65s)
[17249/57626] Fetching combine-schedulers, swift-docc-plugin, swift-benchmark, reactiveswift
[24067/60481] Fetching combine-schedulers, swift-docc-plugin, swift-benchmark, reactiveswift, swift-docc-symbolkit
Fetched https://github.com/pointfreeco/combine-schedulers from cache (2.22s)
Fetched https://github.com/google/swift-benchmark from cache (2.22s)
[37874/56751] Fetching swift-docc-plugin, reactiveswift, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (2.98s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (2.98s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.98s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.8.1 (0.76s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.6.0 (0.70s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.4.1 (0.68s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.1.4 (0.68s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.6.1 (0.67s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.3 (0.72s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.11.0 (0.68s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 7.1.1 (0.67s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (0.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.1.0 (0.68s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.2.0 (0.66s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.1 (0.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.1 (0.68s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.73s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.2.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.1.4
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 0.11.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.8.1
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.9.1
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift resolved at 7.1.1
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 0.4.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.6.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    },
    {
      "identity" : "reactiveswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveCocoa/ReactiveSwift"
    },
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-identified-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-identified-collections"
    },
    {
      "identity" : "swiftui-navigation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swiftui-navigation"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "reactiveswift-composable-architecture",
  "name" : "reactiveswift-composable-architecture",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableArchitecture",
      "targets" : [
        "ComposableArchitecture"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-composable-architecture-benchmark",
      "targets" : [
        "swift-composable-architecture-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_composable_architecture_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-composable-architecture-benchmark",
      "path" : "Sources/swift-composable-architecture-benchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "swift-composable-architecture-benchmark"
      ],
      "sources" : [
        "Common.swift",
        "Dependencies.swift",
        "Effects.swift",
        "StoreScope.swift",
        "ViewStore.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ComposableArchitecture"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_CAsyncSupport",
      "module_type" : "SystemLibraryTarget",
      "name" : "_CAsyncSupport",
      "path" : "Sources/_CAsyncSupport",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "ComposableArchitectureTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableArchitectureTests",
      "path" : "Tests/ComposableArchitectureTests",
      "sources" : [
        "BindingTests.swift",
        "CompatibilityTests.swift",
        "ComposableArchitectureTests.swift",
        "DebugTests.swift",
        "DependencyKeyWritingReducerTests.swift",
        "DeprecatedTests.swift",
        "EffectCancellationTests.swift",
        "EffectDebounceTests.swift",
        "EffectDeferredTests.swift",
        "EffectFailureTests.swift",
        "EffectOperationTests.swift",
        "EffectRunTests.swift",
        "EffectTaskTests.swift",
        "EffectTests.swift",
        "EffectThrottleTests.swift",
        "ForEachReducerTests.swift",
        "IfCaseLetReducerTests.swift",
        "IfLetReducerTests.swift",
        "MemoryManagementTests.swift",
        "ReducerBuilderTests.swift",
        "ReducerTests.swift",
        "RuntimeWarningTests.swift",
        "SchedulerTests.swift",
        "ScopeTests.swift",
        "SerialExecutor.swift",
        "StoreTests.swift",
        "TaskCancellationTests.swift",
        "TaskResultTests.swift",
        "TestStoreFailureTests.swift",
        "TestStoreNonExhaustiveTests.swift",
        "TestStoreTests.swift",
        "TimerTests.swift",
        "ViewStoreTests.swift",
        "WithViewStoreAppTest.swift"
      ],
      "target_dependencies" : [
        "_CAsyncSupport",
        "ComposableArchitecture"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableArchitecture",
      "module_type" : "SwiftTarget",
      "name" : "ComposableArchitecture",
      "path" : "Sources/ComposableArchitecture",
      "product_dependencies" : [
        "CasePaths",
        "CustomDump",
        "Dependencies",
        "IdentifiedCollections",
        "OrderedCollections",
        "ReactiveSwift",
        "_SwiftUINavigationState",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "ComposableArchitecture",
        "swift-composable-architecture-benchmark"
      ],
      "sources" : [
        "Dependencies/MainQueue.swift",
        "Effect.swift",
        "Effects/Animation.swift",
        "Effects/Cancellation.swift",
        "Effects/Publisher/Debouncing.swift",
        "Effects/Publisher/Deferring.swift",
        "Effects/Publisher/Throttling.swift",
        "Effects/Publisher/Timer.swift",
        "Effects/SignalProducer.swift",
        "Effects/TaskResult.swift",
        "Internal/Binding+IsPresent.swift",
        "Internal/Box.swift",
        "Internal/Breakpoint.swift",
        "Internal/CurrentValueRelay.swift",
        "Internal/Debug.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/Locking.swift",
        "Internal/OpenExistential.swift",
        "Internal/RuntimeWarnings.swift",
        "Internal/TaskCancellableValue.swift",
        "Internal/TypeName.swift",
        "Reducer/AnyReducer/AnyReducer.swift",
        "Reducer/AnyReducer/AnyReducerBinding.swift",
        "Reducer/AnyReducer/AnyReducerCompatibility.swift",
        "Reducer/AnyReducer/AnyReducerDebug.swift",
        "Reducer/AnyReducer/AnyReducerSignpost.swift",
        "Reducer/ReducerBuilder.swift",
        "Reducer/Reducers/BindingReducer.swift",
        "Reducer/Reducers/CombineReducers.swift",
        "Reducer/Reducers/DebugReducer.swift",
        "Reducer/Reducers/DependencyKeyWritingReducer.swift",
        "Reducer/Reducers/EmptyReducer.swift",
        "Reducer/Reducers/ForEachReducer.swift",
        "Reducer/Reducers/IfCaseLetReducer.swift",
        "Reducer/Reducers/IfLetReducer.swift",
        "Reducer/Reducers/Optional.swift",
        "Reducer/Reducers/Reduce.swift",
        "Reducer/Reducers/Scope.swift",
        "Reducer/Reducers/SignpostReducer.swift",
        "ReducerProtocol.swift",
        "SchedulerExtensions/SchedulerExtensions.swift",
        "Store.swift",
        "SwiftUI/ActionWrappingScheduler.swift",
        "SwiftUI/Alert.swift",
        "SwiftUI/Binding.swift",
        "SwiftUI/ConfirmationDialog.swift",
        "SwiftUI/ForEachStore.swift",
        "SwiftUI/Identified.swift",
        "SwiftUI/IfLetStore.swift",
        "SwiftUI/SwitchStore.swift",
        "SwiftUI/WithViewStore.swift",
        "TestStore.swift",
        "TestSupport/ImmediateScheduler.swift",
        "UIKit/AlertStateUIKit.swift",
        "UIKit/IfLetUIKit.swift",
        "UIKit/UIKitAnimationScheduler.swift",
        "ViewStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.