Hi, is fleet supposed to work with _local_ SPM (Sw...
# fleet
u
Hi, is fleet supposed to work with local SPM (Swift) modules? I can browse the code, I can run the app, I can add new file even, but anything added to the file says it has no usages, even though it's not true and likewise, I cannot cmd+click into the newly created function etc
a
cc @Philipp Smorygo [JB]
p
Hi @ursus. By local SPM module, do you mean a project that has a
Package.swift
file and no Xcode files like
.xcodeproj
? Is it a pure Swift code navigation you're talking about, or navigating from Swift to a declaration, that comes from a Kotlin library?
u
I mean the first thing you mentioned, so yes a local spm module with a
Package.swift
. This is pure ios project (with features modularized via spm), no kmp (yet)
p
Unfortunately, local packages are indeed not supported right now. I've created an issue and already working on the fix. Feel free to track the progress in our YouTrack https://youtrack.jetbrains.com/issue/FL-27508/Local-Swift-Package-dependencies-in-Xcode-projects-are-not-supported-in-Fleet
u
great, thanks!