From b2de2109bcd18f032e6aa9852a0cfc48400af72b Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Sun, 15 Jun 2025 12:28:45 +0200 Subject: [PATCH 1/2] Update swift docs and repo links --- docs/source/implementations.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/implementations.rst b/docs/source/implementations.rst index f68a97fe992..6597f3a527f 100644 --- a/docs/source/implementations.rst +++ b/docs/source/implementations.rst @@ -71,8 +71,8 @@ documentation and source code for these libraries. - `Rust Docs `_ :fa:`external-link-alt` - `Rust Source `_ * - Swift - - `Swift Docs `_ :fa:`external-link-alt` - - `Swift Source `_ + - `Swift Docs `_ :fa:`external-link-alt` + - `Swift Source `_ In addition to the libraries listed above, the Arrow project hosts the **nanoarrow** subproject which provides a set of lightweight libraries @@ -121,6 +121,6 @@ The source files for the Cookbook are maintained in the R Ruby Rust - Swift + Swift nanoarrow Implementation Status From 9e6bf6737c79d3832c554847823d956d64200520 Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Sun, 15 Jun 2025 12:36:19 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06d2a113898..f31dee92d0e 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Major components of the project include: - [R libraries](https://github.com/apache/arrow/tree/main/r) - [Ruby libraries](https://github.com/apache/arrow/tree/main/ruby) - [Rust libraries](https://github.com/apache/arrow-rs) `↗` + - [Swift libraries](https://github.com/apache/arrow-swift) `↗` The `↗` icon denotes that this component of the project is maintained in a separate repository.