We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be8df2 commit a33d709Copy full SHA for a33d709
Sources/SwiftJavaConfigurationShared/JExtract/JExtractGenerationMode.swift
@@ -13,7 +13,7 @@
13
//===----------------------------------------------------------------------===//
14
15
/// Determines which source generation mode JExtract should be using: JNI or Foreign Function and Memory.
16
-public enum JExtractGenerationMode: String, Codable {
+public enum JExtractGenerationMode: String, Sendable, Codable {
17
/// Foreign Value and Memory API
18
case ffm
19
0 commit comments