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
edit: Note, the source code I attached is missing a dependency declaration (.target(name: "ThemeParksSchema")) however resolving this error does not resolve the reported problem.
The text was updated successfully, but these errors were encountered:
Unfortunately, this doesn't appear to be errors coming from Nova or Icarus themselves. It's coming from SourceKit-LSP (the language server which Icarus wraps, which is part of the Swift toolchain) and Swift Package Manager. If I open your example project, I see the same errors.
I'm using the Swift OpenAPI generator and I've followed the basic tutorial they present (https://swiftpackageindex.com/apple/swift-openapi-generator/1.2.1/tutorials/swift-openapi-generator) and it builds successfully, but in Nova it shows a bunch of errors - all claiming the auto-generated types don't exist.
Please advise
SourceCode.zip
edit: Note, the source code I attached is missing a dependency declaration (
.target(name: "ThemeParksSchema")
) however resolving this error does not resolve the reported problem.The text was updated successfully, but these errors were encountered: