<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>swift</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/596/feed"/>
    <updated>2026-04-19T07:55:30+00:00</updated>
    <id>https://links.biapy.com/guest/tags/596/feed</id>
            <entry>
            <id>https://links.biapy.com/links/11632</id>
            <title type="text"><![CDATA[Bonsplit]]></title>
            <link rel="alternate" href="https://bonsplit.alasdairmonk.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11632"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Native macOS Tab Bar with Split Panes for SwiftUI.

Bonsplit is a custom tab bar and layout split library for macOS apps. Enjoy out of the box 120fps animations, drag-and-drop reordering, SwiftUI support &amp;amp; keyboard navigation.

- [Bonsplit @ GitHub](https://github.com/almonk/bonsplit).]]>
            </summary>
            <updated>2026-01-27T12:59:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11626</id>
            <title type="text"><![CDATA[Skip]]></title>
            <link rel="alternate" href="https://skip.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11626"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build truly native iPhone and Android apps with Skip.

Skip brings Swift app development to Android. It is a tool that enables developers to build genuinely native apps for both iOS and Android from a single Swift and SwiftUI codebase.

- [Skip @ GitHub](https://github.com/skiptools/skip).

Related contents:

- [Skip Is Now Free and Open Source @ Skip](https://skip.dev/blog/skip-is-free/).]]>
            </summary>
            <updated>2026-01-27T06:54:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11214</id>
            <title type="text"><![CDATA[SwiftMCP]]></title>
            <link rel="alternate" href="https://github.com/Cocoanetics/SwiftMCP" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11214"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Model Context Protocol Server for Swift.

A Swift implementation of the MCP (Model Context Protocol) for JSON-RPC over various transports.]]>
            </summary>
            <updated>2025-12-12T07:27:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11175</id>
            <title type="text"><![CDATA[🍎📚 Cupertino]]></title>
            <link rel="alternate" href="https://github.com/mihaelamj/cupertino" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11175"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A local Apple Documentation crawler and MCP server. Written in Swift.

A Swift-based tool to crawl, index, and serve Apple&amp;#039;s developer documentation to AI agents via the Model Context Protocol (MCP).

Related contents:

- [Cupertino: Offline Apple Documentation for AI Agents @ Aleahim.com](https://aleahim.com/blog/cupertino/).
- [Cupertino - Plus de code iOS pourri avec vos assistants IA @ Korben :fr:](https://korben.info/cupertino-mcp-claude-code-documentation-apple.html).]]>
            </summary>
            <updated>2025-12-08T11:33:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10868</id>
            <title type="text"><![CDATA[Automerge]]></title>
            <link rel="alternate" href="https://automerge.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10868"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Version control for your data.
Automerge is a local-first sync engine for multiplayer apps that works offline, prevents conflicts, and runs fast.

- [Automerge @ GitHub](https://github.com/automerge).

Related contents:

- [Issue \#168: 💪 The overlooked power of URLs @ Changelog News](https://changelog.com/news/168).]]>
            </summary>
            <updated>2025-11-04T06:49:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10684</id>
            <title type="text"><![CDATA[WorkKit]]></title>
            <link rel="alternate" href="https://github.com/6over3/WorkKit" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10684"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Swift package for parsing iWork Keynote, Pages, and Numbers documents.
 
A Swift package for parsing and extracting content from Apple iWork documents (Pages, Numbers, and Keynote). WorkKit provides a straightforward API to open iWork documents and traverse their content.

Related contents:

- [Reverse Engineering iWork @ ./make](https://andrews.substack.com/p/reverse-engineering-iwork).]]>
            </summary>
            <updated>2025-10-16T11:32:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10294</id>
            <title type="text"><![CDATA[Swift Syntax]]></title>
            <link rel="alternate" href="https://github.com/swiftlang/swift-syntax" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10294"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code. 

The swift-syntax package is a set of libraries that work on a source-accurate tree representation of Swift source code, called the SwiftSyntax tree. The SwiftSyntax tree forms the backbone of Swift’s macro system – the macro expansion nodes are represented as SwiftSyntax nodes and a macro generates a SwiftSyntax tree to be inserted into the source file.

Related contents:

- [Bitrig’s Swift Interpreter: Building an interpreter for Swift in Swift @ Bitrig](https://www.bitrig.app/blog/swift-interpreter).]]>
            </summary>
            <updated>2025-09-19T06:10:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10285</id>
            <title type="text"><![CDATA[Uncertain&amp;lt;T&amp;gt;]]></title>
            <link rel="alternate" href="https://github.com/mattt/Uncertain" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10285"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Swift library for uncertainty-aware programming. 

A Swift library for uncertainty-aware programming, which is especially useful for making reliable decisions with noisy, error-prone, or incomplete data. 

Related contents:

- [Uncertain⟨T⟩ @ NSHipster](https://nshipster.com/uncertainty/).]]>
            </summary>
            <updated>2025-09-19T05:52:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10270</id>
            <title type="text"><![CDATA[SQLiteData]]></title>
            <link rel="alternate" href="https://github.com/pointfreeco/sqlite-data?utm_source=tldrwebdev" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10270"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast, lightweight replacement for SwiftData, powered by SQL and supporting CloudKit synchronization.]]>
            </summary>
            <updated>2025-09-18T11:37:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10237</id>
            <title type="text"><![CDATA[StringZilla]]></title>
            <link rel="alternate" href="https://github.com/ashvardanian/StringZilla" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10237"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, &amp;amp; Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, &amp;amp; SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖 

Related contents:

- [StringWa.rs on GPUs: Databases &amp;amp; Bioinformatics 🦠 @ Ash&amp;#039;s Blog](https://ashvardanian.com/posts/stringwars-on-gpus/).]]>
            </summary>
            <updated>2025-09-16T12:11:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10228</id>
            <title type="text"><![CDATA[sosumi.ai]]></title>
            <link rel="alternate" href="https://sosumi.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10228"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Apple Docs for LLMs.

Ever notice Claude struggling to write Swift code? It might not be their fault!

Apple Developer docs are locked behind JavaScript, making them invisible to most LLMs. If they try to fetch it, all they see is &amp;quot;This page requires JavaScript. Please turn on JavaScript in your browser and refresh the page to view its content.&amp;quot;

This service translates Apple Developer documentation pages into AI-friendly Markdown.]]>
            </summary>
            <updated>2025-09-16T06:29:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/443</id>
            <title type="text"><![CDATA[FaultOrdering]]></title>
            <link rel="alternate" href="https://github.com/getsentry/FaultOrdering" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/443"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[📱Generate optimized order files directly from an Xcode UI test. Order files optimize app launch times, with improvements in production measured to be over 20% 

Order files can reduce app startup time by co-locating symbols that are accessed during app launch, reducing the number of page faults from the app. This package generates an order file by launching the app in an XCUITest.

Related contents: 

- [An open source tool to speed up iOS app launch @ Sentry](https://blog.sentry.io/open-source-tool-speed-up-ios-app-launch/).]]>
            </summary>
            <updated>2025-08-28T17:11:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/613</id>
            <title type="text"><![CDATA[Containerization]]></title>
            <link rel="alternate" href="https://apple.github.io/containerization/documentation/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/613"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Containerization is a Swift package for running Linux containers on macOS. 

The Containerization package allows applications to use Linux containers. Containerization is written in Swift and uses Virtualization.framework on Apple silicon.

- [Containerization @ GitHub](https://github.com/apple/containerization).]]>
            </summary>
            <updated>2025-08-28T17:40:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/992</id>
            <title type="text"><![CDATA[Pledge]]></title>
            <link rel="alternate" href="https://pledge.framer.website/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/992"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A thoughtfully designed reactive programming framework in Swift.

Pledge is a lightweight, thread-safe reactive programming framework for Swift that simplifies state management, event propagation and balances power with simplicity in your applications. While other frameworks force you to learn complex concepts and operators, Pledge focuses on solving the real problems developers face daily:

- [Pledge @ GitHub](https://github.com/gokulnair2001/Pledge).]]>
            </summary>
            <updated>2025-08-28T18:42:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1507</id>
            <title type="text"><![CDATA[Apache OpenDAL™]]></title>
            <link rel="alternate" href="https://opendal.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1507"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[OpenDAL represents Open Data Access Layer. Our vision is One Layer, All Storage.

OpenDAL (/ˈoʊ.pən.dæl/, pronounced &amp;quot;OH-puhn-dal&amp;quot;) is an Open Data Access Layer that enables seamless interaction with diverse storage services.

OpenDAL&amp;#039;s development is guided by its vision of One Layer, All Storage and its core principles: Open Community, Solid Foundation, Fast Access, Object Storage First, and Extensible Architecture.

- [OpenDAL @ GitHub](https://github.com/apache/OpenDAL).

Related contents:

- [AWS S3 SDK breaks its compatible services @ Xuanwo&amp;#039;s Blog](https://xuanwo.io/links/2025/02/aws_s3_sdk_breaks_its_compatible_services/).]]>
            </summary>
            <updated>2025-08-28T20:07:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2175</id>
            <title type="text"><![CDATA[Nitro Modules]]></title>
            <link rel="alternate" href="https://nitro.margelo.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2175"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🔥 Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI.

A framework to build mindblowingly fast native modules with type-safe statically compiled JS bindings.

- [Nitro Modules @ GitHub](https://github.com/mrousavy/nitro).]]>
            </summary>
            <updated>2025-08-28T21:58:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2205</id>
            <title type="text"><![CDATA[Forked]]></title>
            <link rel="alternate" href="https://github.com/drewmccormack/Forked" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2205"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Manage data concurrency in Swift with complete confidence. 

Forked provides a generalized approach to managing shared data in Swift applications, taking control of data races and race conditions. It can be used to replace — or be used in conjunction with — actors, locks, and queues.

- [Now we’re all Forked! @ AppDecentral](https://appdecentral.com/2024/12/13/now-we-are-all-forked/).]]>
            </summary>
            <updated>2025-08-28T22:04:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2661</id>
            <title type="text"><![CDATA[Alamofire]]></title>
            <link rel="alternate" href="https://github.com/Alamofire/Alamofire" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2661"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Elegant HTTP Networking in Swift.

Alamofire is an HTTP networking library written in Swift.]]>
            </summary>
            <updated>2025-08-28T23:21:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2865</id>
            <title type="text"><![CDATA[Publish]]></title>
            <link rel="alternate" href="https://github.com/JohnSundell/Publish" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2865"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A static site generator for Swift developers.

It enables entire websites to be built using Swift, and supports themes, plugins and tons of other powerful customization options.]]>
            </summary>
            <updated>2025-08-28T23:53:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7032</id>
            <title type="text"><![CDATA[Cortex]]></title>
            <link rel="alternate" href="https://github.com/cortexproject/cortex" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7032"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[horizontally scalable, highly available, multi-tenant, long term storage for Prometheus.]]>
            </summary>
            <updated>2025-08-29T11:30:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7082</id>
            <title type="text"><![CDATA[Bivac]]></title>
            <link rel="alternate" href="https://bivac.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7082"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Backup interface for volumes attached to containers.

Bivac allows to backup Container volumes using Restic.]]>
            </summary>
            <updated>2025-08-29T11:38:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7670</id>
            <title type="text"><![CDATA[ReSwift]]></title>
            <link rel="alternate" href="https://github.com/ReSwift/ReSwift/tree/master" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7670"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift. ReSwift helps you to separate three important concerns of your app&amp;#039;s components:

    State: in a ReSwift app the entire app state is explicitly stored in a data structure. This helps avoid complicated state management code, enables better debugging and has many, many more benefits...
    Views: in a ReSwift app your views update when your state changes. Your views become simple visualizations of the current app state.
    State Changes: in a ReSwift app you can only perform state changes through actions. Actions are small pieces of data that describe a state change. By drastically limiting the way state can be mutated, your app becomes easier to understand and it gets easier to work with many collaborators.]]>
            </summary>
            <updated>2025-08-29T13:15:29+00:00</updated>
        </entry>
    </feed>
