You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a download of the host_llvm toolchain hang and never make progress. The next time I tried to run swift-sdk-generator it seemed to think the incomplete file was valid even though it was missing about 100Mb. Removing the file from the Artifacts directory didn't help, I had to blow away the entire Artifacts directory including the cache.db files. It seems like it had created an entry in the cache.db for the incomplete file. There were two entries in the db when I looked (the host_swift download completed successfully), but I couldn't decipher which was which.
The text was updated successfully, but these errors were encountered:
for anyone else suffering through this, I found you can work around it by downloading the files via another tool that can handle timeouts, retries, etc. and then move the files into the Artifacts directory overwriting the incomplete downloads.
swift archives are from swift.org
llvm downloaded archives are from GitHub releases (these seem to frequently need retries for me)
I had a download of the host_llvm toolchain hang and never make progress. The next time I tried to run
swift-sdk-generator
it seemed to think the incomplete file was valid even though it was missing about 100Mb. Removing the file from the Artifacts directory didn't help, I had to blow away the entire Artifacts directory including the cache.db files. It seems like it had created an entry in the cache.db for the incomplete file. There were two entries in the db when I looked (the host_swift download completed successfully), but I couldn't decipher which was which.The text was updated successfully, but these errors were encountered: