The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Down, reference master (e754ab), with Swift 6.1 for Linux on 26 Apr 2025 16:20:40 UTC.

Swift 6 data race errors: 10

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnxnguyen/Down.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/johnxnguyen/Down
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e754ab1 Provide access to the list delimiter (#275)
Cloned https://github.com/johnxnguyen/Down.git
Revision (git rev-parse @):
e754ab1c80920dd51a8e08290c912ac1c2ac8b58
SUCCESS checkout https://github.com/johnxnguyen/Down.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnxnguyen/Down.git
https://github.com/johnxnguyen/Down.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Down",
  "name" : "Down",
  "path" : "/host/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" : "/host/spi-builder-workspace/Sources/Down/Resources/DownView (macOS).bundle",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/23] Compiling libcmark xml.c
[1/23] Compiling libcmark render.c
[2/23] Compiling libcmark references.c
[3/23] Compiling libcmark man.c
[4/23] Compiling libcmark latex.c
[5/23] Compiling libcmark node.c
[6/23] Compiling libcmark iterator.c
[7/23] Compiling libcmark houdini_html_e.c
[8/23] Compiling libcmark html.c
[9/23] Write swift-version-24593BA9C3E375BF.txt
[10/23] Compiling libcmark houdini_href_e.c
[10/23] Compiling libcmark inlines.c
[12/23] Compiling libcmark cmark_ctype.c
[13/23] Copying DownView.bundle
[14/23] Copying DownView (macOS).bundle
[15/23] Write sources
[16/23] Compiling libcmark cmark.c
[17/23] Compiling libcmark utf8.c
[18/23] Compiling libcmark buffer.c
[19/23] Compiling libcmark houdini_html_u.c
[20/23] Compiling libcmark commonmark.c
[21/23] Compiling libcmark blocks.c
[22/23] Compiling libcmark scanners.c
[24/82] Emitting module Down
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
/host/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 BlockBackgroundColorAttribute.swift
[26/90] Compiling Down QuoteStripeAttribute.swift
[27/90] Compiling Down ThematicBreakAttribute.swift
[28/90] Compiling Down CGPoint+Translate.swift
[29/90] Compiling Down CGRect+Helpers.swift
[30/90] Compiling Down NSAttributedString+Helpers.swift
[31/90] Compiling Down NSMutableAttributedString+Attributes.swift
[32/90] Compiling Down UIFont+Traits.swift
[33/90] Compiling Down Paragraph.swift
[34/90] Compiling Down SoftBreak.swift
[35/90] Compiling Down Strong.swift
[36/90] Compiling Down Text.swift
[37/90] Compiling Down ThematicBreak.swift
[38/90] Compiling Down ColorCollection.swift
[39/90] Compiling Down FontCollection.swift
[40/90] Compiling Down ParagraphStyleCollection.swift
[41/90] Compiling Down DownStylerConfiguration.swift
[42/90] Compiling Down Styler.swift
[43/90] Compiling Down DownDebugTextView.swift
[44/90] Compiling Down DownTextView.swift
[45/90] Compiling Down AttributedStringVisitor.swift
[46/90] Compiling Down DebugVisitor.swift
[47/90] Compiling Down ListItemPrefixGenerator.swift
[48/90] Compiling Down Visitor.swift
[49/90] Compiling Down Heading.swift
[50/90] Compiling Down HtmlBlock.swift
[51/90] Compiling Down HtmlInline.swift
[52/90] Compiling Down Image.swift
[53/90] Compiling Down Item.swift
[54/90] Compiling Down LineBreak.swift
[55/90] Compiling Down Link.swift
[56/90] Compiling Down List.swift
[57/90] Compiling Down Node.swift
[58/90] Compiling Down BaseNode.swift
[59/90] Compiling Down BlockQuote.swift
[60/90] Compiling Down ChildSequence.swift
[61/90] Compiling Down Code.swift
[62/90] Compiling Down CodeBlock.swift
[63/90] Compiling Down CustomBlock.swift
[64/90] Compiling Down CustomInline.swift
[65/90] Compiling Down Document.swift
[66/90] Compiling Down Emphasis.swift
[67/90] Compiling Down ListItemParagraphStyler.swift
[68/90] Compiling Down DownDebugLayoutManager.swift
[69/90] Compiling Down DownLayoutManager.swift
[70/90] Compiling Down CodeBlockOptions.swift
[71/90] Compiling Down ListItemOptions.swift
[72/90] Compiling Down QuoteStripeOptions.swift
[73/90] Compiling Down ThematicBreakOptions.swift
[74/90] Compiling Down DownStyler.swift
[75/90] Compiling Down Down.swift
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
[76/90] Compiling Down DownErrors.swift
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
[77/90] Compiling Down DownOptions.swift
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
[78/90] Compiling Down NSAttributedString+HTML.swift
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
[79/90] Compiling Down String+ToHTML.swift
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
[80/90] Compiling Down DownASTRenderable.swift
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
[81/90] Compiling Down DownAttributedStringRenderable.swift
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
[82/90] Compiling Down DownCommonMarkRenderable.swift
/host/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
/host/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.
/host/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:`,
/host/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:`,
/host/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
/host/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
/host/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.
/host/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
/host/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 | }
[83/90] Compiling Down DownGroffRenderable.swift
/host/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 |
[84/90] Compiling Down DownHTMLRenderable.swift
/host/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 |
[85/90] Compiling Down DownLaTeXRenderable.swift
/host/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 |
[86/90] Compiling Down DownRenderable.swift
/host/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 |
[87/90] Compiling Down DownXMLRenderable.swift
/host/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 |
[88/90] Compiling Down BundleHelper.swift
/host/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 |
[89/90] Compiling Down DownView.swift
/host/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 |
[90/90] Compiling Down resource_bundle_accessor.swift
/host/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 |
Build complete! (8.18s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Down",
  "name" : "Down",
  "path" : "/host/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" : "/host/spi-builder-workspace/Sources/Down/Resources/DownView (macOS).bundle",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.