RxSwiftForms
|
warning: 'rxswift': /usr/src/package/.build/checkouts/RxSwift/Package.swift:8:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
return array.flatMap { $0 }
^
/usr/src/package/.build/checkouts/RxSwift/Package.swift:8:16: note: use 'compactMap(_:)' instead
return array.flatMap { $0 }
^~~~~~~
compactMap
error: 'package': Source files for target RxSwiftFormsTests should be located under 'Tests/RxSwiftFormsTests', or a custom sources path can be set with the 'path' property in Package.swift
|