Skip to content

Conversation

@dkovba
Copy link
Contributor

@dkovba dkovba commented Jul 12, 2025

  • The @SendableProperty macro now checks for supported types to prevent a misuse with unsupported types like structs, dictionaries, and arrays
  • The new @SendablePropertyUnchecked can be used with classes and enums

@dkovba dkovba merged commit 41d41e4 into apple:main Jul 14, 2025
2 checks passed
@dkovba dkovba deleted the sendable-property branch July 14, 2025 22:08
dkovba added a commit to apple/container that referenced this pull request Jul 14, 2025
Changes in this PR require merging
apple/containerization#212 in containerization
and creating a new tag.
}

var typeName = id.name.text
// Allow optionals of the allowed types.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was improved in #216.

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.

2 participants