Is there a way to check, that K/N tests will work with specific ios/macos/etc version. F.e. like
NSURLSessionWebSocketTask supported only from ios 13, so I want to somehow receive a failure running tests with this code (f.e. by setting some min-ios flag somewhere) - is it possible?