[PR #391] [MERGED] Add Swift Package Manager support #479

Closed
opened 2026-05-05 12:16:57 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/391
Author: @bvirlet
Created: 1/11/2023
Status: Merged
Merged: 1/11/2023
Merged by: @jmcnamara

Base: mainHead: add-spm


📝 Commits (1)

  • 48f8565 Add Swift Package Manager support

📊 Changes

2 files changed (+59 additions, -0 deletions)

View changed files

Package.swift (+42 -0)
test/swift/test.swift (+17 -0)

📄 Description

Fix #390

The test verifies that the library can be used from a Swift context. This was helpful to solve missing symbols as I chose which files I had to include. In the end, looking at the .podspec was very helpful.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/391 **Author:** [@bvirlet](https://github.com/bvirlet) **Created:** 1/11/2023 **Status:** ✅ Merged **Merged:** 1/11/2023 **Merged by:** [@jmcnamara](https://github.com/jmcnamara) **Base:** `main` ← **Head:** `add-spm` --- ### 📝 Commits (1) - [`48f8565`](https://github.com/jmcnamara/libxlsxwriter/commit/48f856529a77ec84fdf6044e6b0af51a3bb93db7) Add Swift Package Manager support ### 📊 Changes **2 files changed** (+59 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Package.swift` (+42 -0) ➕ `test/swift/test.swift` (+17 -0) </details> ### 📄 Description Fix #390 The test verifies that the library can be used from a Swift context. This was helpful to solve missing symbols as I chose which files I had to include. In the end, looking at the `.podspec` was very helpful. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:16:57 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#479
No description provided.