Skip to content

Commit 4a0c6bc

Browse files
Merge pull request #58 from componentskit/fix-warnings
fix warning in `StripesShape` struct
2 parents 2072440 + 7e99549 commit 4a0c6bc

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)