Keith Smiley
Keith Smiley
@kylebshr fyi
for some reason url specifically always returns nothing, we already try to add it to the json https://github.com/keith/reminders-cli/blob/1adaee7aa0d3197534eeeb205933451332300b13/Sources/RemindersLibrary/EKReminder%2BEncodable.swift#L30-L31 I think we'd have to search for some private api to make...
FWIW I use the private [`REMReminder`](https://github.com/MTACS/iOS-17-Runtime-Headers/blob/d1d960dfaa4107765dd7fcf891e4967c0930d5fd/PrivateFrameworks/ReminderKit.framework/REMReminder.h#L2) class in another private project and it works fine for this kinda thing. They have a separate `attachments` list which can return multiple URLs,...
should likely be filed upstream
A quick hack workaround is to pass `--swiftcopt=-wmo --swiftcopt=-num-threads --swiftcopt=0` but this might have other downsides
https://github.com/bazelbuild/bazel/issues/21031
I'll close as a dup of that one, if that one ever moves we should re-evaluate if we need to make changes
hrm does sound like a bug, want to try and submit a PR with a fix? I think it's probably either https://github.com/keith/buildifier-prebuilt/blob/main/runner.bash.template for macOS / linux or https://github.com/keith/buildifier-prebuilt/blob/main/runner.bat.template for windows...
I've been wondering if we could use `git notes` for this. related convo https://github.com/keith/git-pile/issues/4#issuecomment-2127873691
note that the linked PR does not solve the original issue here. The core issue is that the rules based toolchain just doesn't set `sysroot` on the toolchain config ever...