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 main (946d49), with Swift 5.9 for macOS (SPM) on 19 Feb 2025 01:08:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Parsley
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 946d490 chore: Xcode 14.3.1 is also not available on github
Cloned https://github.com/loopwerk/Parsley.git
Revision (git rev-parse @):
946d490f25ca30668a3c611579f17d9411bfe4e2
SUCCESS checkout https://github.com/loopwerk/Parsley.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/loopwerk/Parsley.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/34] Compiling CMarkGFM syntax_extension.c
[1/34] Compiling CMarkGFM strikethrough.c
[2/34] Compiling CMarkGFM tasklist.c
[3/34] Compiling CMarkGFM xml.c
[4/34] Compiling CMarkGFM registry.c
[5/34] Compiling CMarkGFM render.c
[6/34] Compiling CMarkGFM references.c
[7/34] Compiling CMarkGFM plugin.c
[8/34] Compiling CMarkGFM cmark_ctype.c
[9/34] Compiling CMarkGFM plaintext.c
[10/34] Compiling CMarkGFM buffer.c
[11/34] Compiling CMarkGFM table.c
[12/34] Compiling CMarkGFM node.c
[13/34] Compiling CMarkGFM map.c
[14/34] Compiling CMarkGFM man.c
[15/34] Compiling CMarkGFM linked_list.c
[16/34] Compiling CMarkGFM latex.c
[17/34] Compiling CMarkGFM iterator.c
[18/34] Compiling CMarkGFM scanners.c
[19/34] Compiling CMarkGFM houdini_html_e.c
[20/34] Compiling CMarkGFM cmark.c
[21/34] Compiling CMarkGFM houdini_href_e.c
[22/34] Compiling CMarkGFM html.c
[23/34] Compiling CMarkGFM houdini_html_u.c
[23/34] Compiling CMarkGFM inlines.c
[25/34] Compiling CMarkGFM footnotes.c
[26/34] Compiling CMarkGFM ext_scanners.c
[27/34] Compiling CMarkGFM core-extensions.c
[28/34] Compiling CMarkGFM arena.c
[29/34] Compiling CMarkGFM autolink.c
[30/34] Compiling CMarkGFM commonmark.c
[31/34] Compiling CMarkGFM blocks.c
[32/34] Compiling CMarkGFM tagfilter.c
[33/34] Compiling CMarkGFM utf8.c
[35/39] Compiling Parsley MarkdownOptions.swift
[36/39] Compiling Parsley SyntaxExtension.swift
[37/39] Compiling Parsley Parsley.swift
[38/39] Emitting module Parsley
[39/39] Compiling Parsley Document.swift
Build complete! (10.44s)
Fetching https://github.com/stackotter/swift-cmark-gfm
[1/180] Fetching swift-cmark-gfm
Fetched https://github.com/stackotter/swift-cmark-gfm (1.28s)
Computing version for https://github.com/stackotter/swift-cmark-gfm
Computed https://github.com/stackotter/swift-cmark-gfm at 1.0.2 (0.45s)
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.