stackotter

Results 173 comments of stackotter

Ok hopefully that should be working now, I've updated all of the scripts to operate on targets instead of products now. Btw these `integration-tests` are sick! I was prepared for...

Doesn't look like the macOS issue is due to anything that I've changed (I've had similar things in my workflows in the past), but that Linux issue is definitely due...

As some additional context. I've got a test app written with SwiftCrossUI that has 12 500x500 images (among other things). Originally they were JPGs, but the swift `jpeg` library takes...

I've switched `swift-image-formats` over to `libpng` and I feel like this PR will take a lot of effort to fragment and integrate incrementally, so I'm closing this for now. But...

> it’s quite ridiculous that in 2025, SwiftPM still cannot compile dependencies in release mode separately from the app being developed. Yeah I agree, it's quite ridiculous. It gives closed...

This [swift-hash PR](https://github.com/tayloraswift/swift-hash/pull/18) (now merged 🎉) should make it possible to fix this issue

It'd make sense to apply your preferred fix to both `jpeg` and `swift-png` since it's kinda a symmetrical issue and could other existing projects of yours that follow the same...

@JWhitmore1 is also getting this issue, and I've gotten it occasionally. Still not really sure what causes it to happen. It's likely related to the login system not really being...

I think the best course of action would be for me to add a bunch of debugging logs to investigate potential causes. That way when it happens again the person...