lukedg97 opened a new issue, #114: URL: https://github.com/apache/arrow-swift/issues/114
[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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
