Skip to content

Enumerated Ambiguous Use #124

Open
Open
@MattTimmons

Description

@MattTimmons

Xcode 14.3 is throwing
Ambiguous use of 'enumerateAsArray'

with

do {
            // As a string, guessing the delimiter
            let csv: CSV = try CSV<Enumerated>(string: "id,name,age\n1,Alice,18")

            csv.enumerateAsArray { array in
                print(array.first)
            }
            
        } catch let parseError as CSVParseError {
            // Catch errors from parsing invalid CSV
        } catch {
            // Catch errors from trying to load files
        }

Ideas?

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