Fix a few analyzer/Xcode 13.4b1 warnings (#449)

* Fix missing combine imports

* Fix a few other new warnings
This commit is contained in:
Max Goedjen
2023-02-18 17:37:38 -08:00
committed by GitHub
parent 3bd8e3b494
commit f54b2a33bf
5 changed files with 34 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
import Foundation
public func KeychainDictionary(_ dictionary: [CFString: Any]) -> CFDictionary {
dictionary as CFDictionary
}