Open
Description
Xcode 14.1, swift-driver version: 1.62.15 Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
dynamic
public func runCommander() async {
printf("1")
}
@_dynamicReplacement(for: runCommander())
public func core_runCommander() async {
await runCommander()
}
I try other methods, same wrong.
Metadata
Metadata
Assignees
Labels
Feature → attributes: the @_dynamicReplacement attributeFeature → concurrency: asynchronous function aka the async/await patternFeature: Declaration and type attributesA deviation from expected or documented behavior. Also: expected but undesirable behavior.The Swift compiler itselfFeature: umbrella label for concurrency language featuresThe Swift RuntimeBug: Unexpected behavior or incorrect output