The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Parsley, reference main (f000f4), with Swift 6.0 for Linux on 8 Aug 2025 15:02:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/Parsley.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/loopwerk/Parsley
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f000f43 chore: Rename to FUNDING.yml (oops)
Cloned https://github.com/loopwerk/Parsley.git
Revision (git rev-parse @):
f000f439d44b8f8f2e3f76cce4ac4fe47589e12b
SUCCESS checkout https://github.com/loopwerk/Parsley.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/loopwerk/Parsley.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/stackotter/swift-cmark-gfm
[1/180] Fetching swift-cmark-gfm
Fetched https://github.com/stackotter/swift-cmark-gfm from cache (1.08s)
Computing version for https://github.com/stackotter/swift-cmark-gfm
Computed https://github.com/stackotter/swift-cmark-gfm at 1.0.2 (0.79s)
Creating working copy for https://github.com/stackotter/swift-cmark-gfm
Working copy of https://github.com/stackotter/swift-cmark-gfm resolved at 1.0.2
Building for debugging...
[0/36] Compiling CMarkGFM arena.c
[1/36] Write sources
[2/36] Compiling CMarkGFM buffer.c
[3/36] Compiling CMarkGFM cmark_ctype.c
[4/36] Compiling CMarkGFM blocks.c
[5/36] Compiling CMarkGFM xml.c
[6/36] Compiling CMarkGFM autolink.c
[7/36] Compiling CMarkGFM commonmark.c
[8/36] Compiling CMarkGFM tasklist.c
[9/36] Compiling CMarkGFM tagfilter.c
[10/36] Compiling CMarkGFM strikethrough.c
[11/36] Compiling CMarkGFM syntax_extension.c
[12/36] Compiling CMarkGFM registry.c
[13/36] Compiling CMarkGFM render.c
[14/36] Compiling CMarkGFM references.c
[15/36] Compiling CMarkGFM table.c
[16/36] Write swift-version-24593BA9C3E375BF.txt
[17/36] Compiling CMarkGFM cmark.c
[18/36] Compiling CMarkGFM plugin.c
[19/36] Compiling CMarkGFM plaintext.c
[20/36] Compiling CMarkGFM man.c
[21/36] Compiling CMarkGFM linked_list.c
[22/36] Compiling CMarkGFM map.c
[23/36] Compiling CMarkGFM utf8.c
[24/36] Compiling CMarkGFM node.c
[25/36] Compiling CMarkGFM latex.c
[26/36] Compiling CMarkGFM houdini_html_e.c
[27/36] Compiling CMarkGFM iterator.c
[28/36] Compiling CMarkGFM houdini_href_e.c
[29/36] Compiling CMarkGFM core-extensions.c
[30/36] Compiling CMarkGFM html.c
[31/36] Compiling CMarkGFM footnotes.c
[32/36] Compiling CMarkGFM ext_scanners.c
[33/36] Compiling CMarkGFM inlines.c
[34/36] Compiling CMarkGFM houdini_html_u.c
[35/36] Compiling CMarkGFM scanners.c
[37/41] Compiling Parsley SyntaxExtension.swift
[38/41] Emitting module Parsley
[39/41] Compiling Parsley Document.swift
[40/41] Compiling Parsley MarkdownOptions.swift
[41/41] Compiling Parsley Parsley.swift
Build complete! (15.22s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-cmark-gfm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/swift-cmark-gfm"
    }
  ],
  "manifest_display_name" : "Parsley",
  "name" : "Parsley",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Parsley",
      "targets" : [
        "Parsley"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParsleyTests",
      "module_type" : "SwiftTarget",
      "name" : "ParsleyTests",
      "path" : "Tests/ParsleyTests",
      "sources" : [
        "ParsleyTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Parsley"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Parsley",
      "module_type" : "SwiftTarget",
      "name" : "Parsley",
      "path" : "Sources/Parsley",
      "product_dependencies" : [
        "CMarkGFM"
      ],
      "product_memberships" : [
        "Parsley"
      ],
      "sources" : [
        "Document.swift",
        "MarkdownOptions.swift",
        "Parsley.swift",
        "SyntaxExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.