Nix on macOS | 1174 Members | |
| “There are still many issues with the Darwin platform but most of it is quite usable.” — http://yves.gnu-darwin.org | 190 Servers |
| Sender | Message | Time |
|---|---|---|
| 1 Dec 2025 | ||
| * | 18:09:35 | |
| if we're planning ahead about things like a binary bootstrap or an old compiler or an old SDK I don't see why we shouldn't spend that effort on taking 5 minutes to open a bug report upstream… | 18:09:48 | |
| Are you sure the macros are not used in any code hit during a compiler compile? | 18:10:13 | |
| are we talking about
| 18:11:17 | |
| Because I’m going probably going to have to reproduce with the recommended build scripts and toolchains, which will require more than five minutes. Also, five minutes spent on that is time not spent on other things. | 18:11:21 | |
| which seems like it would be really easy to parse and just map to a stub error | 18:11:30 | |
| by definition they can't really be, since the point of the bootstrap compiler is to compile the compiler, and the bootstrap compiler can't do macros | 18:11:49 | |
| so basically the only way they could be used is if there's a macOS-specific code path in the parts of the compiler that handle macros that uses stuff from the SDK that uses macros | 18:12:10 | |
| which seems really unlikely / very avoidable | 18:12:18 | |
Yes, when building SwiftPM. If I try to turn around and build a Swift with macro support, swift-syntax fails in Concurrency because the TaskLocal property wrapper was changed to a macro in Swift 6. | 18:13:01 | |
| On macOS, you use Xcode to build Swift. You’re not intended to build from no Swift compiler. | 18:14:19 | |
| the Environment section of the bug tracker says "Provide the Swift version, tag, or revision. If you suspect that the problem might be specific to a particular development platform or deployment target, please specify them as well.", so I expect a bug report with a Nix build is acceptable, fwiw | 18:14:27 | |
| This bootstrap path is meant to replace cross-compilation for bringing up new targets. | 18:14:49 | |
| I also don’t want to have a conversation about our SDKs with Apple dev tools guys …. | 18:16:58 | |
mpv does not build on the kosmickrisp branch fwiw | 18:19:25 | |
| 18:19:28 | |
| very weird, since it is in fact in the output… | 18:19:55 | |
| maybe it's an issue with my build env | 18:20:00 | |
Since I'm the last person to have touched versionCheckHook, I could give it a go? :)where is this branch? | 19:58:02 | |
| ^, but it might be a problem on my end. | 20:05:09 | |
| I have some local sandbox tweaks. | 20:05:13 | |
| It would seems so:
| 20:38:00 | |
| I figure I might ask here since there's bound to be (hopefully) more Mac users, has anyone else's time backups stopped working since 25.11? not sure related but the timing is awfully close | 23:08:23 | |
| 23:09:57 | |
| I have tried every fruit option and vfs object combination known to mankind I don't know what else to do, my storage is on zfs but it was working before and I didn't upgrade that | 23:11:34 | |
* I have tried every fruit option and vfs objects combination known to mankind I don't know what else to do, my storage is on zfs but it was working before and I didn't upgrade that | 23:11:53 | |
| so I'm asking here while I rebuild 25.05 to confirm | 23:12:50 | |
| I haven’t upgraded my NAS to 25.11 yet, so I don’t know. | 23:15:22 | |
Download Screenshot 2025-12-01 at 3.16.21 PM.png | 23:16:51 | |
| I hate it here | 23:16:55 | |