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
it seems there is a bug in SwiftSyntax 510 that causes source ranges to become misaligned with source text when removing trivia nodes. we cannot upgrade SwiftSyntax because this package uses macros. so for now, we just replace all newline characters with spaces before parsing declarations. (08d8998)
for some reason, there are spurious leading newlines in the signatures for https://swiftinit.org/docs/swift-service-lifecycle/servicelifecycle/servicegroup#s:ScA12_ConcurrencyE14assertIsolated_4file4lineySSyXK_s12StaticStringVSutF
The text was updated successfully, but these errors were encountered: