Skip to content

Package.swift should use exact: for FlatBuffers (current from: allows breaking updates) #114

@lukedg97

Description

@lukedg97

[Sources/Arrow/File_generated.swift, Sources/Arrow/Message_generated.swift]
have several instances of

static func validateVersion() { FlatBuffersVersion_25_2_10() }

however the package.swift has

.package(url: "https://github.com/google/flatbuffers.git", from: "25.2.10"),

the from keyword causes xcode to automatically grab newer versions of flatbuffers if they are available. This is currently true.

The package.swift should be changed to exact: "25.2.10" or the version checking needs to be updated to allow for versions of equal or newer.

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