Skip to content

Commit e6b0a3b

Browse files
committed
fix: remove Sendable from Namespace.ID
1 parent 2a14244 commit e6b0a3b

File tree

1 file changed

+1
-1
lines changed
  • Sources/OpenSwiftUI/User Interface Elements/Drawing and Graphics/Geometric Constructs

1 file changed

+1
-1
lines changed

Sources/OpenSwiftUI/User Interface Elements/Drawing and Graphics/Geometric Constructs/Namespace.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Swift
1414

1515
/// A namespace defined by the persistent identity of an
1616
/// `@Namespace` dynamic property.
17-
@frozen public struct ID : Hashable, Sendable {
17+
@frozen public struct ID : Hashable {
1818

1919
@usableFromInline let id: Int
2020

0 commit comments

Comments
 (0)