The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Parsley, reference 0.9.1 (ad3509), with Swift 5.10 for macOS (SPM) on 18 Feb 2025 04:33:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/Parsley.git
Reference: 0.9.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Parsley
 * tag               0.9.1      -> FETCH_HEAD
HEAD is now at ad35091 fix: Fix `metadata` code comment
Cloned https://github.com/loopwerk/Parsley.git
Revision (git rev-parse @):
ad35091c7a790f04fc5a912c8bde8963eba753d2
SUCCESS checkout https://github.com/loopwerk/Parsley.git at 0.9.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/loopwerk/Parsley.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/36] Write sources
[1/36] Write swift-version-33747A42983211AE.txt
[2/36] Compiling CMarkGFM commonmark.c
[3/36] Compiling CMarkGFM ext_scanners.c
[4/36] Compiling CMarkGFM tasklist.c
[5/36] Compiling CMarkGFM tagfilter.c
[6/36] Compiling CMarkGFM autolink.c
[7/36] Compiling CMarkGFM syntax_extension.c
[8/36] Compiling CMarkGFM table.c
[9/36] Compiling CMarkGFM strikethrough.c
[10/36] Compiling CMarkGFM render.c
[11/36] Compiling CMarkGFM registry.c
[12/36] Compiling CMarkGFM core-extensions.c
[13/36] Compiling CMarkGFM references.c
[14/36] Compiling CMarkGFM blocks.c
[15/36] Compiling CMarkGFM xml.c
[16/36] Compiling CMarkGFM plugin.c
[17/36] Compiling CMarkGFM cmark.c
[18/36] Compiling CMarkGFM plaintext.c
[19/36] Compiling CMarkGFM map.c
[20/36] Compiling CMarkGFM man.c
[21/36] Compiling CMarkGFM linked_list.c
[22/36] Compiling CMarkGFM node.c
[23/36] Compiling CMarkGFM latex.c
[24/36] Compiling CMarkGFM scanners.c
[25/36] Compiling CMarkGFM buffer.c
[26/36] Compiling CMarkGFM iterator.c
[27/36] Compiling CMarkGFM utf8.c
[28/36] Compiling CMarkGFM houdini_html_e.c
[29/36] Compiling CMarkGFM html.c
[30/36] Compiling CMarkGFM houdini_href_e.c
[31/36] Compiling CMarkGFM footnotes.c
[32/36] Compiling CMarkGFM arena.c
[33/36] Compiling CMarkGFM inlines.c
[34/36] Compiling CMarkGFM houdini_html_u.c
[35/36] Compiling CMarkGFM cmark_ctype.c
[37/41] Compiling Parsley SyntaxExtension.swift
[38/41] Compiling Parsley MarkdownOptions.swift
[39/41] Compiling Parsley Document.swift
[40/41] Emitting module Parsley
[41/41] Compiling Parsley Parsley.swift
Build complete! (8.71s)
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.21s)
Computing version for https://github.com/stackotter/swift-cmark-gfm
Computed https://github.com/stackotter/swift-cmark-gfm at 1.0.2 (0.42s)
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
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" : "/Users/admin/builder/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"
}
Done.