JP Simard

Results 706 comments of JP Simard

This should be the place for this kind of issue, but I don't know what warnings you're referring to, so I can't help you right now. Can you share more...

I'm not sure I'm understanding correctly, but from what I can understand, yes this is intended behavior. The purpose of the doc generation is to provide doc info on the...

SourceKitten uses dyld to load `libClang` and `libSourceKitdInProc` at runtime, which I _believe_ isn't allowed for sandboxed apps on macOS. I'm not an expert on macOS sandbox limitations though, so...

When this happened, were you connected to the Internet? Was GitHub down?

@tejassharma96 just making sure you see the CI failures here.

Very nice, thanks for the PR! I'll take a look shortly.

Could you please address the failing CI jobs? Missing documentation comments and SwiftLint rule violations. Also CMake updates.

> As an example, a simple "Hello World" Swift binary compiled with `swift build -c release --static-swift-stdlib` on `swift:5.7.1` weighs in at `7.6M`. Adding the `Yams` dependency increases the binary...

ok that makes sense. I hacked up a proof-of-concept to remove Foundation here: https://github.com/jpsim/Yams/compare/jp-no-foundation It removes a ton of useful features from Yams, but it gets the following compiling without...