SwiftData doesn’t preserve order of arrays .. is that the expected behavior?!
Post
Replies
Boosts
Views
Activity
Indeed a bit crazy…
Hi there, I am trying to do the same, with the Twitter API, however their first step of the OAuth flow seems to require a POST request, and I don't believe that ASWebAuthenticationSession gives that option. Would you confirm it is not possible to authenticate with the twitter API through ASWebAuthenticationSession ?
I'm in the same boat here, and the error isn't very indicative of how we can solve the problem.
Swift Package Manager in tools 5.3 does support Metal compilation like others said. However this is for pure non-CoreImage metal files. If you need to add Metal Compiler Flags -fcikernel and Metal Linker Flags -cikernel, it seems you need to compile your metal files manually. And note that currently you can't have both non-CoreImage metal code and CoreImage metal code in the same library... it seems the core image flags ****-up the non-CoreImage code...
How do you declare all this in Swift Package Manager ?
I am interested in this as well..