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
Even though Request.customRequest uses sourcekitd_object_t, there is no API to generate sourcekitd_object_t. #487
The text was updated successfully, but these errors were encountered:
norio-nomura
changed the title
Even though Request.customRequest uses sourcekitd_object_t, there is no API to generate sourcekitd_object_t
there is no API to generate sourcekitd_object_tFeb 7, 2018
Yes, this is definitely an issue. I've built CLI tools that use SourceKittenFramework that fork SourceKitten rather than create new projects that simply use SourceKitten as a dependency.
We used to have this in a minimal way with SwiftXPC, but that was a pretty leaky abstraction and didn't do everything we'd need to craft arbitrary requests for customRequest.
Even though
Request.customRequest
usessourcekitd_object_t
, there is no API to generatesourcekitd_object_t
.#487
The text was updated successfully, but these errors were encountered: