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
Including SwiftJavaRuntimeSupport on SwiftHashing dependencies.
Including SwiftJavaRuntimeSupport in the dependency list as it seems to be imported by swift generated files.
Building the hashing-lib example the following error is throwing
```
[125/128] Compiling SwiftHashing SwiftHashing.swift
7 | import SwiftJava
8 | import CSwiftJavaJNI
9 | import SwiftJavaRuntimeSupport
| `- error: no such module 'SwiftJavaRuntimeSupport'
10 |
```
0 commit comments