dongjoon-hyun opened a new pull request, #397: URL: https://github.com/apache/spark-connect-swift/pull/397
### What changes were proposed in this pull request? This PR aims to use `exact` always instead of `branch` in `Package.swift` ### Why are the changes needed? A `branch:` reference is mutable. Pinning to the matching tag makes the dependency reproducible and consistent with the other four dependencies, which all use `exact:`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? `swift package resolve` keeps `Package.resolved` at the same revision `03fffb25e2d777462b719cb4964249c30b19d58f` for `flatbuffer`. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
