You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,9 @@ This repository contains two approaches to Swift/Java interoperability.
7
7
8
8
## :construction: Early Development :construction:
9
9
10
-
**:construction: This is a *very early* prototype and everything is subject to change. :construction:**
10
+
**:construction: This project is in early development, please keep this in mind as you try out the project and do provide feedback about any issues you encounter. :construction:**
11
11
12
-
Parts of this project are incomplete, not fleshed out, and subject to change without any notice.
13
-
14
-
The primary purpose of this repository is to create an environment for collaboration and joint exploration of the Swift/Java interoperability story. The project will transition to a more structured approach once key goals have been outlined.
12
+
There is no guarantee about API stability of this package, neither in the Java or Swift parts, until the project releases a stable 1.0 release; APIs may change without prior notice.
15
13
16
14
### :construction: Self-publish support Java libraries (SwiftKit)
17
15
@@ -66,7 +64,7 @@ SwiftJava is a Swift library offering macros which simplify writing JNI code "by
66
64
It is possible to generate Swift bindings to Java libraries using SwiftJava by using the `swift-java wrap-java` command.
67
65
68
66
Required language/runtime versions:
69
-
-**JDK 17+**, any recent JDK installation should be sufficient, as only general reflection and JNI APIs are used by this integration
67
+
-**JDK 17+**, any recent JDK installation should be sufficient, as only general reflection and JNI APIs are used by this integratio
70
68
-**Swift 6.0.x**, because the library uses modern Swift macros
71
69
72
70
**swift-java jextract**
@@ -83,8 +81,7 @@ This is the primary way we envision calling Swift code from server-side Java lib
83
81
84
82
Required language/runtime versions:
85
83
-**Swift 6.1**, because of dependence on rich swift interface files
86
-
-**JDK 24+**
87
-
- We are validating the implementation using the currently supported non-LTE release, which at present means JDK-24.
84
+
-**JDK 25+**, the most recent LTS release which includes the stable Foreign Function and Memory APIs.
0 commit comments