The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Down, reference v0.11.0 (e754ab), with Swift 6.1 for macOS (SPM) on 14 Oct 2025 06:38:00 UTC.

Swift 6 data race errors: 10

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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kustomer/Down.git
Reference: v0.11.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kustomer/Down
 * tag               v0.11.0    -> FETCH_HEAD
HEAD is now at e754ab1 Provide access to the list delimiter (#275)
Cloned https://github.com/kustomer/Down.git
Revision (git rev-parse @):
e754ab1c80920dd51a8e08290c912ac1c2ac8b58
SUCCESS checkout https://github.com/kustomer/Down.git at v0.11.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kustomer/Down.git
https://github.com/kustomer/Down.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Down",
  "name" : "Down",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Down",
      "targets" : [
        "Down"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "libcmark",
      "module_type" : "ClangTarget",
      "name" : "libcmark",
      "path" : "Sources/cmark",
      "product_memberships" : [
        "Down"
      ],
      "sources" : [
        "blocks.c",
        "buffer.c",
        "cmark.c",
        "cmark_ctype.c",
        "commonmark.c",
        "houdini_href_e.c",
        "houdini_html_e.c",
        "houdini_html_u.c",
        "html.c",
        "inlines.c",
        "iterator.c",
        "latex.c",
        "man.c",
        "node.c",
        "references.c",
        "render.c",
        "scanners.c",
        "utf8.c",
        "xml.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DownTests",
      "module_type" : "SwiftTarget",
      "name" : "DownTests",
      "path" : "Tests/DownTests",
      "sources" : [
        "AST/ListItemPrefixGeneratorTests.swift",
        "AST/NodeTests.swift",
        "BindingTests.swift",
        "NSAttributedStringTests.swift",
        "StringTests.swift",
        "Styler/Helpers/CGPointTranslateTests.swift",
        "Styler/Helpers/CGRectHelpersTests.swift",
        "Styler/Helpers/NSAttributedString+HelpersTests.swift",
        "Styler/Helpers/NSMutableAttributedString+AttributesTests.swift"
      ],
      "target_dependencies" : [
        "Down"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Down",
      "module_type" : "SwiftTarget",
      "name" : "Down",
      "path" : "Sources/Down",
      "product_memberships" : [
        "Down"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Down/Resources/DownView (macOS).bundle",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Down/Resources/DownView.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AST/Nodes/BaseNode.swift",
        "AST/Nodes/BlockQuote.swift",
        "AST/Nodes/ChildSequence.swift",
        "AST/Nodes/Code.swift",
        "AST/Nodes/CodeBlock.swift",
        "AST/Nodes/CustomBlock.swift",
        "AST/Nodes/CustomInline.swift",
        "AST/Nodes/Document.swift",
        "AST/Nodes/Emphasis.swift",
        "AST/Nodes/Heading.swift",
        "AST/Nodes/HtmlBlock.swift",
        "AST/Nodes/HtmlInline.swift",
        "AST/Nodes/Image.swift",
        "AST/Nodes/Item.swift",
        "AST/Nodes/LineBreak.swift",
        "AST/Nodes/Link.swift",
        "AST/Nodes/List.swift",
        "AST/Nodes/Node.swift",
        "AST/Nodes/Paragraph.swift",
        "AST/Nodes/SoftBreak.swift",
        "AST/Nodes/Strong.swift",
        "AST/Nodes/Text.swift",
        "AST/Nodes/ThematicBreak.swift",
        "AST/Styling/Attribute Collections/ColorCollection.swift",
        "AST/Styling/Attribute Collections/FontCollection.swift",
        "AST/Styling/Attribute Collections/ParagraphStyleCollection.swift",
        "AST/Styling/Custom Attributes/BlockBackgroundColorAttribute.swift",
        "AST/Styling/Custom Attributes/QuoteStripeAttribute.swift",
        "AST/Styling/Custom Attributes/ThematicBreakAttribute.swift",
        "AST/Styling/Helpers/Extensions/CGPoint+Translate.swift",
        "AST/Styling/Helpers/Extensions/CGRect+Helpers.swift",
        "AST/Styling/Helpers/Extensions/NSAttributedString+Helpers.swift",
        "AST/Styling/Helpers/Extensions/NSMutableAttributedString+Attributes.swift",
        "AST/Styling/Helpers/Extensions/UIFont+Traits.swift",
        "AST/Styling/Helpers/ListItemParagraphStyler.swift",
        "AST/Styling/Layout Managers/DownDebugLayoutManager.swift",
        "AST/Styling/Layout Managers/DownLayoutManager.swift",
        "AST/Styling/Options/CodeBlockOptions.swift",
        "AST/Styling/Options/ListItemOptions.swift",
        "AST/Styling/Options/QuoteStripeOptions.swift",
        "AST/Styling/Options/ThematicBreakOptions.swift",
        "AST/Styling/Stylers/DownStyler.swift",
        "AST/Styling/Stylers/DownStylerConfiguration.swift",
        "AST/Styling/Stylers/Styler.swift",
        "AST/Styling/Text Views/DownDebugTextView.swift",
        "AST/Styling/Text Views/DownTextView.swift",
        "AST/Visitors/AttributedStringVisitor.swift",
        "AST/Visitors/DebugVisitor.swift",
        "AST/Visitors/ListItemPrefixGenerator.swift",
        "AST/Visitors/Visitor.swift",
        "Down.swift",
        "Enums & Options/DownErrors.swift",
        "Enums & Options/DownOptions.swift",
        "Extensions/NSAttributedString+HTML.swift",
        "Extensions/String+ToHTML.swift",
        "Renderers/DownASTRenderable.swift",
        "Renderers/DownAttributedStringRenderable.swift",
        "Renderers/DownCommonMarkRenderable.swift",
        "Renderers/DownGroffRenderable.swift",
        "Renderers/DownHTMLRenderable.swift",
        "Renderers/DownLaTeXRenderable.swift",
        "Renderers/DownRenderable.swift",
        "Renderers/DownXMLRenderable.swift",
        "Views/BundleHelper.swift",
        "Views/DownView.swift"
      ],
      "target_dependencies" : [
        "libcmark"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/23] Compiling libcmark cmark_ctype.c
[1/23] Compiling libcmark houdini_html_e.c
[2/23] Compiling libcmark houdini_href_e.c
[3/23] Compiling libcmark cmark.c
[4/23] Compiling libcmark houdini_html_u.c
[5/23] Compiling libcmark html.c
[6/23] Compiling libcmark buffer.c
[7/23] Compiling libcmark xml.c
[8/23] Compiling libcmark render.c
[9/23] Compiling libcmark commonmark.c
[10/23] Compiling libcmark inlines.c
[11/23] Copying DownView.bundle
[12/23] Copying DownView (macOS).bundle
[13/23] Write sources
[14/23] Compiling libcmark references.c
[15/23] Compiling libcmark utf8.c
[16/23] Compiling libcmark man.c
[17/23] Compiling libcmark node.c
[18/23] Compiling libcmark iterator.c
[19/23] Compiling libcmark latex.c
[20/23] Write swift-version-2F0A5646E1D333AE.txt
[21/23] Compiling libcmark scanners.c
[22/23] Compiling libcmark blocks.c
[24/84] Emitting module Down
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
22 |     /// Default options.
23 |
24 |     public static let `default` = DownOptions(rawValue: CMARK_OPT_DEFAULT)
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     // MARK: - Rendering Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:30:23: warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
28 |     /// Include a `data-sourcepos` attribute on all block elements.
29 |
30 |     public static let sourcePos = DownOptions(rawValue: CMARK_OPT_SOURCEPOS)
   |                       |- warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'sourcePos' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// Render `softbreak` elements as hard line breaks.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:34:23: warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
32 |     /// Render `softbreak` elements as hard line breaks.
33 |
34 |     public static let hardBreaks = DownOptions(rawValue: CMARK_OPT_HARDBREAKS)
   |                       |- warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hardBreaks' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     /// Suppress raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:45:23: warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
43 |     ///       to disable this behavior.
44 |
45 |     public static let safe = DownOptions(rawValue: CMARK_OPT_SAFE)
   |                       |- warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'safe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 |     /// Render raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:55:23: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
53 |     /// Note: `safe` is the default as of cmark v0.29.0
54 |
55 |     public static let unsafe = DownOptions(rawValue: CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     // MARK: - Parsing Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:61:23: warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
59 |     /// Normalize tree by consolidating adjacent text nodes.
60 |
61 |     public static let normalize = DownOptions(rawValue: CMARK_OPT_NORMALIZE)
   |                       |- warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'normalize' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 |     /// Validate UTF-8 in the input before parsing, replacing illegal
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:66:23: warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
64 |     /// sequences with the replacement character U+FFFD.
65 |
66 |     public static let validateUTF8 = DownOptions(rawValue: CMARK_OPT_VALIDATE_UTF8)
   |                       |- warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'validateUTF8' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:70:23: warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
69 |
70 |     public static let smart = DownOptions(rawValue: CMARK_OPT_SMART)
   |                       |- warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smart' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |     // MARK: - Combo Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:76:23: warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
74 |     /// Combines 'unsafe' and 'smart' to render raw HTML and produce smart typography.
75 |
76 |     public static let smartUnsafe = DownOptions(rawValue: CMARK_OPT_SMART + CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smartUnsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 | }
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/BundleHelper.swift:11:14: warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |   /// Returns the resource bundle associated with the current Swift module.
10 |
11 |   static var moduleBundle: Bundle? = {
   |              |- warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'moduleBundle' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'moduleBundle' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     let bundleName = "Down_Down"
13 |
[25/90] Compiling Down BaseNode.swift
[26/90] Compiling Down BlockQuote.swift
[27/90] Compiling Down ChildSequence.swift
[28/90] Compiling Down Code.swift
[29/90] Compiling Down CodeBlock.swift
[30/90] Compiling Down CustomBlock.swift
[31/90] Compiling Down CustomInline.swift
[32/90] Compiling Down LineBreak.swift
[33/90] Compiling Down Link.swift
[34/90] Compiling Down List.swift
[35/90] Compiling Down Node.swift
[36/90] Compiling Down Paragraph.swift
[37/90] Compiling Down SoftBreak.swift
[38/90] Compiling Down Strong.swift
[39/90] Compiling Down String+ToHTML.swift
[40/90] Compiling Down DownASTRenderable.swift
[41/90] Compiling Down DownAttributedStringRenderable.swift
[42/90] Compiling Down DownCommonMarkRenderable.swift
[43/90] Compiling Down DownGroffRenderable.swift
[44/90] Compiling Down DownHTMLRenderable.swift
[45/90] Compiling Down ListItemPrefixGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
22 |     /// Default options.
23 |
24 |     public static let `default` = DownOptions(rawValue: CMARK_OPT_DEFAULT)
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     // MARK: - Rendering Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:30:23: warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
28 |     /// Include a `data-sourcepos` attribute on all block elements.
29 |
30 |     public static let sourcePos = DownOptions(rawValue: CMARK_OPT_SOURCEPOS)
   |                       |- warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'sourcePos' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// Render `softbreak` elements as hard line breaks.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:34:23: warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
32 |     /// Render `softbreak` elements as hard line breaks.
33 |
34 |     public static let hardBreaks = DownOptions(rawValue: CMARK_OPT_HARDBREAKS)
   |                       |- warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hardBreaks' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     /// Suppress raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:45:23: warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
43 |     ///       to disable this behavior.
44 |
45 |     public static let safe = DownOptions(rawValue: CMARK_OPT_SAFE)
   |                       |- warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'safe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 |     /// Render raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:55:23: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
53 |     /// Note: `safe` is the default as of cmark v0.29.0
54 |
55 |     public static let unsafe = DownOptions(rawValue: CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     // MARK: - Parsing Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:61:23: warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
59 |     /// Normalize tree by consolidating adjacent text nodes.
60 |
61 |     public static let normalize = DownOptions(rawValue: CMARK_OPT_NORMALIZE)
   |                       |- warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'normalize' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 |     /// Validate UTF-8 in the input before parsing, replacing illegal
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:66:23: warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
64 |     /// sequences with the replacement character U+FFFD.
65 |
66 |     public static let validateUTF8 = DownOptions(rawValue: CMARK_OPT_VALIDATE_UTF8)
   |                       |- warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'validateUTF8' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:70:23: warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
69 |
70 |     public static let smart = DownOptions(rawValue: CMARK_OPT_SMART)
   |                       |- warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smart' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |     // MARK: - Combo Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:76:23: warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
74 |     /// Combines 'unsafe' and 'smart' to render raw HTML and produce smart typography.
75 |
76 |     public static let smartUnsafe = DownOptions(rawValue: CMARK_OPT_SMART + CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smartUnsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 | }
[46/90] Compiling Down Visitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
22 |     /// Default options.
23 |
24 |     public static let `default` = DownOptions(rawValue: CMARK_OPT_DEFAULT)
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     // MARK: - Rendering Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:30:23: warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
28 |     /// Include a `data-sourcepos` attribute on all block elements.
29 |
30 |     public static let sourcePos = DownOptions(rawValue: CMARK_OPT_SOURCEPOS)
   |                       |- warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'sourcePos' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// Render `softbreak` elements as hard line breaks.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:34:23: warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
32 |     /// Render `softbreak` elements as hard line breaks.
33 |
34 |     public static let hardBreaks = DownOptions(rawValue: CMARK_OPT_HARDBREAKS)
   |                       |- warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hardBreaks' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     /// Suppress raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:45:23: warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
43 |     ///       to disable this behavior.
44 |
45 |     public static let safe = DownOptions(rawValue: CMARK_OPT_SAFE)
   |                       |- warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'safe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 |     /// Render raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:55:23: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
53 |     /// Note: `safe` is the default as of cmark v0.29.0
54 |
55 |     public static let unsafe = DownOptions(rawValue: CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     // MARK: - Parsing Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:61:23: warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
59 |     /// Normalize tree by consolidating adjacent text nodes.
60 |
61 |     public static let normalize = DownOptions(rawValue: CMARK_OPT_NORMALIZE)
   |                       |- warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'normalize' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 |     /// Validate UTF-8 in the input before parsing, replacing illegal
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:66:23: warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
64 |     /// sequences with the replacement character U+FFFD.
65 |
66 |     public static let validateUTF8 = DownOptions(rawValue: CMARK_OPT_VALIDATE_UTF8)
   |                       |- warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'validateUTF8' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:70:23: warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
69 |
70 |     public static let smart = DownOptions(rawValue: CMARK_OPT_SMART)
   |                       |- warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smart' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |     // MARK: - Combo Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:76:23: warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
74 |     /// Combines 'unsafe' and 'smart' to render raw HTML and produce smart typography.
75 |
76 |     public static let smartUnsafe = DownOptions(rawValue: CMARK_OPT_SMART + CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smartUnsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 | }
[47/90] Compiling Down Down.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
22 |     /// Default options.
23 |
24 |     public static let `default` = DownOptions(rawValue: CMARK_OPT_DEFAULT)
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     // MARK: - Rendering Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:30:23: warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
28 |     /// Include a `data-sourcepos` attribute on all block elements.
29 |
30 |     public static let sourcePos = DownOptions(rawValue: CMARK_OPT_SOURCEPOS)
   |                       |- warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'sourcePos' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// Render `softbreak` elements as hard line breaks.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:34:23: warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
32 |     /// Render `softbreak` elements as hard line breaks.
33 |
34 |     public static let hardBreaks = DownOptions(rawValue: CMARK_OPT_HARDBREAKS)
   |                       |- warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hardBreaks' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     /// Suppress raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:45:23: warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
43 |     ///       to disable this behavior.
44 |
45 |     public static let safe = DownOptions(rawValue: CMARK_OPT_SAFE)
   |                       |- warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'safe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 |     /// Render raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:55:23: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
53 |     /// Note: `safe` is the default as of cmark v0.29.0
54 |
55 |     public static let unsafe = DownOptions(rawValue: CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     // MARK: - Parsing Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:61:23: warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
59 |     /// Normalize tree by consolidating adjacent text nodes.
60 |
61 |     public static let normalize = DownOptions(rawValue: CMARK_OPT_NORMALIZE)
   |                       |- warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'normalize' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 |     /// Validate UTF-8 in the input before parsing, replacing illegal
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:66:23: warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
64 |     /// sequences with the replacement character U+FFFD.
65 |
66 |     public static let validateUTF8 = DownOptions(rawValue: CMARK_OPT_VALIDATE_UTF8)
   |                       |- warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'validateUTF8' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:70:23: warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
69 |
70 |     public static let smart = DownOptions(rawValue: CMARK_OPT_SMART)
   |                       |- warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smart' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |     // MARK: - Combo Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:76:23: warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
74 |     /// Combines 'unsafe' and 'smart' to render raw HTML and produce smart typography.
75 |
76 |     public static let smartUnsafe = DownOptions(rawValue: CMARK_OPT_SMART + CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smartUnsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 | }
[48/90] Compiling Down DownErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
22 |     /// Default options.
23 |
24 |     public static let `default` = DownOptions(rawValue: CMARK_OPT_DEFAULT)
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     // MARK: - Rendering Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:30:23: warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
28 |     /// Include a `data-sourcepos` attribute on all block elements.
29 |
30 |     public static let sourcePos = DownOptions(rawValue: CMARK_OPT_SOURCEPOS)
   |                       |- warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'sourcePos' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// Render `softbreak` elements as hard line breaks.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:34:23: warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
32 |     /// Render `softbreak` elements as hard line breaks.
33 |
34 |     public static let hardBreaks = DownOptions(rawValue: CMARK_OPT_HARDBREAKS)
   |                       |- warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hardBreaks' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     /// Suppress raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:45:23: warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
43 |     ///       to disable this behavior.
44 |
45 |     public static let safe = DownOptions(rawValue: CMARK_OPT_SAFE)
   |                       |- warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'safe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 |     /// Render raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:55:23: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
53 |     /// Note: `safe` is the default as of cmark v0.29.0
54 |
55 |     public static let unsafe = DownOptions(rawValue: CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     // MARK: - Parsing Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:61:23: warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
59 |     /// Normalize tree by consolidating adjacent text nodes.
60 |
61 |     public static let normalize = DownOptions(rawValue: CMARK_OPT_NORMALIZE)
   |                       |- warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'normalize' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 |     /// Validate UTF-8 in the input before parsing, replacing illegal
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:66:23: warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
64 |     /// sequences with the replacement character U+FFFD.
65 |
66 |     public static let validateUTF8 = DownOptions(rawValue: CMARK_OPT_VALIDATE_UTF8)
   |                       |- warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'validateUTF8' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:70:23: warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
69 |
70 |     public static let smart = DownOptions(rawValue: CMARK_OPT_SMART)
   |                       |- warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smart' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |     // MARK: - Combo Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:76:23: warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
74 |     /// Combines 'unsafe' and 'smart' to render raw HTML and produce smart typography.
75 |
76 |     public static let smartUnsafe = DownOptions(rawValue: CMARK_OPT_SMART + CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smartUnsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 | }
[49/90] Compiling Down DownOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
22 |     /// Default options.
23 |
24 |     public static let `default` = DownOptions(rawValue: CMARK_OPT_DEFAULT)
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     // MARK: - Rendering Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:30:23: warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
28 |     /// Include a `data-sourcepos` attribute on all block elements.
29 |
30 |     public static let sourcePos = DownOptions(rawValue: CMARK_OPT_SOURCEPOS)
   |                       |- warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'sourcePos' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// Render `softbreak` elements as hard line breaks.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:34:23: warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
32 |     /// Render `softbreak` elements as hard line breaks.
33 |
34 |     public static let hardBreaks = DownOptions(rawValue: CMARK_OPT_HARDBREAKS)
   |                       |- warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hardBreaks' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     /// Suppress raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:45:23: warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
43 |     ///       to disable this behavior.
44 |
45 |     public static let safe = DownOptions(rawValue: CMARK_OPT_SAFE)
   |                       |- warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'safe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 |     /// Render raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:55:23: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
53 |     /// Note: `safe` is the default as of cmark v0.29.0
54 |
55 |     public static let unsafe = DownOptions(rawValue: CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     // MARK: - Parsing Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:61:23: warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
59 |     /// Normalize tree by consolidating adjacent text nodes.
60 |
61 |     public static let normalize = DownOptions(rawValue: CMARK_OPT_NORMALIZE)
   |                       |- warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'normalize' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 |     /// Validate UTF-8 in the input before parsing, replacing illegal
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:66:23: warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
64 |     /// sequences with the replacement character U+FFFD.
65 |
66 |     public static let validateUTF8 = DownOptions(rawValue: CMARK_OPT_VALIDATE_UTF8)
   |                       |- warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'validateUTF8' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:70:23: warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
69 |
70 |     public static let smart = DownOptions(rawValue: CMARK_OPT_SMART)
   |                       |- warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smart' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |     // MARK: - Combo Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:76:23: warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
74 |     /// Combines 'unsafe' and 'smart' to render raw HTML and produce smart typography.
75 |
76 |     public static let smartUnsafe = DownOptions(rawValue: CMARK_OPT_SMART + CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smartUnsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 | }
[50/90] Compiling Down NSAttributedString+HTML.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:24:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
22 |     /// Default options.
23 |
24 |     public static let `default` = DownOptions(rawValue: CMARK_OPT_DEFAULT)
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     // MARK: - Rendering Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:30:23: warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
28 |     /// Include a `data-sourcepos` attribute on all block elements.
29 |
30 |     public static let sourcePos = DownOptions(rawValue: CMARK_OPT_SOURCEPOS)
   |                       |- warning: static property 'sourcePos' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'sourcePos' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// Render `softbreak` elements as hard line breaks.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:34:23: warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
32 |     /// Render `softbreak` elements as hard line breaks.
33 |
34 |     public static let hardBreaks = DownOptions(rawValue: CMARK_OPT_HARDBREAKS)
   |                       |- warning: static property 'hardBreaks' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hardBreaks' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     /// Suppress raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:45:23: warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
43 |     ///       to disable this behavior.
44 |
45 |     public static let safe = DownOptions(rawValue: CMARK_OPT_SAFE)
   |                       |- warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'safe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |
47 |     /// Render raw HTML and unsafe links (`javascript:`, `vbscript:`,
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:55:23: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
53 |     /// Note: `safe` is the default as of cmark v0.29.0
54 |
55 |     public static let unsafe = DownOptions(rawValue: CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     // MARK: - Parsing Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:61:23: warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
59 |     /// Normalize tree by consolidating adjacent text nodes.
60 |
61 |     public static let normalize = DownOptions(rawValue: CMARK_OPT_NORMALIZE)
   |                       |- warning: static property 'normalize' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'normalize' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 |     /// Validate UTF-8 in the input before parsing, replacing illegal
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:66:23: warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
64 |     /// sequences with the replacement character U+FFFD.
65 |
66 |     public static let validateUTF8 = DownOptions(rawValue: CMARK_OPT_VALIDATE_UTF8)
   |                       |- warning: static property 'validateUTF8' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'validateUTF8' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:70:23: warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
68 |     /// Convert straight quotes to curly, --- to em dashes, -- to en dashes.
69 |
70 |     public static let smart = DownOptions(rawValue: CMARK_OPT_SMART)
   |                       |- warning: static property 'smart' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smart' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |     // MARK: - Combo Options
/Users/admin/builder/spi-builder-workspace/Sources/Down/Enums & Options/DownOptions.swift:76:23: warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
10 | import libcmark
11 |
12 | public struct DownOptions: OptionSet {
   |               `- note: consider making struct 'DownOptions' conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Properties
   :
74 |     /// Combines 'unsafe' and 'smart' to render raw HTML and produce smart typography.
75 |
76 |     public static let smartUnsafe = DownOptions(rawValue: CMARK_OPT_SMART + CMARK_OPT_UNSAFE)
   |                       |- warning: static property 'smartUnsafe' is not concurrency-safe because non-'Sendable' type 'DownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'smartUnsafe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 | }
[51/90] Compiling Down Text.swift
[52/90] Compiling Down ThematicBreak.swift
[53/90] Compiling Down ColorCollection.swift
[54/90] Compiling Down FontCollection.swift
[55/90] Compiling Down ParagraphStyleCollection.swift
[56/90] Compiling Down BlockBackgroundColorAttribute.swift
[57/90] Compiling Down QuoteStripeAttribute.swift
[58/90] Compiling Down ThematicBreakAttribute.swift
[59/90] Compiling Down CGPoint+Translate.swift
[60/90] Compiling Down CGRect+Helpers.swift
[61/90] Compiling Down NSAttributedString+Helpers.swift
[62/90] Compiling Down NSMutableAttributedString+Attributes.swift
[63/90] Compiling Down UIFont+Traits.swift
[64/90] Compiling Down ListItemParagraphStyler.swift
[65/90] Compiling Down DownDebugLayoutManager.swift
[66/90] Compiling Down DownLayoutManager.swift
[67/90] Compiling Down CodeBlockOptions.swift
[68/90] Compiling Down ListItemOptions.swift
[69/90] Compiling Down QuoteStripeOptions.swift
[70/90] Compiling Down ThematicBreakOptions.swift
[71/90] Compiling Down DownStyler.swift
[72/90] Compiling Down DownLaTeXRenderable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/BundleHelper.swift:11:14: warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |   /// Returns the resource bundle associated with the current Swift module.
10 |
11 |   static var moduleBundle: Bundle? = {
   |              |- warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'moduleBundle' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'moduleBundle' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     let bundleName = "Down_Down"
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/DownView.swift:80:9: warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 78 |     #if os(macOS)
 79 |     deinit {
 80 |         clearTemporaryDirectory()
    |         `- warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 81 |     }
 82 |     #endif
    :
200 |
201 |     @objc
202 |     func clearTemporaryDirectory() {
    |          |- note: calls to instance method 'clearTemporaryDirectory()' from outside of its actor context are implicitly asynchronous
    |          `- note: main actor isolation inferred from inheritance from class 'WKWebView'
203 |         if let temporaryDirectoryURL = temporaryDirectoryURL {
204 |             try? FileManager.default.removeItem(at: temporaryDirectoryURL)
[73/90] Compiling Down DownRenderable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/BundleHelper.swift:11:14: warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |   /// Returns the resource bundle associated with the current Swift module.
10 |
11 |   static var moduleBundle: Bundle? = {
   |              |- warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'moduleBundle' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'moduleBundle' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     let bundleName = "Down_Down"
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/DownView.swift:80:9: warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 78 |     #if os(macOS)
 79 |     deinit {
 80 |         clearTemporaryDirectory()
    |         `- warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 81 |     }
 82 |     #endif
    :
200 |
201 |     @objc
202 |     func clearTemporaryDirectory() {
    |          |- note: calls to instance method 'clearTemporaryDirectory()' from outside of its actor context are implicitly asynchronous
    |          `- note: main actor isolation inferred from inheritance from class 'WKWebView'
203 |         if let temporaryDirectoryURL = temporaryDirectoryURL {
204 |             try? FileManager.default.removeItem(at: temporaryDirectoryURL)
[74/90] Compiling Down DownXMLRenderable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/BundleHelper.swift:11:14: warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |   /// Returns the resource bundle associated with the current Swift module.
10 |
11 |   static var moduleBundle: Bundle? = {
   |              |- warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'moduleBundle' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'moduleBundle' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     let bundleName = "Down_Down"
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/DownView.swift:80:9: warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 78 |     #if os(macOS)
 79 |     deinit {
 80 |         clearTemporaryDirectory()
    |         `- warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 81 |     }
 82 |     #endif
    :
200 |
201 |     @objc
202 |     func clearTemporaryDirectory() {
    |          |- note: calls to instance method 'clearTemporaryDirectory()' from outside of its actor context are implicitly asynchronous
    |          `- note: main actor isolation inferred from inheritance from class 'WKWebView'
203 |         if let temporaryDirectoryURL = temporaryDirectoryURL {
204 |             try? FileManager.default.removeItem(at: temporaryDirectoryURL)
[75/90] Compiling Down BundleHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/BundleHelper.swift:11:14: warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |   /// Returns the resource bundle associated with the current Swift module.
10 |
11 |   static var moduleBundle: Bundle? = {
   |              |- warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'moduleBundle' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'moduleBundle' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     let bundleName = "Down_Down"
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/DownView.swift:80:9: warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 78 |     #if os(macOS)
 79 |     deinit {
 80 |         clearTemporaryDirectory()
    |         `- warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 81 |     }
 82 |     #endif
    :
200 |
201 |     @objc
202 |     func clearTemporaryDirectory() {
    |          |- note: calls to instance method 'clearTemporaryDirectory()' from outside of its actor context are implicitly asynchronous
    |          `- note: main actor isolation inferred from inheritance from class 'WKWebView'
203 |         if let temporaryDirectoryURL = temporaryDirectoryURL {
204 |             try? FileManager.default.removeItem(at: temporaryDirectoryURL)
[76/90] Compiling Down DownView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/BundleHelper.swift:11:14: warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |   /// Returns the resource bundle associated with the current Swift module.
10 |
11 |   static var moduleBundle: Bundle? = {
   |              |- warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'moduleBundle' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'moduleBundle' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     let bundleName = "Down_Down"
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/DownView.swift:80:9: warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 78 |     #if os(macOS)
 79 |     deinit {
 80 |         clearTemporaryDirectory()
    |         `- warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 81 |     }
 82 |     #endif
    :
200 |
201 |     @objc
202 |     func clearTemporaryDirectory() {
    |          |- note: calls to instance method 'clearTemporaryDirectory()' from outside of its actor context are implicitly asynchronous
    |          `- note: main actor isolation inferred from inheritance from class 'WKWebView'
203 |         if let temporaryDirectoryURL = temporaryDirectoryURL {
204 |             try? FileManager.default.removeItem(at: temporaryDirectoryURL)
[77/90] Compiling Down resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/BundleHelper.swift:11:14: warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |   /// Returns the resource bundle associated with the current Swift module.
10 |
11 |   static var moduleBundle: Bundle? = {
   |              |- warning: static property 'moduleBundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'moduleBundle' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'moduleBundle' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     let bundleName = "Down_Down"
13 |
/Users/admin/builder/spi-builder-workspace/Sources/Down/Views/DownView.swift:80:9: warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 78 |     #if os(macOS)
 79 |     deinit {
 80 |         clearTemporaryDirectory()
    |         `- warning: call to main actor-isolated instance method 'clearTemporaryDirectory()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 81 |     }
 82 |     #endif
    :
200 |
201 |     @objc
202 |     func clearTemporaryDirectory() {
    |          |- note: calls to instance method 'clearTemporaryDirectory()' from outside of its actor context are implicitly asynchronous
    |          `- note: main actor isolation inferred from inheritance from class 'WKWebView'
203 |         if let temporaryDirectoryURL = temporaryDirectoryURL {
204 |             try? FileManager.default.removeItem(at: temporaryDirectoryURL)
[78/90] Compiling Down Document.swift
[79/90] Compiling Down Emphasis.swift
[80/90] Compiling Down Heading.swift
[81/90] Compiling Down HtmlBlock.swift
[82/90] Compiling Down HtmlInline.swift
[83/90] Compiling Down Image.swift
[84/90] Compiling Down Item.swift
[85/90] Compiling Down DownStylerConfiguration.swift
[86/90] Compiling Down Styler.swift
[87/90] Compiling Down DownDebugTextView.swift
[88/90] Compiling Down DownTextView.swift
[89/90] Compiling Down AttributedStringVisitor.swift
[90/90] Compiling Down DebugVisitor.swift
Build complete! (8.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Down",
  "name" : "Down",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Down",
      "targets" : [
        "Down"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "libcmark",
      "module_type" : "ClangTarget",
      "name" : "libcmark",
      "path" : "Sources/cmark",
      "product_memberships" : [
        "Down"
      ],
      "sources" : [
        "blocks.c",
        "buffer.c",
        "cmark.c",
        "cmark_ctype.c",
        "commonmark.c",
        "houdini_href_e.c",
        "houdini_html_e.c",
        "houdini_html_u.c",
        "html.c",
        "inlines.c",
        "iterator.c",
        "latex.c",
        "man.c",
        "node.c",
        "references.c",
        "render.c",
        "scanners.c",
        "utf8.c",
        "xml.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DownTests",
      "module_type" : "SwiftTarget",
      "name" : "DownTests",
      "path" : "Tests/DownTests",
      "sources" : [
        "AST/ListItemPrefixGeneratorTests.swift",
        "AST/NodeTests.swift",
        "BindingTests.swift",
        "NSAttributedStringTests.swift",
        "StringTests.swift",
        "Styler/Helpers/CGPointTranslateTests.swift",
        "Styler/Helpers/CGRectHelpersTests.swift",
        "Styler/Helpers/NSAttributedString+HelpersTests.swift",
        "Styler/Helpers/NSMutableAttributedString+AttributesTests.swift"
      ],
      "target_dependencies" : [
        "Down"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Down",
      "module_type" : "SwiftTarget",
      "name" : "Down",
      "path" : "Sources/Down",
      "product_memberships" : [
        "Down"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Down/Resources/DownView (macOS).bundle",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Down/Resources/DownView.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AST/Nodes/BaseNode.swift",
        "AST/Nodes/BlockQuote.swift",
        "AST/Nodes/ChildSequence.swift",
        "AST/Nodes/Code.swift",
        "AST/Nodes/CodeBlock.swift",
        "AST/Nodes/CustomBlock.swift",
        "AST/Nodes/CustomInline.swift",
        "AST/Nodes/Document.swift",
        "AST/Nodes/Emphasis.swift",
        "AST/Nodes/Heading.swift",
        "AST/Nodes/HtmlBlock.swift",
        "AST/Nodes/HtmlInline.swift",
        "AST/Nodes/Image.swift",
        "AST/Nodes/Item.swift",
        "AST/Nodes/LineBreak.swift",
        "AST/Nodes/Link.swift",
        "AST/Nodes/List.swift",
        "AST/Nodes/Node.swift",
        "AST/Nodes/Paragraph.swift",
        "AST/Nodes/SoftBreak.swift",
        "AST/Nodes/Strong.swift",
        "AST/Nodes/Text.swift",
        "AST/Nodes/ThematicBreak.swift",
        "AST/Styling/Attribute Collections/ColorCollection.swift",
        "AST/Styling/Attribute Collections/FontCollection.swift",
        "AST/Styling/Attribute Collections/ParagraphStyleCollection.swift",
        "AST/Styling/Custom Attributes/BlockBackgroundColorAttribute.swift",
        "AST/Styling/Custom Attributes/QuoteStripeAttribute.swift",
        "AST/Styling/Custom Attributes/ThematicBreakAttribute.swift",
        "AST/Styling/Helpers/Extensions/CGPoint+Translate.swift",
        "AST/Styling/Helpers/Extensions/CGRect+Helpers.swift",
        "AST/Styling/Helpers/Extensions/NSAttributedString+Helpers.swift",
        "AST/Styling/Helpers/Extensions/NSMutableAttributedString+Attributes.swift",
        "AST/Styling/Helpers/Extensions/UIFont+Traits.swift",
        "AST/Styling/Helpers/ListItemParagraphStyler.swift",
        "AST/Styling/Layout Managers/DownDebugLayoutManager.swift",
        "AST/Styling/Layout Managers/DownLayoutManager.swift",
        "AST/Styling/Options/CodeBlockOptions.swift",
        "AST/Styling/Options/ListItemOptions.swift",
        "AST/Styling/Options/QuoteStripeOptions.swift",
        "AST/Styling/Options/ThematicBreakOptions.swift",
        "AST/Styling/Stylers/DownStyler.swift",
        "AST/Styling/Stylers/DownStylerConfiguration.swift",
        "AST/Styling/Stylers/Styler.swift",
        "AST/Styling/Text Views/DownDebugTextView.swift",
        "AST/Styling/Text Views/DownTextView.swift",
        "AST/Visitors/AttributedStringVisitor.swift",
        "AST/Visitors/DebugVisitor.swift",
        "AST/Visitors/ListItemPrefixGenerator.swift",
        "AST/Visitors/Visitor.swift",
        "Down.swift",
        "Enums & Options/DownErrors.swift",
        "Enums & Options/DownOptions.swift",
        "Extensions/NSAttributedString+HTML.swift",
        "Extensions/String+ToHTML.swift",
        "Renderers/DownASTRenderable.swift",
        "Renderers/DownAttributedStringRenderable.swift",
        "Renderers/DownCommonMarkRenderable.swift",
        "Renderers/DownGroffRenderable.swift",
        "Renderers/DownHTMLRenderable.swift",
        "Renderers/DownLaTeXRenderable.swift",
        "Renderers/DownRenderable.swift",
        "Renderers/DownXMLRenderable.swift",
        "Views/BundleHelper.swift",
        "Views/DownView.swift"
      ],
      "target_dependencies" : [
        "libcmark"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.