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
then compilation will fail with error: no such module 'CryptoAlias'. We should be building swift-crypto twice, once with the module alias and once without so that both LibA and LibB can build.
If you have a package with two targets like
then compilation will fail with
error: no such module 'CryptoAlias'
. We should be building swift-crypto twice, once with the module alias and once without so that bothLibA
andLibB
can build.test.zip
The text was updated successfully, but these errors were encountered: