The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SagaParsleyMarkdownReader, reference 1.3.0 (b44f4d), with Swift 6.1 for macOS (SPM) on 21 Mar 2026 23:15:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaParsleyMarkdownReader.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SagaParsleyMarkdownReader
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at b44f4d8 feat: Declare Saga 3 compatibility
Cloned https://github.com/loopwerk/SagaParsleyMarkdownReader.git
Revision (git rev-parse @):
b44f4d89688eb4c2266d149b897e547598df0f97
SUCCESS checkout https://github.com/loopwerk/SagaParsleyMarkdownReader.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/loopwerk/SagaParsleyMarkdownReader.git
https://github.com/loopwerk/SagaParsleyMarkdownReader.git
{
  "dependencies" : [
    {
      "identity" : "saga",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.3",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/loopwerk/Saga.git"
    },
    {
      "identity" : "parsley",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/loopwerk/Parsley"
    }
  ],
  "manifest_display_name" : "SagaParsleyMarkdownReader",
  "name" : "SagaParsleyMarkdownReader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SagaParsleyMarkdownReader",
      "targets" : [
        "SagaParsleyMarkdownReader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SagaParsleyMarkdownReaderTests",
      "module_type" : "SwiftTarget",
      "name" : "SagaParsleyMarkdownReaderTests",
      "path" : "Tests/SagaParsleyMarkdownReaderTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/content-only.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/frontmatter-only.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/hard-breaks.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/smart-quotes.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/special-chars.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/test-content.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SagaParsleyMarkdownReaderTests.swift"
      ],
      "target_dependencies" : [
        "SagaParsleyMarkdownReader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SagaParsleyMarkdownReader",
      "module_type" : "SwiftTarget",
      "name" : "SagaParsleyMarkdownReader",
      "path" : "Sources/SagaParsleyMarkdownReader",
      "product_dependencies" : [
        "Saga",
        "Parsley"
      ],
      "product_memberships" : [
        "SagaParsleyMarkdownReader"
      ],
      "sources" : [
        "SagaParsleyMarkdownReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/39] Write sources
[4/39] Write swift-version-2F0A5646E1D333AE.txt
[5/39] Compiling cmark-gfm cmark_ctype.c
[6/41] Compiling cmark-gfm buffer.c
[7/41] Compiling cmark-gfm blocks.c
[8/41] Compiling cmark-gfm arena.c
[9/41] Compiling cmark-gfm-extensions tagfilter.c
[10/41] Compiling cmark-gfm-extensions core-extensions.c
[11/41] Compiling cmark-gfm xml.c
[12/41] Compiling cmark-gfm-extensions strikethrough.c
[13/41] Compiling cmark-gfm-extensions ext_scanners.c
[14/41] Compiling cmark-gfm syntax_extension.c
[15/41] Compiling cmark-gfm render.c
[16/41] Compiling cmark-gfm-extensions tasklist.c
[17/41] Compiling cmark-gfm cmark.c
[18/41] Compiling cmark-gfm registry.c
[19/41] Compiling cmark-gfm utf8.c
[20/41] Compiling cmark-gfm references.c
[21/41] Compiling cmark-gfm-extensions table.c
[22/41] Compiling cmark-gfm plugin.c
[23/41] Compiling cmark-gfm map.c
[24/41] Compiling cmark-gfm plaintext.c
[25/41] Compiling cmark-gfm man.c
[26/41] Compiling cmark-gfm linked_list.c
[27/41] Compiling cmark-gfm node.c
[28/41] Compiling cmark-gfm iterator.c
[29/41] Compiling cmark-gfm scanners.c
[30/41] Compiling cmark-gfm latex.c
[31/41] Compiling cmark-gfm houdini_html_e.c
[32/41] Compiling cmark-gfm houdini_href_e.c
[33/41] Compiling cmark-gfm html.c
[34/41] Compiling cmark-gfm houdini_html_u.c
[35/41] Compiling cmark-gfm footnotes.c
[36/41] Compiling cmark-gfm inlines.c
[37/41] Compiling cmark-gfm commonmark.c
[38/41] Compiling cmark-gfm-extensions autolink.c
[40/46] Emitting module SagaPathKit
[41/46] Compiling Parsley MarkdownOptions.swift
[42/46] Compiling SagaPathKit SagaPathKit.swift
[43/46] Compiling Parsley SyntaxExtension.swift
[44/46] Compiling Parsley Document.swift
[45/46] Emitting module Parsley
[46/46] Compiling Parsley Parsley.swift
[47/63] Compiling Saga StepBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/64] Compiling Saga String+Slugify.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/64] Compiling Saga Path+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/64] Compiling Saga Reader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/64] Compiling Saga Saga+Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/64] Compiling Saga Saga.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/64] Compiling Saga RenderingContexts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/64] Compiling Saga Saga+AtomFeed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/64] Compiling Saga ItemWriteMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/64] Compiling Saga MetadataDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/64] Emitting module Saga
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/64] Compiling Saga FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/64] Compiling Saga Item.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/64] Compiling Saga Saga+FetchCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/64] Compiling Saga Saga+Hashed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/64] Compiling Saga Saga+Private.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/64] Compiling Saga Saga+Sitemap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/64] Compiling Saga Writer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/66] Emitting module SagaParsleyMarkdownReader
[66/66] Compiling SagaParsleyMarkdownReader SagaParsleyMarkdownReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/SagaParsleyMarkdownReader/SagaParsleyMarkdownReader.swift:18:18: warning: capture of 'markdownOptions' with non-sendable type 'MarkdownOptions' in a '@Sendable' closure; this is an error in the Swift 6 language mode
16 |       let document = try Parsley.parse(
17 |         rawContent,
18 |         options: markdownOptions,
   |                  `- warning: capture of 'markdownOptions' with non-sendable type 'MarkdownOptions' in a '@Sendable' closure; this is an error in the Swift 6 language mode
19 |         syntaxExtensions: syntaxExtensions
20 |       )
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parsley/Sources/Parsley/MarkdownOptions.swift:1:15: note: struct 'MarkdownOptions' does not conform to the 'Sendable' protocol
 1 | public struct MarkdownOptions: OptionSet {
   |               `- note: struct 'MarkdownOptions' does not conform to the 'Sendable' protocol
 2 |   public let rawValue: Int32
 3 |
/Users/admin/builder/spi-builder-workspace/Sources/SagaParsleyMarkdownReader/SagaParsleyMarkdownReader.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsley'
 1 | import Foundation
 2 | import Parsley
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsley'
 3 | import Saga
 4 |
/Users/admin/builder/spi-builder-workspace/Sources/SagaParsleyMarkdownReader/SagaParsleyMarkdownReader.swift:19:27: warning: capture of 'syntaxExtensions' with non-sendable type '[SyntaxExtension]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
17 |         rawContent,
18 |         options: markdownOptions,
19 |         syntaxExtensions: syntaxExtensions
   |                           `- warning: capture of 'syntaxExtensions' with non-sendable type '[SyntaxExtension]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
20 |       )
21 |       return (document.title, document.body, document.metadata)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parsley/Sources/Parsley/SyntaxExtension.swift:10:13: note: enum 'SyntaxExtension' does not conform to the 'Sendable' protocol
 8 |
 9 | /// A cmark-gfm syntax extension.
10 | public enum SyntaxExtension {
   |             `- note: enum 'SyntaxExtension' does not conform to the 'Sendable' protocol
11 |   /// Automatically turns plaintext URLs into links
12 |   case autolink
Build complete! (29.49s)
Fetching https://github.com/loopwerk/Saga.git
Fetching https://github.com/loopwerk/Parsley
[1/346] Fetching parsley
[105/4668] Fetching parsley, saga
Fetched https://github.com/loopwerk/Parsley from cache (1.20s)
Fetched https://github.com/loopwerk/Saga.git from cache (1.20s)
Computing version for https://github.com/loopwerk/Parsley
Computed https://github.com/loopwerk/Parsley at 1.1.0 (4.57s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18373] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.73s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (2.41s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 2.25.2 (0.56s)
Fetching https://github.com/loopwerk/SagaPathKit
Fetching https://github.com/apple/swift-crypto from cache
[1/829] Fetching sagapathkit
Fetched https://github.com/loopwerk/SagaPathKit from cache (0.80s)
Fetched https://github.com/apple/swift-crypto from cache (1.57s)
Computing version for https://github.com/loopwerk/SagaPathKit
Computed https://github.com/loopwerk/SagaPathKit at 1.6.1 (2.12s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (1.11s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.74s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.19s)
Creating working copy for https://github.com/loopwerk/SagaPathKit
Working copy of https://github.com/loopwerk/SagaPathKit resolved at 1.6.1
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 2.25.2
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/loopwerk/Parsley
Working copy of https://github.com/loopwerk/Parsley resolved at 1.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "saga",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.3",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/loopwerk/Saga.git"
    },
    {
      "identity" : "parsley",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/loopwerk/Parsley"
    }
  ],
  "manifest_display_name" : "SagaParsleyMarkdownReader",
  "name" : "SagaParsleyMarkdownReader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SagaParsleyMarkdownReader",
      "targets" : [
        "SagaParsleyMarkdownReader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SagaParsleyMarkdownReaderTests",
      "module_type" : "SwiftTarget",
      "name" : "SagaParsleyMarkdownReaderTests",
      "path" : "Tests/SagaParsleyMarkdownReaderTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/content-only.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/frontmatter-only.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/hard-breaks.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/smart-quotes.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/special-chars.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/test-content.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SagaParsleyMarkdownReaderTests.swift"
      ],
      "target_dependencies" : [
        "SagaParsleyMarkdownReader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SagaParsleyMarkdownReader",
      "module_type" : "SwiftTarget",
      "name" : "SagaParsleyMarkdownReader",
      "path" : "Sources/SagaParsleyMarkdownReader",
      "product_dependencies" : [
        "Saga",
        "Parsley"
      ],
      "product_memberships" : [
        "SagaParsleyMarkdownReader"
      ],
      "sources" : [
        "SagaParsleyMarkdownReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.