| 4 Dec 2025 |
Randy Eckenrode | /nix/store/7x3jpimm3qaffhdcgj23rd51gpmy4p2f-apple-sdk-26.0/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface:34793:42: error: Using type 'Int' can cause metadata allocation or locks
| 04:48:13 |
Randy Eckenrode | 34791 |
34792 | let queryVersion = (Int(major), Int(minor), Int(patch))
34793 | let major32 = Int32(truncatingIfNeeded:Int(queryVersion.0))
| `- error: Using type 'Int' can cause metadata allocation or locks
34794 | let minor32 = Int32(truncatingIfNeeded:Int(queryVersion.1))
34795 | let patch32 = Int32(truncatingIfNeeded:Int(queryVersion.2))
| 04:50:31 |
Randy Eckenrode | That looks really familiar. I swear I fixed something like this before. | 04:50:41 |
Randy Eckenrode | https://github.com/swiftlang/swift/pull/77780, but shouldn’t that be in Swift 6.2? | 05:09:55 |
xored | hmm I had aerospace and jankyborders through nix-darwin, I'm considering moving to hm so I can see the config and maybe get stylix support, I disabled the service on nix-darwin and yet even after telling me the packages were uninstalled, it is launching on login, jankyborders and all, am I assuming wrong that I don't need to do manual cleanup? | 05:12:13 |
xored | I can still see the daemons in ~/Library/LaunchAgents | 05:14:32 |
xored | maybe it's a bug? while removing them it did ask show they were write-protected, but I didn't have to sudo or anything | 05:16:07 |