SwiftDocX: Pure Swift Library for Word Documents (.docx)

Published: (January 16, 2026 at 11:09 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Overview

SwiftDocX is a pure Swift library for reading and creating Word documents (.docx). No C++ bindings, no paid SDKs—just native Swift that works across all Apple platforms.

Features

  • Read and write .docx files
  • Full formatting support
  • Tables, lists, and headings
  • Swift Package Manager ready
  • MIT licensed

Installation

Add SwiftDocX as a dependency via Swift Package Manager.

  • Swift Package Index:
  • GitHub Sponsors:

Contributing

Feedback and suggestions are welcome.

Back to Blog

Related posts

Read more »

SC #11: Task Groups

TaskGroup Un TaskGroup contiene subtareas creadas dinámicamente, que pueden ejecutarse de forma serial o concurrente. El grupo solo se considera terminado cuan...

SC #10: Tarea desacoplada

Una tarea desacoplada Detached Task ejecuta una operación de forma asíncrona, fuera del contexto de concurrencia estructurado que la envuelve. No heredar este c...

SC #8: Cancelando un Task

Cancelación de Task en Swift y SwiftUI > Nota: En Swift, cancelar una Task no garantiza que la ejecución se detenga inmediatamente. Cada Task debe comprobar ma...

Notes on Apple's Nano Texture

Article URL: https://jon.bo/posts/nano-texture/ Comments URL: https://news.ycombinator.com/item?id=46682518 Points: 11 Comments: 3...