Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Xcode warning re conformance to Sendable protocol #57

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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