{"id":16064436,"url":"https://github.com/rhx/swiftpango","last_synced_at":"2025-10-04T02:54:06.622Z","repository":{"id":55113234,"uuid":"60036836","full_name":"rhx/SwiftPango","owner":"rhx","description":"A Swift wrapper around pango-1.x that is largely auto-generated from gobject-introspection","archived":false,"fork":false,"pushed_at":"2025-03-11T07:09:24.000Z","size":10976,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-18T04:02:58.792Z","etag":null,"topics":["pango","swift","swift-wrappers"],"latest_commit_sha":null,"homepage":"https://rhx.github.io/SwiftPango/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-30T20:21:48.000Z","updated_at":"2025-03-11T07:09:24.000Z","dependencies_parsed_at":"2024-10-27T17:21:33.227Z","dependency_job_id":"bbe69aa9-60d2-4d2e-961e-34b5b183fa77","html_url":"https://github.com/rhx/SwiftPango","commit_stats":{"total_commits":124,"total_committers":5,"mean_commits":24.8,"dds":0.25,"last_synced_commit":"00887547ccca94c477e2a1b15b677a3731c5fdf6"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/rhx/SwiftPango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhx%2FSwiftPango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhx%2FSwiftPango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhx%2FSwiftPango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhx%2FSwiftPango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhx","download_url":"https://codeload.github.com/rhx/SwiftPango/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhx%2FSwiftPango/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264804064,"owners_count":23666515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pango","swift","swift-wrappers"],"created_at":"2024-10-09T05:07:46.866Z","updated_at":"2025-10-04T02:54:06.570Z","avatar_url":"https://github.com/rhx.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftPango\nA Swift wrapper around pango-1.x that is largely auto-generated from gobject-introspection.\nFor up to date (auto-generated) reference documentation, see https://rhx.github.io/SwiftPango/\n\n![macOS 11 build](https://github.com/rhx/SwiftPango/workflows/macOS%2011/badge.svg)\n![macOS 10.15 build](https://github.com/rhx/SwiftPango/workflows/macOS%2010.15/badge.svg)\n![Ubuntu 20.04 build](https://github.com/rhx/SwiftPango/workflows/Ubuntu%2020.04/badge.svg)\n![Ubuntu 18.04 build](https://github.com/rhx/SwiftPango/workflows/Ubuntu%2018.04/badge.svg)\n\n## What is new?\n\nVersion 15 of gir2swift provides a Package Manager Plugin.  This requires Swift 5.6 or higher.\n(older versions can be used via the [swift52](https://github.com/rhx/SwiftPango/tree/swift52) branch).\n\n## Prerequisites\n\n### Swift 5.6 or higher\n\nTo build, download Swift from https://swift.org/download/ -- if you are using macOS, make sure you have the command line tools installed as well).  Test that your compiler works using `swift --version`, which should give you something like\n\n\t$ swift --version\n\tswift-driver version: 1.75.2 Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)\n    Target: arm64-apple-macosx13.0\n\non macOS, or on Linux you should get something like:\n\n\t$ swift --version\n\tSwift version 5.8.1 (swift-5.8.1-RELEASE)\n\tTarget: x86_64-unknown-linux-gnu\n\n### GLib 2.56, HarfBuzz 4.2, and Pango 1.40 or higher\n\nThese Swift wrappers have been tested with pango-1.40, 1.42, 1.44, 1.46, 1.48, and 1.50 as well as harfbuzz-4.2 and glib-2.56, 2.58, 2.60, 2.62, 2.64, 2.66, 2.68, 2.70, 2.72, 2.74, and 2.76.  They should work with higher versions, but YMMV.  Also make sure you have `gobject-introspection` and its `.gir` files installed.\n\n#### Linux\n\n##### Ubuntu\n\nOn Ubuntu 18.04 and 20.04, you can use the gtk that comes with the distribution.  Just install with the `apt` package manager:\n\n\tsudo apt update\n\tsudo apt install libpango1.0-dev gir1.2-pango-1.0 libharfbuzz-dev gir1.2-harfbuzz-0.0 gobject-introspection libgirepository1.0-dev libxml2-dev jq\n\n##### Fedora\n\nOn Fedora 29, you can use the gtk that comes with the distribution.  Just install with the `dnf` package manager:\n\n\tsudo dnf install pango-devel harfbuzz-devel glib2-devel gobject-introspection-devel libxml2-devel\n\n#### macOS\n\nOn macOS, you can install glib and Pango using HomeBrew (for setup instructions, see http://brew.sh).  Once you have a running HomeBrew installation, you can use it to install a native version of cairo:\n\n\tbrew update\n\tbrew install pango harfbuzz glib glib-networking gobject-introspection pkg-config\n\n## Usage\n\nNormally, you don't build this package directly (but for testing you can - see 'Building' below). Instead you need to embed SwiftPango into your own project using the [Swift Package Manager](https://swift.org/package-manager/).  After installing the prerequisites (see 'Prerequisites' below), add `SwiftPango` as a dependency to your `Package.swift` file, e.g.:\n\n```Swift\n// swift-tools-version:5.6\n\nimport PackageDescription\n\nlet package = Package(name: \"MyPackage\",\n    dependencies: [\n        .package(url: \"https://github.com/rhx/gir2swift.git\",  branch: \"main\"),\n        .package(url: \"https://github.com/rhx/SwiftPango.git\", branch: \"main\"),\n    ],\n    targets: [\n        .target(name: \"MyPackage\",\n                dependencies: [\n                    .product(name: \"Pango\", package: \"SwiftPango\")\n                ]\n        )\n    ]\n)\n```\n\n## Building\n\nNormally, you don't build this package directly, but you embed it into your own project (see 'Usage' above).  However, you can build and test this module separately to ensure that everything works.  Make sure you have all the prerequisites installed (see above).  After that, you can simply clone this repository and build the command line executable (be patient, this will download all the required dependencies and take a while to compile) using\n\n\tgit clone https://github.com/rhx/SwiftPango.git\n\tcd SwiftPango\n    swift build\n    swift test\n\n### Xcode\n\nOn macOS, you can build the project using Xcode instead.  To do this, you need to open the package in the Xcode IDE:\n\n    cd SwiftPango\n\topen Package.swift\n\nAfter that, use the (usual) Build and Test buttons to build/test this package.\n\n## Documentation\n\nYou can generate documentation using the [DocC plugin](https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/).  To preview documentation matching your local installation, simply run\n\n    swift package --disable-sandbox preview-documentation\n\nthen navigate to the URL shown for the local preview server.  Make sure you have JavaScript enabled in your browser.\n\nAlternatively, you can create static documentation using [jazzy](https://github.com/realm/jazzy).\nMake sure you have [sourcekitten](https://github.com/jpsim/SourceKitten) and [jazzy](https://github.com/realm/jazzy) installed, e.g. on macOS (x86_64):\n\n\tbrew install ruby sourcekitten\n\t/usr/local/opt/ruby/bin/gem install jazzy\n\t./generate-jazzy.sh\n\n## Troubleshooting\n\nHere are some common errors you might encounter and how to fix them.\n\n### Missing `.gir` Files\n\nIf you get an error such as\n\n\tGirs located at\n\tCannot open '/GLib-2.0.gir': No such file or directory\n\nMake sure that you have the relevant `gobject-introspection` packages installed (as per the Pre-requisites section), including their `.gir` and `.pc` files.\n\n### Old Swift toolchain or Xcode\n\nIf, when you run `swift build`, you get a `Segmentation fault (core dumped)` or circular dependency error such as\n\n\twarning: circular dependency detected while parsing pangocairo: harfbuzz -\u003e freetype2 -\u003e harfbuzz\n\t\nthis probably means that your Swift toolchain is too old, particularly on Linux.\nMake sure the latest toolchain is the one that is found when you run the Swift compiler (see above).\n\n  If you get an older version, make sure that the right version of the swift compiler is found first in your `PATH`.  On macOS, use xcode-select to select and install the latest version, e.g.:\n\n\tsudo xcode-select -s /Applications/Xcode.app\n\txcode-select --install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhx%2Fswiftpango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhx%2Fswiftpango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhx%2Fswiftpango/lists"}