Skip to content

Conversation

Viktor-by
Copy link

@Viktor-by Viktor-by commented Aug 10, 2024

Goals ⚽

Fix Xcode 15.4 warning:

Warning: Stored property 'shape' of 'Sendable'-conforming struct 'SkeletonShape' has non-sendable type 'ShapeType'

Implementation Details 🚧

RoundedType and ShapeType already satisfy the requirements of Sendable protocol, but must be declared explicitly because those enums are public.

https://developer.apple.com/documentation/swift/sendable

Testing Details 🔍

Build the package with Xcode 15.4 and observe the warning is gone.

Warning: Stored property 'shape' of 'Sendable'-conforming struct 'SkeletonShape' has non-sendable type 'ShapeType'
@Viktor-by Viktor-by changed the title Fixed Xcode warning re conforming to Sendable protocol Fixed Xcode warning re conformance to Sendable protocol Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant