Skip to content

Conversation

@gevartosky
Copy link
Contributor

Including SwiftJavaRuntimeSupport in the dependency list as it seems to be imported by the generated swift 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 | 

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 | 
```
Copy link
Collaborator

@madsodgaard madsodgaard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@madsodgaard madsodgaard merged commit b591ae0 into swiftlang:main Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants