Here is what I discovered when using SwiftPM instead of Cocoapods and using new build approach.
When using -passthroughCustomScalars generating API.swift need to import Foundation for instance if using Swift Date type.
I could make a PR myself, just I couldn't understand where is the Swift template coming from?
Here is what I discovered when using SwiftPM instead of Cocoapods and using new build approach.
When using
-passthroughCustomScalarsgenerating API.swift need to import Foundation for instance if using SwiftDatetype.I could make a PR myself, just I couldn't understand where is the Swift template coming from?