@ChristianSelig@myell0w Just a thought, but if you use CloudKit as a single source of truth and you use RecordSavePolicy.ifServerRecordUnchanged with conflict resolving and retry logic, you should be able to do this without CRDT or tombstones.
(I’m not an expert, so take this with a grain of salt!)
@simonbs@weichsel We could get away with that because those resources are only in unit tests. We now use a workaround that ZIPFoundation also uses: Just use #filePath or #file to load the resources from the source directory 🤷♂️
https://t.co/xRAeulhkJI
@simonbs We also have one package in our code base with a “Resources” folder for which Xcode reports this. @weichsel and I “fixed” it just yesterday by completely removing the resources from that package.
@_inside@twostraws@siracusa Do you know if this still works? I tried logging into an Apple ID in Xcode 14 and only got an error. Host and guest OS is both macOS Ventura 13.1 🤷♂️
@myell0w Sorry, I wasn’t clear. I didn’t mean to imply that your `makeConfig(_:)` would need to be `async`. I merely meant that implementing `reasync` in the compiler might lead to type system improvements that would allow info to propagate through `map(:_)`, making your code well-formed.
@krzyzanowskim I’m wildly exaggerating here, but I think one of my forum posts might have kicked off a change to Swift that is responsible for this behavior here 😇
But if not for my post, someone else would have stumbled over this, of course.
https://t.co/BLgZcDiHt7
@hollyborla (Jira doesn’t let me comment, so I’m posting this here) Regarding https://t.co/AOHJVagF6i
Yes, I can confirm that this compiles fine using Xcode 13.3.0 with the latest development snapshot (swift-DEVELOPMENT-SNAPSHOT-2022-03-13-a-osx.pkg). Thank you, nice work! 💯
Any UIKit keyboard pros around?
The iPadOS keyboard shortcuts bar (that hosts the UIInputAssistantItems) automatically minimises when a new text view becomes first responder, sometimes even when typing.
What is causing this? Can I prevent it somehow?
Starting with Xcode 13, we are experiencing issues during app submission (ITMS-90205, 90685). Xcode insists on embedding SPM-built frameworks into App Extension bundles. Did anyone else run into this?
Posted an Emoji-based explanation of our setup here: https://t.co/d6X68qoP29