Embedded Swift emits unimplemented protocol conformance checks #81503
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Description
Dynamic protocol checks are emitted for class bound protocols in embedded mode despite the runtime not implementing them.
Reproduction
Expected behavior
This should either work or raise a compile error instead of failing later in the compilation process
Environment
Apple Swift version 6.2-dev (LLVM 81ab6d9f7e4810f, Swift 9cc1947)
Target: arm64-apple-macosx15.0
Build config: +assertions
Additional information
No response
The text was updated successfully, but these errors were encountered: