Max Desiatov
Max Desiatov
I'm trying to think what publicly available API would make the most sense to demo in the example. GitHub GraphQL API comes to mind, but suggestions are welcome 🙂
Since all of the issues that ApolloAlamofire was supposed to work around have been fixed in Apollo, including background sessions in [Apollo 0.27.0](https://github.com/apollographql/apollo-ios/releases/tag/0.27.0), I'm thinking of deprecating and archiving this...
Could you provide more details about your environment please? What's the exact version of macOS beta are you running? Is this error reproducible for you with other macOS versions?
> However, I only get a blank screen (dev and release build) This is expected on the main branch, as a major refactoring is in progress (cc @carson-katri)
https://github.com/apple/swift/pull/61372 is now closed. See comments on that PR for more details.
Hi @shabalind, any updates on this?
I've seen issues like this with SwiftPM-integrated projects with live previews before, not just with Moya. Seems like live preview builds somehow get a different set of build flags than...
A repository for reproduction is available here https://github.com/fcanas/swift-wasm-resource-bug/
Hi @WowbaggersLiquidLunch, would you be interested in picking this up again in the near future?
We need to take into account https://github.com/apple/swift-package-manager/pull/3905. Until that's merged, we'll have to build with `--static-swift-stdlib` on Linux. Which we probably should be doing already anyway?