JP Simard

Results 706 comments of JP Simard

Thanks for the PR! > Should probably also also check for other types, not just enums: Do you want to fix this in this PR or as a follow-up?

I haven't used this library myself for a few years now, so I'm not sure how you could go about doing this. I hope someone else who's used it more...

I think the sandbox issues are due to loading external dynamic libraries (namely libclang and sourcekitd). You may be able to avoid those sandbox issues by including copies of those...

> So I turned sandboxing on for the XPC Service and was confronted with `xcrun: error: cannot be used within an App Sandbox` again. Ah yes sorry I didn't pay...

Ah, yeah that still invokes a separate `Process` instance. If you find another way to get swiftc arguments, you could use a different Module initializer.

Can you please share the output of running `xcodebuild -workspace /path/to/my.xcworkspace -scheme SchemeName`? Since you're generating docs in Swift mode, you'll need to make sure `SchemeName` actually has Swift files.

That's not implemented here, it's implemented in SourceKit and SwiftLint.

Huh, yes you're right. Sorry for closing then, I'm surprised I hooked it up this way.

Hi Lucas, first off kudos to you for being ambitious and digging into low level details of your programming environment as someone who considers themselves fairly inexperienced with programming! It...