The Swift Package Index logo.Swift Package Index

Build Information

Successful build of html-to-markdown-swift, reference main (cd6e7e), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 23:33:30 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaredhowland/html-to-markdown-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaredhowland/html-to-markdown-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cd6e7ed chore: update badges in README.md
Cloned https://github.com/jaredhowland/html-to-markdown-swift.git
Revision (git rev-parse @):
cd6e7ed013b8686a51c879b9710aea445378a4b8
SUCCESS checkout https://github.com/jaredhowland/html-to-markdown-swift.git at main
Fetching https://github.com/scinfu/SwiftSoup.git
[1/5929] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.37s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (1.96s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "html-to-markdown-swift",
      "name": "html-to-markdown-swift",
      "url": "https://github.com/jaredhowland/html-to-markdown-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/html-to-markdown-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftsoup",
          "name": "SwiftSoup",
          "url": "https://github.com/scinfu/SwiftSoup.git",
          "version": "2.13.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSoup",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jaredhowland/html-to-markdown-swift.git
[1/1031] Fetching html-to-markdown-swift
Fetched https://github.com/jaredhowland/html-to-markdown-swift.git from cache (0.85s)
Fetching https://github.com/scinfu/SwiftSoup.git from cache
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.55s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.61s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
Creating working copy for https://github.com/jaredhowland/html-to-markdown-swift.git
Working copy of https://github.com/jaredhowland/html-to-markdown-swift.git resolved at main (cd6e7ed)
warning: '.resolve-product-dependencies': dependency 'html-to-markdown-swift' is not used by any target
Found 1 product dependencies
  - SwiftSoup
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jaredhowland/html-to-markdown-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/58] Compiling SwiftSoup Attribute.swift
[5/58] Compiling SwiftSoup Attributes.swift
[6/58] Compiling SwiftSoup BinarySearch.swift
[7/58] Compiling SwiftSoup BooleanAttribute.swift
[8/58] Compiling SwiftSoup ByteSlice.swift
[9/58] Compiling SwiftSoup CharacterExt.swift
[10/64] Compiling SwiftSoup OrderedSet.swift
[11/64] Compiling SwiftSoup ParseError.swift
[12/64] Compiling SwiftSoup ParseErrorList.swift
[13/64] Compiling SwiftSoup ParseSettings.swift
[14/64] Compiling SwiftSoup Parser.swift
[15/64] Compiling SwiftSoup ParsingStrings.swift
[16/64] Compiling SwiftSoup DataNode.swift
[17/64] Compiling SwiftSoup DebugTrace.swift
[18/64] Compiling SwiftSoup Document.swift
[19/64] Compiling SwiftSoup DocumentType.swift
[20/64] Compiling SwiftSoup Element.swift
[21/64] Compiling SwiftSoup ElementQuery.swift
[22/64] Compiling SwiftSoup HtmlTreeBuilderState.swift
[23/64] Compiling SwiftSoup LRUCache.swift
[24/64] Compiling SwiftSoup Mutex.swift
[25/64] Compiling SwiftSoup Node.swift
[26/64] Compiling SwiftSoup NodeTraversor.swift
[27/64] Compiling SwiftSoup NodeVisitor.swift
[28/64] Compiling SwiftSoup CharacterReader.swift
[29/64] Compiling SwiftSoup Cleaner.swift
[30/64] Compiling SwiftSoup Collector.swift
[31/64] Compiling SwiftSoup CombiningEvaluator.swift
[32/64] Compiling SwiftSoup Comment.swift
[33/64] Compiling SwiftSoup CssSelector.swift
[34/64] Compiling SwiftSoup String.swift
[35/64] Compiling SwiftSoup StringBuilder.swift
[36/64] Compiling SwiftSoup StringUtil.swift
[37/64] Compiling SwiftSoup StructuralEvaluator.swift
[38/64] Compiling SwiftSoup SwiftSoup.swift
[39/64] Compiling SwiftSoup Tag.swift
[40/64] Compiling SwiftSoup Pattern.swift
[41/64] Compiling SwiftSoup Profiler.swift
[42/64] Compiling SwiftSoup QueryParser.swift
[43/64] Compiling SwiftSoup QueryParserCache.swift
[44/64] Compiling SwiftSoup SourceRange.swift
[45/64] Compiling SwiftSoup StreamReader.swift
[46/64] Compiling SwiftSoup Elements.swift
[47/64] Compiling SwiftSoup Entities.swift
[48/64] Compiling SwiftSoup Evaluator.swift
[49/64] Compiling SwiftSoup Exception.swift
[50/64] Compiling SwiftSoup FormElement.swift
[51/64] Compiling SwiftSoup HtmlTreeBuilder.swift
[52/64] Compiling SwiftSoup TextNode.swift
[53/64] Compiling SwiftSoup Token.swift
[54/64] Compiling SwiftSoup TokenQueue.swift
[55/64] Compiling SwiftSoup Tokeniser.swift
[56/64] Compiling SwiftSoup TokeniserState.swift
[57/64] Compiling SwiftSoup TreeBuilder.swift
[58/64] Emitting module SwiftSoup
[59/64] Compiling SwiftSoup UTF8Arrays.swift
[60/64] Compiling SwiftSoup UnicodeScalar.swift
[61/64] Compiling SwiftSoup Validate.swift
[62/64] Compiling SwiftSoup Whitelist.swift
[63/64] Compiling SwiftSoup XmlDeclaration.swift
[64/64] Compiling SwiftSoup XmlTreeBuilder.swift
[65/153] Compiling HTMLToMarkdown render.swift
[66/153] Compiling HTMLToMarkdown writer.swift
[67/153] Compiling HTMLToMarkdown elem_backslash.swift
[68/153] Compiling HTMLToMarkdown elem_code.swift
[69/153] Compiling HTMLToMarkdown elem_divider.swift
[70/153] Compiling HTMLToMarkdown elem_header.swift
[71/153] Compiling HTMLToMarkdown elem_image.swift
[72/153] Compiling HTMLToMarkdown elem_italic_bold.swift
[73/153] Compiling HTMLToMarkdown elem_list.swift
[74/153] Compiling HTMLToMarkdown elem_quote.swift
[75/162] Compiling HTMLToMarkdown multimarkdown.swift
[76/162] Compiling HTMLToMarkdown pandoc.swift
[77/162] Compiling HTMLToMarkdown pandoc_render_definition_lists.swift
[78/162] Compiling HTMLToMarkdown pandoc_render_footnotes.swift
[79/162] Compiling HTMLToMarkdown pandoc_render_header_ids.swift
[80/162] Compiling HTMLToMarkdown pandoc_render_math.swift
[81/162] Compiling HTMLToMarkdown pandoc_render_sub_sup.swift
[82/162] Compiling HTMLToMarkdown referencelinks.swift
[83/162] Compiling HTMLToMarkdown referencelinks_render_images.swift
[84/162] Compiling HTMLToMarkdown referencelinks_render_links.swift
[85/162] Compiling HTMLToMarkdown rmarkdown.swift
[86/162] Compiling HTMLToMarkdown rmarkdown_render_figures.swift
[87/162] Compiling HTMLToMarkdown rmarkdown_render_tabsets.swift
[88/162] Compiling HTMLToMarkdown strikethrough.swift
[89/162] Compiling HTMLToMarkdown 1_select.swift
[90/162] Compiling HTMLToMarkdown 2_collect.swift
[91/162] Compiling HTMLToMarkdown 3_render.swift
[92/162] Compiling HTMLToMarkdown table.swift
[93/162] Compiling HTMLToMarkdown markdownextra.swift
[94/162] Compiling HTMLToMarkdown me_render_abbreviations.swift
[95/162] Compiling HTMLToMarkdown me_render_definition_lists.swift
[96/162] Compiling HTMLToMarkdown me_render_footnotes.swift
[97/162] Compiling HTMLToMarkdown me_render_header_ids.swift
[98/162] Compiling HTMLToMarkdown mmd_render_definition_lists.swift
[99/162] Compiling HTMLToMarkdown mmd_render_figure.swift
[100/162] Compiling HTMLToMarkdown mmd_render_footnotes.swift
[101/162] Compiling HTMLToMarkdown mmd_render_image_attributes.swift
[102/162] Compiling HTMLToMarkdown mmd_render_sub_sup.swift
[103/162] Compiling HTMLToMarkdown render_bold_italic.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[104/162] Compiling HTMLToMarkdown render_break.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[105/162] Compiling HTMLToMarkdown render_code.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[106/162] Compiling HTMLToMarkdown render_comment.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[107/162] Compiling HTMLToMarkdown render_divider.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[108/162] Compiling HTMLToMarkdown render_heading.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[109/162] Compiling HTMLToMarkdown render_image.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[110/162] Compiling HTMLToMarkdown render_link.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[111/162] Compiling HTMLToMarkdown render_list.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[112/162] Compiling HTMLToMarkdown url_utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/render_list.swift:16:23: warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
14 |
15 |         conv.Register.rendererFor("ol", .block, { [weak self] ctx, w, n in
16 |             guard let self = self else { return .tryNext }
   |                       `- warning: value 'self' was defined but never used; consider replacing with boolean test [#no-usage]
17 |             var startAt = 1
18 |             if let element = n as? Element,
[113/162] Compiling HTMLToMarkdown collapse.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[114/162] Compiling HTMLToMarkdown is_node.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[115/162] Compiling HTMLToMarkdown whitespace.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[116/162] Compiling HTMLToMarkdown convert_api.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[117/162] Compiling HTMLToMarkdown convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[118/162] Compiling HTMLToMarkdown converter.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[119/162] Compiling HTMLToMarkdown ctx.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[120/162] Compiling HTMLToMarkdown plugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[121/162] Compiling HTMLToMarkdown prioritized.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[122/162] Compiling HTMLToMarkdown register.swift
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:52:13: warning: no calls to throwing functions occur within 'try' expression
 50 |             }
 51 |
 52 |             try textNode.text(text)
    |             `- warning: no calls to throwing functions occur within 'try' expression
 53 |             prevText = textNode
 54 |             keepLeadingWs = false
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: result of 'try?' is unused [#no-usage]
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: result of 'try?' is unused [#no-usage]
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:93:21: warning: no calls to throwing functions occur within 'try' expression
 91 |                     prevText = nil
 92 |                 } else {
 93 |                     try? pt.text(ptText)
    |                     `- warning: no calls to throwing functions occur within 'try' expression
 94 |                 }
 95 |             }
/Users/admin/builder/spi-builder-workspace/Sources/collapse/collapse.swift:117:13: warning: no calls to throwing functions occur within 'try' expression
115 |             try pt.remove()
116 |         } else {
117 |             try pt.text(ptText)
    |             `- warning: no calls to throwing functions occur within 'try' expression
118 |         }
119 |     }
[123/162] Compiling HTMLToMarkdown replacer.swift
[124/162] Compiling HTMLToMarkdown util.swift
[125/162] Compiling HTMLToMarkdown codefence.swift
[126/162] Compiling HTMLToMarkdown collapse_code.swift
[127/162] Compiling HTMLToMarkdown escape_multiline.swift
[128/162] Compiling HTMLToMarkdown prefix_lines.swift
[129/162] Compiling HTMLToMarkdown quote.swift
[130/162] Compiling HTMLToMarkdown surrounding_spaces.swift
[131/162] Compiling HTMLToMarkdown marker.swift
[132/162] Compiling HTMLToMarkdown atlassian.swift
[133/162] Compiling HTMLToMarkdown atlassian_render_attachments.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[134/162] Compiling HTMLToMarkdown atlassian_render_autolinks.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[135/162] Compiling HTMLToMarkdown atlassian_render_code_blocks.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[136/162] Compiling HTMLToMarkdown atlassian_render_image_sizing.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[137/162] Compiling HTMLToMarkdown base.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[138/162] Compiling HTMLToMarkdown renderers.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[139/162] Compiling HTMLToMarkdown commonmark.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[140/162] Compiling HTMLToMarkdown handle_pre_render.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[141/162] Compiling HTMLToMarkdown options.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[142/162] Compiling HTMLToMarkdown render_blockquote.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:17:17: warning: result of 'try?' is unused [#no-usage]
15 |
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
18 |                 try? img.attr("alt", filename)
19 |
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:18:17: warning: result of 'try?' is unused [#no-usage]
16 |                 guard let img = try? Element(Tag.valueOf("img"), "") else { continue }
17 |                 try? img.attr("src", filename)
18 |                 try? img.attr("alt", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
19 |
20 |                 // Carry over ac:width as width attribute
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:22:37: warning: result of 'try?' is unused [#no-usage]
20 |                 // Carry over ac:width as width attribute
21 |                 let width = (try? acImage.attr("ac:width")) ?? ""
22 |                 if !width.isEmpty { try? img.attr("width", width) }
   |                                     `- warning: result of 'try?' is unused [#no-usage]
23 |
24 |                 try? acImage.replaceWith(img)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:44:17: warning: result of 'try?' is unused [#no-usage]
42 |
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
   |                 `- warning: result of 'try?' is unused [#no-usage]
45 |                 try? a.text(label)
46 |                 try? acLink.replaceWith(a)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_attachments.swift:45:17: warning: result of 'try?' is unused [#no-usage]
43 |                 guard let a = try? Element(Tag.valueOf("a"), "") else { continue }
44 |                 try? a.attr("href", filename)
45 |                 try? a.text(label)
   |                 `- warning: result of 'try?' is unused [#no-usage]
46 |                 try? acLink.replaceWith(a)
47 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:23:40: warning: result of 'try?' is unused [#no-usage]
21 |                 guard let pre = try? Element(Tag.valueOf("pre"), ""),
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
   |                                        `- warning: result of 'try?' is unused [#no-usage]
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:24:17: warning: result of 'try?' is unused [#no-usage]
22 |                       let code = try? Element(Tag.valueOf("code"), "") else { continue }
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
   |                 `- warning: result of 'try?' is unused [#no-usage]
25 |                 try? pre.appendChild(code)
26 |                 try? macro.replaceWith(pre)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/atlassian/atlassian_render_code_blocks.swift:25:17: warning: result of 'try?' is unused [#no-usage]
23 |                 if !language.isEmpty { try? code.attr("class", "language-\(language)") }
24 |                 try? code.text(codeText)
25 |                 try? pre.appendChild(code)
   |                 `- warning: result of 'try?' is unused [#no-usage]
26 |                 try? macro.replaceWith(pre)
27 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:54:42: warning: conditional cast from 'Element' to 'Element' always succeeds
 52 |             var p = link.parent()
 53 |             while let parent = p {
 54 |                 if let parentEl = parent as? Element, parentEl.tagName() == "a" {
    |                                          `- warning: conditional cast from 'Element' to 'Element' always succeeds
 55 |                     try link.unwrap()
 56 |                     break
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:149:29: warning: no calls to throwing functions occur within 'try' expression
147 |                         let t = firstText.getWholeText()
148 |                         if t.hasPrefix("\n") {
149 |                             try firstText.text(String(t.dropFirst()))
    |                             `- warning: no calls to throwing functions occur within 'try' expression
150 |                         }
151 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:193:37: warning: result of call to 'after' is unused [#no-usage]
191 |                         try element.tagName("strong")
192 |                         let br = Element(Tag("br"), "")
193 |                         try element.after(br)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
194 |                     case "blockquote":
195 |                         let quoteBefore = TextNode(" \"", "")
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:198:37: warning: result of call to 'after' is unused [#no-usage]
196 |                         let quoteAfter = TextNode("\" ", "")
197 |                         try element.before(quoteBefore)
198 |                         try element.after(quoteAfter)
    |                                     `- warning: result of call to 'after' is unused [#no-usage]
199 |                         try element.tagName("span")
200 |                     case "pre":
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:337:21: warning: no calls to throwing functions occur within 'try' expression
335 |             if getFirstCodeChild(element) != nil {
336 |                 if let prevText = getPrevTextNodeOf(element) {
337 |                     try prevText.text(prevText.getWholeText() + " ")
    |                     `- warning: no calls to throwing functions occur within 'try' expression
338 |                 }
339 |             }
/Users/admin/builder/spi-builder-workspace/Sources/plugin/commonmark/handle_pre_render.swift:342:21: warning: no calls to throwing functions occur within 'try' expression
340 |             if getLastCodeChild(element) != nil {
341 |                 if let nextText = getNextTextNodeOf(element) {
342 |                     try nextText.text(" " + nextText.getWholeText())
    |                     `- warning: no calls to throwing functions occur within 'try' expression
343 |                 }
344 |             }
[143/162] Compiling HTMLToMarkdown utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[144/162] Compiling HTMLToMarkdown tasklist.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[145/162] Compiling HTMLToMarkdown typography.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[146/162] Compiling HTMLToMarkdown typography_linkify.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[147/162] Compiling HTMLToMarkdown typography_replacements.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[148/162] Compiling HTMLToMarkdown typography_smart_quotes.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[149/162] Compiling HTMLToMarkdown typography_utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[150/162] Compiling HTMLToMarkdown vimeo.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[151/162] Compiling HTMLToMarkdown youtube.swift
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:22:30: warning: result of 'try?' is unused [#no-usage]
20 |                 let checked = input.hasAttr("checked")
21 |                 let placeholder = try? Element(Tag.valueOf("task-list-checkbox"), "")
22 |                 if checked { try? placeholder?.attr("checked", "") }
   |                              `- warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: result of 'try?' is unused [#no-usage]
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: result of 'try?' is unused [#no-usage]
26 |                 }
27 |                 if let placeholder = placeholder {
/Users/admin/builder/spi-builder-workspace/Sources/plugin/tasklist/tasklist.swift:25:21: warning: no calls to throwing functions occur within 'try' expression
23 |                 if let next = input.nextSibling() as? TextNode {
24 |                     let trimmed = next.text().replacingOccurrences(of: "^\\s+", with: "", options: .regularExpression)
25 |                     try? next.text(trimmed)
   |                     `- warning: no calls to throwing functions occur within 'try' expression
26 |                 }
27 |                 if let placeholder = placeholder {
[152/162] Emitting module HTMLToMarkdown
[153/162] Compiling HTMLToMarkdown validation.swift
[154/162] Compiling HTMLToMarkdown emoji.swift
[155/162] Compiling HTMLToMarkdown emoji_render.swift
[156/162] Compiling HTMLToMarkdown emoji_table.swift
[157/162] Compiling HTMLToMarkdown frontmatter.swift
[158/162] Compiling HTMLToMarkdown gfm.swift
[159/162] Compiling HTMLToMarkdown gfm_render_abbr.swift
[160/162] Compiling HTMLToMarkdown gfm_render_definition_lists.swift
[161/162] Compiling HTMLToMarkdown gfm_render_details_summary.swift
[162/162] Compiling HTMLToMarkdown gfm_render_sub_sup.swift
Build complete! (14.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "html-to-markdown-swift",
  "name" : "html-to-markdown-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HTMLToMarkdown",
      "targets" : [
        "HTMLToMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTMLToMarkdownTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLToMarkdownTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "sources" : [
        "collapse-collapse_test.swift",
        "converter-convert_test.swift",
        "converter-url_test.swift",
        "internal-escape-elem_code_test.swift",
        "internal-escape-elem_divider_test.swift",
        "internal-escape-elem_header_test.swift",
        "internal-escape-elem_image_test.swift",
        "internal-escape-elem_italic_bold_test.swift",
        "internal-escape-elem_list_test.swift",
        "internal-textutils-collapse_code_test.swift",
        "internal-textutils-delimiter_test.swift",
        "internal-textutils-surrounding_spaces_test.swift",
        "plugin-atlassian_test.swift",
        "plugin-commonmark-commonmark_test.swift",
        "plugin-commonmark-render_bold_italic_test.swift",
        "plugin-commonmark-validation_test.swift",
        "plugin-emoji_test.swift",
        "plugin-frontmatter_test.swift",
        "plugin-gfm_test.swift",
        "plugin-markdownextra_test.swift",
        "plugin-multimarkdown_test.swift",
        "plugin-pandoc_test.swift",
        "plugin-reference-links_test.swift",
        "plugin-rmarkdown_test.swift",
        "plugin-strikethrough-strikethrough_test.swift",
        "plugin-table-table_test.swift",
        "plugin-tasklist_test.swift",
        "plugin-typography-linkify_test.swift",
        "plugin-typography-replacements_test.swift",
        "plugin-typography-smart-quotes_test.swift",
        "plugin-typography_test.swift",
        "plugin-vimeo_test.swift",
        "plugin-youtube_test.swift",
        "swift-golden_test.swift"
      ],
      "target_dependencies" : [
        "HTMLToMarkdown"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLToMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "HTMLToMarkdown",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "HTMLToMarkdown"
      ],
      "sources" : [
        "collapse/collapse.swift",
        "collapse/is_node.swift",
        "collapse/whitespace.swift",
        "convert_api.swift",
        "converter/convert.swift",
        "converter/converter.swift",
        "converter/ctx.swift",
        "converter/plugin.swift",
        "converter/prioritized.swift",
        "converter/register.swift",
        "converter/render.swift",
        "converter/writer.swift",
        "internal/escape/elem_backslash.swift",
        "internal/escape/elem_code.swift",
        "internal/escape/elem_divider.swift",
        "internal/escape/elem_header.swift",
        "internal/escape/elem_image.swift",
        "internal/escape/elem_italic_bold.swift",
        "internal/escape/elem_list.swift",
        "internal/escape/elem_quote.swift",
        "internal/escape/replacer.swift",
        "internal/escape/util.swift",
        "internal/textutils/codefence.swift",
        "internal/textutils/collapse_code.swift",
        "internal/textutils/escape_multiline.swift",
        "internal/textutils/prefix_lines.swift",
        "internal/textutils/quote.swift",
        "internal/textutils/surrounding_spaces.swift",
        "marker/marker.swift",
        "plugin/atlassian/atlassian.swift",
        "plugin/atlassian/atlassian_render_attachments.swift",
        "plugin/atlassian/atlassian_render_autolinks.swift",
        "plugin/atlassian/atlassian_render_code_blocks.swift",
        "plugin/atlassian/atlassian_render_image_sizing.swift",
        "plugin/base/base.swift",
        "plugin/base/renderers.swift",
        "plugin/commonmark/commonmark.swift",
        "plugin/commonmark/handle_pre_render.swift",
        "plugin/commonmark/options.swift",
        "plugin/commonmark/render_blockquote.swift",
        "plugin/commonmark/render_bold_italic.swift",
        "plugin/commonmark/render_break.swift",
        "plugin/commonmark/render_code.swift",
        "plugin/commonmark/render_comment.swift",
        "plugin/commonmark/render_divider.swift",
        "plugin/commonmark/render_heading.swift",
        "plugin/commonmark/render_image.swift",
        "plugin/commonmark/render_link.swift",
        "plugin/commonmark/render_list.swift",
        "plugin/commonmark/url_utils.swift",
        "plugin/commonmark/validation.swift",
        "plugin/emoji/emoji.swift",
        "plugin/emoji/emoji_render.swift",
        "plugin/emoji/emoji_table.swift",
        "plugin/frontmatter/frontmatter.swift",
        "plugin/gfm/gfm.swift",
        "plugin/gfm/gfm_render_abbr.swift",
        "plugin/gfm/gfm_render_definition_lists.swift",
        "plugin/gfm/gfm_render_details_summary.swift",
        "plugin/gfm/gfm_render_sub_sup.swift",
        "plugin/markdownextra/markdownextra.swift",
        "plugin/markdownextra/me_render_abbreviations.swift",
        "plugin/markdownextra/me_render_definition_lists.swift",
        "plugin/markdownextra/me_render_footnotes.swift",
        "plugin/markdownextra/me_render_header_ids.swift",
        "plugin/multimarkdown/mmd_render_definition_lists.swift",
        "plugin/multimarkdown/mmd_render_figure.swift",
        "plugin/multimarkdown/mmd_render_footnotes.swift",
        "plugin/multimarkdown/mmd_render_image_attributes.swift",
        "plugin/multimarkdown/mmd_render_sub_sup.swift",
        "plugin/multimarkdown/multimarkdown.swift",
        "plugin/pandoc/pandoc.swift",
        "plugin/pandoc/pandoc_render_definition_lists.swift",
        "plugin/pandoc/pandoc_render_footnotes.swift",
        "plugin/pandoc/pandoc_render_header_ids.swift",
        "plugin/pandoc/pandoc_render_math.swift",
        "plugin/pandoc/pandoc_render_sub_sup.swift",
        "plugin/referencelinks/referencelinks.swift",
        "plugin/referencelinks/referencelinks_render_images.swift",
        "plugin/referencelinks/referencelinks_render_links.swift",
        "plugin/rmarkdown/rmarkdown.swift",
        "plugin/rmarkdown/rmarkdown_render_figures.swift",
        "plugin/rmarkdown/rmarkdown_render_tabsets.swift",
        "plugin/strikethrough/strikethrough.swift",
        "plugin/table/1_select.swift",
        "plugin/table/2_collect.swift",
        "plugin/table/3_render.swift",
        "plugin/table/table.swift",
        "plugin/table/utils.swift",
        "plugin/tasklist/tasklist.swift",
        "plugin/typography/typography.swift",
        "plugin/typography/typography_linkify.swift",
        "plugin/typography/typography_replacements.swift",
        "plugin/typography/typography_smart_quotes.swift",
        "plugin/typography/typography_utils.swift",
        "plugin/vimeo/vimeo.swift",
        "plugin/youtube/youtube.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.