Jon Shier
Jon Shier
Sure, though I'd still like to see if the `URL` check will work for empty files in the first place.
@jcavar Thanks for the update, but that's not really what I meant. Can you replace the `Data` initialization with the `URL` check I pointed out to see if it accomplishes...
I've put up #3899, which reads the file attributes rather than the file itself to check the size, while keeping the other behaviors intact. That includes not validating the content...
Unfortunately Alamofire's concurrency story is complex and Apple's framework support is incomplete. You can retroactively conform the relevant types using `@unchecked Sendable`, as those types are already safe. As the...
You can watch PR #3880 for progress here, I should be able to release it soon.
This has shipped as part of 5.10.
This doesn't seem like something Alamofire can do, as `URLSession` provides no hooks into the low level actions it performs, like DNS lookup. On Apple platforms the only way to...
I don't believe there's any way for a package to control what Xcode does when it opens it, so you may just want to save your schemes and then delete...
Looks like Xcode stupidly loads a package's `.swiftpm` folder and shows these schemes, so we just need to delete that folder to ensure they don't show up.
PR removing these has been merged, they should be gone (though you may need to delete them again) with the next release.