Skip to content

Commit 7e99549

Browse files
fix warning in StripesShape struct
1 parent 0db1162 commit 7e99549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/ProgressBar/SUProgressBar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public struct SUProgressBar: View {
8989

9090
// MARK: - Helpers
9191

92-
struct StripesShape: Shape {
92+
struct StripesShape: Shape, @unchecked Sendable {
9393
var model: ProgressBarVM
9494

9595
func path(in rect: CGRect) -> Path {

0 commit comments

Comments
 (0)