Property queryParams
is NOT available in Swift on URL
types but only on NSURL
types. This looks odd to me because when declaring the same category in an App and using the bridging header file, then queryParams
is also usable from URL
type too.
Open Package.swift in Xcode and run tests.
SPM library with Objective-C NSURL category not imported into Swift URL?