-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
feature:jextractIssues related to jextract-swiftIssues related to jextract-swiftgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededmode:jni
Description
/Users/ktoso/code/swift-java/Samples/SwiftJavaExtractJNISampleApp/.build/plugins/outputs/swiftjavaextractjnisampleapp/MySwiftLibrary/destination/JExtractSwiftPlugin/Sources/MySwiftLibraryModule+SwiftJava.swift:472:28: warning: 'try' must precede 'await'
470 | } // printTaskBody(printer:) @ JExtractSwiftLib/JNISwift2JavaGenerator+NativeTranslation.swift:976
471 | do {
472 | let swiftResult$ = await try MySwiftLibrary.asyncThrows()
| `- warning: 'try' must precede 'await'
473 | environment = try! JavaVirtualMachine.shared().environment()
We need to fix those, we're getting flooded with warnings now
Metadata
Metadata
Assignees
Labels
feature:jextractIssues related to jextract-swiftIssues related to jextract-swiftgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededmode:jni