Closed mikedinicola closed 3 years ago
flatMap was deprecated in Swift 4.1, but we are checking for >=4.2. Fixing this silenced my warning.
Confirmed to still be present in Xcode 12.2
flatMap was deprecated in Swift 4.1, but we are checking for >=4.2. Fixing this silenced my warning.