Skip to content

Deprecation warnings when building with Xcode 9.3 #250

@omanikhi

Description

@omanikhi

The following deprecation warnings have come up since I upgraded my Xcode to 9.3:

  • .../Pods/Siesta/Source/Siesta/Support/Collection+Siesta.swift:60:13: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value

  • .../Pods/Siesta/Source/Siesta/Pipeline/PipelineProcessing.swift:14:24: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value

  • .../Pods/Siesta/Source/Siesta/Support/WeakCache.swift:84:26: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions