Nicolas Zinovieff
Results
2
comments of
Nicolas Zinovieff
Yep (author of the SPM attempt here) A little surprise from the Xcode team to disallow "unsafe" build options in dependencies. In this particular case, NSLogger requires to disable ARC...
Use the module name in front of Logger, which should be `NSLogger.Logger.Domain` in this particular case