Actually "currentWifiSSID" works under 13.3 (at least on my iPhone 6s).
1)
https://developer.apple.com/
Open your identifier and enable 'Access WiFi Information' . Re-issue your .mobileprovision
2) In project attributes add
#Entitlement : <key>com.apple.developer.networking.wifi-info</key><true/>
#PlistExtra : <key>NSLocationWhenInUseUsageDescription</key><string>Used to display the current navigation data.</string>
#PlistExtra : <key>NSLocationUsageDescription</key><string>Used to display the current navigation data.</string>
3) Inside your program, first of all, initialize LocationManager and wait, for example, LocationChanged event. Then call "currentWifiSSID" subroutine