Skip to content
@swiftstack

SwiftStack

All started with (and still can be useful)

  • Fiber - cooperative multitasking written in Swift

Async IO

  • Event - async event loop (kqueue, epoll)
  • Network - socket, server, client, dns
  • FileSystem - path, directory, file
  • Stream - io abstractions, basic streams
  • IPC - sync primitives: notify, broadcast

Cryptography

  • Crypto - digest, encryption, asn.1, uuid
  • TLS - tls 1.3 modern subset

Backend

  • HTTP - http parser, router, server / client
  • Web - mvc, controllers, dependency injector

Database

  • Storage - multipurpose data storage

Data format

  • JSON - streaming encoder/decoder
  • MessagePack - streaming encoder/decoder
  • Radix - optimized Base64, Hex coding
  • XML - streaming encoder/decoder
  • RPC - streaming encoder/decoder
  • URL - url encoder/decoder

JavaScript

Audio

  • Music - notes, pitch detection, midi

General

Other


Superseded by modern Swift

  • Async - abstraction to use Fiber and swap implementations
  • Process - (sub)process abstraction
  • Test - simplified testing
  • Log - general log system
  • Math - missing functions

Deprecated

Popular repositories Loading

  1. messagepack messagepack Public

    MessagePack serializer - msgpack.org[Swift]

    Swift 18 2

  2. network network Public

    Non-blocking Socket, Server, Client, DNS

    Swift 15 3

  3. json json Public

    JSON written in Swift with Stream/Codable support

    Swift 12 1

  4. music music Public

    Note <-> Frequency, Pitch detection

    Swift 11

  5. fiber fiber Public

    Cooperative multitasking system written is Swift. Comes with event loop

    Swift 9 2

  6. supermemo supermemo Public

    SuperMemo2

    Swift 5

Repositories

Showing 10 of 27 repositories
  • json Public

    JSON written in Swift with Stream/Codable support

    swiftstack/json's past year of commit activity
    Swift 12 Unlicense 1 0 0 Updated Jun 29, 2026
  • http Public

    Lightweight HTTP in Swfit

    swiftstack/http's past year of commit activity
    Swift 3 Unlicense 2 0 0 Updated Jun 19, 2026
  • time Public

    Time, Duration, Interval

    swiftstack/time's past year of commit activity
    Swift 2 Unlicense 2 0 0 Updated Jun 17, 2026
  • music Public

    Note <-> Frequency, Pitch detection

    swiftstack/music's past year of commit activity
    Swift 11 Unlicense 0 0 0 Updated Jun 17, 2026
  • filesystem Public
    swiftstack/filesystem's past year of commit activity
    Swift 3 Unlicense 1 0 0 Updated Jun 17, 2026
  • fiber Public

    Cooperative multitasking system written is Swift. Comes with event loop

    swiftstack/fiber's past year of commit activity
    Swift 9 Unlicense 2 0 0 Updated Jun 17, 2026
  • javascript Public
    swiftstack/javascript's past year of commit activity
    Swift 1 Unlicense 3 0 0 Updated Jun 17, 2026
  • .github Public

    All the packagers

    swiftstack/.github's past year of commit activity
    4 1 0 0 Updated Jun 17, 2026
  • compression Public

    GZip, Deflate

    swiftstack/compression's past year of commit activity
    Swift 3 Unlicense 3 0 0 Updated Jun 17, 2026
  • radix Public

    Base64, Hex

    swiftstack/radix's past year of commit activity
    Swift 0 Unlicense 2 0 0 Updated Jun 17, 2026