Skip to content

Commit d2987af

Browse files
authored
Fix concurrency warnings (#473)
1 parent 59ff7bf commit d2987af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Introspect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct IntrospectModifier<SwiftUIViewType: IntrospectableViewType, PlatformSpeci
107107
}
108108

109109
@MainActor
110-
public protocol PlatformEntity: AnyObject {
110+
public protocol PlatformEntity: AnyObject, Sendable {
111111
associatedtype Base: PlatformEntity
112112

113113
@_spi(Internals)

0 commit comments

Comments
 (0)