[Sources/Arrow/File_generated.swift, Sources/Arrow/Message_generated.swift] have several instances of https://github.com/apache/arrow-swift/blob/62cef01e86aad05e4ccef461e39fb3bec3c8451c/Sources/Arrow/Message_generated.swift#L96 however the package.swift has https://github.com/apache/arrow-swift/blob/62cef01e86aad05e4ccef461e39fb3bec3c8451c/Package.swift#L34 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.