Post

Replies

Boosts

Views

Activity

Comment on Error "Type does not conform to Protocol"
That is the reason. Thanks for posting a clear explanation.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on Error "Type does not conform to Protocol"
I am afraid this is not the reason. A protocol requirement does not define if a conforming type implements conformance as a computed property or not. {get, set} if the protocol is not a requirement for a computed priory even though it rather looks like it might be.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’23