Description
Previous ID | SR-15126 |
Radar | None |
Original Reporter | Stefan Springer (JIRA User) |
Type | Bug |
Status | Resolved |
Resolution | Done |
Environment
Swift 5.4.2 on Windows Home or Pro 64 Bit with Visual Studio 2019 or 2022 and with different versions of Git.
Additional Detail from JIRA
Votes | 0 |
Component/s | libdispatch |
Labels | Bug, Windows |
Assignee | @compnerd |
Priority | Medium |
md5: 9d72cdb96d96f67bcc8dd6e21450caa1
Issue Description:
As explained in the Swift forums, my SPM always gets stuck after displaying e.g.
C:\Users\stefan\AppData\Local\Temp\TemporaryDirectory.eK9Mr0\swiftxml-manifest.exe -handle 414
At that moment that directory does not exist any more, so maybe the problem is at some later step.
(Tested with that repository of commit 4c3f8ffa
. After that commit, I changed the tools version to 5.3 again to see if- with all other correction in the installation – it then works, but it then wrongly displays "error: Dependencies could not be resolved because 'SwiftXML' >= 0.1.12 contains incompatible tools version (5.3.0) and root depends on 'SwiftXML' 0.1.14..<1.0.0".)
Note: In the Swift forums it is noted that there are some upcoming changes concerning the manifest loading.