Mark Woollard

Results 3 comments of Mark Woollard

Thanks for reply, yes adding the dependency on `SkipFoundation` fixes the issue. The `Package.swift` came about from `skip init` with the list of 3 modules `DataStore`, `Model`, `API`. In the...

So only the last module of the three has a dependency on `SkipFoundation` but not the first two. If you subsequently change dependency order of the modules you need to...

The original generated code was buildable, it broke when I changed the dependencies such that not all had a transitive dependency on SkipFoundation. So not a bug 👍.