Skip to content
@swiftxml

SwiftXML

The modern XML processing suite.

The SwiftXML Project

The SwiftXML project provides a suite of packages implemented in the Swift programming language that complement each other to enable the processing and transformation of XML documents.

See the documentation of the SwiftXML repository and the sample application SwiftXMLExample.

The sample application also uses the Pipeline framework which is part of the SwiftXML project and which can be used for constructing a pipeline to process a single work item.

The inventor and project lead of SwiftXML is struktaris. An important supporter and user of SwiftXML is the German Institute for Standardization (DIN), mainly by its subsidiary DIN Solutions.

Most project parts have previously been published on another GitHub account (their version numbers have been reset to 1.0.0 when initiating them here).

There is a roadmap for things that should or could come for the SwiftXML project; it also includes a list of known issues.

The following repositories are part of the SwiftXML project:

XML

  1. SwiftXMLInterfaces: A libray for some interfaces to be useful in XML projects.
  2. SwiftXMLParser: A non-validating parser for XML files encoded in UTF-8.
  3. SwiftXML: A library written in Swift to process XML.
  4. Libxml2Validation: A small C project for the validation of XML documents using libxml2.

Pipeline

  1. Localization: Tools for localization.
  2. Pipeline: A simple framework for constructing a pipeline to process a single work item.
  3. PipelineExtensionsForSwiftXML: Extension of the Pipeline package for SwiftXML.

Logging

  1. LoggingInterfaces: The interface to a common logger.
  2. PipelineLoggingBinding: A binding of the LoggingInterfaces to the Pipeline library.
  3. BasicLogging: A small multi-platform logging library.
  4. PipelineBasicLogging: Implements the use of BasicLogging for the Pipeline library.

Tools

  1. LoopsOnOptionals: Mini library to extend optional chains to include for-loops.

Wrapper

  1. SwiftXMLComplete: SwiftXML with common packages (but LoopsOnOptionals would need to be added as a separate dependency).

Example

  1. SwiftXMLExample: A sample project to show how to use SwiftXML and the Pipeline package.

Planning

  1. Roadmap: A roadmap of things that should or could come for the SwiftXML project.

Popular repositories Loading

  1. SwiftXMLInterfaces SwiftXMLInterfaces Public

    Interfaces for handling XML.

    Swift

  2. SwiftXMLParser SwiftXMLParser Public

    An XML parser written in Swift.

    Swift

  3. SwiftXML SwiftXML Public

    A library written in Swift for processing and transforming XML.

    Swift

  4. Pipeline Pipeline Public

    A simple but efficient and flexible framework for constructing a pipeline to process a single work item.

    Swift

  5. Localization Localization Public

    Tools for localization.

    Swift

  6. Libxml2Validation Libxml2Validation Public

    This is a (very) little C project for the validation of XML documents using libxml2.

    C

Repositories

Showing 10 of 16 repositories
  • SwiftXMLExample Public

    This is a sample project to show how to use SwiftXML and the Pipeline package.

    swiftxml/SwiftXMLExample’s past year of commit activity
    Swift 0 Apache-2.0 0 0 0 Updated Dec 2, 2025
  • SwiftXML Public

    A library written in Swift for processing and transforming XML.

    swiftxml/SwiftXML’s past year of commit activity
    Swift 0 Apache-2.0 0 0 0 Updated Dec 2, 2025
  • Roadmap Public

    A roadmap of things that should or could come for the SwiftXML project.

    swiftxml/Roadmap’s past year of commit activity
    0 0 0 0 Updated Nov 26, 2025
  • SwiftXMLComplete Public

    SwiftXML with common packages.

    swiftxml/SwiftXMLComplete’s past year of commit activity
    Swift 0 Apache-2.0 0 0 0 Updated Nov 26, 2025
  • PipelineBasicLogging Public

    This implements the use of BasicLogging for the Pipeline library.

    swiftxml/PipelineBasicLogging’s past year of commit activity
    Swift 0 Apache-2.0 0 0 0 Updated Nov 26, 2025
  • PipelineLoggingBinding Public

    A binding of the LoggingInterfaces to the Pipeline library.

    swiftxml/PipelineLoggingBinding’s past year of commit activity
    Swift 0 Apache-2.0 0 0 0 Updated Nov 26, 2025
  • PipelineExtensionsForSwiftXML Public

    Extension of the Pipeline package for SwiftXML.

    swiftxml/PipelineExtensionsForSwiftXML’s past year of commit activity
    Swift 0 Apache-2.0 0 0 0 Updated Nov 26, 2025
  • Pipeline Public

    A simple but efficient and flexible framework for constructing a pipeline to process a single work item.

    swiftxml/Pipeline’s past year of commit activity
    Swift 0 Apache-2.0 0 0 0 Updated Nov 26, 2025
  • .github Public

    The README.md in the "profile" folder of this repository is displayed as information about the SwiftXML project.

    swiftxml/.github’s past year of commit activity
    0 0 0 0 Updated Nov 26, 2025
  • LoopsOnOptionals Public

    Mini library to extend optional chains to include for-loops.

    swiftxml/LoopsOnOptionals’s past year of commit activity
    Swift 0 Apache-2.0 0 0 0 Updated Nov 25, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Swift C

Most used topics

Loading…