Environment
Apple Swift version 4.2-dev (LLVM 95345677bd, Clang 8320c34f23, Swift 82ea1dcd39)
Target: x86_64-apple-darwin17.4.0
The same problem also occurs with:
Apple Swift version 4.0.3 (swiftlang-900.0.74.1 clang-900.0.39.2)
Target: x86_64-apple-macosx10.9
Additional Detail from JIRA
| | |
|------------------|-----------------|
|Votes | 0 |
|Component/s | Package Manager |
|Labels | Bug |
|Assignee | None |
|Priority | Medium |
md5: 0db62a2b87afc5eda0b7b2cc93414354
Issue Description:
When I create a Swift package with the following Package.swift file, it gets stuck during dependency resolution:
There seems to be an issue with the BlueCryptor package. If I change its version from "1.0.0" to "0.8.7" the dependency resolution succeeds. However, according to its Github repository, version 1.0.0 should be a valid version.
Attachment: Download
Environment
Apple Swift version 4.2-dev (LLVM 95345677bd, Clang 8320c34f23, Swift 82ea1dcd39) Target: x86_64-apple-darwin17.4.0 The same problem also occurs with: Apple Swift version 4.0.3 (swiftlang-900.0.74.1 clang-900.0.39.2) Target: x86_64-apple-macosx10.9Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | Package Manager | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: 0db62a2b87afc5eda0b7b2cc93414354Issue Description:
When I create a Swift package with the following Package.swift file, it gets stuck during dependency resolution:
There seems to be an issue with the BlueCryptor package. If I change its version from "1.0.0" to "0.8.7" the dependency resolution succeeds. However, according to its Github repository, version 1.0.0 should be a valid version.