Skip to content

Mimicking the modular structure of this app #55

Answered by stephencelis
j-j-m asked this question in Q&A
Discussion options

You must be logged in to vote

@j-j-m That could be related to an SPM bug where dependency URLs diverge, e.g., if the .git is present or not:

-https://github.com/pointfreeco/xctest-dynamic-overlay
+https://github.com/pointfreeco/xctest-dynamic-overlay.git

We saw the same CI failures here. The key is to depend on xctest-dynamic-overlay in the same way it is depended on in any upstream packages. In TCA and combine-schedulers this is without the trailing .git. Hopefully this issue will be resolved in a future version of Swift/Xcode.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by stephencelis
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #49 on March 29, 2021 17:18.